You are given an ellipse 8 1 x 2 + 1 6 y 2 = 1 and a family of concentric circles with variable radius x 2 + y 2 = r 2 . If the circle having the maximum length of common tangent with ellipse has radius a and the maximum length be l , find l a .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Can you elaborate this statement - " Observe that the problem given to find the maximum length of common tangent is the same as this problem: Let line L be a normal to a standard ellipse at some point on it. "
Log in to reply
Suppose that the common tangent intersects ellipse at A and circle at B.Now draw a normal at A to the ellipse.Let foot of perpendicular from origin to the normal at A be point X.We see that quadrilateral ABOX is a rectangle, hence we get AB =OX.But OX is the distance of the origin from the normal at A to the ellipse.Hence,the assertion that I made holds.
I will extend this solution later. I am giving the answer right now.
Maximum length = a − b
Radius = a b
for ellipse : a 2 x 2 + b 2 y 2 = 1
Problem Loading...
Note Loading...
Set Loading...
Observe that the problem given to find the maximum length of common tangent is the same as this problem: Let line L be a normal to a standard ellipse at some point on it. Then find the maximum possible distance of origin from L.Take point on ellipse as (acos(t), bsin (t)).Equation of normal at that point is axsec(t)-bycosec(t)=a²-b². Distance of origin from the normal is (a²-b²) divided by square root of [a²(sec(t))^2 + b²(cosec(t))^2]. Now this can be optimised using calculus.We get the maximum value when (tan(t))^2=b/a and the required maximum is (a-b).Using Pythagoras theorem, the radius of circle=distance of the origin from corresponding tangent line is √(ab).