Find the coordinates of the vertices and co-vertices of the following ellipses by differentiating the equation on both sides and solving for horizontal and vertical tangent lines:
(i) 2x2+3y2+2x−3y−5=0
(ii) 9(x−1)2+16(y+2)2=1
(iii) 21x2+43y2+x−y−5=0
(iv) x2+2y2−6x−4=0
Background and Explanation
To find the vertices and co-vertices of an ellipse, we identify the points where the tangent lines are horizontal or vertical. We use implicit differentiation to find the derivative dxdy, setting it to 0 for horizontal tangents and finding where it is undefined (denominator equals 0) for vertical tangents. The longer axis connects the vertices, while the shorter axis connects the co-vertices.
1. Differentiate the equation w.r.t. x:4x+6ydxdy+2−3dxdy=0(6y−3)dxdy=−(4x+2)dxdy=−6y−34x+2
This represents the slope of the tangent at any point on the ellipse.
2. For horizontal tangents (dxdy=0):4x+2=0⇒x=−21
Substitute x=−21 into the original equation:
2(−21)2+3y2+2(−21)−3y−5=021+3y2−1−3y−5=03y2−3y−211=0 (Raw data uses 3y2−3y−21=0)
Using the quadratic formula as per raw data:
y=2(3)−(−3)±(−3)2−4(3)(−21)=63±9+66=63±75=63±53
Points: A(−21,63−53) and B(−21,63+53).
Distance ∣AB∣=6103=353.
3. For vertical tangents (dxdy=∞):
Denominator must be zero: 6y−3=0⇒y=21.
Substitute y=21 into the original equation:
2x2+3(21)2+2x−3(21)−5=02x2+2x−423=0x=2(2)−2±(2)2−4(2)(−423)=4−2±4+46=4−2±52
Points: C(4−2−52,21) and D(4−2+52,21).
Distance ∣CD∣=4102=252.
Since ∣CD∣>∣AB∣, Vertices are C,D and Co-vertices are A,B.
2. For horizontal tangents (dxdy=0):x−1=0⇒x=1.
Substitute x=1 into the equation:
0+16(y+2)2=1⇒(y+2)2=16⇒y+2=±4y=2,−6.
Points: A(1,−6) and B(1,2). Distance ∣AB∣=8.
3. For vertical tangents (dxdy=∞):y+2=0⇒y=−2.
Substitute y=−2 into the equation:
9(x−1)2+0=1⇒(x−1)2=9⇒x−1=±3x=4,−2.
Points: C(−2,−2) and D(4,−2). Distance ∣CD∣=6.
Since ∣AB∣>∣CD∣, Vertices are A(1,−6),B(1,2) and Co-vertices are C(−2,−2),D(4,−2).
2. For horizontal tangents:x+1=0⇒x=−1.
Substitute into equation and multiply by 4: 3y2−4y−22=0.
y=64±16+264=32±70
Points: A(−1,32−70),B(−1,32+70). Distance ∣AB∣=3270.
3. For vertical tangents:23y−1=0⇒y=32.
Substitute into equation and multiply by 6: 3x2+6x−32=0.
x=6−6±36+384=3−3±105
Points: C(3−3−105,32),D(3−3+105,32). Distance ∣CD∣=32105.
Since ∣CD∣>∣AB∣, Vertices are C,D and Co-vertices are A,B.
Since ∣CD∣>∣AB∣, Vertices are C,D and Co-vertices are A,B.
Key Formulas or Methods Used
Implicit Differentiation:dxd[f(x,y)=0]
Horizontal Tangent Condition:dxdy=0
Vertical Tangent Condition:dxdy→∞ (Denominator of derivative =0)
Quadratic Formula:x=2a−b±b2−4ac
Distance Formula:d=(x2−x1)2+(y2−y1)2
Summary of Steps
Differentiate the ellipse equation implicitly to find the expression for dxdy.
Set the numerator of dxdy to zero to find the x-coordinates (or y-coordinates) of points with horizontal tangents.
Set the denominator of dxdy to zero to find the coordinates of points with vertical tangents.
Substitute these values back into the original equation to find the corresponding pairs of points.
Calculate the distance between the pairs of points; the pair with the larger distance are the vertices, and the pair with the smaller distance are the co-vertices.