Review the key concepts, formulae, and examples before starting your quiz.
๐Concepts
Definition of a Polynomial: A polynomial in one variable is an algebraic expression of the form . Visually, the graph of a polynomial is a smooth, continuous curve without any breaks or sharp corners, where the degree of the polynomial determines the maximum number of times the curve can turn.
The Division Algorithm: For any polynomial and a divisor , there exist unique polynomials (quotient) and (remainder) such that , where the degree of is always less than the degree of .
The Remainder Theorem: If a polynomial is divided by , the remainder is equal to . Visually, this remainder represents the -coordinate of the point on the graph of where the -coordinate is . If the remainder is positive, the point is above the -axis; if negative, it is below.
The Factor Theorem: A polynomial is a factor of if and only if . In graphical terms, if is a factor, the curve will cross or touch the -axis at the point , making an -intercept of the graph.
General Remainder Rule: When a polynomial is divided by , the remainder is . If divided by , the remainder is . This is found by setting the linear divisor to zero () and solving for .
Complete Factorization: To factorize a cubic polynomial , we first find one factor using the Factor Theorem (by testing factors of the constant term ). We then use synthetic division or long division to divide the polynomial by to obtain a quadratic quotient, which is then factorized further into two linear factors if possible.
Multiple Factors and Simultaneous Equations: If a polynomial has two unknown constants (e.g., and ) and we are given two factors or two remainders, we can substitute the values into to form a system of two linear equations. Solving these equations simultaneously reveals the values of and .
๐Formulae
Remainder when is divided by
Remainder when is divided by
If is a factor of
If and are factors, then is also a factor of
๐กExamples
Problem 1:
Find the remainder when the polynomial is divided by .
Solution:
- Let .
- The divisor is . According to the Remainder Theorem, the remainder .
- Substitute into the polynomial:
- Calculate the powers:
- Multiply and simplify:
- . Therefore, the remainder is .
Explanation:
The Remainder Theorem allows us to find the remainder without performing long division. We simply evaluate the polynomial at the value that makes the divisor zero.
Problem 2:
Show that is a factor of . Hence, factorize the polynomial completely.
Solution:
- Let . To show is a factor, we must prove .
- . Since , is a factor.
- Divide by using long division: .
- The polynomial can be written as .
- Check if the quadratic can be factorized further. The discriminant . Since , the quadratic has no real factors.
- Final factorization: .
Explanation:
First, the Factor Theorem is used to verify the given factor. Then, division is performed to reduce the cubic polynomial to a quadratic, which is then checked for further factorization.