IHHS
IHHS Study Guide Hub

Adv. Algebra 2 Final Study Guide

Comprehensive walkthrough of every topic on the 2nd-semester Algebra 2 final: polynomial graphs and roots, complex zeros, polynomial division, radicals and rational exponents, inverse functions, logarithms, trig (radians, degrees, exact values, equations), and rational expressions and equations.

Math MathFinals 75 min #algebra-2#final-exam#polynomials#logarithms#trigonometry#rational-expressions
By IHHS · Published May 14, 2026

Learning objectives

By the end of this guide you should be able to:

  • Graph polynomial functions and read off # turns, # real zeros, relative min/max, and end behavior
  • Solve polynomial equations that have real and complex roots
  • Build a polynomial when you’re given its roots
  • Divide polynomials with synthetic or long division
  • Simplify radicals, work with rational exponents, and solve radical equations
  • Find inverse functions algebraically
  • Evaluate, expand, condense, and solve logarithmic equations
  • Convert between degrees and radians, find exact trig values, and solve simple trig equations
  • Simplify, multiply, divide, add, subtract, and solve rational expressions and equations

TL;DR

TopicWhat to remember
Polynomial of degree nnAt most nn real zeros and n1n-1 turning points
Complex rootsCome in conjugate pairs: if a+bia+bi is a root, so is abia-bi
Synthetic divisionUse the opposite sign of the divisor: dividing by (x4)(x-4) -> use 44
Inverse functionSwap xx and yy, then solve for yy
Log basicslogb(a)=c    bc=a\log_b(a) = c \iff b^c = a
Change of baselogb(x)=logxlogb=lnxlnb\log_b(x) = \dfrac{\log x}{\log b} = \dfrac{\ln x}{\ln b}
Degrees to radiansMultiply by π180\dfrac{\pi}{180}
Radians to degreesMultiply by 180π\dfrac{180}{\pi}
Reference angle trickFind the acute angle to the x-axis, use that for the value, fix sign by quadrant
Rational equationMultiply everything by the LCD, solve, then check for extraneous solutions

Glossary

Polynomial An expression like anxn+an1xn1++a0a_nx^n + a_{n-1}x^{n-1} + \dots + a_0 with whole-number exponents.   Real zero An xx-value where the graph crosses or touches the x-axis. Same thing as a root or solution to f(x)=0f(x)=0.   Turning point A local max or min where the graph changes direction. A polynomial of degree nn has at most n1n-1 turning points.   Complex conjugate a+bia+bi and abia-bi are conjugates. Polynomials with real coefficients always have complex roots in conjugate pairs.   LCD Least Common Denominator. For rational equations, the smallest expression every denominator divides into.   Extraneous solution A value that pops out of the algebra but makes a denominator zero (or breaks a square root). Always check.   Reference angle The acute angle (always between 0° and 90°90°) between the terminal side and the x-axis. Used to get exact trig values.


1. Polynomial graphs, turns, and zeros

A polynomial of degree nn:

  • has at most nn real zeros (crossings of the x-axis)
  • has at most n1n-1 turning points (local mins/maxes)
  • has end behavior set by the leading term

Worked example

Sketch f(x)=x42x2x4f(x) = x^4 - 2x^2 - x - 4. State max turns, # real zeros, and approximate the min/max.

Step 1. Degree is 4, leading coefficient is positive -> both ends point up.

Step 2. Max turns = 41=34 - 1 = 3.

Step 3. Plug in a few points or graph it. From the graph below, the curve dips, never quite reaching y=0y=0, so it has 0 real zeros. The relative min is around (1.4,7)(1.4, -7), etc.

Loading calculator...
Drag, zoom, and click the intersections with the axes to confirm zeros.
Q Try it: For $f(x) = -x^3 - 11x^2 - 35x - 27$, how many real zeros and what are the end behaviors?

Degree 3, leading coefficient 1-1. Odd-degree, negative lead -> goes up on the left, down on the right. Max turns = 2.

Plug into Desmos to see the curve has 1 real zero near x4.8x \approx -4.8, with a small local max near (3.3,0.9)(-3.3, -0.9) and a min near (4,1)(-4, -1).


2. Solving polynomial equations (real + complex roots)

