Question Statement
Find the equation of the tangent and normal to the parabola 2y2−3y+11x−16=0 at the point (1,−1).
Background and Explanation
To find the equations of the tangent and normal lines, we first need to determine the slope of the curve at the given point using implicit differentiation. The slope of the tangent line is equal to the derivative dxdy, while the slope of the normal line is the negative reciprocal of the tangent's slope.
Solution
To find the slope, we differentiate the equation 2y2−3y+11x−16=0 with respect to x:
4ydxdy−3dxdy+11=0
Next, we group the dxdy terms to solve for the derivative:
(4y−3)dxdy=−11
dxdy=4y−3−11
We substitute the y-coordinate of the given point (1,−1) into our derivative formula:
dxdy=4(−1)−3−11=−7−11=711
Thus, the slope of the tangent line (m) at (1,−1) is 711.
Using the point-slope form y−y1=m(x−x1) with the point (1,−1) and slope m=711:
y−(−1)7(y+1)7y+711x−7y−18=711(x−1)=11(x−1)=11x−11=0
The equation of the tangent line is 11x−7y−18=0.
The normal line is perpendicular to the tangent line. Therefore, its slope is the negative reciprocal of the tangent's slope:
Slope of normal line=Slope of tangent−1=(711)−1=−117
Using the point-slope form again with the same point (1,−1) and the new slope m=−117:
y−(−1)11(y+1)11y+117x+11y+4=11−7(x−1)=−7(x−1)=−7x+7=0
The equation of the normal line is 7x+11y+4=0.
- Implicit Differentiation: Used to find dxdy when y is not explicitly defined as a function of x.
- Slope of Tangent: m=dxdy evaluated at the specific point.
- Point-Slope Form: y−y1=m(x−x1).
- Perpendicular Slopes: The slope of the normal mn=−mt1.
Summary of Steps
- Differentiate the parabola's equation implicitly with respect to x.
- Isolate dxdy to find the general expression for the slope.
- Plug in the point (1,−1) to find the specific slope of the tangent.
- Apply the point-slope formula to derive the tangent line equation.
- Calculate the negative reciprocal of the tangent slope to get the normal slope.
- Apply the point-slope formula again to derive the normal line equation.