Circle in Quarter Ellipse

Calculus Level 5

Take the ellipse

x 2 144 + y 2 49 = 1 \dfrac{x^2}{144}+ \dfrac{y^2}{49} = 1

in the first quadrant, and inscribe a circle in it, such that the circle is tangent to the x x -axis , y y -axis, and the ellipse. This is shown in the figure below.

Find the radius of the circle. If the radius is r r , input 1 0 5 r \lfloor 10^5 r \rfloor

You may need to resort to numerical methods.


The answer is 333348.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Chris Lewis
Jun 3, 2021

Since it's tangent to the axes, the equation of the circle is ( x r ) 2 + ( y r ) 2 = r 2 (x-r)^2+(y-r)^2=r^2

From the equation for an ellipse with semi-axes a a , b b , y = b 1 x 2 a 2 y=b\sqrt{1-\frac{x^2}{a^2}}

Substituting this into the equation for the circle (and expanding) we get x 2 2 r x + b 2 ( 1 x 2 a 2 ) 2 b r 1 x 2 a 2 + r 2 = 0 x^2-2rx+b^2 \left(1-\frac{x^2}{a^2}\right)-2br\sqrt{1-\frac{x^2}{a^2}}+r^2=0

We want this to have exactly one real root (corresponding to the point of tangency). This will in fact be a double root (why?), so the easiest thing to do is use a discriminant. Before we can do that, we need to clear square roots above; after some word-processing we get ( a 2 b 2 ) 2 x 4 4 a 2 r ( a 2 b 2 ) x 3 + 2 a 2 ( a 2 b 2 + 3 a 2 r 2 b 4 + b 2 r 2 ) x 2 4 a 4 r ( b 2 + r 2 ) x + a 4 ( b 2 r 2 ) 2 = 0 (a^2-b^2)^2 x^4 - 4a^2 r (a^2-b^2)x^3 + 2a^2 (a^2 b^2+3a^2 r^2-b^4+b^2 r^2)x^2 - 4a^4 r(b^2+r^2)x+a^4 (b^2-r^2)^2=0

In this case, we get 9025 x 4 54720 r x 3 + ( 1340640 + 138528 r 2 ) x 2 ( 4064256 r + 82944 r 3 ) x + 49787136 2032128 r 2 + 20736 r 4 = 0 9025x^4-54720 r x^3+\left(1340640 + 138528 r^2\right)x^2-\left(4064256 r + 82944 r^3 \right)x+49787136 - 2032128 r^2 + 20736 r^4=0

This quartic in x x has a multiple root if and only if the discriminant is zero. The discriminant (thanks, Wolfram|Alpha!) is a multiple of 15920100 r 4 1741825 r 6 + 34131 r 8 579 r 10 + r 12 15920100 r^4 - 1741825 r^6 + 34131 r^8 - 579 r^{10} + r^{12}

Now, r r can't be zero, so we can divide through by r 4 r^4 to get 15920100 1741825 r 2 + 34131 r 4 579 r 6 + r 8 = 0 15920100 - 1741825 r^2 + 34131 r^4 - 579 r^6 + r^8=0

This is a quartic in r 2 r^2 so is technically solvable analytically; but checking the positive roots numerically we find the only possible radius is r = 3.33348373 r=3.33348373\ldots giving the answer 333348 \boxed{333348} .

(Incidentally, Alpha can give an exact form for this root - but it isn't pretty!)

Patrick Corn
Jun 9, 2021

The point of intersection of the circle and ellipse satisfies three equations: x 2 144 + y 2 49 = 1 ( x r ) 2 + ( y r ) 2 = r 2 49 x 144 y = x r y r \begin{aligned} \frac{x^2}{144} + \frac{y^2}{49} &= 1 \\ (x-r)^2+(y-r)^2 &= r^2 \\ -\frac{49x}{144y} &= -\frac{x-r}{y-r} \end{aligned} where the last equation comes from setting the slopes of the tangent lines to the circle and ellipse equal to each other.

This becomes three quadratic equations in three unknowns, which any computer algebra system can easily solve. I used MAGMA's GroebnerBasis to get an equation for r , r, namely r 8 579 r 6 + 34131 r 4 1741825 r 2 + 15920100 = 0 , r^8 - 579r^6 + 34131r^4 - 1741825r^2 + 15920100 = 0, which has four real roots, ± 3.33348 \pm 3.33348\ldots and ± 22.79598 \pm 22.79598\ldots . The former is clearly the radius of the inscribed circle, and the latter is the radius of the circle outside the ellipse centered at ( r , r ) (r,r) of radius r r that is tangent to the ellipse at one point. So the answer is 333348 . \fbox{333348}.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...