Polynomial subtraction is similar to addition but involves distributing the negative sign before combining like terms.
Let's use our original expression:
\( (x^2 - x + 2) + (2x^2 - 3x + 5) - (x^2 + 1) \)
First, we distribute the negative sign through the last polynomial, changing its signs:
\( (x^2 - x + 2) + (2x^2 - 3x + 5) - x^2 - 1 \)
Now, we combine like terms. Breaking it down:
- Terms with \(x^2\): \(x^2 + 2x^2 - x^2\)
- Terms with \(x\): \( -x - 3x \)
- Constant terms: \(2 + 5 - 1\)
Combining these, we get:
\( (1 + 2 -1)x^2 = 2x^2\)
\( (-1 - 3)x = -4x\)
\( (2 + 5 - 1) = 6\)
Thus, the result of the subtraction is \(2x^2 - 4x + 6\).
The key is to distribute negative signs correctly and then systematically combine like terms.