Why the final part of the polynomial chapter matters
Polynomial division and gcds are not isolated techniques. They support two large tools that appear throughout later mathematics:
- partial fraction decomposition, which rewrites rational functions into simpler pieces;
- root-coefficient relations, especially Vieta's formulas, which let us compute symmetric expressions in roots without solving for the roots one by one.
Both tools depend on earlier results. Partial fractions need polynomial division, factorization, and relative primality. Vieta's formulas need the factorization of a polynomial over .
Rational functions and the polynomial part
Definition
Rational function
A rational function is a quotient
where and .
The first step in any partial fraction problem is to separate the polynomial part. If , the division algorithm gives
Therefore
Only the proper rational function still needs decomposition.
Splitting relatively prime denominator factors
Suppose
and . For a proper rational function , Bezout's
identity gives polynomials a(x),b(x) with
Multiplying by r(x) and dividing by gives
Then divide the numerators by and to reduce their degrees. The result is a unique decomposition
This is the structural reason partial fractions work.
Theorem
Partial fraction shape over R
If the denominator factors as
where the quadratic factors are irreducible over , then every rational function can be written uniquely as a polynomial plus terms of the forms
Repeated linear factors require one constant numerator for each power:
Repeated irreducible quadratic factors require linear numerators:
Worked example
Set up a partial fraction decomposition
Resolve
into partial fractions.
First divide:
Then write
Comparing coefficients gives
Thus
Telescoping from partial fractions
Partial fractions often convert a complicated finite sum into a telescoping one. The slides use
Substituting and summing from to n makes most middle terms cancel.
The remaining boundary terms are
The main lesson is not the particular numbers; it is the method. Decompose first, then check whether shifted denominator patterns cancel in a finite sum.
Vieta's formulas
Let
By the fundamental theorem of algebra,
where the roots are counted with multiplicity.
Theorem
Vieta's formulas
For ,
For a cubic
with roots , this says
Worked example
Power sums for cubic roots
Let the roots of
be , and write .
Then
Similarly,
The useful habit is to rewrite nonsymmetric-looking expressions in terms of symmetric sums that Vieta controls.
Optional interpolation viewpoint
The slide chapter ends with Lagrange interpolation. If
have distinct , then there is a unique polynomial of degree at most n
passing through those points.
For each i, define
Then , so
has the required values. Uniqueness follows from the root bound: the difference
of two such polynomials has degree at most n and roots, so it must be
zero.
Proof sketch or proof idea
Partial fraction decomposition is not a memorized list of templates. The
templates are the final form of three earlier facts working together. First,
the division algorithm removes the polynomial part. If the fraction is
improper, there is a polynomial part b(x) and a smaller proper fraction
.
Second, relatively prime denominator factors can be separated by Bezout's
identity. If and , then .
Multiplying by the numerator and dividing by q splits the fraction into a
term over and a term over . This explains why distinct relatively
prime factors receive separate partial-fraction terms.
Third, repeated powers are peeled off by division. A numerator above
can be divided by , leaving a constant remainder over the top
power and a smaller-power fraction. Repeating this produces one term for each
power. The same idea works for irreducible quadratics, except the remainder has
degree less than 2, so it has the form .
Vieta's formulas have a different but equally structural proof. Once the
fundamental theorem of algebra writes ,
the coefficient of each power of x is an elementary symmetric sum in the
roots. Comparing coefficients gives the formulas. This is why Vieta controls
symmetric expressions in roots, but not arbitrary expressions unless they can
be rewritten symmetrically.
Worked example
Read a partial-fraction form before solving coefficients
Write the correct partial-fraction form for
over .
The factor is a repeated linear factor, so it contributes
The factor is an irreducible quadratic over , and it is repeated to
power 2, so it contributes
Thus the full form is
At this stage we are not solving for A,B,C,D,E,F. We are first making sure
the shape has every required denominator power and the correct numerator
degree.
Worked example
Use Vieta in the tangent capstone
Exercise 8.3 reduces the three numbers
to the roots of . Let these roots be . Vieta's formulas give
and
Since the three tangent values are positive, their product is the positive
square root of 3:
For the sixth-power sum, rewrite as
Substitution gives .
Common mistakes
Common mistake
Skipping denominator powers
For a repeated factor such as , one term over is not enough.
The form must include every power from 1 through 4.
Common mistake
Using constant numerators over irreducible quadratics
Over , a term over needs a numerator of degree less than 2, so the
general numerator is , not just a constant.
Common mistake
Applying Vieta to non-symmetric expressions directly
Vieta gives sums of products of roots, not arbitrary individual roots. Before using it on a power sum or trigonometric product, rewrite the expression in terms of symmetric sums.
Summary
This note uses the algebraic machinery from the first two polynomial notes. Division separates polynomial and proper-rational parts. Bezout identities and relative primality explain why denominator factors split. Repeated powers determine the number of partial-fraction terms. Vieta's formulas compare the root-factor form of a complex polynomial with its coefficient form, allowing root sums and products to be computed without solving the polynomial.
Study guide for the exercises
For partial fractions, always decide the form before solving for coefficients. This prevents two common mistakes: omitting a repeated power and using a constant numerator where a linear numerator is needed. A repeated linear factor contributes one term for each denominator power. A repeated irreducible quadratic contributes one linear numerator for each denominator power. Only after the form is correct should you clear denominators and compare coefficients.
When coefficient comparison becomes messy, organize it by powers of x.
After clearing denominators, expand the right-hand side and collect the
coefficient of each power. A cubic identity gives four scalar equations, one
for each of , , x, and the constant term. The system may look
long, but it is ordinary linear algebra in the unknown coefficients of the
partial fractions.
For telescoping sums, do not expect cancellation until after the summand has been decomposed. The original rational expression may show no obvious cancellation. Once it is written as a combination of shifted simple fractions, write out the first few and last few terms. The middle terms should reveal which pieces cancel and which boundary terms remain.
For Vieta problems, identify the polynomial and name its roots before doing any computation. Then list the elementary symmetric sums that Vieta gives: the sum of roots, the sum of pairwise products, and the full product in the cubic case. If the target expression is a power sum, rewrite it using these symmetric sums. If the target expression involves square roots of the roots, as in the tangent exercise, decide the sign separately from the product of the squared values.
The optional interpolation section is included because it uses the same zero-count theorem from 8.1. It is not a new algebraic technique to memorize; it is an application of the idea that a low-degree polynomial is determined by enough point values. This same uniqueness logic appears in numerical methods, curve fitting, and approximation theory.
One final habit helps throughout the chapter: after every decomposition or Vieta computation, state what has actually been proved. A partial fraction form proves equality of rational functions only where the original denominator is nonzero. A Vieta computation proves a relation among roots counted with multiplicity. Keeping these conditions visible prevents algebraic formulas from being used outside their valid domain.
Quick checks
Quick check
Why do we first divide p(x) by q(x) before doing partial fractions?
Check the degree requirement on the remaining fraction.
Solution
Answer
Quick check
What numerator shape belongs above an irreducible quadratic factor such as ?
Use the degree rule for the numerator.
Solution
Answer
Quick check
For , what is the product of the three roots?
Use the cubic Vieta formula.
Solution
Answer
Exercises
- Write the correct partial fraction form for .
- Write the correct partial fraction form for .
- Resolve into partial fractions.
- Use the result of exercise 3 to evaluate .
- Let be the roots of . Compute , , and .
- Following Exercise 8.3 from the slides, suppose are , , and , and they are the roots of . Deduce .
Solution