Polynomial Subtraction: Subtracting polynomials is equivalent to adding the first polynomial to the negative of the second polynomial: \( A(x) - B(x) = A(x) + (-B(x)) \).
- Change subtraction to addition of the negative: \( A - B = A + (-B) \)
- Distribute the negative sign to all terms in the second polynomial
- Combine like terms by adding coefficients
- Write the result in standard form
\( (5x^2 + 3x - 2) - (2x^2 - x + 4) = (5x^2 + 3x - 2) + (-(2x^2 - x + 4)) \)
\( -(2x^2 - x + 4) = -2x^2 + x - 4 \)
\( (5x^2 + 3x - 2) + (-2x^2 + x - 4) \)
\( 5x^2 + 3x - 2 - 2x^2 + x - 4 \)
\( (5x^2 - 2x^2) + (3x + x) + (-2 - 4) \)
\( (5 - 2)x^2 + (3 + 1)x + (-2 - 4) \)
\( 3x^2 + 4x - 6 \)
\( 3x^2 + 4x - 6 \)
• Distribution: Multiply each term in the second polynomial by -1
• Like Terms: Combine terms with identical variable parts
• Standard Form: Arrange terms in descending order of degree
Higher Degree Polynomial Subtraction: The same process applies regardless of the polynomial degree. Distribute the negative sign to all terms in the second polynomial.
\( (4x^3 - 2x^2 + 3x - 1) + (-(x^3 + 5x^2 - 2x + 6)) \)
\( -(x^3 + 5x^2 - 2x + 6) = -x^3 - 5x^2 + 2x - 6 \)
\( 4x^3 - 2x^2 + 3x - 1 - x^3 - 5x^2 + 2x - 6 \)
\( (4x^3 - x^3) + (-2x^2 - 5x^2) + (3x + 2x) + (-1 - 6) \)
\( (4 - 1)x^3 + (-2 - 5)x^2 + (3 + 2)x + (-1 - 6) \)
\( 3x^3 - 7x^2 + 5x - 7 \)
3rd degree: \( 4x^3 - x^3 = 3x^3 \) ✓
2nd degree: \( -2x^2 - 5x^2 = -7x^2 \) ✓
1st degree: \( 3x - (-2x) = 3x + 2x = 5x \) ✓
Constant: \( -1 - 6 = -7 \) ✓
\( 3x^3 - 7x^2 + 5x - 7 \)
• Complete Distribution: Every term in the second polynomial gets multiplied by -1
• Sign Tracking: Pay attention to double negatives
Subtraction with Non-Standard Form: When polynomials are not in standard form, it's helpful to rearrange them before subtracting to ensure proper alignment of like terms.
First polynomial: \( -2x^3 + x^2 + 3x + 4 \)
Second polynomial: \( -x^3 + 5x^2 + 2x - 1 \)
\( (-2x^3 + x^2 + 3x + 4) + (-(-x^3 + 5x^2 + 2x - 1)) \)
\( -(-x^3 + 5x^2 + 2x - 1) = x^3 - 5x^2 - 2x + 1 \)
\( (-2x^3 + x^2 + 3x + 4) + (x^3 - 5x^2 - 2x + 1) \)
\( (-2x^3 + x^3) + (x^2 - 5x^2) + (3x - 2x) + (4 + 1) \)
\( (-2 + 1)x^3 + (1 - 5)x^2 + (3 - 2)x + (4 + 1) \)
\( -x^3 - 4x^2 + x + 5 \)
\( -x^3 - 4x^2 + x + 5 \)
• Standard Form: Arranging in descending order helps with organization
• Complete Distribution: Every term in the second polynomial gets multiplied by -1
Polynomial Subtraction: The operation of finding the difference between two polynomials by adding the first polynomial to the negative of the second polynomial.
Like Terms: Terms with identical variable parts (same variables raised to the same powers).
Standard Form: A polynomial written with terms in descending order of degree.
Distribution: The process of multiplying each term inside parentheses by the factor outside.
Leading Term: The term with the highest degree.
Coefficient: The numerical factor of a term.
- Convert subtraction: Change A - B to A + (-B)
- Distribute negative: Multiply each term in the second polynomial by -1
- Remove parentheses: After distribution
- Group like terms: Arrange terms with the same degree together
- Combine like terms: Add coefficients of like terms
- Write in standard form: Arrange terms from highest to lowest degree
• Subtraction Conversion: A(x) - B(x) = A(x) + (-B(x))
• Complete Distribution: Every term in the second polynomial must be multiplied by -1
• Like Terms Only: Only combine terms with identical variable parts
• Standard Form: Write final answer with terms in descending order of degree
Polynomials with Multiple Variables: Like terms have identical variable parts with the same exponents for each variable.
\( (4x^2y - 3xy^2 + 2x - y + 5) + (-(x^2y + 2xy^2 - x + 3y - 2)) \)
\( -(x^2y + 2xy^2 - x + 3y - 2) = -x^2y - 2xy^2 + x - 3y + 2 \)
\( 4x^2y - 3xy^2 + 2x - y + 5 - x^2y - 2xy^2 + x - 3y + 2 \)
\( (4x^2y - x^2y) + (-3xy^2 - 2xy^2) + (2x + x) + (-y - 3y) + (5 + 2) \)
\( (4 - 1)x^2y + (-3 - 2)xy^2 + (2 + 1)x + (-1 - 3)y + (5 + 2) \)
\( 3x^2y - 5xy^2 + 3x - 4y + 7 \)
\( x^2y \) terms: \( 4x^2y - x^2y = 3x^2y \) ✓
\( xy^2 \) terms: \( -3xy^2 - 2xy^2 = -5xy^2 \) ✓
\( x \) terms: \( 2x - (-x) = 2x + x = 3x \) ✓
\( y \) terms: \( -y - 3y = -4y \) ✓
Constants: \( 5 - (-2) = 5 + 2 = 7 \) ✓
\( 3x^2y - 5xy^2 + 3x - 4y + 7 \)
• Multiple Variable Like Terms: Same variables with same exponents
• Complete Distribution: Every term in the second polynomial gets multiplied by -1
Profit Function: The difference between revenue and cost functions, representing the net gain or loss from business operations.
\( P(x) = R(x) - C(x) = (5x^2 + 10x + 50) - (2x^2 + 3x + 100) \)
\( P(x) = (5x^2 + 10x + 50) + (-(2x^2 + 3x + 100)) \)
\( -(2x^2 + 3x + 100) = -2x^2 - 3x - 100 \)
\( P(x) = 5x^2 + 10x + 50 - 2x^2 - 3x - 100 \)
\( (5x^2 - 2x^2) + (10x - 3x) + (50 - 100) \)
\( (5 - 2)x^2 + (10 - 3)x + (50 - 100) \)
\( 3x^2 + 7x - 50 \)
\( P(x) = 3x^2 + 7x - 50 \) represents the profit in dollars when x items are produced and sold.
The company breaks even when P(x) = 0, makes a profit when P(x) > 0, and incurs a loss when P(x) < 0.
The profit function is \( P(x) = 3x^2 + 7x - 50 \) dollars.
• Business Application: Profit = Revenue - Cost
• Polynomial Subtraction: Convert to addition of the negative
• Like Terms: Combine terms with the same degree
Polynomial Subtraction: The operation of finding the difference between two polynomials by adding the first polynomial to the negative of the second polynomial. The result is always another polynomial.
Like Terms: Terms that have identical variable parts (same variables raised to the same powers). Only like terms can be combined.
Standard Form: A polynomial written with terms arranged in descending order of degree (highest degree first).
Distribution: The process of multiplying each term inside parentheses by the factor outside, especially important when subtracting polynomials.
Coefficient: The numerical factor of a term. When subtracting, we effectively add the opposite coefficients.
Leading Term: The term with the highest degree in a polynomial written in standard form.
- Convert: Change subtraction to addition of the negative: A - B = A + (-B)
- Distribute: Multiply each term in the second polynomial by -1
- Organize: Write each polynomial in standard form
- Identify: Locate all like terms in both polynomials
- Combine: Add the coefficients of like terms
- Arrange: Write the result in standard form
- Verify: Check that all terms have been properly accounted for
• Subtraction Conversion: A(x) - B(x) = A(x) + (-B(x))
• Complete Distribution: Every term in the second polynomial must be multiplied by -1
• Like Terms Only: Combine terms with identical variable parts
• Coefficient Subtraction: Add coefficients while preserving variable parts
• Closure Property: The difference of polynomials is always a polynomial
• Non-Commutative: A(x) - B(x) ≠ B(x) - A(x)
Polynomial Subtraction Process
Convert to Addition
A - B = A + (-B)
Distribute Negative
Multiply by -1
Combine Like Terms
Add coefficients
Key Principles:
- Every term in the second polynomial gets multiplied by -1
- Only combine terms with identical variable parts
- Add coefficients, preserve variables
- Result is always a polynomial
- Arranged in descending degree order
Key insight: Polynomial subtraction is essentially addition of the opposite, emphasizing the importance of proper sign handling.