Find the equation of the tangent to the ellipse x2+2y2−3x+5y−3=0 with slope 1.
Background and Explanation
To find the tangent to a curve with a given slope, we use the slope-intercept form of a line, y=mx+c. A line is tangent to a conic section if it intersects the curve at exactly one point, which mathematically means the discriminant (D=b2−4ac) of the resulting quadratic equation must be zero.
Solution
The given equation of the ellipse is:
x2+2y2−3x+5y−3=0
We are looking for a tangent line with a slope of 1. Let the equation of the tangent be:
y=mx+c
Given that the slope m=1:
y=x+c
To find the value of c, we substitute the expression for y from equation (ii) into equation (i):
x2+2(x+c)2−3x+5(x+c)−3=0
Expanding the terms:
⇒x2+2(x2+2cx+c2)−3x+5x+5c−3=0⇒x2+2x2+4cx+2c2−3x+5x+5c−3=0
Grouping the terms to form a quadratic equation in x (ax2+bx+c=0):
⇒3x2+(4c+2)x+(2c2+5c−3)=0
For the line to be a tangent, it must touch the ellipse at only one point. This occurs when the discriminant of the quadratic equation is equal to zero (D=0):
(4c+2)2−4(3)(2c2+5c−3)=0
Now, we solve for c:
4(2c+1)2−12(2c2+5c−3)=0
Divide the entire equation by 4 to simplify:
(2c+1)2−3(2c2+5c−3)=0
Expand the squares and distribute the −3:
4c2+4c+1−6c2−15c+9=0−2c2−11c+10=0
Multiply by −1 to make the leading coefficient positive:
2c2+11c−10=0
Using the quadratic formula c=2a−b±b2−4ac:
c=2(2)−11±(11)2−4(2)(−10)c=4−11±121+80c=4−11±201
Finally, substitute the values of c back into the equation of the line y=x+c:
y=x+4−11±201
These are the equations of the two possible tangent lines.
Key Formulas or Methods Used
Slope-Intercept Form:y=mx+c
Substitution Method: Substituting the line equation into the curve equation to find intersection points.
Condition for Tangency: For a quadratic equation ax2+bx+c=0, the condition for a single point of contact (tangency) is the discriminant D=b2−4ac=0.
Quadratic Formula:x=2a−b±b2−4ac
Summary of Steps
Set up the equation of the tangent line using the given slope: y=1x+c.
Substitute y=x+c into the ellipse equation.
Simplify the resulting expression into a standard quadratic equation in terms of x.
Apply the tangency condition by setting the discriminant (b2−4ac) of the quadratic to zero.
Solve the resulting quadratic equation for the unknown constant c.
Write the final equations of the tangents using the calculated values of c.