The four vertices of a parallelogram are given by: . We want to draw an ellipse that passes through these four points thus circumscribing the parallelogram. There is an infinite number of such ellipses. Find the ellipse of minimum area , and compute that minimum area. If the minimum area can be expressed as , for an integer , then enter as your answer.
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.
To find the minimum area ellipse passing through the vertices of the parallelogram, we're going to transform the parallelogram into a unit square whose minimum area ellipse is known (it is the circle passing through its vertices). Let's transform the parallelogram into a square of side length 2 centered at the origin, that is, its vertices are ( 1 , 1 ) , ( − 1 , 1 ) , ( − 1 , − 1 ) , ( 1 , − 1 ) .
The center of the parallelogram gets shifted to the origin. The center of the parallelogram is at the midpoint of A C , i.e. at P = ( 6 , 7 . 5 ) .
Hence, we can write the following matrix equation:
y = T ( x − P )
Using x 1 = ( 0 , 3 ) with its image y 1 = ( 1 , 1 ) , and x 2 = ( 1 0 , 8 ) with its image y 2 = ( − 1 , 1 ) , and subsituting this into the above equation, we get
[ 1 1 − 1 1 ] = T [ − 6 − 4 . 5 4 0 . 5 ]
This can be solved for T by inverting the matrix on the right hand side and right multiplying the matrix on the left hand side by this inverse.
The inverse of the matrix on the right hand side is
[ − 6 − 4 . 5 4 0 . 5 ] − 1 = 1 5 1 [ 0 . 5 4 . 5 − 4 − 6 ]
Therefore,
T = 1 5 1 [ 1 1 − 1 1 ] [ 0 . 5 4 . 5 − 4 − 6 ] = 1 5 1 [ − 4 5 2 − 1 0 ]
The equation of the circle passing through the vertices of the square is
y T y = R 2 = ( 2 ) 2 = 2
Substituing y = T ( x − P ) , yields
( x − P ) T T T T ( x − P ) = 2
i.e.
( x − P ) T G ( x − P ) = 1
where G = 2 1 T T T = 4 5 0 1 [ 4 1 − 5 8 − 5 8 1 0 4 ]
G is positive definite because 4 1 > 0 and ( 4 1 ) ( 1 0 4 ) − ( − 5 8 ) 2 = 9 0 0 > 0 , hence the equation above represents an ellipse, as expected. Moreover, the determinant of G is the reciprocal of the square of the product a b of its semi-axes. Now the determinant is
∣ G ∣ = 4 5 0 2 ( 4 1 ) ( 1 0 4 ) − ( − 5 0 ) 2 = ( 4 5 0 ) 2 ( 3 0 ) 2
Therefore, a b = 3 0 4 5 0 = 1 5 , and the area of the minimum-area ellipse is π a b = 1 5 π .