When a polynomial of degree nn has fewer than nn real zeros, the rest are complex. They come in conjugate pairs.

Method: substitution for biquadratic equations

Equations like x4+bx2+c=0x^4 + bx^2 + c = 0 are biquadratic. Let u=x2u = x^2:

x4+bx2+c=0    u2+bu+c=0x^4 + bx^2 + c = 0 \;\Longrightarrow\; u^2 + bu + c = 0

Solve for uu, then x=±ux = \pm\sqrt{u}.

Worked example

Solve x4+4x245=0x^4 + 4x^2 - 45 = 0.

Step 1. Let u=x2u = x^2. The equation becomes u2+4u45=0u^2 + 4u - 45 = 0.

Step 2. Factor: (u+9)(u5)=0(u + 9)(u - 5) = 0, so u=9u = -9 or u=5u = 5.

Step 3. Substitute back x2=ux^2 = u:

  • x2=5x=±5x^2 = 5 \Rightarrow x = \pm\sqrt{5} (real)
  • x2=9x=±9=±3ix^2 = -9 \Rightarrow x = \pm\sqrt{-9} = \pm 3i (complex)

Answer: {5,5,3i,3i}\{\sqrt{5},\, -\sqrt{5},\, 3i,\, -3i\}.

Worked example: roots of unity

Solve x61=0x^6 - 1 = 0.

Factor as a difference of cubes after letting u=x2u = x^2: u31=(u1)(u2+u+1)u^3 - 1 = (u-1)(u^2+u+1).

  • From u1=0u - 1 = 0: u=1x2=1x=±1u = 1 \Rightarrow x^2 = 1 \Rightarrow x = \pm 1.
  • From u2+u+1=0u^2 + u + 1 = 0, use the quadratic formula: u=1±142=1±i32u = \frac{-1 \pm \sqrt{1 - 4}}{2} = \frac{-1 \pm i\sqrt{3}}{2} Then take x=±ux = \pm\sqrt{u} for each.

So x61=0x^6 - 1 = 0 has six roots: {1,1,1+i32,1i32,1+i32,1i32}\{\,1,\, -1,\, \tfrac{-1 + i\sqrt{3}}{2},\, \tfrac{-1 - i\sqrt{3}}{2},\, \tfrac{1 + i\sqrt{3}}{2},\, \tfrac{1 - i\sqrt{3}}{2}\,\}.


3. Building a polynomial from its roots

If a polynomial has real coefficients and one of its roots is a+bia + bi, then abia - bi is also a root.

Method

  1. List every root, including conjugates.
  2. For each root rr, write the factor (xr)(x - r).
  3. Multiply factors. Multiply conjugate factors first, they collapse to a real quadratic.

Worked example

Find a polynomial with roots 33i3 - 3i and 5\sqrt{5}.

Step 1. Conjugates: also include 3+3i3 + 3i and 5-\sqrt{5}.

Step 2. Multiply the complex pair: (x(33i))(x(3+3i))=(x3)2+9=x26x+18(x - (3-3i))(x - (3+3i)) = (x-3)^2 + 9 = x^2 - 6x + 18.

Step 3. Multiply the irrational pair: (x5)(x+5)=x25(x - \sqrt{5})(x + \sqrt{5}) = x^2 - 5.

Step 4. Multiply the two quadratics: (x26x+18)(x25)=x46x3+13x2+30x90(x^2 - 6x + 18)(x^2 - 5) = x^4 - 6x^3 + 13x^2 + 30x - 90.


4. Polynomial division

You’ll be asked to divide a polynomial by a linear factor, like (x4)(x - 4). Use synthetic division whenever the divisor looks like (xc)(x - c).

Synthetic division steps

  1. Write the divisor’s zero cc on the left.
  2. Write the dividend’s coefficients in a row. Use 00 for missing degrees.
  3. Bring down the first coefficient.
  4. Multiply by cc, add to the next coefficient. Repeat.
  5. The last number is the remainder.

Worked example

Divide (x312x2+39x37)÷(x4)(x^3 - 12x^2 + 39x - 37) \div (x - 4).

Use c=4c = 4. Coefficients: 1,12,39,371, -12, 39, -37.

 4 |  1   -12    39   -37
   |       4   -32    28
   |  1   -8     7    -9

