Exercise 2.6.4. Consider the matrix
This matrix will “stretch” vectors along the x axis, transforming the vector into the vector
. Consider also the circle formed by all points for which
. What shape is the curve created by transforming all points on the circle by
?
Answer: Transforming the points on the circle using has the effect of stretching the circle horizontally while keeping the vertical height the same. Points to the right of the y-axis (for which
is positive) get stretched in a positive direction, while points to the left of the y-axis (for which
is negative) get stretched in a negative direction. The resulting (closed) curve appears to be an ellipse symmetric about the two axes.
We can confirm that the new curve is an ellipse by showing that points on the curve satisfy the equation
for some and
. We know that for all points
on the original circle we have
. After multiplying by
for all points
on the new curve we have
and
. Since
we have
.
We then have
so that
for and
. The new curve is thus an ellipse.
NOTE: This continues a series of posts containing worked out exercises from the (out of print) book Linear Algebra and Its Applications, Third Edition by Gilbert Strang.
If you find these posts useful I encourage you to also check out the more current Linear Algebra and Its Applications, Fourth Edition, Dr Strang’s introductory textbook Introduction to Linear Algebra, Fourth Edition
and the accompanying free online course, and Dr Strang’s other books
.