AP Precalculus Formula Sheet

What You Need to Know

AP Precalculus problems are usually function problems: you’re given an equation/graph/table/context, and you must analyze features (domain/range, intercepts, end behavior, asymptotes, period, growth rate) and build or solve models (polynomial/rational, exponential/logarithmic, trigonometric, sequences/series). This sheet is the high-yield formulas + procedures you’ll actually reach for under time pressure.

Critical reminder: Every time you do algebra on a model, track domain restrictions (especially for rational and logarithmic functions) and units/mode (degrees vs radians) for trig.

Core “language of functions” you must be fluent in
  • Function notation: f(x)f(x), inputs xx, outputs yy.
  • Average rate of change on [a,b][a,b] (slope of secant line):
    f(b)f(a)ba\frac{f(b)-f(a)}{b-a}
  • Composition: (fg)(x)=f(g(x))(f\circ g)(x)=f(g(x))
  • Inverse: f1(x)f^{-1}(x) undoes f(x)f(x), so
    f(f1(x))=x and f1(f(x))=xf(f^{-1}(x))=x \text{ and } f^{-1}(f(x))=x
    (on appropriate domains).

Step-by-Step Breakdown

1) Analyze a rational function fast

Given f(x)=p(x)q(x)f(x)=\frac{p(x)}{q(x)}:

  1. Factor p(x)p(x) and q(x)q(x) completely.
  2. Cancel common factors (if any).
    • If a factor cancels, you have a hole at that xx-value.
  3. Domain: exclude values making the original denominator 00.
  4. Vertical asymptotes (VA): zeros of the simplified denominator.
  5. Horizontal/oblique asymptote: compare degrees.
    • If deg(p)<deg(q)\deg(p)<\deg(q), HA is y=0y=0.
    • If deg(p)=deg(q)\deg(p)=\deg(q), HA is ratio of leading coefficients.
    • If deg(p)=deg(q)+1\deg(p)=\deg(q)+1, do division for a slant asymptote.
  6. Intercepts:
    • xx-intercepts: zeros of simplified numerator (that are in domain).
    • yy-intercept: evaluate f(0)f(0) if defined.
2) Solve exponential/log equations cleanly
  1. Isolate the exponential or logarithm.
  2. Use:
    • If you have bstuff=bstuffb^{\text{stuff}}=b^{\text{stuff}}, set exponents equal.
    • If bases differ, take logs: ln()\ln(\cdot) or log()\log(\cdot).
  3. Check for extraneous solutions when logs are involved (arguments must be positive).

Mini-example: Solve 32x1=243\cdot 2^{x-1}=24

  • Divide by 33: 2x1=8=232^{x-1}=8=2^3
  • Exponents: x1=3x=4x-1=3 \Rightarrow x=4
3) Build a sinusoidal model from features

For periodic data/graphs, use:
y=Asin(B(xC))+Dory=Acos(B(xC))+Dy=A\sin(B(x-C))+D \quad \text{or} \quad y=A\cos(B(x-C))+D
Steps:

  1. Midline: D=max+min2D=\frac{\text{max}+\text{min}}{2}
  2. Amplitude: A=maxmin2|A|=\frac{\text{max}-\text{min}}{2}
  3. Period: P=horizontal length of one cycleP=\text{horizontal length of one cycle}, then B=2πPB=\frac{2\pi}{P} (sine/cosine).
  4. Phase shift: choose CC so the curve hits a key point (cos starts at a peak; sin starts at midline increasing).
4) Decide arithmetic vs geometric sequences quickly

Given a sequence a1,a2,a3,a_1,a_2,a_3,\dots:

  1. Compute differences: anan1a_{n}-a_{n-1}.
    • Constant difference \Rightarrow arithmetic.
  2. Compute ratios: anan1\frac{a_n}{a_{n-1}} (when terms nonzero).
    • Constant ratio \Rightarrow geometric.
  3. Use explicit formula to jump to ana_n; use sum formulas for totals.

Key Formulas, Rules & Facts

