Find the value of m (m=0) such that the line 5x+my−20=0 touches the ellipse 4x2+5y2=1. Also, find the point where it touches the ellipse.
Background and Explanation
To find the condition for a line to be tangent to a curve, we substitute the equation of the line into the equation of the curve to form a quadratic equation. A line is tangent to a curve if they intersect at exactly one point, which mathematically means the discriminant (D=b2−4ac) of the resulting quadratic equation must be equal to zero.
Solution
Given the equation of the line:
5x+my−20=0⟹my=20−5x⟹y=m5(4−x)
Case 1: When m=−215
Substitute m2=60 into equation (iii):
[60+20]x2−160x+(320−4(60))=080x2−160x+(320−240)=080x2−160x+80=0
Divide by 80:
x2−2x+1=0⟹(x−1)2=0⟹x=1
Now find y using y=m5(4−x):
y=−2155(4−1)=−21515=−2(15)1515=−215
The first point of contact is (1,−215).
Case 2: When m=215
Substitute m2=60 into equation (iii):
80x2−160x+80=0⟹x=1
Now find y:
y=2155(4−1)=21515=215
The second point of contact is (1,215).
Key Formulas or Methods Used
Substitution Method: Solving systems of equations by substituting one variable into another equation.
Condition for Tangency: For a quadratic equation ax2+bx+c=0, the line is tangent to the curve if the discriminant D=b2−4ac=0.
Standard Form of Ellipse:a2x2+b2y2=1.
Summary of Steps
Isolate y in the line equation in terms of x and m.
Substitute this y expression into the ellipse equation.
Simplify the resulting expression into a standard quadratic equation in x.
Set the discriminant of the quadratic equation to zero to find the values of m.
Solve for m and substitute these values back into the quadratic equation to find the x-coordinate of the point of contact.
Substitute x and m back into the linear equation to find the corresponding y-coordinates.