Linear Algebra: Mapping Question

srfriggen
Messages
304
Reaction score
7

Homework Statement



From Serge Lang's "Linear Algebra, 3rd Edition", pg 51 exercise 9.

Prove that the image is equal to a certain set S by proving that the image is contained in S, and also that every element of S in in the image.

9. Let F:R2→R2 be the mapping defined by F(x,y)=(xy,y). Describe the image under F of the straight line x=2.

Homework Equations


The Attempt at a Solution

I first simply drew out a vertical line of x=2 and applied F to (2,y) for various values of y.
F(2,0)=(0,0)
F(2,1)=(2,1)
F(2,2)=(4,2).

I noticed it seemed to form a line which could be described by y=(1/2)x .

I got a little stuck and looked at the answer and to my surprise the image was a line with slope 2.Below is the answer, and I just don't understand it...

SOLUTION The image of F is the line whose equation is y=2x. Indeed, if (2,y) belongs to the line x=2, then F(2,y)=(2y,y), and clearly (2y,y) belongs to the line y=2x. Conversely, suppose v=2u; then F(2,v/2)=(v,v/2)=(v,u).
I don't see why "clearly (2y,y) belongs to the line y=2x". If x is twice y in that tuple, wouldn't the equation be x=2y, or equivalently y=x/2 ?The other part I partly understand. I see why F(2,v/2)=(v,u) after applying the transformation, but I don't understand the significance of using v and u and setting up the equation v=2u.
 
Last edited by a moderator:
Physics news on Phys.org
I think you are right. It appears to be an error in the solution, or at the very least an ambiguous use of notation. By convention, when you're dealing with \mathbb{R}^2, you always consider the first coordinate to be the ''horizontal'' coordinate. I would agree with you when you say that the set of points (2y,y), for all values of y, belongs to the line y=2x, where y is the vertical axis and x is the horizontal axis.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top