Inscribed Ellipse in a Parallelogram

Geometry Level 4

Parallelogram A B C D ABCD has A B = 20 AB = 20 and an altitude of 10 10 , and D A B = 6 0 \angle DAB = 60^{\circ} . The ellipse shown is the unique ellipse that is inscribed in the parallelogram and tangent to the midpoints of its four sides. Find the sum of the lengths of the major and minor axes and the angle (in degrees) that the major axis makes with A C AC .

That is, enter as your answer 2 a + 2 b + ϕ 2a + 2b + \phi , where a a is the length of the semi-major axis, b b is the length of the semi-minor axis, and ϕ \phi is the angle between the major axis and A C AC .


Inspiration .

31.91 42.20 52.30 47.59

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

Hosam Hajjir
Aug 19, 2016

We'll look at the given figure as a transformation of the unit square and the inscribed circle within it.

So we start with a square with vertices (0,0), (1,0), (0, 1), (1, 1).

And we find the transformation matrix P P , such that a point v v is mapped into

P v Pv .

P = [ a b c d ] P = \begin{bmatrix} a && b \\ c && d \end{bmatrix}

Note that with this, ( 0 , 0 ) (0,0) is automatically mapped into ( 0 , 0 ) (0,0)

The point ( 1 , 0 ) (1, 0) is mapped into ( 20 , 0 ) (20, 0) , therefore,

a = 20 , c = 0 a = 20, c = 0

The point ( 0 , 1 ) (0, 1) is mapped into ( 10 / t a n ( π / 3 ) , 10 ) (10 / tan(\pi /3) , 10 ) , therefore,

b = 10 / t a n ( π / 3 ) , d = 10 b = 10 / tan(\pi / 3), d = 10

Hence,

P = [ 20 10 t a n ( π / 3 ) 0 10 ] P = \begin{bmatrix} 20 && \dfrac{10}{tan(\pi / 3) } \\ 0 && 10 \end{bmatrix}

Now the equation of the original circle (before transformation) is

( r r c ) T ( r r c ) = ( 1 / 2 ) 2 ( r - r_c )^T (r - r_c) = (1/2)^2

where r c = ( 0.5 , 0.5 ) r_c = ( 0.5, 0.5)

Let r = P r r' = P r , then

( P 1 r r c ) T ( P 1 r r c ) = 1 4 ( P^{-1} r' - r_c)^T (P^{-1} r' - r_c ) = \dfrac{1}{4}

Define r c = P r c r_c' = P r_c , then

( r r c ) T ( 4 P T P 1 ) ( r r c ) = 1 (r' - r_c')^T (4 P^{-T} P^{-1} ) ( r' - r_c') = 1

Let the matrix G = ( 4 P T P 1 ) G = (4 P^{-T} P^{-1} ) then G G is symmetric, and we can diagnonalize, by finding an orthogonal matrix (of eigenvectors) R R and a diagonal matrix D D such that,

R T G R = D R^T G R = D

Note that R R can be written as

R = [ cos θ sin θ sin θ cos θ ] R = \begin{bmatrix} \cos \theta && -\sin \theta \\ \sin \theta && \cos \theta \end{bmatrix}

where θ \theta will be specified below.

Based on this, we can introduce a new vector w w and define it by

r r c = R w r' - r_c' = R w

This leades to

w T D w = 1 w^T D w = 1

Which is the equation of an ellispe centered at the origin (of the w w- coordinate frame) In terms of r r' , this is an ellipse centered at r c r_c' , with tilted axes which make an angle of θ \theta with the X and Y axes. The lengths of the semi-major and semi-minor axes of the ellipse are equal to the reciprocal of the square root of the diagonal entries of the diagonal matrix D D . So the whole problem reduces to finding the eigenstructure of matrix G. The formula for calculating R and D is a follows:

θ = 1 2 tan 1 2 g 12 g 11 g 22 \theta = \dfrac{1}{2} \tan^{-1} \dfrac{2 g_{12} }{g_{11}-g_{22} }

Thus R R is now fully determined. The diagonal elements of D D are as follows

d 11 = g 11 cos 2 θ + g 22 sin 2 θ + 2 g 12 sin 2 θ d_{11} = g_{11} \cos^2 \theta + g_{22} \sin^2 \theta + 2 g_{12} \sin 2 \theta

d 22 = g 22 cos 2 θ + g 11 sin 2 θ 2 g 12 sin 2 θ d_{22} = g_{22} \cos^2 \theta + g_{11} \sin^2 \theta - 2 g_{12} \sin 2 \theta

This completely specifies the diagonalization of matrix G G .

