Question

Difficulty: EasyTangents and Normals to Curves

What is the yy-intercept of the tangent line to the curve y=x32x+4y = x^3 - 2x + 4 at the point where x=1x = 1?

Answer: 2

Answer

The y-intercept of the tangent line is 2.
The curve evaluated at x=1x=1 gives point (1,3)(1,3). The derivative y=3x22y'=3x^2-2 gives slope m=1m=1 at x=1x=1. The tangent line equation is y3=1(x1)y-3=1(x-1), which simplifies to y=x+2y=x+2. The yy-intercept occurs at x=0x=0, giving y=2y=2.

Step-by-Step Solution

1
Find the y-coordinate of the point on the curve at x=1x = 1.
At x=1x = 1, y=(1)32(1)+4=3y = (1)^3 - 2(1) + 4 = 3. The point of tangency is (1,3)(1, 3).
The point of tangency lies on the curve.
2
Find the gradient function of the curve by differentiation.
dydx=3x22\frac{dy}{dx} = 3x^2 - 2.
The first derivative represents the slope of the tangent line.
3
Calculate the slope of the tangent line at x=1x = 1.
m=3(1)22=1m = 3(1)^2 - 2 = 1.
Substituting x=1x = 1 into the derivative yields the slope at that specific point.
4
Formulate the equation of the tangent line.
y3=1(x1)    y=x+2y - 3 = 1(x - 1) \implies y = x + 2.
Use point-slope form yy1=m(xx1)y - y_1 = m(x - x_1) with point (1,3)(1,3) and slope m=1m=1.
5
Find the yy-intercept of the tangent line.
Setting x=0x = 0 gives y=2y = 2.
The yy-intercept is the value of yy where the line crosses the vertical axis.

Key Concept

Tangents and Normals to Curves
Rate this question