Find a basis for this vector space

In summary: I can't seem to find a fourth linearly independent vector. Could it be that a fourth linearly independent vector does not exist?In summary, the vector space V = {p ∈ C4[z] | p(1)=p(i) and p(2)=0}, where C4[z] denotes the polynomials of degree at most 4, has a basis consisting of three linearly independent vectors: v1 = z^4-16, v2 = 4-8i+z^2-(2/(1+i))z^3, and v3 = -6+z-z^2+z^3. These vectors were obtained by solving the system of equations p(2)=0 and p(1)-p(i
  • #1
Steve Turchin
11
0

Homework Statement


Find a basis for the following vector space:

## V = \{ p \in \mathbb C_{\leq4} ^{[z]} | \ p(1)=p(i) ## and ## p(2)=0 \} ##
(Where ## \mathbb C_{\leq4} ^{[z]} ## denotes the polynomials of degree at most 4)

Homework Equations


N/A

The Attempt at a Solution


I tried to find bi-terms with all possible degree combinations. such as:
## 8z-z^4 ## and ##2z^3-z^4 ##
The ## p(2)=0 ## part is easy, but I can't seem to find any bi-terms that pass ## p(1)=p(i) ##
I'm afraid that randomly trying out tri-term and quad-term combinations can get messy.

And a side question: Is it true that, suppose there are no polynomials for which ## p(1)=p(i) ##, or more generally, a vector space that is the trivial one which contains only the zero vector. Then the basis of that vector space is the empty set?
Could you please help me? Thanks :)
 
Last edited:
Physics news on Phys.org
  • #2
Steve Turchin said:

Homework Statement


Find a basis for the following vector space:

## V = \{ p \in \mathbb C_{\leq4} ^{[z]} | \ p(1)=p(i) ## and ## p(2)=0 \} ##
(Where ## \mathbb C_{\leq4} ^{[z]} ## denotes the polynomials of degree at most 4)

Homework Equations


N/A

The Attempt at a Solution


I tried to find bi-terms with all possible degree combinations. such as:
## 8z-z^4 ## and ##2z^3-z^4 ##
The ## p(2)=0 ## part is easy, but I can't seem to find any bi-terms that pass ## p(1)=p(i) ##
I'm afraid that randomly trying out tri-term and quad-term combinations can get messy.

And a side question: Is it true that, suppose there are no polynomials for which ## p(1)=p(i) ##, or more generally, a vector space that is the trivial one which contains only the zero vector. Then the basis of that vector space is the empty set?
Could you please help me? Thanks :)
Your polynomial has the form ##p(z) = a_4z^4 + a_3z^3 + a_2z^2 + a_1z + a_0##. Since p(2) = 0, then z - 2 must be a factor, leaving the other factor a cubic.
So ##p(z) = (z - 2)(c_3z^3 + c_2z^2 + c_1z + c_0)##
Use the given conditions that p(1) = p(i) to see if you can solve for the coefficients. Having one equation with four constants might be a clue for the size of the basis.
 
  • Like
Likes Steve Turchin
  • #3
Thank you so much for the thorough reply and sorry for posting this on the wrong forum.
Solving ## p(1)=p(i) ##
## (1-2)(c_3+c_2+c_1+c_0)=(i-2)(c_3 i^3+c_2 i^2+c_1 i+c_0) ##
I get: ## -(c_3+c_2+c_1+c_0)+i(c_0-c_2+2c_3-2c_1)+c_3-c_1+2c_2-2c_0 ##
##c_0-c_2+2c_3-2c_1=0 ##

##2c_3+3c_2-c_0=0 ##
##2c_3+c_2-c_1=0##
Arbitrary values: ## c_3=1,c_2=1,c_1=3,c_0=5 ##
So there's one polynomial: ## p_1(z)= (z-2)(z^3+z^2+3z+5) ##

Please correct me if I'm wrong: If there are four constants then I need four linear independent polynomial vectors. (or is it four linear independent vectors of constants?)