Quotient: x28x+7x^2 - 8x + 7, remainder 9-9. So the answer is

x312x2+39x37x4=x28x+79x4\frac{x^3 - 12x^2 + 39x - 37}{x - 4} = x^2 - 8x + 7 - \frac{9}{x-4}


5. Radicals and rational exponents

Two identities run everything in this section:

xmn=xm/nxaxb=xa+b\sqrt[n]{x^m} = x^{m/n} \qquad x^a \cdot x^b = x^{a+b}

Worked example: simplify radicals

Simplify x2y3xy3\sqrt[3]{x^2 y} \cdot \sqrt[3]{xy}.

Rewrite as rational exponents: x2/3y1/3x1/3y1/3=x2/3+1/3y1/3+1/3=xy2/3=xy23x^{2/3}y^{1/3} \cdot x^{1/3}y^{1/3} = x^{2/3 + 1/3} \cdot y^{1/3 + 1/3} = x \cdot y^{2/3} = x\sqrt[3]{y^2}.

Worked example: solve radical equation

Solve 2=102r2 = \sqrt{-10 - 2r}.

Step 1. Square both sides: 4=102r4 = -10 - 2r.

Step 2. Solve: 14=2rr=714 = -2r \Rightarrow r = -7.

Step 3. Check. Plug back in: 102(7)=4=2\sqrt{-10 - 2(-7)} = \sqrt{4} = 2. ✓


6. Inverse functions

To find f1(x)f^{-1}(x):

  1. Replace f(x)f(x) with yy.
  2. Swap xx and yy.
  3. Solve for yy.
  4. Replace yy with f1(x)f^{-1}(x).

Worked example

Find the inverse of g(x)=x3+5x2g(x) = x^3 + 5x^2. (Actually for the exam, the easier version is g(x)=x53g(x) = \sqrt[3]{x - 5}.)

Set y=x53y = \sqrt[3]{x - 5}. Swap: x=y53x = \sqrt[3]{y - 5}. Cube both sides: x3=y5x^3 = y - 5. Add 5: y=x3+5y = x^3 + 5. So g1(x)=x3+5g^{-1}(x) = x^3 + 5.

Loading calculator...
Original (red) and inverse (gray) reflect across y = x.

7. Logarithms

The core definition

logb(a)=c    bc=a\log_b(a) = c \iff b^c = a

Read it: “log base bb of aa is the exponent you put on bb to get aa.”

Common values to memorize

ExpressionValueWhy
log5(25)\log_5(25)2252=255^2 = 25
log2(8)\log_2(8)3323=82^3 = 8
log3(81)\log_3(81)4434=813^4 = 81
log10(1)\log_{10}(1)00100=110^0 = 1
logb(b)\log_b(b)11b1=bb^1 = b

Properties

logb(xy)=logbx+logby\log_b(xy) = \log_b x + \log_b y logb ⁣(xy)=logbxlogby\log_b\!\left(\frac{x}{y}\right) = \log_b x - \log_b y logb(xn)=nlogbx\log_b(x^n) = n \log_b x

Worked example: condense

Write 6log23+12log276\log_2 3 + 12\log_2 7 as a single log.

Pull the coefficients into exponents: log236+log2712\log_2 3^6 + \log_2 7^{12}. Use the product rule: log2(36712)\log_2(3^6 \cdot 7^{12}).

Worked example: solve

Solve 129x+9=2912 \cdot 9^x + 9 = 29, where 9x9^x means 99 raised to some power.

Step 1. Isolate the exponential: 129x=209x=5312 \cdot 9^x = 20 \Rightarrow 9^x = \tfrac{5}{3}.

Step 2. Take log of both sides (any base): xlog9=log53x \log 9 = \log\tfrac{5}{3}.

Step 3. x=log(5/3)log9x = \dfrac{\log(5/3)}{\log 9}.

Change of base formula

For any positive b1b \ne 1:

logb(x)=logxlogb=lnxlnb\log_b(x) = \frac{\log x}{\log b} = \frac{\ln x}{\ln b}

That’s how you compute log5(3.5)\log_5(3.5) on a calculator: type log(3.5)/log(5)\log(3.5)/\log(5).


