mimi.janson said:
ok sorry i misunderstood it
if i have x*2x^6 = 2x^7 which means i just add it to the 6 right and if i have 5x^3*4x^2 itl make 20x^6 ? i really liked your last explanation thank you alot
Almost there.
<br />
5x^{3}\cdot4x^{2} = (4\cdot5)x^{3+2} = 20x^{5}<br />
Here's the difference between adding polynomials and multiplying them:
Adding:
<br />
<br />
3x + 2x + 2x^{2} - x^{2} = (3x+2x)+(2x^{2} - x^{2}) = 5x + x^{2}<br />
<br />
All the ones with equal powers (Ex: 2x and 3x have equal powers, 1 and 1: 2x=2x^1) are grouped together.
You can add and subtract monomials/polynomials with the same
base (i.e. x^{2} and 2x have the same base, x) AND the same powers. So:
You can't add/subtract these two any more than this:
2x - 3x^{2}
But you can add/subtract these:
3x+4x
Because they have the same base and the same power.
Now for multiplying:
3x^{2} \cdot 3x = (3)\cdot x^{2+1} = 3x^{3}
You can multiply two monomials as long as they have the same base ("x" in this example). You cannot further simplify/multiply these two:
a^{2} and x^{3} because they aren't the same monomials.
Here's a final example to summarize all of this:
\begin{align*} <br />
& x(1+3x+2x^{2}-3x^{4}) + 2x^{2}(1-\frac{1}{2}x^{2}) \\<br />
& = (x\cdot1)+(x\cdot3x)+(x\cdot2x^{2})+(x\cdot -3x^{4})+(2x^{2}\cdot1)+ (2x^{2}\cdot \frac{-1}{2}x^{2}) \\<br />
& = x+3x^{1+1}+2x^{2+1}-3x^{1+4} + 2x^{2} - (2\cdot \frac{1}{2})(x^{2+2}) \\<br />
& = x+ 3x^{2} + 2x^{3} - 3x^{5} + 2x^{2} - x^{4} \\ <br />
& = x + 5x^{2} + 2x^{3} -x^{4} -3x^{5} \\ <br />
\end{align*}
Does this help?