Here's another three:
## p_2(z)= (z-2)(2z^3+4z^2+8z+16) ##
## p_3(z)= (z-2)(5z^3-9z^2+z-17) ##
## p_4(z)= (z-2)(3z^3+z^2-7z+9) ##

Got this far. How do I know if these polynomials are linearly independent, and ## \mathsf {span}(p_1(z),p_2(z),p_3(z),p_4(z)) = V##

To check for linear independence, do I need to reduce a matrix, of the vectors of constants, to row echelon form, and make sure that there is only a single answer? If true, should I use the ##c_3,c_2,c_1,c_0## vectors or the ##a_4,a_3,a_2,a_1,a_0## vectors?
Is it true that if ## \mathsf {dim}(p_1(z),p_2(z),p_3(z),p_4(z)) = 4 ## and the the vectors are linearly independent, then that is the basis? By size of the basis, did you mean the dimension, that is equal to the amount of constants, in this case?
 
Last edited:
  • #4
Steve Turchin said:
Thank you so much for the thorough reply and sorry for posting this on the wrong forum.
Solving ## p(1)=p(i) ##
## (1-2)(c_3+c_2+c_1+c_0)=(i-2)(c_3 i^3+c_2 i^2+c_1 i+c_0) ##
I get: ## -(c_3+c_2+c_1+c_0)+i(c_0-c_2+2c_3-2c_1)+c_3-c_1+2c_2-2c_0 ##
##c_0-c_2+2c_3-2c_1=0 ##
##2c_3+3c_2-c_0=0 ##
##2c_3+c_2-c_1=0##
I can guess where you got ##c_0-c_2+2c_3-2c_1=0##, but the origin of the following two equations is unclear. In any case, you can't claim ##c_0-c_2+2c_3-2c_1=0 ## because the coefficients are complex.

Like Mark, I initially thought to factor (z-2) out of the polynomial, but I think the problem is actually easier to do if you stick with the original version of f(z) in terms of the ##a##'s. Write down the two equations you get from ##f(2)=0## and ##f(1)-f(i)=0##. You'll have a system of equations, so you can solve for two coefficients in terms of the others. Perhaps once you see that, it'll jog your memory on how to find a basis.
 
  • Like
Likes Steve Turchin
  • #5
vela said:
You'll have a system of equations, so you can solve for two coefficients in terms of the others. Perhaps once you see that, it'll jog your memory on how to find a basis.
Thanks a lot vela!

## p(2)=16a_4+8a_3+4a_2+2a_1+a_0=0 ##

## p(1)-p(i)=0=a_4+a_3+a_2+a_1+a_0-(a_4-ia_3-a_2+ia_1+a_0) ##

## (1+i)a_3+2a_2+(1-i)a_1=0 \ \ \Rightarrow \ a_3=\frac{(i-1)a_1-2a_2}{1+i} ##

Solving the first equation:
##16a_4+8(\frac{i-1}{1+i}a_1-\frac{2}{1+i}a_2)+4a_2+2a_1+a_0 = 0 ##

Arbitrary values for ## a_3,a_2,a_1: ##
## a_1=1, \ a_2=-1, \ a_3=1 ##

## 16a_4+8\cdot1+4\cdot(-1)+2\cdot1+a_0=0 ##
## 16a_4+6+a_0 = 0 ##

Arbitrary values for ## a_4,a_0: ##
## a_4=-1 , a_0=0 ##

I get: ## -z^4,z^3,-z^2,z,10 ##
The coefficients are real (subspace of complex). Do the coefficients have to be NOT real?
Is this a basis, or do I need several polynomials?

edit: Just noticed, the arbitrary values I chose are not linearly independent...edit 2 : Did some more calculations and came up with these three vectors:
## v_1= z^4-16 ##
## v_2= 4-8i+z^2-\frac{2}{1+i}z^3 ##
## v_3=-6+z-z^2+z^3 ##
Since in the system of coefficients, two coefficients can be solved in terms of the others.
I believe the basis should consist of three vectors.
 
