Thread Closed

Finding tangent lines to an ellipse that pass through a given point

 
Share Thread Thread Tools
Nov19-08, 12:07 AM   #1
 

Finding tangent lines to an ellipse that pass through a given point


1. The problem statement, all variables and given/known data
Find the equations of all the tangent lines to x^2 + 4y^2 = 36 that pass through the point (12,3)


2. Relevant equations
the derivative of the ellipse is dy/dx = -2x/8y
(I'm not sure if that is correct, i have only recently learned implicit differentiation.)


3. The attempt at a solution
Using a point on the ellipse as ( x , +- ((6 - x) /2)) and the point which was given, i used the slope formula for a line and then set that equal to the derivative. However, now i'm left with 2 variables, x and y. I am 100% positive that we aren't suppose to use a CAS to solve this question. Could someone please help me out
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Nov19-08, 12:17 AM   #2
 
Mentor
Your equation for y at a point on the ellipse is wrong. The square root of (36 - x^2)/4 is not equal to (6 - x)/2.

I drew a quick sketch of the ellipse and found that its vertices are at (0, +/-3) and at (+/-6, 0). One of the tangent lines is horizontal.
Nov19-08, 12:21 AM   #3
 
then a point on the ellipse would be (x , root of (36 - x^2)/4 ) correct?. but even then wouldn't that leave me with the same problem when i set m = m
Nov19-08, 12:58 AM   #4
 
Mentor

Finding tangent lines to an ellipse that pass through a given point


Any point on the ellipse is (x, +/-sqrt((36 - x^2)/4).

The equation of the line is
[tex] -\frac{\sqrt{36 - x^2}}{2} - 3 = \frac{x}{2\sqrt{36 - x^2}}(x - 12)[/tex]
For the first expression on the left side, I chose the negative root, since I want a negative y value at the point of tangency in the fourth quadrant.
Multiply both sides by the expression in the denominator on the right side.
[tex]-(36 - x^2) - 6\sqrt{36 - x^2} = x^2 - 12x[/tex]
Now move everything but the radical to the other side.
[tex] - 6\sqrt{36 - x^2} = - 12x + 36[/tex]
Simplify a bit.
[tex] \sqrt{36 - x^2} = 2x - 6[/tex]
Square both sides.
[tex]36 - x^2 = 4x^2 - 24x + 36[/tex]
[tex]5x^2 - 24x = 0[/tex]
The last expression on the left side can be factored to give the x-values that are on the line, and that have the right slope. As it turned out, I didn't need to be concerned about using a negative expression for the y-value in the 4th quadrant, because I squared both sides later on. You do need to take into account that the y-value is negative at one point of tangency, though.
Thread Closed
Thread Tools


Similar Threads for: Finding tangent lines to an ellipse that pass through a given point
Thread Forum Replies
Tangent lines to an ellipse. Calculus & Beyond Homework 17
How can I find the equation of tangent lines from a circle to point A? Calculus & Beyond Homework 21
Coordinates at which 2 tangent lines of a function pass through a single point Calculus 4
I need help on Finding the tangent of the ellipse Calculus & Beyond Homework 8
conceptualizing two tangent lines to an ellipse Introductory Physics Homework 14