Question

Difficulty: MediumTangents and Normals to Curves

What is the equation of the normal to the curve y=2x23x+1y = 2x^2 - 3x + 1 at the point where x=2x = 2?

  1. x+5y17=0x + 5y - 17 = 0Answer
  2. B
    5xy7=05x - y - 7 = 0
  3. C
    x5y+13=0x - 5y + 13 = 0
  4. D
    x+5y13=0x + 5y - 13 = 0

Answer

x+5y17=0x + 5y - 17 = 0
Evaluating y=2x23x+1y = 2x^2 - 3x + 1 at x=2x = 2 gives the point (2,3)(2, 3). Differentiating gives dydx=4x3\frac{dy}{dx} = 4x - 3, which evaluates to 55 at x=2x = 2. The normal line gradient is therefore 15-\frac{1}{5}. Using the point-slope formula y3=15(x2)y - 3 = -\frac{1}{5}(x - 2) and rearranging to standard linear form results in x+5y17=0x + 5y - 17 = 0.

Step-by-Step Solution

1
Find the yy-coordinate of the point of contact on the curve when x=2x = 2.
Substitute x=2x = 2 into y=2x23x+1y = 2x^2 - 3x + 1: y=2(2)23(2)+1=86+1=3y = 2(2)^2 - 3(2) + 1 = 8 - 6 + 1 = 3. The point is (2,3)(2, 3).
The line of normal passes through the point of tangency on the curve.
2
Differentiate y=2x23x+1y = 2x^2 - 3x + 1 with respect to xx to find the gradient of the tangent.
dydx=4x3\frac{dy}{dx} = 4x - 3. At x=2x = 2, mt=4(2)3=5m_t = 4(2) - 3 = 5.
The derivative of a curve evaluated at a point yields the gradient of the tangent line at that point.
3
Determine the gradient of the normal line.
Since the normal is perpendicular to the tangent, mn=1mt=15m_n = -\frac{1}{m_t} = -\frac{1}{5}.
Perpendicular lines have gradients whose product is 1-1 (mtmn=1m_t \cdot m_n = -1).
4
Form the equation of the normal line passing through (2,3)(2, 3) with gradient mn=15m_n = -\frac{1}{5}.
y3=15(x2)    5(y3)=(x2)    5y15=x+2    x+5y17=0y - 3 = -\frac{1}{5}(x - 2) \implies 5(y - 3) = -(x - 2) \implies 5y - 15 = -x + 2 \implies x + 5y - 17 = 0.
Applying the point-slope form yy1=m(xx1)y - y_1 = m(x - x_1) establishes the linear equation.

Key Concept

Tangents and Normals to Curves
Rate this question