Fiveable
Fiveable
Intermediate Algebra

📘intermediate algebra review

5.1 Add and Subtract Polynomials

Last Updated on June 24, 2024

Polynomials are like building blocks in algebra. They're expressions with variables and exponents that we can add, subtract, and manipulate. Understanding how to work with polynomials is crucial for solving more complex math problems.

In this section, we'll cover the basics of polynomials, including their degree and how to find their values. We'll also learn how to add and subtract polynomials, which is essential for simplifying expressions and solving equations.

Polynomial Basics

Degree of polynomials

Top images from around the web for Degree of polynomials
Top images from around the web for Degree of polynomials
  • Highest exponent of the variable determines the degree of a polynomial
    • 3x2+2x13x^2 + 2x - 1 has a degree of 2 (highest exponent of xx is 2)
  • For polynomials with multiple variables, degree is the sum of exponents in each term
    • 2x2y+3xy242x^2y + 3xy^2 - 4 has a degree of 3 (2x2y2x^2y has exponents 2 and 1, summing to 3)
  • Constant polynomials without variables have a degree of 0 (55, 2-2)

Value of polynomial functions

  • To find the value of a polynomial function f(x)f(x) for an input aa, substitute aa for xx and simplify
    • If f(x)=2x23x+1f(x) = 2x^2 - 3x + 1, to find f(2)f(2):
      1. Replace xx with 2: f(2)=2(2)23(2)+1f(2) = 2(2)^2 - 3(2) + 1
      2. Simplify: f(2)=2(4)6+1=86+1=3f(2) = 2(4) - 6 + 1 = 8 - 6 + 1 = 3
  • Be careful with signs when substituting negative values
    • If f(x)=x24x+3f(x) = x^2 - 4x + 3, to find f(2)f(-2):
      1. Replace xx with -2: f(2)=(2)24(2)+3f(-2) = (-2)^2 - 4(-2) + 3
      2. Simplify: f(2)=4+8+3=15f(-2) = 4 + 8 + 3 = 15

Polynomial Operations

Addition vs subtraction of polynomials

  • Adding polynomials involves combining like terms (same variables and exponents)
    • (2x2+3x1)+(x24x+2)(2x^2 + 3x - 1) + (x^2 - 4x + 2) =(2x2+x2)+(3x4x)+(1+2)= (2x^2 + x^2) + (3x - 4x) + (-1 + 2) =3x2x+1= 3x^2 - x + 1
  • Subtracting polynomials requires distributing the negative sign to each term in the subtracted polynomial, then combining like terms
    • (5x2+x1)(4x22x+3)(5x^2 + x - 1) - (4x^2 - 2x + 3) =(5x2+x1)+(4x2+2x3)= (5x^2 + x - 1) + (-4x^2 + 2x - 3) =(5x24x2)+(x+2x)+(13)= (5x^2 - 4x^2) + (x + 2x) + (-1 - 3) =x2+3x4= x^2 + 3x - 4
  • Polynomials are examples of algebraic expressions, which are combinations of variables, constants, and operations

Combining polynomial functions

  • To combine polynomial functions using addition or subtraction, perform the operation on the functions as if they were polynomials
    • If f(x)=3x22x+1f(x) = 3x^2 - 2x + 1 and g(x)=2x2+4x3g(x) = 2x^2 + 4x - 3, then:
      • (f+g)(x)=f(x)+g(x)=(3x22x+1)+(2x2+4x3)=5x2+2x2(f + g)(x) = f(x) + g(x) = (3x^2 - 2x + 1) + (2x^2 + 4x - 3) = 5x^2 + 2x - 2
      • (fg)(x)=f(x)g(x)=(3x22x+1)(2x2+4x3)=x26x+4(f - g)(x) = f(x) - g(x) = (3x^2 - 2x + 1) - (2x^2 + 4x - 3) = x^2 - 6x + 4
  • The result is a new polynomial function (5x2+2x25x^2 + 2x - 2, x26x+4x^2 - 6x + 4)

Properties of Polynomial Addition and Subtraction

  • Commutative property: The order of addition doesn't affect the result (e.g., a+b=b+aa + b = b + a)
  • Associative property: Grouping of terms doesn't affect the result (e.g., (a+b)+c=a+(b+c)(a + b) + c = a + (b + c))
  • These properties apply to the addition of polynomials and their terms