8. Trigonometry

Degrees ↔ radians

Multiply by π180\dfrac{\pi}{180} to go degrees → radians.

Multiply by 180π\dfrac{180}{\pi} to go radians → degrees.

Worked example

Convert 105°105° to radians.

105π180=105π180=7π12105 \cdot \frac{\pi}{180} = \frac{105\pi}{180} = \frac{7\pi}{12}

Convert 9π4\dfrac{9\pi}{4} to degrees.

9π4180π=91804=405°\frac{9\pi}{4} \cdot \frac{180}{\pi} = \frac{9 \cdot 180}{4} = 405°

Unit-circle exact values

Memorize these. Everything else is built from them.

Anglesin\sincos\costan\tan
0°001100
30°30° (π/6\pi/6)1/21/23/2\sqrt{3}/23/3\sqrt{3}/3
45°45° (π/4\pi/4)2/2\sqrt{2}/22/2\sqrt{2}/211
60°60° (π/3\pi/3)3/2\sqrt{3}/21/21/23\sqrt{3}
90°90° (π/2\pi/2)1100undefined

Reference-angle method

For any angle, the trig value’s magnitude equals the trig value of its reference angle (the acute angle to the x-axis). The sign is set by the quadrant.

Worked example: large angle

Find sin(600°)\sin(-600°).

Step 1. Coterminal angle: 600°+720°=120°-600° + 720° = 120°. So sin(600°)=sin(120°)\sin(-600°) = \sin(120°).

Step 2. 120°120° is in Q2. Reference angle = 180°120°=60°180° - 120° = 60°.

Step 3. sin(60°)=3/2\sin(60°) = \sqrt{3}/2. Sine is positive in Q2.

Answer: sin(600°)=3/2\sin(-600°) = \sqrt{3}/2.

Worked example: solve a trig equation

Solve 53sinθ=3sinθ5 - 3\sin\theta = 3 - \sin\theta.

Step 1. Group sin\sin terms: 53=sinθ+3sinθ2=2sinθ5 - 3 = -\sin\theta + 3\sin\theta \Rightarrow 2 = 2\sin\theta.

Step 2. sinθ=1\sin\theta = 1, so θ=90°\theta = 90° (or π/2\pi/2).

Loading calculator...
Where does sin x equal 1? At 90°, 450°, ... every 360° after that.

9. Rational expressions

A rational expression is a fraction with polynomials on top and bottom. To work with them, you factor, then cancel.

Method: simplify

Simplify p2+4p60p210p+24\dfrac{p^2 + 4p - 60}{p^2 - 10p + 24}.

Step 1. Factor numerator: p2+4p60=(p+10)(p6)p^2 + 4p - 60 = (p + 10)(p - 6).

Step 2. Factor denominator: p210p+24=(p4)(p6)p^2 - 10p + 24 = (p - 4)(p - 6).

Step 3. Cancel the common (p6)(p - 6):

(p+10)(p6)(p4)(p6)=p+10p4\frac{(p+10)(p-6)}{(p-4)(p-6)} = \frac{p + 10}{p - 4}

Method: multiply / divide

To divide, flip the second fraction and multiply.

Simplify p2+10p+165p+30÷p+85p+30\dfrac{p^2 + 10p + 16}{5p + 30} \div \dfrac{p + 8}{5p + 30}.

Step 1. Rewrite as multiplication: p2+10p+165p+305p+30p+8\dfrac{p^2 + 10p + 16}{5p + 30} \cdot \dfrac{5p + 30}{p + 8}.

Step 2. Factor: (p+2)(p+8)5(p+6)5(p+6)p+8=(p+2)(p+8)5(p+6)5(p+6)(p+8)=p+2\dfrac{(p+2)(p+8)}{5(p+6)} \cdot \dfrac{5(p+6)}{p+8} = \dfrac{(p+2)(p+8) \cdot 5(p+6)}{5(p+6)(p+8)} = p + 2.

Method: add / subtract

Find the LCD, rewrite each fraction with the LCD, combine numerators.

Simplify 22v+8+63v\dfrac{2}{2v + 8} + \dfrac{6}{3v}.

Step 1. Factor denominators: 2v+8=2(v+4)2v + 8 = 2(v + 4), and 3v3v is already factored. LCD = 6v(v+4)6v(v+4).

