Study Guide

Polynomial and Rational Functions

IB Mathematics: Analysis and Approaches HLΒ· 6 min read

1. Polynomials: Definitions and Core Theoremsβ˜…β˜…β˜†β˜†β˜†β± 15 min

πŸ“˜ Definition

Polynomial Function

P(x)=anxn+anβˆ’1xnβˆ’1+...+a1x+a0P(x) = a_n x^n + a_{n-1}x^{n-1} + ... + a_1 x + a_0

A function where is a non-negative integer, are real constants, and . The leading term is , and is the degree of the polynomial ().

Example:

is a degree 3 polynomial.

πŸ“˜ Definition

Remainder and Factor Theorems

When is divided by , the remainder equals . If , then is a factor of (this is the Factor Theorem).

πŸ“ Worked Example

Find the remainder when is divided by .

  1. 1

    By the Remainder Theorem, the remainder equals .

  2. 2

    Substitute into :

  3. 3
    P(2)=3(2)4βˆ’2(2)3+(2)2βˆ’5P(2) = 3(2)^4 - 2(2)^3 + (2)^2 - 5
  4. 4
    =3(16)βˆ’2(8)+4βˆ’5=48βˆ’16+4βˆ’5=31= 3(16) - 2(8) + 4 - 5 = 48 - 16 + 4 - 5 = 31
  5. 5

    The remainder is 31.

2. Factoring and Root Findingβ˜…β˜…β˜…β˜†β˜†β± 20 min

By the Fundamental Theorem of Algebra, a degree polynomial has exactly roots (counting multiplicities) over the complex numbers. For real polynomials, complex roots occur in conjugate pairs.

πŸ“˜ Definition

Multiplicity of a Root

If is a factor of but is not, then is a root of multiplicity .

πŸ“ Worked Example

Factorize completely, given that is a root of multiplicity 2.

  1. 1

    Since is multiplicity 2, is a factor. is degree 3, so the remaining factor is linear: .

  2. 2
    P(x)=(x2βˆ’4x+4)(ax+b)=ax3+(bβˆ’4a)x2+(4aβˆ’4b)x+4bP(x) = (x^2 - 4x + 4)(ax + b) = ax^3 + (b - 4a)x^2 + (4a - 4b)x + 4b
  3. 3

    Equate coefficients with the original polynomial:

  4. 4

    Leading coefficient: , constant term: . Check other coefficients: (matches term), (matches term).

  5. 5

    Final factorization:

  6. 6
    P(x)=(xβˆ’2)2(x+3)P(x) = (x - 2)^2(x + 3)
βœ“ Quick check
  1. What is the sum of the roots of ?

    • -3

    • 3

    • -6

    • 6

    Reveal answer
    1 β€”

    By Vieta's formula, sum of roots for is .

3. Rational Functions: Asymptotes and Holesβ˜…β˜…β˜…β˜†β˜†β± 20 min

πŸ“˜ Definition

Rational Function

R(x)=P(x)Q(x)R(x) = \frac{P(x)}{Q(x)}

A function written as the ratio of two polynomials (numerator) and (denominator, not the zero polynomial). The domain excludes all roots of .

  1. Vertical asymptotes: Occur at roots of the denominator that are not roots of the numerator. Common roots create holes, not asymptotes.

  2. Horizontal asymptotes: If , asymptote at . If , asymptote at . No horizontal asymptote if .

  3. Oblique (slant) asymptotes: Occur when , found via polynomial long division.

πŸ“ Worked Example

Find all asymptotes of .

  1. 1

    Factor numerator and denominator:

  2. 2
    R(x)=2(xβˆ’3)(x+2)(xβˆ’1)(xβˆ’3)R(x) = \frac{2(x-3)(x+2)}{(x-1)(x-3)}
  3. 3

    The common factor means there is a hole at , not a vertical asymptote. Simplify to .

  4. 4

    Vertical asymptote at the root of the simplified denominator: .

  5. 5

    Degrees of numerator and denominator are equal, so horizontal asymptote is .

  6. 6

    Final result: Vertical asymptote , horizontal asymptote , hole at .

4. Sketching Graphsβ˜…β˜…β˜…β˜…β˜†β± 25 min

Graph sketching questions require you to mark all key features: intercepts, roots (with multiplicity behavior), turning points, asymptotes, and end behavior. For polynomials, end behavior is determined by the leading term:

  • Even degree: Both ends go the same direction (up if leading coefficient positive, down if negative)

  • Odd degree: Ends go opposite directions (right end up if leading coefficient positive, right end down if negative)

  • Root behavior: Odd multiplicity = graph crosses x-axis; Even multiplicity = graph touches x-axis and turns

πŸ“ Worked Example

Sketch the graph of .

  1. 1

    Degree is , leading coefficient positive, so both ends of the graph point upwards.

  2. 2

    Roots: (multiplicity 1, crosses), (multiplicity 1, crosses), (multiplicity 2, touches).

  3. 3

    Y-intercept at , so the graph passes through the origin.

  4. 4

    Check sign of in each interval: (positive), (negative), (negative), (positive). Connect the points, showing crossing at and , touching at , with both ends pointing up.

Exam tip:

Sketching questions are usually 4-6 marks in IB exams, so allocate your time accordingly.

5. Common Pitfalls

Wrong move:

Calling a common root of numerator/denominator a vertical asymptote instead of a hole

Why:

IB examiners explicitly test the distinction between holes and asymptotes

Correct move:

Always factor both polynomials first, cancel common factors before identifying asymptotes, and note the position of any holes

Wrong move:

Using the constant term instead of the leading coefficient to find horizontal asymptotes when degrees are equal

Why:

Confusion between intercept formulas and asymptote rules

Correct move:

Remember: horizontal asymptotes depend on leading terms, not constant terms

Wrong move:

Forgetting that multiplicity changes how the graph behaves at a root

Why:

Focusing only on the location of the root, not its multiplicity

Correct move:

Memorize: odd multiplicity = cross the x-axis, even multiplicity = touch the x-axis

Wrong move:

Claiming an asymptote does not exist because the graph crosses it at a finite x-value

Why:

Misunderstanding that asymptotes describe end behavior, not no intersection

Correct move:

Only vertical asymptotes cannot be crossed; horizontal and oblique asymptotes can be crossed at finite x-values

Wrong move:

Assuming an odd-degree polynomial has all real roots

Why:

Misremembering the Fundamental Theorem of Algebra, which only guarantees at least one real root for odd degree

Correct move:

Check possible roots with the Rational Root Theorem or Descartes' Rule of Signs before confirming the number of real roots

6. Quick Reference Cheatsheet

Feature

Polynomial Rule

Rational Function Rule

Degree

highest power of

No standard degree

Vertical Asymptotes

None

Roots of simplified denominator

Horizontal Asymptote

None

; ; else none

Oblique Asymptote

None

Exists if from division

Root Behavior

Odd multiplicity: cross x-axis; Even: touch

Same for roots of the numerator

End Behavior

Determined by leading term

Determined by leading terms of numerator/denominator

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· 1

    Find roots of a cubic polynomial

  • 2022 Β· 2

    Sketch graph of rational function

  • 2021 Β· 1

    Remainder theorem calculation

Going deeper

What's Next

Polynomial and rational functions are foundational for almost all other topics in IB AA HL, from differential and integral calculus to complex numbers and statistical modeling. Mastering root finding, factoring, and graph behavior is critical for solving polynomial equations, integrating rational functions via partial fractions, and analyzing the end behavior of a wide range of functions beyond this sub-topic. IB examiners frequently test combinations of these properties with calculus, so a solid understanding here will save you time and points on exam day.