Transforming the Ellipse

Algebra Level 5

Given an ellipse (blue) with its semi-minor axis along the vector ( 2 , 1 ) (2, 1) , and its semi-major axis along the vector ( 2 , 4 ) (-2, 4) . The ellipse is transformed by multiplying the position vector of each of its points by a matrix A A , which is given by

A = [ 0.5 . 75 0.25 1 ] A = \begin{bmatrix} 0.5 & .75 \\ -0.25 & 1 \end{bmatrix}

The resulting curve is another ellipse (red). Find the length of semi-major axis of the transformed ellipse. (To three decimal places)

This problem is original.


The answer is 5.072.

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
Jun 19, 2014

We are given an ellipse with semi-minor axis = (2, 1) and semi-major axis = (-2, 4). Hence, points on this ellipse can be written as

X = cos ( t ) [ 2 1 ] + sin ( t ) [ 2 4 ] X = \cos (t) \begin{bmatrix} 2 \\ 1 \end{bmatrix} + \sin (t) \begin{bmatrix} -2 \\ 4 \end{bmatrix}

where X = [ x , y ] T X = [ x , y ]^T

In compact form,

X = [ 2 2 1 4 ] [ cos ( t ) sin ( t ) ] X = \begin{bmatrix} 2 & -2 \\ 1 & 4 \end{bmatrix} \begin{bmatrix} \cos (t) \\ \sin (t) \end{bmatrix}

Now each position vector is pre-multiplied by the matrix A, hence define Y as

Y = A X = [ 0.5 0.75 0.25 1 ] [ 2 2 1 4 ] [ cos ( t ) sin ( t ) ] Y = A X = \begin{bmatrix} 0.5 & 0.75 \\ -0.25 & 1 \end{bmatrix} \begin{bmatrix} 2 & -2 \\ 1 & 4 \end{bmatrix} \begin{bmatrix} \cos (t) \\ \sin (t) \end{bmatrix}

Performing the matrix multiplication, this results in

Y = [ 1.75 2 0.5 4.5 ] [ cos ( t ) sin ( t ) ] Y = \begin{bmatrix} 1.75 & 2 \\ 0.5 & 4.5 \end{bmatrix} \begin{bmatrix} \cos (t) \\ \sin (t) \end{bmatrix}

Solving for the vector of the cosine and sine in terms of Y, by matrix inversion, we get

[ cos ( t ) sin ( t ) ] = 1 6.875 [ 4.5 2 0.5 1.75 ] Y \begin{bmatrix} \cos (t) \\ \sin (t) \end{bmatrix} = \frac {1} {6.875} \begin{bmatrix} 4.5 & -2 \\ -0.5 & 1.75 \end{bmatrix} Y

Now since

cos ( t ) 2 + sin ( t ) 2 = [ cos ( t ) sin ( t ) ] [ cos ( t ) sin ( t ) ] = 1 \cos (t)^2 + \sin (t)^2 = \begin{bmatrix} \cos (t) & \sin (t) \end{bmatrix} \begin{bmatrix} \cos (t) \\ \sin (t) \end{bmatrix} = 1

It follows that

Y T B Y = 1................ ( ) Y^T B Y = 1 ................(*)

where

B = 1 6.87 5 2 [ 4.5 0.5 2 1.75 ] [ 4.5 2 0.5 1.75 ] B = \frac {1} {6.875^2} \begin{bmatrix} 4.5 & -0.5 \\ -2 & 1.75 \end{bmatrix} \begin{bmatrix} 4.5 & -2 \\ -0.5 & 1.75 \end{bmatrix}

Therefore,

B = 1 6.87 5 2 [ 20.5 9.875 9.875 7.0625 ] B = \frac {1} {6.875^2} \begin{bmatrix} 20.5 & -9.875 \\ - 9.875 & 7.0625 \end{bmatrix}

Now it is known that the length of the semi-minor and semi-major axis for the ellipse described by equation (*) are the square roots of reciprocals of the eigenvalues of matrix B B . Since this is a 2 x 2 matrix, it is very easy to find the eigenvalues; they are simply the roots of this equation,

( x 20.5 ) ( x 7.0625 ) ( 9.875 ) 2 = 0 (x - 20.5 )(x - 7.0625) - (9.875)^2 = 0

divided by the constant ( 6.875 ) 2 (6.875)^2 . The above quadratic equation becomes,

x 2 27.5625 x + 47.265625 = 0 x^2 - 27.5625 x + 47.265625 = 0

By the quadratic formula,

x 1 = 1.837329933 x_1 = 1.837329933

x 2 = 25.72517 x_2 = 25.72517

Therefore, the eigenvalues are

λ 1 = 1.837329933 / ( 6.875 ) 2 = 0.038872434 \lambda_1 = 1.837329933 / (6.875)^2 = 0.038872434

λ 2 = 25.72517 / ( 6.875 ) 2 = 0.544268 \lambda_2 = 25.72517 / (6.875)^2 = 0.544268

Hence the length of the semi-major axis is

a = 1 0.038872434 = 5.072 a = \frac {1} {\sqrt {0.038872434} } = 5.072

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...