Last edited:
  • #6
Steve Turchin said:

Homework Statement


Find a basis for the following vector space:

## V = \{ p \in \mathbb C_{\leq4} ^{[z]} | \ p(1)=p(i) ## and ## p(2)=0 \} ##
(Where ## \mathbb C_{\leq4} ^{[z]} ## denotes the polynomials of degree at most 4)

Homework Equations


N/A

The Attempt at a Solution


I tried to find bi-terms with all possible degree combinations. such as:
## 8z-z^4 ## and ##2z^3-z^4 ##
The ## p(2)=0 ## part is easy, but I can't seem to find any bi-terms that pass ## p(1)=p(i) ##

You need at least a quadratic, since if [itex]p(1) = p(i)[/itex] for linear [itex]p[/itex] then [itex]p[/itex] is constant, and in view of [itex]p(2) = 0[/itex] must be zero.

Therefore you can start with [tex]
f(z) = a + (z - 1)(z - i)(Bz^2 + Cz + D)
[/tex] as the most general polynomial of degree at most 4 which satisfies [itex]f(1) = f(i)[/itex].

But since you want [itex]f(2) = 0[/itex] it makes sense to write [tex]Bz^2 + Cz + D = \frac{b(z-2)^2 + c(z - 2) + d}{(2 - 1)(2 - i)}
= \frac{b(z-2)^2 + c(z - 2) + d}{2 - i},[/tex] to obtain [tex]
f(z) = a + \frac{(z - 1)(z - i)}{2 - i} \left( b(z - 2)^2 + c(z - 2) - a \right) [/tex] as the most general polynomial of degree at most 4 which satisfies [itex]f(1) = f(i)[/itex] and [itex]f(2) = 0[/itex].
 
  • #7
Steve Turchin said:
The coefficients are real (subspace of complex). Do the coefficients have to be NOT real?
No, they can be real.

edit 2 : Did some more calculations and came up with these three vectors:
## v_1= z^4-16 ##
## v_2= 4-8i+z^2-\frac{2}{1+i}z^3 ##
## v_3=-6+z-z^2+z^3 ##
Since in the system of coefficients, two coefficients can be solved in terms of the others.
I believe the basis should consist of three vectors.
Looks good. It sounds like you figured it out correctly.
 

Related to Find a basis for this vector space

1. What is a vector space?

A vector space is a mathematical structure that consists of a set of vectors and operations that can be performed on those vectors, such as addition and scalar multiplication. These operations follow certain rules, making the vector space a well-defined mathematical object.

2. How do you find a basis for a vector space?

To find a basis for a vector space, you need to first identify the set of vectors that span the space. Then, you need to check if these vectors are linearly independent. If they are, then they form a basis for the vector space. If not, you can use linear combinations to create new vectors that are linearly independent, until you have enough vectors to form a basis.

3. Why is finding a basis important?

Finding a basis for a vector space is important because it allows us to represent any vector in that space as a unique combination of the basis vectors. This makes it easier to understand and manipulate vectors in the space, and can also help in solving problems involving linear equations.

4. Can a vector space have more than one basis?

Yes, a vector space can have more than one basis. In fact, any set of linearly independent vectors that span the space can be considered a basis. However, all bases for a given vector space will have the same number of vectors, known as the dimension of the space.

5. How does finding a basis relate to linear independence?

A basis for a vector space is a set of linearly independent vectors that span the space. This means that each vector in the space can be expressed as a unique linear combination of the basis vectors. Therefore, finding a basis is closely related to determining the linear independence of a set of vectors in a given vector space.

Similar threads

  • Calculus and Beyond Homework Help
Replies
0
Views
463
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
2
Replies
58
Views
3K
  • Calculus and Beyond Homework Help
Replies
10
Views
2K
  • Calculus and Beyond Homework Help
Replies
7
Views
435
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
17
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
16
Views
1K
Back
Top