-1

Determine the image and area of the unit disk D = {($x$, $y$) | $x^2 + y^2 ≤ 1$ } under the linear transformation T: R$^2$ $\rightarrow$ R$^2$ defined by T([, ]) = $ \begin{bmatrix} 1 & -\frac{\sqrt{3}}{2} \\ \sqrt{3} & \frac{1}{2} \end{bmatrix}$$ \begin{bmatrix} x \\ y \end{bmatrix}$

So far I've taken the inverse of A = $ \begin{bmatrix} 1 & -\frac{\sqrt{3}}{2} \\ \sqrt{3} & \frac{1}{2} \end{bmatrix}$ and I've gotten $\frac{1}{2}$$ \begin{bmatrix} \frac{1}{2} & \frac{\sqrt{3}}{2} \\ -\sqrt{3} & 1 \end{bmatrix}$. Not sure how to proceed with the solution, however.

prismarine
  • 47
  • 1
  • 6

2 Answers2

0

Compose the rotation through $π/3$ with $(x,y)\mapsto(2x,y)$.

The former "is" $\begin{pmatrix}1/2&-\sqrt3/2\\\sqrt3/2&1/2\end{pmatrix}$; the latter $\begin{pmatrix}2&0\\0&1\end{pmatrix}$.

The rotation preserves area and shape. The other one takes the unit circle to the ellipse $ (\dfrac x2)^2+y^2=1$. But that has area $2π$ (by this Show that the Area of image = Area of object $\cdot |\det(T)|$? Where $T$ is a linear transformation from $R^2 \rightarrow R^2$, or a little calculus).

0

With linear transformations, the area of the image of a figure is the area of the figure times the determinant of the transformation. The area of a unit circle is $\pi$ and the determinant of your matrix is $2$. So the area of the image of a unit circle is $2\pi$:

Show that the Area of image = Area of object $\cdot |\det(T)|$? Where $T$ is a linear transformation from $R^2 \rightarrow R^2$

The image of a quadric under a non-singular linear transformation is a quadric. The image of a bounded figure is a bounded figure. The only bounded quadrics are ellipses (follows from the classification of quadrics). Hence the image of a unit circle is an ellipse.

markvs
  • 19,653