Step 2. Rewrite: 23v6v(v+4)+62(v+4)6v(v+4)=6v+12(v+4)6v(v+4)\dfrac{2 \cdot 3v}{6v(v+4)} + \dfrac{6 \cdot 2(v+4)}{6v(v+4)} = \dfrac{6v + 12(v+4)}{6v(v+4)}.

Step 3. Combine: 6v+12v+486v(v+4)=18v+486v(v+4)=6(3v+8)6v(v+4)=3v+8v(v+4)\dfrac{6v + 12v + 48}{6v(v+4)} = \dfrac{18v + 48}{6v(v+4)} = \dfrac{6(3v + 8)}{6v(v+4)} = \dfrac{3v + 8}{v(v+4)}.


10. Rational equations

Method

  1. Find the LCD of every denominator in the equation.
  2. Multiply both sides by the LCD to clear all fractions.
  3. Solve the resulting polynomial equation.
  4. Check every answer in the original equation. If a value makes any denominator zero, it’s extraneous, throw it out.

Worked example

Solve 1=15m151 = \dfrac{1}{5m} - \dfrac{1}{5}.

Step 1. LCD = 5m5m.

Step 2. Multiply through: 5m=1m5m = 1 - m.

Step 3. Solve: 6m=1m=166m = 1 \Rightarrow m = \tfrac{1}{6}.

Step 4. Check: 151/615=6515=1\dfrac{1}{5 \cdot 1/6} - \dfrac{1}{5} = \dfrac{6}{5} - \dfrac{1}{5} = 1. ✓


Worked example: putting it together

Solve x211x+30x3+3x2=3x+x23x+2x3+3x2\dfrac{x^2 - 11x + 30}{x^3 + 3x^2} = \dfrac{3}{x} + \dfrac{x^2 - 3x + 2}{x^3 + 3x^2}.

Step 1. Factor denominators: x3+3x2=x2(x+3)x^3 + 3x^2 = x^2(x + 3).

Step 2. LCD = x2(x+3)x^2(x + 3).

Step 3. Multiply through:

x211x+30=3x(x+3)+(x23x+2)x^2 - 11x + 30 = 3x(x+3) + (x^2 - 3x + 2)

Step 4. Expand and simplify:

x211x+30=3x2+9x+x23x+2=4x2+6x+2x^2 - 11x + 30 = 3x^2 + 9x + x^2 - 3x + 2 = 4x^2 + 6x + 2

Step 5. Move everything to one side:

0=3x2+17x280 = 3x^2 + 17x - 28

Step 6. Factor: (3x4)(x+7)=0(3x - 4)(x + 7) = 0, so x=43x = \tfrac{4}{3} or x=7x = -7.

Step 7. Neither makes a denominator zero. Both valid.


Self-quiz

Q

Algebra 2 final, 12 questions

0 of 12 answered

  1. 01

    What is the maximum number of turning points for a degree-5 polynomial?

  2. 02

    If x = 2 + 3i is a root of a polynomial with real coefficients, what other root must it also have?

  3. 03

    Solve: x^4 + 2x^2 - 15 = 0.

  4. 04

    Synthetic division: divide (x^3 - 12x^2 + 39x - 37) by (x - 4). What's the quotient?

  5. 05

    What value do you use in synthetic division for the divisor (x + 9)?

  6. 06

    Find f^(-1)(x) for f(x) = (x - 5)^3.

  7. 07

    Solve: log_3(-2r + 4) = log_3(3r - 1).

  8. 08

    Use change of base to evaluate log_5(3.5). Approximately?

  9. 09

    Convert 930° to radians.

  10. 10

    Exact value of tan(495°)?

  11. 11

    Simplify: (r^2 + 9r + 18) / (r^2 - r - 42).

  12. 12

    Solve: 1 = 1/(5m) - 1/5. What is m?

Flashcards

F

Flashcards

1 / 22 · browse mode

Mnemonics

  • ASTC for trig signs: All Students Take Calculus (Q1, Q2, Q3, Q4 positives).
  • Conjugate pairs:a+bia+bi travels with abia-bi.” If one is a root, the other has to be.
  • Synthetic flip: dividing by (x4)(x - 4)? “Bring 4.” Dividing by (x+4)(x + 4)? “Bring -4.” Always the opposite sign.
  • Radical and rational check: “If you squared, you check.” Same for “if you multiplied out a denominator.”

