M HYPE SPLASH
// news

Area of an ellipse.

By Emma Valentine
$\begingroup$

I need to find the area of the image of a circle centred at the origin with radius 3 under the transformation:

$ \begin{pmatrix} 3 & 0\\ 0 & \frac{1}{3} \end{pmatrix} $

The image is the ellipse $ \frac{x^2}{81}+y^2=1$. It would appear that it has the same area as the original circle i.e. $9\pi$. Is this because the matrix has some special property such as being its own inverse?

$\endgroup$ 5

2 Answers

$\begingroup$

Yes, this matrix has a special property, namely its determinant is 1.

$\endgroup$ 2 $\begingroup$

It is a known formula that the area enclosed in the ellipse with semi-axes $a$ and $b$ is $\pi ab$, as may be seen from the orthogonal affinity that transforms a circle into an ellipse.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy