4

Line $L_1$ having slope $9$,is parallel to line $L_2$. Also $L_3$ having slope $\frac {-1}{25}$,is parallel to line $L_4$. All these lines touch the ellipse $\frac {x^2}{25}+\frac{y^2}{9}=1$. Find the area of the parallelogram formed by these lines.

Is there any way other than actually finding the points of tangency or the points of intersection of the lines?

sonu
  • 712
  • A suggestion/hint I haven't tried, but it's a standard way to start some ellipse problems. What if you scale the axes by factors of $5$ and $3$ to turn the ellipse into a circle? – Ethan Bolker Dec 24 '17 at 12:53
  • I've never actually scaled the axes before. only shifted s that would be difficult for me. – sonu Dec 24 '17 at 12:55
  • @krishna: I took one step ahead toward the final solution. – zoli Dec 25 '17 at 10:07

2 Answers2

3

Without uttering the word "tangent"

(Without actually computing the coordinates of the points of tangency.)

If one considers the straight line $9x+b$ and the ellipse $\frac {x^2}{25}+\frac{y^2}{9}=1$ then depending on the value of $b$ there might be $0$, $2$, or $1$ common points. We need the $1$ common point case. Now, we have $$\frac {x^2}{25}+\frac{(9x+b)^2}{9}=1$$ and from here (with the help of Alpha):

$$x=-15b\pm\sqrt{2034-b^2}$$

There will be only one solution for $x$ if $$b=\pm\sqrt{2034}.$$ So the two tangent (oops) lines from the four ones are $$y=9x\pm \sqrt {2034}.$$ One can do the same in the case of the other two tangents.

EDIT

Finding the "height" of the parallelogram.

Alpha depicts the ellipse and the lines already found:

enter image description here

The thinner red line is perpendicular to both of the tangent lines. The equation belonging to the red line is $$y=-\frac19x.$$ It is easy to find the intersection points of the tangents and the red line. The distance between these intersection points will be needed when computing the area...

zoli
  • 20,452
  • A similar, but algebraically simpler, approach is to use the dual conic to the ellipse. – amd Dec 25 '17 at 01:24
  • @amd What is the "dual conic to the ellipse"? – Gaurang Tandon Dec 25 '17 at 02:28
  • You only showed how to find the equation of the four tangent lines, but how will we find the area of the parallelogram enclosed by them? – Gaurang Tandon Dec 25 '17 at 02:29
  • @GaurangTandon The dual conic consists of all of the lines tangent to the ellipse. The coefficients of the equation $\lambda x+\mu y+\tau=0$ of a line tangent to the given ellipse satisfy the dual equation $25\lambda^2+9\mu^2-\tau^2=0$. Once you have the actual line equations in hand, you can find their intersections and use any of a number of formulas for the parallelogram’s area. Alternatively, once you’ve found the two constant terms for the tangent lines, you can construct the vectors of the half-diameters, from which you can get the area of a quarter of the full parallelogram. – amd Dec 25 '17 at 05:38
2

The product of the lines’ slopes is $-{9 \over 25}=-{b^2 \over a^2}$. This means that the diameters of the ellipse parallel to these lines are conjugate, and that the parallelogram formed by the four tangent lines is a bounding parallelogram of the ellipse. There’s a theorem proved in Appolonius’ Conics and quoted as a lemma in Newton’s Principia that all bounding parallelograms of an ellipse have the same area. Therefore, the area of the parallelogram is $2a\cdot2b=4\cdot5\cdot3=60$.

If you didn’t know this, you could follow Ethan Bolker’s suggestion of transforming the ellipse into the unit circle by scaling the $x$-axis by $\frac15$ and the $y$-axis by $\frac13$. This scaling transforms the slopes of the lines by a factor of $\frac53$, giving for the slopes of the transformed lines $15$ and $-\frac1{15}$. These lines are obviously perpendicular (which means that the corresponding diameters of the ellipse are conjugate), so the parallelogram is transformed into a square that bounds the unit circle. This square’s area is $4$, therefore the original parallelogram’s area is $4\cdot5\cdot3=60$.

amd
  • 53,693