Question: $\frac{x^2}{a^2} + \frac{y^2}{b^2}=1 $ meets $\frac{x^2}{c^2} - \frac{y^2}{d^2}=1$ in such a way that the tangent lines at the points of intersection are perpendicular to each other. Show that $a^2-b^2=c^2+d^2$
I've been stuck on a while now , first I tried finding the intersection between the ellipse and the hyperbola and then creating tangent lines based on those specific $x_1 , y_1$ but that didn't turn out pretty. Second of all I tried taking the derivative of both the ellipse and hyperbola and using $m_1 \cdot m_2 =-1 $ but that didn't get me far either. What should I do?
Intersection points are given by $$\frac{x^2}{a^2} + \frac{y^2}{b^2}=\frac{x^2}{c^2} - \frac{y^2}{d^2}\iff(\frac xy)^2=-(\frac{ac}{bd})^2\frac{b^2+d^2}{c^2-a^2}\qquad (*)$$ Besides by implicit derivation we have for the ellipse $$-\frac{xb^2}{ya^2}$$ and for the hyperbola $$\frac{xd^2}{yc^2}$$ Now from the equality for perpendicularity $$(-\frac{xb^2}{ya^2})(\frac{xd^2}{yc^2})=-1\iff(\frac xy)^2\frac{(bd)^2}{(ac)^2}=1\qquad (**)$$ Thus from $(*)$ and $(**)$ $$a^2-b^2=c^2+d^2$$