A) Transformations & graph moves
FormWhat it doesNotes
y=f(x)+ky=f(x)+kvertical shiftup if k>0k>0
y=f(xk)y=f(x-k)horizontal shiftright if k>0k>0 (opposite sign!)
y=af(x)y=af(x)vertical stretch/shrink + reflectreflect over xx-axis if a<0a<0
y=f(ax)y=f(ax)horizontal shrink/stretch + reflectshrink by 1a\frac{1}{|a|}; reflect over yy-axis if a<0a<0
y=f(x)y=|f(x)|reflect negative outputs upaffects yy values
y=f(x)y=f(|x|)mirror right half to leftaffects xx values
B) Polynomial essentials
RuleFormulaUse
End behaviorleading term dominatesdetermine left/right tails
Factor Theoremf(c)=0(xc) is a factorf(c)=0 \Leftrightarrow (x-c) \text{ is a factor}connect zeros to factors
Remainder Theoremremainder of division by (xc)(x-c) is f(c)f(c)fast remainder
Multiplicityfactor (xc)m(x-c)^modd mm crosses; even mm touches/bounces
Complex zerosif coefficients real and a+bia+bi is a zero, then abia-bi is a zeroconjugate pairs
C) Rational functions
FeatureHow to findNotes
Domainexclude zeros of original denominatoreven if a factor cancels
Holecommon factor cancelspoint is missing, not an asymptote
Vertical asymptotezero of simplified denominatorgraph shoots to ±\pm\infty
Horizontal asymptotedegree comparisonsee rules below
Slant asymptotepolynomial division when degree differs by 1asymptote is a line

Horizontal asymptote rules for p(x)q(x)\frac{p(x)}{q(x)}:

  • If deg(p)<deg(q)\deg(p)<\deg(q), then y=0y=0.
  • If deg(p)=deg(q)\deg(p)=\deg(q), then y=lead coeff of plead coeff of qy=\frac{\text{lead coeff of }p}{\text{lead coeff of }q}.
  • If deg(p)>deg(q)\deg(p)>\deg(q), no horizontal asymptote (possible slant/curved asymptote via division).
D) Exponentials & logarithms
ConceptFormulaNotes
Exponential modely=abxy=a\cdot b^xaa is initial value at x=0x=0
Growth/decay (percent)y=a(1±r)ty=a(1\pm r)^trr as decimal, tt in time units
Continuous growth/decayy=aekty=ae^{kt}k>0k>0 grow, k<0k<0 decay
Log definitionlogb(x)=yby=x\log_b(x)=y \Leftrightarrow b^y=xrequires b>0b>0, b1b\ne 1, x>0x>0
Productlogb(MN)=logb(M)+logb(N)\log_b(MN)=\log_b(M)+\log_b(N)expand/condense logs
Quotientlogb(MN)=logb(M)logb(N)\log_b\left(\frac{M}{N}\right)=\log_b(M)-\log_b(N)arguments positive
Powerlogb(Mp)=plogb(M)\log_b(M^p)=p\log_b(M)the only legal way to “move” exponents
Change of baselogb(x)=ln(x)ln(b)=log(x)log(b)\log_b(x)=\frac{\ln(x)}{\ln(b)}=\frac{\log(x)}{\log(b)}use calculator with ln\ln or log\log

Compounding interest (common forms):

  • Compounded nn times per year:
    A=P(1+rn)ntA=P\left(1+\frac{r}{n}\right)^{nt}
  • Continuous compounding:
    A=PertA=Pe^{rt}
E) Trigonometry (unit-circle level)
ItemFormulaNotes
Degrees ↔ radiansπ rad=180\pi \text{ rad}=180^\circmultiply by π180\frac{\pi}{180} or 180π\frac{180}{\pi}
Pythagorean identitysin2(θ)+cos2(θ)=1\sin^2(\theta)+\cos^2(\theta)=1from unit circle
Tangenttan(θ)=sin(θ)cos(θ)\tan(\theta)=\frac{\sin(\theta)}{\cos(\theta)}undefined where cos(θ)=0\cos(\theta)=0
Sec/csc/cotsec=1cos\sec=\frac{1}{\cos}, csc=1sin\csc=\frac{1}{\sin}, cot=cossin\cot=\frac{\cos}{\sin}reciprocal identities
Even/oddcos(θ)=cos(θ)\cos(-\theta)=\cos(\theta); sin(θ)=sin(θ)\sin(-\theta)=-\sin(\theta)symmetry
Periodicitysin(θ+2π)=sin(θ)\sin(\theta+2\pi)=\sin(\theta); cos(θ+2π)=cos(θ)\cos(\theta+2\pi)=\cos(\theta)wrap around

