Polynomial operations
59 flashcards covering Polynomial operations for the SAT Math section.
Polynomial operations involve working with expressions made up of variables and coefficients, such as adding, subtracting, multiplying, or dividing terms like x^2 + 3x + 2. These are essentially algebraic tools for manipulating equations, similar to how you handle numbers in basic arithmetic. For example, adding polynomials means combining like terms, while multiplying them requires distributing each term, which helps in solving more complex problems in math and science.
On the SAT Math section, polynomial operations appear in questions that test your ability to simplify expressions, factor equations, or solve for variables, often within word problems or graphs. Common traps include sign errors during addition or subtraction, and overlooking the degree of a polynomial, which can lead to incorrect answers. Focus on mastering the distributive property and factoring techniques, as these build the foundation for harder questions. Practice with timed problems to improve accuracy.
Terms (59)
- 01
Polynomial
A polynomial is an expression consisting of variables and coefficients, involving only addition, subtraction, multiplication, and non-negative integer exponents of variables.
- 02
Degree of a polynomial
The degree of a polynomial is the highest power of the variable in the expression, which helps determine its behavior and complexity.
- 03
Leading coefficient
The leading coefficient is the coefficient of the term with the highest degree in a polynomial, affecting the graph's direction and steepness.
- 04
Monomial
A monomial is a polynomial with only one term, such as 3x^2 or 5.
- 05
Binomial
A binomial is a polynomial with exactly two terms, like x + 2 or 3y - 1.
- 06
Trinomial
A trinomial is a polynomial with exactly three terms, such as x^2 + 2x + 1.
- 07
Adding polynomials
Adding polynomials involves combining like terms from each polynomial, such as (2x + 3) + (x - 1) by adding the coefficients of similar powers.
- 08
Subtracting polynomials
Subtracting polynomials requires distributing the negative sign and then combining like terms, for example, (3x^2 + 2x) - (x^2 - x) simplifies to 2x^2 + 3x.
- 09
Multiplying monomials
Multiplying monomials means multiplying their coefficients and adding the exponents of like variables, such as (2x^2)(3x^3) equals 6x^5.
- 10
Multiplying a polynomial by a monomial
This operation distributes the monomial to each term in the polynomial, like 2x times (x + 3) gives 2x^2 + 6x.
- 11
FOIL method
The FOIL method is a technique for multiplying two binomials by multiplying the First, Outer, Inner, and Last terms, then combining like terms.
- 12
Multiplying binomials
Multiplying binomials involves using the distributive property to expand the product, such as (x + 2)(x + 3) resulting in x^2 + 5x + 6.
- 13
Distributive property in polynomials
The distributive property allows multiplying a term by each part of a polynomial, essential for expanding expressions like 3(x + 2 + y).
- 14
Factoring a polynomial
Factoring a polynomial means expressing it as a product of simpler polynomials, which helps solve equations and simplify expressions.
- 15
Greatest common factor (GCF)
The GCF of a polynomial is the largest polynomial that divides evenly into each term, used as the first step in factoring.
- 16
Factoring out GCF
Factoring out the GCF involves dividing each term of the polynomial by the GCF and writing it as a factor, like factoring 6x + 9 as 3(2x + 3).
- 17
Factoring trinomials
Factoring trinomials, especially quadratics, involves finding two binomials that multiply to give the original trinomial, such as x^2 + 5x + 6 = (x + 2)(x + 3).
- 18
Difference of squares
The difference of squares is a factoring formula for expressions like a^2 - b^2, which factors into (a - b)(a + b).
- 19
Perfect square trinomial
A perfect square trinomial is an expression that factors into the square of a binomial, such as x^2 + 6x + 9 = (x + 3)^2.
- 20
Sum of cubes
The sum of cubes formula factors expressions like a^3 + b^3 into (a + b)(a^2 - ab + b^2).
- 21
Difference of cubes
The difference of cubes formula factors expressions like a^3 - b^3 into (a - b)(a^2 + ab + b^2).
- 22
Factoring by grouping
Factoring by grouping rearranges and factors terms in pairs to factor the entire polynomial, useful for four-term expressions.
- 23
Polynomial long division
Polynomial long division is a method to divide one polynomial by another, similar to long division with numbers, yielding a quotient and remainder.
- 24
Synthetic division
Synthetic division is a shortcut for dividing a polynomial by a linear factor like x - c, using only the coefficients to find the quotient and remainder.
- 25
Remainder theorem
The remainder theorem states that the remainder of a polynomial f(x) divided by x - c is f(c), allowing quick evaluation of polynomials.
- 26
Factor theorem
The factor theorem says that x - c is a factor of a polynomial f(x) if and only if f(c) = 0, helping identify factors.
- 27
Rational root theorem
The rational root theorem lists possible rational roots of a polynomial as factors of the constant term divided by factors of the leading coefficient.
- 28
Descartes' rule of signs
Descartes' rule of signs determines the possible number of positive or negative real roots by counting sign changes in a polynomial and its evaluation at -x.
- 29
Solving quadratic equations
Solving quadratic equations involves factoring, completing the square, or using the quadratic formula to find the values of x that satisfy ax^2 + bx + c = 0.
- 30
Quadratic formula
The quadratic formula is x = [-b ± sqrt(b^2 - 4ac)] / (2a) for an equation ax^2 + bx + c = 0, providing the roots directly.
- 31
Discriminant
The discriminant is the part under the square root in the quadratic formula, b^2 - 4ac, which indicates the nature of the roots: positive for two real, zero for one, negative for none.
- 32
Roots of a polynomial
Roots of a polynomial are the values of the variable that make the polynomial equal zero, also known as zeros or solutions.
- 33
Zero of a function
A zero of a function is a value of the input that makes the output zero, equivalent to the roots of the polynomial.
- 34
Multiplicity of a root
The multiplicity of a root is the number of times it appears as a factor in the polynomial, affecting the graph's behavior at that point.
- 35
End behavior of a polynomial
End behavior describes how the graph of a polynomial behaves as x approaches positive or negative infinity, determined by the degree and leading coefficient.
- 36
Standard form of a polynomial
Standard form writes a polynomial with terms in descending order of degree, like 3x^2 + 2x + 1, making it easier to identify key features.
- 37
Evaluating a polynomial
Evaluating a polynomial means substituting a value for the variable to find the output, such as plugging x = 2 into 3x^2 + 1 to get 13.
- 38
Graph of a polynomial
The graph of a polynomial is a smooth curve that can cross the x-axis at its roots and shows the function's behavior based on its degree and coefficients.
- 39
X-intercepts
X-intercepts are the points where the graph of a polynomial crosses the x-axis, corresponding to its roots.
- 40
Y-intercept
The y-intercept is the value of the polynomial when x = 0, found by evaluating the constant term.
- 41
Even-degree polynomial
An even-degree polynomial has an even highest power, like x^4 + 1, and its ends go in the same direction based on the leading coefficient.
- 42
Odd-degree polynomial
An odd-degree polynomial has an odd highest power, like x^3 - 2, and its ends go in opposite directions.
- 43
Leading term
The leading term is the term with the highest degree in a polynomial, influencing the overall shape of its graph.
- 44
Constant term
The constant term is the term without a variable in a polynomial, representing the y-intercept value.
- 45
Linear polynomial
A linear polynomial is a first-degree polynomial, like 2x + 3, which graphs as a straight line.
- 46
Quadratic polynomial
A quadratic polynomial is a second-degree polynomial, like x^2 - 4x + 4, which graphs as a parabola.
- 47
Cubic polynomial
A cubic polynomial is a third-degree polynomial, like x^3 - x, which can have up to two turns in its graph.
- 48
Binomial theorem
The binomial theorem provides a formula to expand (a + b)^n as a sum of terms, useful for higher powers of binomials.
- 49
Pascal's triangle
Pascal's triangle is a triangular array of numbers used to find the coefficients in the expansion of binomials, with each row representing the coefficients for a power.
- 50
Common mistakes in polynomial addition
Common mistakes include forgetting to add only like terms or misaligning terms by degree, leading to incorrect simplification.
- 51
Common mistakes in polynomial subtraction
Errors often occur when distributing the negative sign incorrectly, such as forgetting to change signs of all terms in the subtracted polynomial.
- 52
Common mistakes in factoring
Factoring errors typically involve missing factors, incorrect application of formulas, or not checking if the polynomial factors completely.
- 53
Strategy for factoring quadratics
A strategy is to look for two numbers that multiply to the constant term and add to the middle coefficient, then use them to form binomials.
- 54
Dividing polynomials
Dividing polynomials uses methods like long division or synthetic division to find the quotient and remainder when one polynomial is divided by another.
- 55
Quotient and remainder
In polynomial division, the quotient is the result of the division, and the remainder is what's left over, similar to integer division.
- 56
Polynomial equation
A polynomial equation sets a polynomial equal to zero, such as 2x^2 + 3x - 5 = 0, and solving it finds the roots.
- 57
Polynomial inequality
A polynomial inequality compares a polynomial to zero or another value, like x^2 - 4 > 0, and solving it involves finding intervals where the inequality holds.
- 58
Synthetic substitution
Synthetic substitution is a way to evaluate a polynomial at a point using synthetic division, giving the value directly from the process.
- 59
Coefficient of a term
The coefficient of a term in a polynomial is the numerical factor multiplying the variables, such as 3 in 3x^2.