Question: A circle is drawn with its center at (8,0) and with radius r such that the circle cuts the ellipse $x^2 + 4y^2 = 16$ at right angles. Find the radius of the circle.
I understand that the tangent of a circle at the point they intersect is the normal of the ellipse. I don't where to go from there to get the radius. Thank you
The circle and ellipse equations: $$(x-8)^2+y^2=r^2; \frac{x^2}{4^2}+\frac{y^2}{2^2}=1.$$ The slopes of their tangents at the common intersection point $x_0$: $$2(x-8)+2y\cdot y'=0 \Rightarrow y'(x_0)=-\frac{x_0-8}{y(x_0)},$$ $$\frac{2x}{4^2}+\frac{2yy'}{2^2}=0 \Rightarrow y'(x_0)=-\frac{x_0}{4y(x_0)}.$$ For the tangent lines to be perpendicular the product of slopes must be $-1$: $$(x_0-8)x_0=-4y^2(x_0) \Rightarrow x_0=2.$$ Now from the ellipse equation we will find $y_0^2$: $$y_0^2=3.$$ Finally from the circle equation we will find the radius: $$r^2=(2-8)^2+3=39 \Rightarrow r=\sqrt{39}.$$