Special angles (radians):

θ\theta00π6\frac{\pi}{6}π4\frac{\pi}{4}π3\frac{\pi}{3}π2\frac{\pi}{2}
sin(θ)\sin(\theta)0012\frac{1}{2}22\frac{\sqrt{2}}{2}32\frac{\sqrt{3}}{2}11
cos(θ)\cos(\theta)1132\frac{\sqrt{3}}{2}22\frac{\sqrt{2}}{2}12\frac{1}{2}00
tan(θ)\tan(\theta)0033\frac{\sqrt{3}}{3}113\sqrt{3}undefined
F) Sinusoidal functions (graphs & parameters)
FunctionStandard formKey facts
Siney=Asin(B(xC))+Dy=A\sin(B(x-C))+Damplitude A|A|; period 2πB\frac{2\pi}{|B|}
Cosiney=Acos(B(xC))+Dy=A\cos(B(x-C))+Dsame amplitude/period rules
Tangenty=Atan(B(xC))+Dy=A\tan(B(x-C))+Dperiod πB\frac{\pi}{|B|}; VAs each half-period

Midline & range:

  • Midline: y=Dy=D
  • Range for sine/cosine: [DA,D+A][D-|A|,\,D+|A|]
G) Triangle trig (when you’re not on the unit circle)
ToolFormulaWhen to use
Law of Sinesasin(A)=bsin(B)=csin(C)\frac{a}{\sin(A)}=\frac{b}{\sin(B)}=\frac{c}{\sin(C)}AAS, ASA, or SSA (ambiguous case!)
Law of Cosinesc2=a2+b22abcos(C)c^2=a^2+b^2-2ab\cos(C)SAS or SSS
Triangle areaK=12absin(C)K=\frac{1}{2}ab\sin(C)two sides + included angle

SSA warning: Law of Sines can yield 0, 1, or 2 triangles depending on side/angle sizes.

H) Sequences & series
TypeExplicitRecursiveSum
Arithmetican=a1+(n1)da_n=a_1+(n-1)dan=an1+da_n=a_{n-1}+dSn=n2(2a1+(n1)d)S_n=\frac{n}{2}\left(2a_1+(n-1)d\right)
Geometrican=a1rn1a_n=a_1r^{n-1}an=ran1a_n=ra_{n-1}Sn=a11rn1rS_n=a_1\frac{1-r^n}{1-r} for r1r\ne 1

Infinite geometric series: if r<1|r|<1,
S=a11rS_\infty=\frac{a_1}{1-r}

Examples & Applications

1) Rational features (hole vs asymptote)

Analyze f(x)=(x2)(x+1)(x2)(x3)f(x)=\frac{(x-2)(x+1)}{(x-2)(x-3)}.

  • Cancel (x2)(x-2): simplified f(x)=x+1x3f(x)=\frac{x+1}{x-3}, but x2x\ne 2.
  • Hole at x=2x=2 (not a vertical asymptote). Hole’s yy-value from simplified form:
    f(2)=2+123=3f(2)=\frac{2+1}{2-3}=-3, so hole at (2,3)(2,-3).
  • VA: x=3x=3.
  • Degrees equal, HA is ratio of leads: y=1y=1.
2) Log equation with restriction check

Solve ln(x1)=ln(5)\ln(x-1)=\ln(5).

  • Set arguments equal: x1=5x=6x-1=5 \Rightarrow x=6.
  • Check domain: need x1>0x>1x-1>0 \Rightarrow x>1, so x=6x=6 works.
3) Sinusoid from max/min/period

A function has max 88, min 22, and period 1212. Write a cosine model with no phase shift.

  • Midline: D=8+22=5D=\frac{8+2}{2}=5
  • Amplitude: A=822=3|A|=\frac{8-2}{2}=3
  • Period: P=12B=2π12=π6P=12 \Rightarrow B=\frac{2\pi}{12}=\frac{\pi}{6}
  • Cosine with peak at x=0x=0: y=3cos(π6x)+5y=3\cos\left(\frac{\pi}{6}x\right)+5
