Analyzing the Setup
Imagine you are standing on a roller coaster track defined by the function y=xex2. As you move along this path, the steepness of the track changes constantly.
At the specific point P(1,e), you want to know exactly which direction you are headed. This is the essence of the tangent line—it is the straight path you would take if you suddenly lost your grip on the curve and flew off into space.
To find this path, we need two things: a point, which we have as (1,e), and a slope.
The Calculus Toolkit
Product and Chain Rules
To find the slope, we must calculate the derivative dxdy. Looking at our function y=xex2, we see a product of two distinct functions: u=x and v=ex2.
The Product Rule, dxd(uv)=udxdv+vdxdu, is our primary weapon here.
But wait, there is a hidden layer! When we differentiate v=ex2, we cannot simply write ex2. We must invoke the Chain Rule.
The derivative of ex2 is ex2 multiplied by the derivative of the exponent, which is 2x. Thus, dxdv=2xex2.
Assembling the Derivative
Now, let us bring these pieces together. Substituting our components into the Product Rule, we get:
dxdy=(x)(2xex2)+(ex2)(1)
By factoring out the common term ex2, the expression simplifies beautifully into:
This is our 'slope machine.' It tells us the steepness of the curve at any value of x. To find the slope at our specific point of interest, x=1, we simply substitute:
The Final Equation
With the slope m=3e and the point (1,e) in hand, we use the point-slope form of a linear equation: y−y1=m(x−x1). Plugging in our values:
Expanding this, we get y−e=3ex−3e, which simplifies to the elegant linear equation:
The Moment of Truth
Now, we test our options. We are looking for a point (x,y) that satisfies this equation. Let us test the point (34,2e).
If we substitute x=34 into our tangent equation:
It matches perfectly! The point (34,2e) lies exactly on the tangent line.
You have successfully navigated the curve, mastered the product rule, and found the path of the tangent. This is the power of calculus—taking a complex, curving reality and finding the simple, linear truth hidden within it.