Given a transformation of the plane F(x,y) = (2x+y,x-2y), find F^-1.

AI Thread Summary
The discussion focuses on finding the inverse of the transformation F(x,y) = (2x+y, x-2y). The user successfully proved that the function is injective and surjective, leading to the equations u = 2x + y and v = x - 2y. They derived the inverse as F^-1(u,v) = ((v+2u)/5, (u-2v)/5) but were uncertain if this was correct. Feedback clarified that the inverse should be expressed as F^-1(u, v) = ((v+2u)/5, (u-2v)/5) and suggested an alternative notation using x and y. The final confirmation emphasized that the user had completed most of the work correctly.
kris89
Messages
1
Reaction score
0

Homework Statement


Given a transformation of the plane F(x,y) = (2x+y,x-2y), find F-1.

Homework Equations


Actually this exercise had an item (a) which I had to prove this is a transformation. So I proved this function is injective and surjective.

I know F(x,y) = (u,v) IFF F-1(u,v) = (x,y).


The Attempt at a Solution


I did it, but I don't know if this is the real solution...

F(x,y) = (u,v) IFF F-1(u,v) = (x,y).
u = 2x + y
v = x - 2y
Solving this, I concluded that: x = (v+2u)/5 and y = (u-2v)/5
Is this the solution? F-1 = ((v+2u)/5, (u-2v)/5) or do I have to do anything else?
 
Physics news on Phys.org
kris89 said:

Homework Statement


Given a transformation of the plane F(x,y) = (2x+y,x-2y), find F-1.

Homework Equations


Actually this exercise had an item (a) which I had to prove this is a transformation. So I proved this function is injective and surjective.

I know F(x,y) = (u,v) IFF F-1(u,v) = (x,y).

The Attempt at a Solution


I did it, but I don't know if this is the real solution...

F(x,y) = (u,v) IFF F-1(u,v) = (x,y).
u = 2x + y
v = x - 2y
Solving this, I concluded that: x = (v+2u)/5 and y = (u-2v)/5
Is this the solution? F-1 = ((v+2u)/5, (u-2v)/5) or do I have to do anything else?
Not quite. You should write the inverse as F-1(u, v) = ((v+2u)/5, (u-2v)/5).

You've done most of the work already. All that's left is to show that F-1(u, v) = (x, y). Replace u and v by what you have above, and use the formula for F-1 that you found.
 
Last edited:
Alternatively, your teacher may prefer functions written in "x" and "y". In that case, replace your "u" with "x" and "v" with y: F^{-1}(x, y)= ((y+ 2x)/5, (x- 2y)/5).
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top