Is V a Vector Space with These Operations?

skoomafiend
Messages
33
Reaction score
0

Homework Statement



V is the set of functions R -> R; pointwise addition and (a.f)(x) = f(ax) for all x.

is V a vector space given the operations?

Homework Equations



nil.

The Attempt at a Solution



i think it is not closed under multiplication.
if r is an element of R, then
r*a(x) . r*f(x) = (r^2)*(a.f)(x)
which is not equal to
r*f(ax)

im not really sure if i even have the correct approach.
any help would be greatly appreciated.

thanks!
 
Physics news on Phys.org
skoomafiend said:

Homework Statement



V is the set of functions R -> R; pointwise addition and (a.f)(x) = f(ax) for all x.

is V a vector space given the operations?


Homework Equations



nil.

There are lots of relevant equations -- they comprise the definition of a vector space.

The Attempt at a Solution



i think it is not closed under multiplication.
if r is an element of R, then
r*a(x) . r*f(x) = (r^2)*(a.f)(x)
which is not equal to
r*f(ax)

im not really sure if i even have the correct approach.
any help would be greatly appreciated.

thanks!

I don't follow your argument. There is no "multiplication" of vectors in the definition of a vector space, only addition. All you need to do is pick one of the properties of a vector space that doesn't work and give a counter-example. Which property are you working with above? It might be useful to list them.
 
suppose that f(x) = x2.

is it the case that ((a+b).f)(x) = (a.f)(x) + (b.f)(x)?

(this is the distributivity of field addition over scalar mutliplication axiom).
 
skoomafiend said:

Homework Statement



V is the set of functions R -> R; pointwise addition and (a.f)(x) = f(ax) for all x.

Deveno said:
suppose that f(x) = x2.

is it the case that ((a+b).f)(x) = (a.f)(x) + (b.f)(x)?

(this is the distributivity of field addition over scalar mutliplication axiom).
If I'm understanding the problem correctly, f(x) = x2 is not a member of set V, since af(x) \neq f(ax).
 
Mark44 said:
If I'm understanding the problem correctly, f(x) = x2 is not a member of set V, since af(x) \neq f(ax).

You aren't. The vector space is the set of [all] functions from R to R. It's just that scalar multiplication is defined in an unusual way.
 
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