Show That g(y)=proj_x y is a Linear Operator.

nickadams
Messages
182
Reaction score
0

Homework Statement


Let x be a fixed nonzero vector in R^3. Show that the mapping g:R^3→R^3 given by g(y)=projxy is a linear operator.

Homework Equations


projxy = \left(\frac{x\cdot y}{\|x\|}\right)x

My book defines linear operator as: Let V be a vector space. A linear operator on V is a linear transformation whose domain and codomain are both V.

The Attempt at a Solution



I know how to show g is a linear transformation but I need help proving that g is a linear operator. Do I need to show y and projxy share the same vector space? If so, how would I go about doing that?


Thanks
 
Physics news on Phys.org
x and y are in R^3. The right side is a scalar times x. Doesn't that make it an element of R^3? There's not really much to show here.
 
Dick said:
x and y are in R^3. The right side is a scalar times x. Doesn't that make it an element of R^3? There's not really much to show here.

In the problem statement where it says "g:R^3→R^3" is that enough to tell us that the vector space mapped to by g is R^3? Or just that any element mapped to by g will be in R^3 but that doesn't necessarily mean the set of all mappings made by g equal R^3?

How do you show 2 vector spaces are equivalent usually? I see why the vector space of \vec{y} is R^3, but is there a way to really prove that the vector space of \left(\frac{x\cdot y}{\|x\|}\right)x is R^3 or is it just really obvious?



thanks for your help by the way
 
nickadams said:
In the problem statement where it says "g:R^3→R^3" is that enough to tell us that the vector space mapped to by g is R^3? Or just that any element mapped to by g will be in R^3 but that doesn't necessarily mean the set of all mappings made by g equal R^3?

How do you show 2 vector spaces are equivalent usually? I see why the vector space of \vec{y} is R^3, but is there a way to really prove that the vector space of \left(\frac{x\cdot y}{\|x\|}\right)x is R^3 or is it just really obvious?
thanks for your help by the way

You may be misreading the definition of codomain. It doesn't mean that the image of the map is all of R^3. Since it's a projection, it's certainly not. It's a line in R^3 composed of all of the vectors parallel to x. Look up the exact definition of 'codomain'.
 
Dick said:
You may be misreading the definition of codomain. It doesn't mean that the image of the map is all of R^3. Since it's a projection, it's certainly not. It's a line in R^3 composed of all of the vectors parallel to x. Look up the exact definition of 'codomain'.

Am I correct in saying the domain of domain of g(\vec{y}) is the set of all \vec{y}? And the co-domain of g(\vec{y})= \vec{proj_{x}y} is the set of all \vec{proj_{x}y}?

And the vector space of \vec{y} is the set of all vectors that can be attained through linear combinations of \vec{y}?
And the vector space of \vec{proj_{x}y} is the set of all vectors that can be attained through linear combinations of \vec{proj_{x}y}?

So how can we say the vector space of \vec{proj_{x}y} is equal to the vector space of \vec{y} if the vector space of \vec{proj_{x}y} is a line extending from \vec{x} and the vector space of \vec{y} is a straight line extending from \vec{y}? Thanks again
 
Last edited:
nickadams said:
Am I correct in saying the domain of domain of g(\vec{y}) is the set of all \vec{y}? And the co-domain of g(\vec{y})= \vec{proj_{x}y} is the set of all \vec{proj_{x}y}?

And the vector space of \vec{y} is the set of all vectors that can be attained through linear combinations of \vec{y}?
And the vector space of \vec{proj_{x}y} is the set of all vectors that can be attained through linear combinations of \vec{proj_{x}y}?

So how can we say the vector space of \vec{proj_{x}y} is equal to the vector space of \vec{y} if the vector space of \vec{proj_{x}y} is a line extending from \vec{x} and the vector space of \vec{y} is a straight line extending from \vec{y}?


Thanks again

Ok, so I'm guessing you didn't look up the definition of 'codomain'. I'd suggest you do it. To find the codomain you look at the definition of the function they gave you, "the mapping g:R^3→R^3". The domain is R^3 and the codomain is R^3 because that's the definition they gave you. You don't have to do any work to find the codomain. Just look at the function definition.
 
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