contestada

Let V be the vector space P3[x] of polynomials in x with degree less than 3 and W be the subspace
W=span{7−8x−8x2,x2−(5+6x)}.

a. Find a nonzero polynomial p(x) in W


b. Find a polynomial q(x) in V∖W.

Respuesta :

By definition, the span of two vectors is the set of all possible linear combinations of said vectors. So, any element in W is obtaining by choosing two numbers a,b and building

[tex]a(7-8x-8x^2)+b(x^2-(5+6x)) = -8ax^2-8ax+7a+bx^2-6bx-5b[/tex]

(a)

So, you can show a nonzero polynomial in W by choosing any values of a and b, as long as they're not both zero. To keep it as simple as possible, we can choose for example a=1, b=0 and we obtain one of the base vectors of W:

[tex]7-8x-8x^2[/tex]

(b)

Factoring the powers of x, we see that a generic polynomial in W looks like

[tex](b-8a)x^2-(8a+6b)x+7a-5b[/tex]

So, we must build a polynomial

[tex]dx^2+ex+f[/tex]

such that it is not possible that

[tex]\begin{cases}d=b-8a\\e=8a+6b\\f=7a-5b\end{cases}[/tex]

For example, let's try the polynomial [tex]x^2+x+1[/tex]

We should solve the system

[tex]\begin{cases}b-8a=1\\8a+6b=1\\7a-5b=1\end{cases}[/tex]

And you can check that it has no solutions. So, the polynomial [tex]x^2+x+1[/tex] does not belong to W. On the other hand, it surely belongs to V, because it is a polynomial with degree less than 3. So, the polynomial [tex]x^2+x+1[/tex] belongs to V/W.