The normal to the ellipse $b^2x^2+a^2y^2=a^2b^2$ is passing through the x-axis in point $A$ and through the Y-axis in point $B$.
Point $P$ is the midpoint of $AB$. Need to find the locus of $P$.
My attempt :I tried to use the fact of the tangent to the ellipse $n^2=a^2m^2+b^2$ and to use slopes but I didn't succeed getting the locus.
Thanks.
i will parametrize the ellipse by $$x = a \cos t, y = b \sin t $$ the slope of the tangent is $$\frac{dy}{dx} = -\frac{b\cos t}{a \sin t} $$ therefore the slope of the normal is $$\frac{a\sin t}{b \cos t}.$$ the equation of the normal line is $$(y-b\sin t)b \cos t = a \sin t(x -a \cos t) $$ the $x$-intercept is given by $$a \sin t(x - a \cos t) = -b^2\sin t \cos t \to x = \frac 1a(a^2-b^2)\cos t.$$ in the same way the $y$-intercept is $$y = \frac1b(b^2-a^2)\sin t.$$ therefore the midpoint is $$x = \frac1{2a}(a^2 - b^2)\cos t,\\y = \frac1{2b}(b^2 - a^2)\sin t $$ you can eliminate $t,$ and find that locus of the center of the two intercepts is the ellipse $$4a^2x^2 + 4b^2y^2 = (a^2-b^2)^2.$$