Question Statement
Find the equations of the tangent and normal to the ellipse 2x2+3y2−5x−10y+5=0 at the point (3,2).
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 derivative dxdy gives the slope of the tangent line (m), while the slope of the normal line is the negative reciprocal (−m1) because the normal is perpendicular to the tangent.
Solution
The equation of the ellipse is:
2x2+3y2−5x−10y+5=0
To find the slope, we differentiate the equation with respect to x:
2(2x)+3(2y)dxdy−5−10dxdy=0
Simplify the terms:
4x+6ydxdy−5−10dxdy=0
Group the terms containing dxdy on one side:
(4x−5)+(6y−10)dxdy=0
(6y−10)dxdy=−(4x−5)
Solve for dxdy:
dxdy=−6y−104x−5
Substitute x=3 and y=2 into the derivative:
dxdy=−6(2)−104(3)−5=−12−1012−5=−27
The slope of the tangent line (m) at the point (3,2) is −27.
Using the point-slope form y−y1=m(x−x1) with the point (3,2) and m=−27:
y−22(y−2)2y−47x+2y−25=2−7(x−3)=−7(x−3)=−7x+21=0
The equation of the tangent line is 7x+2y−25=0.
The slope of the normal line is the negative reciprocal of the tangent's slope. Since the tangent slope is −27, the normal slope is 72.
Using the point-slope form with the point (3,2) and m=72:
y−27(y−2)7y−142x−7y+8=72(x−3)=2(x−3)=2x−6=0
The equation of the normal line is 2x−7y+8=0.
- Implicit Differentiation: Used to find dxdy when y is not explicitly isolated.
- Slope of Tangent (m): Evaluated as dxdy at the specific point (x1,y1).
- Slope of Normal: mnormal=−mtangent1.
- Point-Slope Form: y−y1=m(x−x1).
Summary of Steps
- Differentiate the ellipse equation implicitly with respect to x.
- Isolate dxdy to find the general expression for the slope.
- Plug in the coordinates (3,2) to find the numerical slope of the tangent.
- Apply the point-slope formula to determine the equation of the tangent line.
- Calculate the negative reciprocal of the tangent slope to find the normal slope.
- Apply the point-slope formula again to determine the equation of the normal line.