4) Infinite geometric sum (modeling repeating patterns)

Find 0.7+0.07+0.007+0.7+0.07+0.007+\cdots

  • Geometric with a1=0.7a_1=0.7 and r=0.1r=0.1.
  • Since r<1|r|<1,
    S=0.710.1=0.70.9=79S_\infty=\frac{0.7}{1-0.1}=\frac{0.7}{0.9}=\frac{7}{9}

Common Mistakes & Traps

  1. Canceling factors and forgetting the hole

    • Wrong: cancel (x2)(x-2) and then treat x=2x=2 as allowed.
    • Fix: if it canceled, x=2x=2 is still excluded; record a hole.
  2. Calling every denominator zero a vertical asymptote

    • Wrong: zero from a factor that cancels.
    • Fix: VAs come from zeros of the simplified denominator; canceled zeros become holes.
  3. Solving log equations without domain checks

    • Wrong: solve algebra, keep a solution with x1x\le 1 in ln(x1)\ln(x-1).
    • Fix: enforce argument>0\text{argument}>0 before/after solving.
  4. Mixing degrees and radians (or wrong calculator mode)

    • Wrong: using sin(90)\sin(90) expecting 11 while in radian mode.
    • Fix: confirm mode; remember π2\frac{\pi}{2} corresponds to 9090^\circ.
  5. Getting sinusoid period backwards

    • Wrong: period of sin(Bx)\sin(Bx) as 2πB2\pi B.
    • Fix: period is 2πB\frac{2\pi}{|B|} (and πB\frac{\pi}{|B|} for tangent).
  6. Forgetting that inside transformations act “opposite”

    • Wrong: f(x3)f(x-3) shifts left.
    • Fix: f(x3)f(x-3) shifts **right** 33.
  7. Assuming SSA always gives one triangle

    • Wrong: apply Law of Sines and stop.
    • Fix: SSA can be ambiguous; check if a second angle 180θ180^\circ-\theta is possible.
  8. Misusing inverse notation

    • Wrong: interpreting f1(x)f^{-1}(x) as 1f(x)\frac{1}{f(x)}.
    • Fix: f1f^{-1} is the **inverse function** (undoes ff), not a reciprocal.

Memory Aids & Quick Tricks

Trick / mnemonicWhat it helps you rememberWhen to use
“Inside is opposite”f(xk)f(x-k) shifts right; f(kx)f(kx) compressestransformations
SOH–CAH–TOAsin=opphyp\sin=\frac{\text{opp}}{\text{hyp}}, cos=adjhyp\cos=\frac{\text{adj}}{\text{hyp}}, tan=oppadj\tan=\frac{\text{opp}}{\text{adj}}right-triangle trig
ASTC (“All Students Take Calculus”)signs of trig by quadrantunit circle sign decisions
“Degree compare”rational end behavior/asymptotes depend on degreesrational functions
“Log arguments must be positive”domain restrictions for log\log and ln\lnall log solving
“Midline is average, amplitude is half-diff”D=max+min2D=\frac{\text{max}+\text{min}}{2}, A=maxmin2|A|=\frac{\text{max}-\text{min}}{2}sinusoidal modeling

Quick Review Checklist

  • You can compute average rate of change: f(b)f(a)ba\frac{f(b)-f(a)}{b-a}.
  • You can do transformations and remember inside is opposite.
  • For rational functions, you can quickly identify domain, holes, VAs, HAs/slants, intercepts.
  • You know HA rules via degree comparison.
  • You can solve exponentials/logs and check log domains.
  • You know log properties and change of base: logb(x)=ln(x)ln(b)\log_b(x)=\frac{\ln(x)}{\ln(b)}.
  • You can convert degrees/radians using π180\pi \leftrightarrow 180^\circ.
  • You can model periodic behavior with y=Asin(B(xC))+Dy=A\sin(B(x-C))+D and get A,B,C,DA,B,C,D from features.
  • You know arithmetic/geometric explicit + sums, and infinite geometric condition r<1|r|<1.

You’ve got this—use this sheet to set up problems fast, then let your algebra do the rest.