Key Terms to Review (20)

Like Terms: Like terms are algebraic expressions that have the same variable or combination of variables raised to the same power. They can be combined by adding or subtracting their coefficients, as they represent the same quantity in an expression.
Algebraic Expressions: Algebraic expressions are mathematical representations that combine variables, numbers, and operations to represent quantitative relationships. They are the fundamental building blocks used in algebra to model and solve a wide range of problems.
Commutative Property: The commutative property is a fundamental mathematical principle that states the order of factors in an addition or multiplication operation does not affect the final result. This property is essential in understanding and manipulating various mathematical concepts, including decimals, real number properties, linear equations, solving formulas, polynomial operations, and factoring techniques.
Coefficient: A coefficient is a numerical factor that multiplies a variable in an algebraic expression. It represents the number of times a variable appears in a term or an equation.
Associative Property: The associative property is a fundamental mathematical principle that states the order in which operations are performed does not affect the final result. It allows for the grouping of numbers or variables in an expression without changing the overall value.
Distributive Property: The distributive property is a fundamental algebraic rule that states that the product of a number and a sum is equal to the sum of the individual products. It allows for the simplification of expressions involving multiplication and addition or subtraction.
Variable: A variable is a symbol or letter that represents an unknown or changeable value in a mathematical expression, equation, or function. Variables are used to generalize and represent a range of possible values, allowing for the exploration of relationships and the solution of problems.
Constant: A constant is a value or quantity that does not change within the context of a specific problem or equation. It is a fixed number or expression that remains the same throughout a mathematical operation or calculation.
Standard Form: The standard form of an equation is a specific way of writing the equation that provides a clear and organized structure, making it easier to analyze and work with the equation. This term is particularly relevant in the context of linear equations, quadratic equations, and other polynomial functions.
Function: A function is a mathematical relationship between two or more variables, where one variable (the dependent variable) depends on the value of the other variable(s) (the independent variable(s)). Functions describe how changes in one quantity affect changes in another quantity.
Trinomial: A trinomial is a polynomial expression with three terms, typically in the form $ax^2 + bx + c$, where $a$, $b$, and $c$ are real numbers. Trinomials play a crucial role in various algebraic operations and applications, including adding and subtracting polynomials, factoring, and solving quadratic equations.
Quadratic Term: A quadratic term is a mathematical expression that contains a variable raised to the power of two. It is a key component of quadratic equations and polynomials, and plays a crucial role in various algebraic operations, such as adding and subtracting polynomials.
Linear Term: A linear term is a term in a polynomial expression that contains a variable raised to the first power. It is the simplest form of a polynomial term and represents a linear relationship between the variable and the expression.
Terms: In the context of 5.1 Add and Subtract Polynomials, the term refers to the individual parts or components that make up a polynomial expression. A polynomial is an algebraic expression consisting of variables and coefficients, and each distinct part of the expression is considered a term.
Polynomial: A polynomial is an algebraic expression that consists of variables and coefficients, where the variables are raised to non-negative integer powers. Polynomials are fundamental in algebra and play a crucial role in various mathematical topics covered in this course.
Exponent: An exponent is a mathematical notation that represents the number of times a base number is multiplied by itself. It is a concise way to express repeated multiplication of the same number.
Binomial: A binomial is a polynomial expression that consists of two terms, typically connected by addition or subtraction operations. It is a fundamental concept in algebra that is essential for understanding and manipulating polynomial expressions.
Leading Term: The leading term of a polynomial is the term with the highest degree. It is the term that appears first when the polynomial is written in descending order of the variable exponents.
Degree: The degree of a polynomial is the highest exponent of the variable(s) in the polynomial. It is a measure of the complexity and power of the polynomial expression, and it plays a crucial role in various polynomial operations and equations.
Monomial: A monomial is a single algebraic expression consisting of a numerical coefficient, variables, and non-negative integer exponents. It is the most fundamental building block of polynomial expressions, which are central to the topics of adding, subtracting, multiplying, and dividing polynomials.