Basis and Dimension of a Subpace.

  • Thread starter Thread starter Hiche
  • Start date Start date
  • Tags Tags
    Basis Dimension
Hiche
Messages
82
Reaction score
0

Homework Statement



V = {p(x) belongs to P3 such that p'(1) + p'(-1) = 0}

Homework Equations



...

The Attempt at a Solution



Okay, so finding the first derivative of p(x) = ax^3 + bx^2 + cx + d and plugging in the values 1 and -1 (to find p'(1) and p'(-1)), we get c = -3a. Does this make the basis of V = {x^3 - 3x, x^2, 1}. And the dimension hence is 3? I'm fairly new to the subject.

Also, when wanting to prove a transformation is one-to-one, does finding that the nullspace of T = {0} (i.e, the homogenous system has only one trivial solution which is 0) suffice?
 
Last edited:
Physics news on Phys.org
You are exactly correct: Indeed, we can think of 1,x,x^2,x^3 as basis vectors, and the requirement on V is that c=-3a as you have shown. Hence
V = \{ ax^3 + bx^2 -3ax + d: a,b,d \in F \}
where F is whatever field in which you are working. Thus there are only three free parameters, so V is three dimensional. You already gave an explicit basis, so everything is fine there.

You are also correct about showing one-to-one ness: one need only show that the nullspace is trivial. Indeed, having trivial kernel and being injective are equivalent for linear operators on vector spaces.

Let T: V \to W be a linear map on vector spaces V and W. Suppose first that T is injective and let x \in \ker T so that Tx=0. But T0 = 0 so we have that Tx = T0 and by injectivity this implies that x = 0. Thus the kernel is always trivial.

Conversely, assume that the kernel is always trivial and consider Tx=Ty. Since the function is linear, we must have that Tx-Ty = T(x-y) = 0 so that x-y \in \ker T. Since the kernel is trivial, this means that x-y=0, so in particular x=y. Thus the map is injective.
 
That's extremely helpful. Thank you for the reply, Kreizhn.
 
A (very slightly) different way of looking at it is that the condition f'(1)+ f'(-1)= 0 leads to, as you say, c= -3a and so any such polynomial may be written ax^3+ bx^3+ cx+ d= ax^3+ bx^2- 3ax+ da(x^3- 3x)+ bx^2+ d so that any such polynomial can be written as a linear combination of x^3- 3x, x^2 and 1. Those are the "basis vectors".
 
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