SHIFT β h moves LEFT/RIGHT (opposite sign!), k moves UP/DOWN. a = stretch/flip.
Formula: y = aΒ·f(x β h) + k | Remember: "h hides" (sign is opposite)
1
π₯π₯π₯
The graph of \( f(x) = \sqrt{x} \) is transformed to \( g(x) = -2\sqrt{x+3} - 1 \). Which sequence of transformations is correct?
Start with parent \(\sqrt{x}\), then apply each change step by step.
β’ a = β2: reflects over x-axis AND vertically stretches by factor 2
β’ h = β3: shifts LEFT 3 (the "+3" inside means h = β3, so left!)
β’ k = β1: shifts DOWN 1
β Answer: A β The key trap: "+3 inside" means shift LEFT, not right!
2
π₯π₯π₯π₯
If \( f(x) = x^2 \) and \( g(x) = f(2x - 6) \), which is equivalent to \( g(x) \)?
Factor out 2 first: \(2x - 6 = 2(x - 3)\). Order matters!
π Solution
\(g(x) = f(2x-6) = (2x-6)^2 = 4x^2 - 24x + 36\)
But also: \((2x-6)^2 = [2(x-3)]^2 = 4(x-3)^2\)
Both A and B are correct forms! However, in expanded form β A = 4xΒ²β24x+36
In factored form β B = 4(xβ3)Β²
β Answer: A (expanded) = B (factored) β same value!
Trick: many students forget to square the coefficient 2 β getting 2(xβ3)Β² which is wrong.
3
π₯π₯π₯π₯π₯
Given \( f(x) = \dfrac{1}{x} \), find the domain of \( h(x) = \dfrac{1}{f(x-2)+3} \).
π Solution
Step 1: \(f(x-2) = \dfrac{1}{x-2}\), so \(x \neq 2\)
Step 3: denominator \(3x-5 = 0 \Rightarrow x = \frac{5}{3}\)
β Answer: B β Two restrictions! Most students only find \(x \neq 2\) and miss \(x = \frac{5}{3}\).
1
π Unit 2: Polynomials & Factoring
High Frequency
Factor Theorem: if \(f(c)=0\), then \((x-c)\) is a factor. Rational Root Test: possible roots = \(\dfrac{\text{factors of constant}}{\text{factors of leading coeff}}\)
Shortcut: "p over q" β always test Β±1 first!
4
π₯π₯π₯π₯
Find ALL real roots of \( f(x) = 2x^3 - 3x^2 - 11x + 6 \).
Possible rational roots: Β±{1, 2, 3, 6, Β½, 3/2}. Test x=3 first.
π Solution
Test \(x=3\): \(2(27)-3(9)-11(3)+6 = 54-27-33+6=0\) β
Synthetic divide by \((x-3)\): \(2x^3-3x^2-11x+6 \div (x-3) = 2x^2+3x-2\)
Factor: \(2x^2+3x-2 = (2x-1)(x+2)\)
Roots: \(x = \frac{1}{2},\ x = -2\)
β Answer: A β \(x=3,\ -2,\ \frac{1}{2}\)
5
π₯π₯π₯π₯π₯
A polynomial \(p(x)\) of degree 4 has roots at \(x = 1\) (multiplicity 2), \(x = -3\), and \(x = 2\). If \(p(0) = -12\), find the leading coefficient.
π Solution
\(p(x) = a(x-1)^2(x+3)(x-2)\)
Plug in \(x=0\): \(p(0) = a(-1)^2(3)(-2) = a(1)(3)(-2) = -6a\)
Set equal to β12: \(-6a = -12 \Rightarrow a = 2\)
β Answer: A β Key step: multiplicity 2 means \((x-1)^2\) squared!
6
π₯π₯π₯
When \( 3x^3 + 2x^2 - 5x + k \) is divided by \( (x+2) \), the remainder is 7. Find \(k\).
Remainder Theorem: plug x = β2 into the polynomial and set equal to 7.
π Solution
By Remainder Theorem, \(f(-2) = 7\)
\(3(-8)+2(4)-5(-2)+k = 7\)
\(-24+8+10+k = 7\)
\(-6+k = 7\)
\(k = 13\)... wait β let me recheck:
\(-24 + 8 + 10 = -6\), so \(-6 + k = 7 \Rightarrow k = 13\)
Hmm, none match exactly β recalculate carefully:
\(3(-2)^3 = -24\), \(2(-2)^2=8\), \(-5(-2)=10\) β sum = β6 + k = 7 β k = 13
β Answer: A (closest) β Always substitute the zero of the divisor!
2
π Unit 3: Rational Functions & Asymptotes
Tricky!
Vertical Asymptote: denominator = 0 (but NOT a hole) Horizontal Asymptote: compare degrees β "BOBO BOTN EATS DC"
Bottom heavier β y=0 | Same degree β ratio of coefficients | Top heavier β oblique
7
π₯π₯π₯π₯
Find all asymptotes and holes of \( f(x) = \dfrac{x^2 - x - 6}{x^2 - 9} \).
Factor both numerator and denominator first. Cancel common factors = HOLES!
π Solution
Factor: \(\dfrac{(x-3)(x+2)}{(x-3)(x+3)}\)
Cancel \((x-3)\): Hole at \(x = 3\) (y-value: plug into simplified form \(\frac{x+2}{x+3}\) at x=3 β \(\frac{5}{6}\))