Common pitfalls

Cheat sheet

SkillRecipe
Max # turnsn1n - 1
Max # real zerosnn
Complex rootsIn conjugate pairs
Synthetic divisor signOpposite of what’s in the parenthesis
Build polynomial from rootsMultiply (xri)(x - r_i) for every root, conjugate pairs collapse to real quadratics
Rational exponentxm/n=xmnx^{m/n} = \sqrt[n]{x^m}
Solve radicalIsolate radical, raise both sides to the right power, check
InverseSwap xx and yy, solve for yy
Log definitionlogba=cbc=a\log_b a = c \Leftrightarrow b^c = a
Log productlogxy=logx+logy\log xy = \log x + \log y
Log quotientlog(x/y)=logxlogy\log(x/y) = \log x - \log y
Log powerlogxn=nlogx\log x^n = n \log x
Change of baselogbx=logx/logb\log_b x = \log x / \log b
Deg -> radMultiply by π/180\pi/180
Rad -> degMultiply by 180/π180/\pi
Reference angleAcute angle to the x-axis. Use it for value; quadrant sets the sign.
LCD methodFactor denominators, take highest power of each factor
Always checkRadical equations, rational equations, log equations

Mock final test, 30 questions

Real exam conditions: no notes, no calculator unless you have to. Aim for 30 to 40 minutes. The mix matches the actual exam, three questions per topic block.

Q

Mock final test, 30 questions

0 of 30 answered

  1. 01

    The graph of f(x) = -x^3 + 6x^2 - 9x + 4 has how many real zeros, and what are the end behaviors?

  2. 02

    Which statement is true for a degree-6 polynomial?

  3. 03

    Approximate the relative minimum of f(x) = x^4 - 2x^2 - x - 4.

  4. 04

    Find all roots of x^4 + 4x^2 - 45 = 0.

  5. 05

    x^6 - 1 = 0 has how many total roots (including complex)?

  6. 06

    If x = 3 - 3i is one root of a polynomial with real coefficients, which must also be a root?

  7. 07

    Write a polynomial with roots sqrt(6), -sqrt(6), and 3.

  8. 08

    A degree-4 polynomial with real coefficients has roots 2 and 1 + i. What is the full root set?

  9. 09

    Build a polynomial of lowest degree with roots 2i and -5.

  10. 10

    Divide (x^3 - 12x^2 + 39x - 37) by (x - 4). The remainder is?

  11. 11

    (p^3 + 18p^2 + 72p - 86) ÷ (p + 9). The quotient is?

  12. 12

    When using synthetic division to divide by (x + 6), the multiplier is:

  13. 13

    Simplify: cbrt(x^2 y) · cbrt(x y).

  14. 14

    Simplify: sqrt(5) · sqrt(5).

  15. 15

    Solve: 2 = sqrt(-10 - 2r).

  16. 16

    Find f^(-1)(x) for f(x) = -x - 1.

  17. 17

    Find f^(-1)(x) for f(x) = x^3 + 5x^2 (assume the suitable restriction).

  18. 18

    Evaluate: log_5(25).

  19. 19

    Solve for x: 7 · 16^x = 86.

  20. 20

    Expand: log_9(5 · 11).

  21. 21

    Solve: -9 + log_8(p - 7) = -10.

  22. 22

    Convert 105° to radians.

  23. 23

    Exact value of cos(60°).

  24. 24

    Exact value of sin(-600°).

  25. 25

    Solve: 5 - 3 sin(θ) = 3 - sin(θ).

  26. 26

    Simplify: (p^2 + 4p - 60) / (p^2 - 10p + 24).

  27. 27

    Simplify: (x^2 - 25)/(10x + 10) ÷ (x^2 - 3x - 10)/(10x + 20).

  28. 28

    Combine: 2/(2v + 8) + 6/(3v).

  29. 29

    Solve and check: 1 = 1/(5m) - 1/5.

  30. 30

    Solve: 2/p = 3/(2p) + 1/(2p^2). What is p?