The Recall
Let f(x)g(x) = h(x). If g(c) = 0, then h(x) has either a vertical asymptote or a hole at x = c.
Strategy β what each graph feature tells you
Open circle (hole) at x = a β factor (x β a) in both numerator AND denominator
Zero / x-intercept at x = a β factor (x β a) in numerator only
Vertical asymptote at x = a β factor (x β a) in denominator only
Horizontal asymptote y = k β if same degree: ratio of leading coefficients = k. If denom higher degree: y = 0
Asymptote Type β Quick Reference
deg(num) < deg(denom): Horizontal asymptote y = 0
deg(num) = deg(denom): Horizontal asymptote y = (ratio of leading coefficients)
deg(num) = deg(denom) + 1: Slant asymptote β use long division to find it
deg(num) > deg(denom) + 1: No horizontal or slant asymptote
Answer: 32 + 421 = 32421
Answer: (3x + 2) + 42x + 1
3x β 1
2x+1 ) 6xΒ² + x + 5
β(6xΒ² + 3x)
ββββββββ
β2x + 5
β(β2x β 1)
ββββββββ
6 x β 3
x+1 ) xΒ² β 2x
β(xΒ² + x)
ββββββββ
β3x
β(β3x β 3)
ββββββββ
3The Binomial Theorem
(a+b)βΏ = C(n,0)aβΏ + C(n,1)aβΏβ»ΒΉb + C(n,2)aβΏβ»Β²bΒ² + β¦ + C(n,n)bβΏ
Three key patterns to remember:
1. "a" starts at degree n, decreases by 1 each term
2. "b" starts at degree 0, increases by 1 each term
3. Coefficients come from Pascal's Triangle (row n)
C(n, r) β "n choose r"
The coefficient C(n,r) = n!r!(nβr)! gives the rth element of row n in Pascal's Triangle. You don't need the formula for AP Precalc β just read from the triangle. Also written as βΏCα΅£ or C(n,r).
1Β·xβ΅ + 5Β·xβ΄Β·2ΒΉ + 10Β·xΒ³Β·2Β² + 10Β·xΒ²Β·2Β³ + 5Β·xΒ·2β΄ + 1Β·2β΅
xβ΅ + 10xβ΄ + 40xΒ³ + 80xΒ² + 80x + 32
(2x)β΄ + 4(2x)Β³(β1) + 6(2x)Β²(β1)Β² + 4(2x)(β1)Β³ + (β1)β΄
16xβ΄ + 4(8xΒ³)(β1) + 6(4xΒ²)(1) + 4(2x)(β1) + 1
= 16xβ΄ β 32xΒ³ + 24xΒ² β 8x + 1
| Situation | Type | How to Find | Example |
|---|---|---|---|
| deg(num) < deg(denom) | Horizontal y = 0 | Automatically y = 0 | x + 1xΒ² + 3 β y = 0 |
| deg(num) = deg(denom) | Horizontal y = k | Ratio of leading coefficients | 3xΒ²2xΒ² β y = 32 |
| deg(num) = deg(denom) + 1 | Slant y = mx + b | Long division β quotient is the asymptote | 6xΒ² + x + 52x + 1 β y = 3x β 1 |
| Denom factor cancels with numer | Hole (open circle) | Set cancelled factor = 0 | (x+2) cancels β hole at x = β2 |
| Denom factor doesn't cancel | Vertical asymptote | Set remaining denom factor = 0 | (x+5) stays β VA at x = β5 |