How does one write the polynomial $p(x)=\frac{1}{2}x^3+(-\frac{3}{2})x^2+1$ using the standard basis $\{1,x,x^2,x^3\}$ ?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
It writes itself! Specifically, you want to represent $p(x)$ as a linear combination of the polynomials $1,x,x^2$, and $x^3$, which simply means that you want to write it in the form $$c_0\cdot1+c_1x+c_2x^2+c_3x^3$$ for some scalars $c_0,c_1,c_2$, and $c_3$. And the polynomial $p(x)$ itself does just that: $$p(x)=1\cdot1+0\cdot x+\left(-\frac32\right)x^2+\frac12x^3\;,$$ with coefficients $1,0,-\frac32$, and $\frac12$. |
|||||
|