Finding a Basis for P2(R): [2 + 5x + 4x^2]a = [1,2,3], etc

  • Thread starter zodiacbrave
  • Start date
  • Tags
    Basis
In summary: Basically, the first equation tells you that the vector [1;2;3] is equivalent to the vector [2;5;4], and the second equation tells you that the vector [3;-5;1] is equivalent to the vector [1;2;3].
  • #1
zodiacbrave
11
0

Homework Statement


If possible, find a basis a = {a1, a2, a3} of P2(R) such that...

[2 + 5x + 4x^2]a = [1, 2, 3], [1 + x + x^2]a = [4,1,2] and [x + x^2]a = [3, -5, 1]
2. The attempt at a solution

Basically, we have something like Ax = b for each of these, right?

A* [2,5,4] = [1,2,3]... A * [1,1,1] = [4,1,2], etc...

I thought that since a basis for R^3 would be [1,0,0] [0,1,0], [0,0,1]. I could go from basis a to basis standard.


I can find A, uniquely for each equation, but to find one common basis for all three, is difficult, I'm lost.

Thank you
 
Physics news on Phys.org
  • #2
I think you have that backwards. (If I'm misinterpreting your notation, never mind.) When you write [2+5x+4x2]a, you're referring to the representation of 2+5x+4x2 in the {ai} basis. What that means is that

1 a1 + 2 a2 + 3 a3 = [2, 5, 4]

where [2, 5, 4] is the representation of 2+5x+4x2 in the usual {1, x, x2} basis. If the matrix A has the vectors {ai} as its columns, you'd have

[tex]A\begin{bmatrix} 1 \\ 2 \\ 3 \end{bmatrix} = \begin{bmatrix} 2 \\ 5 \\ 4 \end{bmatrix}[/tex]

The matrix A would be a 3x3 matrix, so you'd have 9 unknowns and only three equations. You can't determine A completely with just one vector equation. With all three vectors, however, you'll have a total of 9 equations which let's you determine A completely.
 
  • #3
okay, so by observation, I can determine the matrix [0, 1, 0; 0,1,1;1,0,1] multiplied by the vector [1;2;3] is equal to the vector [2;5;4]

I am not understanding how to solve this, I understand 1 a1 + 2 a2 + 3 a3 = [2, 5, 4]

Does that mean a1 = [2;0;0]... a2 = [0; 5/2;0] and a3 = [0;0;4/3]?
 
  • #4
No, you'd read off the columns of the matrix to see what the ai's are.

The mistake you're making is that you're only finding a solution to the first vector equation, but there's actually an infinite number. There's only one solution that'll satisfy all three vector equations simultaneously. The other two equations tell you

[tex]A\begin{bmatrix} 4 \\ 1 \\ 2 \end{bmatrix} = \begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix}[/tex]

[tex]A\begin{bmatrix} 3 \\ -5 \\ 1 \end{bmatrix} = \begin{bmatrix} 0 \\ 1 \\ 1 \end{bmatrix}[/tex]

You can express all three equations as one matrix equation:

[tex]A\begin{bmatrix} 1 & 4 & 3 \\ 2 & 1 & -5 \\ 3 & 2 & 1\end{bmatrix} = \begin{bmatrix} 2 & 1 & 0 \\ 5 & 1 & 1 \\ 4 & 1 & 1\end{bmatrix}[/tex]

Do you understand why?
 

FAQ: Finding a Basis for P2(R): [2 + 5x + 4x^2]a = [1,2,3], etc

1. What is P2(R)?

P2(R) is a vector space that represents all polynomials of degree 2 or less over the real numbers. It is also known as the space of quadratic polynomials.

2. What does "finding a basis" mean in this context?

In linear algebra, a basis is a set of linearly independent vectors that can be used to span a vector space. Finding a basis for P2(R) means finding a set of three quadratic polynomials that can be used to represent any polynomial in P2(R).

3. Why is it important to find a basis for P2(R)?

Finding a basis for P2(R) is important because it allows us to represent any polynomial of degree 2 or less as a linear combination of the basis polynomials. This makes computations and calculations involving polynomials much easier.

4. How do you find a basis for P2(R)?

To find a basis for P2(R), we can use the standard basis for P2(R) which consists of the polynomials 1, x, and x^2. We can also use the method of Gaussian elimination to find a basis. In this specific example, we can solve the equation [2 + 5x + 4x^2]a = [1,2,3] to find the coefficients of the basis polynomials.

5. Can a basis for P2(R) be unique?

Yes, a basis for P2(R) can be unique. In fact, the standard basis for P2(R) is unique. However, there can be many different sets of three quadratic polynomials that can also serve as a basis for P2(R).

Similar threads

Replies
58
Views
3K
Replies
1
Views
1K
Replies
6
Views
4K
Replies
9
Views
2K
Replies
6
Views
2K
Replies
2
Views
2K
Replies
6
Views
1K
Replies
20
Views
2K
Replies
3
Views
2K
Back
Top