Square in a 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 square in it, such that one corner of the square is the x x -axis, one on y y -axis, and two corners are on the ellipse, as shown in the figure below.

If the side length of the square is s s , its center is at C = ( C x , C y ) C = (C_x, C_y ) , and its clockwise tilt is θ \theta (in degrees), then input the value of s + C x + C y + θ s + C_x + C_y + \theta . You may need to resort to numerical methods.


The answer is 25.25.

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.

1 solution

Chris Lewis
Jun 3, 2021

Consider the general case, where the ellipse has semimajor and semiminor axes a , b a,b . Say the two points on the curve are P ( a cos u , B sin u ) , Q ( a cos v , b sin v ) P(a \cos u,B \sin u),\;\; Q(a \cos v,b \sin v)

where u > v u>v (so P P is the point closer to the y y -axis), and define R R and S S as below:

Since P Q R S PQRS is a square, the difference in the y y -coordinates of points Q Q and R R is the same as the difference in the x x -coordinates of Q Q and P P , etc; so we have R ( a cos v b sin u + b sin v , b sin v a cos v + a cos u ) R(a \cos v -b \sin u+b \sin v, b \sin v-a \cos v+a \cos u) and S ( a cos u b sin u + b sin v , b sin u a cos v + a cos u ) S(a \cos u -b \sin u+b \sin v, b \sin u-a \cos v+a \cos u)

Since R R is on the x x -axis and S S on the y y -axis, we have b sin v a cos v + a cos u = 0 a cos u b sin u + b sin v = 0 \begin{aligned} b \sin v-a \cos v+a \cos u &=0 \\ a \cos u -b \sin u+b \sin v &=0 \end{aligned} from which we see that a cos v = b sin u a\cos v=b\sin u so we can write v v in terms of u u ; in particular sin v = 1 b 2 sin 2 u a 2 \sin v=\sqrt{1-\frac{b^2 \sin^2 u}{a^2}}

Substituting into the second equation above, we get a cos u b sin u + b 1 b 2 sin 2 u a 2 = 0 \begin{aligned} a \cos u -b\sin u+b \sqrt{1-\frac{b^2 \sin^2 u}{a^2}} &=0 \end{aligned}

We could solve this numerically for u u here; but amazingly, it is solvable analytically. If we let x = sin u x=\sin u (so that cos u = 1 x 2 \cos u=\sqrt{1-x^2} ) and clear square roots, we find that x x is a root of ( a 4 a 2 b 2 + b 4 ) ( a 4 + 3 a 2 b 2 + b 4 ) x 4 2 a 2 ( a 6 + b 6 ) x 2 + a 4 ( a 2 b 2 ) 2 = 0 \left(a^4 - a^2 b^2 + b^4\right) \left(a^4 + 3 a^2 b^2 + b^4\right)x^4-2a^2\left(a^6+b^6\right)x^2 + a^4 \left(a^2 - b^2\right)^2=0

This looks bad, but is just a biquadratic in x x (that is, a quadratic in x 2 x^2 ). In this case, the a = 12 a=12 and b = 7 b=7 and the polynomial is 712468705 x 4 893846304 x 2 + 187142400 = 0 712468705 x^4- 893846304 x^2+187142400=0

The root we want is x = 12 193 44305 + 14112 44305 16081 x= 12 \sqrt{\frac{193}{44305} + \frac{14112}{44305 \sqrt{16081}}}

From this we can calculate u u , v v , the coordinates of the vertices of the square, and all the parameters we need for the solution; we find s = 5.83229 , C x = C y = 3.48066 , θ = 12.4570 8 s=5.83229,\;\;C_x=C_y=3.48066,\;\;\theta=12.45708^\circ for a total of 25.25764 \boxed{25.25764\ldots} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...