0

I used $T=0$ to get equation for tangent, but I am guessing I need one more equation for coefficient comparison. I also can't understand how to get to the coordinates of the points where the tangent intersects the circle, in order to get an expression for the mid-point.

Ng Chung Tak
  • 18,990
Arko
  • 3

1 Answers1

2

Let $c=\sqrt{a^2+b^2}$, then the director circle is

$$x^2+y^2=c^2 \tag{1}$$

Let $c(\cos \theta,\sin \theta)$ and $c(\cos \phi,\sin \phi)$ be the points on $(1)$, the equation of the chord is

$$x\cos \frac{\theta+\phi}{2}+y\sin \frac{\theta+\phi}{2} =c\cos \frac{\theta-\phi}{2} \tag{2}$$

Let $(x',y')$ be a point on ellipse, then the tangent on it should be

$$\frac{x'x}{a^2}+\frac{y'y}{b^2}=1 \tag{3}$$

If $(2)$ is the polar of $(x',y')$ with respect to the ellipse, then $(2)$ and $(3)$ are equivalent.

Hence,

$$(x',y')= \frac{ \left( a^2\cos \frac{\theta+\phi}{2},b^2\sin \frac{\theta+\phi}{2} \right)} {c\cos \frac{\theta-\phi}{2}}$$

Note that the required mid-point is

$$(u,v)= c\cos \frac{\theta-\phi}{2} \left( \cos \frac{\theta+\phi}{2}, \sin \frac{\theta+\phi}{2} \right) $$

Now,

\begin{align} u^2+v^2 &= c^2 \cos^2 \frac{\theta-\phi}{2} \\ (x',y') &= \left( \frac{a^2u}{u^2+v^2}, \frac{b^2v}{u^2+v^2} \right) \\ 1 &= \frac{x'^2}{a^2}+\frac{y'^2}{b^2} \\ &= \frac{a^2u^2}{(u^2+v^2)^2}+\frac{b^2v^2}{(u^2+v^2)^2} \\ (u^2+v^2)^2 &= a^2 u^2+b^2 v^2 \end{align}

Therefore the required locus is

$$\fbox{$(x^2+y^2)^2=a^2 x^2+b^2 y^2$}$$

This locus is also the perpendicular foot of the tangent from the origin.

Ng Chung Tak
  • 18,990
  • I think I had interpreted the question differently. Since it says 'mid-points of intercepts of tangents' and 'cut off by its director circle', I thought that we are supposed to develop a tangent to the ellipse at say point C, which will be intercepted at two points A and B by the director circle. Now I thought we were supposed to find the locus of the mid-point of AB. How can we proceed in that case? – Arko May 26 '18 at 19:58
  • Also the answer is given as ${(x^2+y^2)^2}=a^2x^2 + b^2y^2$ – Arko May 26 '18 at 20:04
  • Sorry for misinterpretation, the answer is updated. – Ng Chung Tak May 27 '18 at 09:50