Performing the calculations gives

θ = 9.553 3 \theta = 9.5533^{\circ}

a = 10.5244 a=10.5244

b = 4.7509 b=4.7509

The angle that A C AC makes with the horizontal is 21.206 0 21.2060^{\circ}

This makes the answer

2 ( 10.5244 ) + 2 ( 4.7509 ) + ( 21.2060 9.5533 ) = 42.20 2(10.5244) + 2(4.7509) + (21.2060 - 9.5533) = \boxed{42.20} .

You stopped including results after P, and then magically got numbers at the end. If I understand correctly:

None of the manipulations of R or w need to be worked out until getting theta (Based on G) and d11&d22 (based on G&theta), so we need to calculate G:
G = 4*P^-T*P^-1

Due to later cancellation, I will start with P = [p11 ; p12 ; p21 ; p22] = [a ; b ; c ; d]
P^-1 is thus (1/(ad-bc)) * [ d ; -b ; -c ; a ]
the transpose of that (P^-T) is (1/(ad-bc)) * [ d ; -c ; -b ; a ]
finally G = 4P^-TP^-1 = 4 * (1/(ad-bc))*[ d ; -c ; -b ; a ] * (1/(ad-bc))*[ d ; -b ; -c ; a ]

G = (4/(ad-bc)^2) * [ d^2+c^2 ; -bd-ac ; -bd-ac ; b^2+a^2 ]

g11 = (c^2+d^2)*(4/(ad-bc)^2)
g12 = (-ac-bd)*(4/(ad-bc)^2)
g21 = (-ac-bd)*(4/(ad-bc)^2)
g22 = (a^2+b^2)*(4/(ad-bc)^2)

With G, we can calculate Theta
Thus, Theta = .5 * tan^-1 ( 2 * (-ac-bd)*(4/(ad-bc)^2) / ( (c^2+d^2)*(4/(ad-bc)^2) - (a^2+b^2)*(4/(ad-bc)^2) )
= .5*tan^-1 (2 * (-ac-bd) / ( (c^2+d^2) - (a^2+b^2) )

a = p11 = 20
b = p12 = 10 / tan(pi/3)
c = p21 = 0
d = p22 = 10

Theta = .5 * tan^-1 ( 2 * (-20*0 - 10*10/tan(pi/3)) / ( -20*20 - 10*10 / (tan^2 (pi/3)) + 0*0 + 10*10))
= .5 * tan^-1 ( (-200/tan(pi/3) ) / (-300 - 100/tan^2(pi/3))
= .5 * tan^-1 ( (-200/tan(pi/3) ) / ((-300tan^2(pi/3) - 100)/tan^2(pi/3))
= .5 * tan^-1 (-200 * tan(pi/3) / (-300tan^2(pi/3)-100)
= .5 * tan^-1 ( -200 * 1.73205081 / (-300*1.73205081^2 - 100) )
= .5 * tan^-1 (-346.41016151 / -1000)
= .5 * tan^-1 (.34641016151)
= .5 * 0.33347317 rad
= 0.16673659 rad = 9.55330261 degrees

And with Theta, we can calculate d11 and d22
gxx = (~~+~~)*(4/(ad-bc)^2) = (~~+~~)*4/(20*10-(10/tan(pi/3))*0)^2 = (~~+~~)*4/40000 = (~~+~~)*.0001
g11 = (0^2+10^2)*.0001 = .01
g12 =(-20 0 - 10*10/tan(pi/3))*.0001 = .01/tan(pi/3) = .01732051
g21 = g12 = .01/tan(pi/3) = .01732051
g22 = (20^2 + 10^2/tan^2(pi/3))
.0001 = .04 + .01/tan^2(pi/3) = .05732015

d11 = g11 * cos^2 theta + g22 * sin^2 theta + 2 * g12 * sin (2 theta)
d22 = g22 * cos^2 theta + g11 * sin^2 theta - 2 * g12 * sin (2 theta)

d11 = .01 * .97245559 + .05732015 * .02754441 + 2 * .01732051 * .32732684 = .02264234
d22 =.05732015 * .97245559 + .01 * .02754441 - 2 * .01732051 a* .32732684 = .04467781

The lengths of the semi-major and semi-minor axes of the ellipse are equal to the reciprocal of the square root of the diagonal entries of the diagonal matrix DD.

semi-Major axis = 1/ sqrt(d11) = 6.64567879
semi-minor axis = 1/ sqrt(d22) = 4.73101219

Crazy Hobbit - 11 months ago

It's just a numerical mistake somewhere in your calculations.

Hosam Hajjir - 11 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...