Question

Difficulty: MediumTangents and Normals to Curves

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

  1. 22Answer
  2. B
    00
  3. C
    1-1
  4. D
    11

Answer

The yy-intercept of the normal line is 22.
Evaluating y=x33x2+4x1y = x^3 - 3x^2 + 4x - 1 at x=1x = 1 yields y=1y = 1. Differentiating gives dydx=3x26x+4\frac{dy}{dx} = 3x^2 - 6x + 4, which evaluates to 11 at x=1x = 1. Since the normal is perpendicular to the tangent, its gradient is 1-1. Substituting into y1=1(x1)y - 1 = -1(x - 1) yields y=x+2y = -x + 2, giving a yy-intercept of 22.

Step-by-Step Solution

1
Find the yy-coordinate of the point of tangency.
At x=1x = 1, y=(1)33(1)2+4(1)1=13+41=1y = (1)^3 - 3(1)^2 + 4(1) - 1 = 1 - 3 + 4 - 1 = 1. Point of contact is (1,1)(1, 1).
The point must lie on the curve.
2
Differentiate yy with respect to xx to find the gradient function.
\frac{dy}{dx} = 3x^2 - 6x + 4.
The first derivative represents the gradient of the tangent to the curve.
3
Calculate the gradient of the tangent and normal at x=1x = 1.
Tangent gradient mt=3(1)26(1)+4=1m_t = 3(1)^2 - 6(1) + 4 = 1. Normal gradient mn=1mt=1m_n = -\frac{1}{m_t} = -1.
The normal line is perpendicular to the tangent line, so mnmt=1m_n \cdot m_t = -1.
4
Determine the equation of the normal line and find its yy-intercept.
Using yy1=mn(xx1)    y1=1(x1)    y=x+2y - y_1 = m_n(x - x_1) \implies y - 1 = -1(x - 1) \implies y = -x + 2. Setting x=0x = 0 gives y=2y = 2.
The yy-intercept occurs where the line crosses the yy-axis (x=0x = 0).

Key Concept

Tangents and Normals to Curves
Rate this question