Is phi(C(u,v))=C(phi(u,v,)) a linear transformation?

cad2blender
Messages
6
Reaction score
0
Let phi(u,v)=(u-2v,-v) is this a R^2->R^2 a linear transformation?

I know that there must be two rules that must be met in order to be a linear transformation, after doing the first part, it seems that it may be linear. But I do not know how to show whether or not the second rule is satisfied. Any tips?
 
Physics news on Phys.org
cad2blender said:
Let phi(u,v)=(u-2v,-v) is this a R^2->R^2 a linear transformation?

I know that there must be two rules ... But I do not know how to show whether or not the second rule is satisfied. Any tips?
What is the second rule? Have you plugged this problem and the definition of phi into the rule to see what the result would look like? What problems have you had proving it? How far did you get?
 
the thing is that I don't know what to do to use the second rule. The first rule says that phi(u1,v1)+(u2,v2)=phi(u1,v1)+phi(u2,v2) must be true, so far I think i got this to work, after some time I got the right side equal to the left side. That is how far I got.

EDIT: 2nd rule is phi(C(u,v))=C(phi(u,v,))
 
cad2blender said:
the thing is that I don't know what to do to use the second rule.

EDIT: 2nd rule is phi(C(u,v))=C(phi(u,v,))
Substituting what you know is always a good thing to try.

You have this equation you want to prove/disprove is an identity. (i.e. it's true for all values of C and (u,v))

Have you tried plugging in some specific values yet? You might get lucky and find a disproof quickly. Always a good thing to try when considering disproving an identity.

You already know two rules that allow you to rewrite parts of this equation. (in particular, the rule for scalar multiplication of vectors, and the definition of phi)

Applying these rules to rewrite the equation you are studying may or may not turn it into something you understand better. But you won't know until you try it.
 
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