Course Review

Study Sheet

Course Review

Every key definition, theorem, rule, and formula --- Topics 1 through 11

Limits & Continuity

Use this as a comprehensive review reference: skim a topic's concept boxes, work the example, and note the red tip. Everything you need to review all of AP Calculus BC is here.

%======================================================================

Concept
What a limit is

limxaf(x)=L\displaystyle\lim_{x\to a}f(x)=L means f(x)f(x) can be made arbitrarily close to LL by taking xx close enough to aa (but xax\neq a). The value f(a)f(a) is irrelevant to the limit --- only the behavior near aa matters.

Concept
Limit laws

If limxaf=L\displaystyle\lim_{x\to a}f=L and limxag=M\displaystyle\lim_{x\to a}g=M (both finite), then multicols2

  • [leftmargin=*,topsep=1pt,itemsep=1pt]
  • lim(f±g)=L±M\lim(f\pm g)=L\pm M
  • lim(cf)=cL\lim(cf)=cL
  • lim(fg)=LM\lim(fg)=LM
  • limfg=LM\lim\dfrac{f}{g}=\dfrac{L}{M} (if M0M\neq0)
  • limfn=Ln\lim f^{\,n}=L^{n}
  • limfn=Ln\lim\sqrt[n]{f}=\sqrt[n]{L} (L0L\ge0 if nn even)

multicols For continuous functions, limxaf(x)=f(a)\displaystyle\lim_{x\to a}f(x)=f(a) (direct substitution).

Concept
One-sided, infinite, and at-infinity limits

One-sided: limxaf\displaystyle\lim_{x\to a^-}f (from the left) and limxa+f\displaystyle\lim_{x\to a^+}f (from the right). The two-sided limit exists     \iff both one-sided limits exist and are equal. Infinite limits (±\to\pm\infty) signal a vertical asymptote at x=ax=a. Limits at infinity describe end behavior and horizontal asymptotes: for a rational function, compare degrees --- if deg(num)<deg(den)\deg(\text{num})<\deg(\text{den}) the limit is 00; if equal, it is the ratio of leading coefficients; if greater, it is ±\pm\infty (no horizontal asymptote).

Concept
Indeterminate forms

Direct substitution sometimes yields an indeterminate form --- no immediate answer, more work required:

00,,0,,00,0,1.\frac00,\quad \frac{\infty}{\infty},\quad 0\cdot\infty,\quad \infty-\infty,\quad 0^0,\quad \infty^0,\quad 1^{\infty}.

Resolve with algebra (factor/cancel, rationalize, common denominators), the Squeeze Theorem, or L'Hôpital's Rule. Forms like k0\frac{k}{0} (k0k\neq0) are not indeterminate --- they give ±\pm\infty.

Reminder — L'Hôpital's Rule:limxcf(x)g(x)=limxcf(x)g(x)when 00 or \lim_{x\to c}\frac{f(x)}{g(x)} = \lim_{x\to c}\frac{f'(x)}{g'(x)} \quad\text{when } \tfrac{0}{0} \text{ or } \tfrac{\infty}{\infty}
Reminder — The Squeeze Theorem:g(x)f(x)h(x)  and limg=limh=L  limf=Lg(x)\le f(x)\le h(x) \ \text{ and } \lim g=\lim h=L \ \Longrightarrow\ \lim f = L
Concept
Continuity & the Intermediate Value Theorem

ff is continuous at aa if all three hold: (1) f(a)f(a) is defined, (2) limxaf(x)\displaystyle\lim_{x\to a}f(x) exists, and (3) limxaf(x)=f(a)\displaystyle\lim_{x\to a}f(x)=f(a). IVT: If ff is continuous on [a,b][a,b] and NN is any value between f(a)f(a) and f(b)f(b), then there exists c(a,b)c\in(a,b) with f(c)=Nf(c)=N. (Guarantees a root when f(a),f(b)f(a),f(b) have opposite signs.)

Reminder — The Intermediate Value Theorem:f continuous on [a,b], f(a)<k<f(b)  f(c)=k for some c(a,b)f \text{ continuous on } [a,b],\ f(a)<k<f(b) \ \Longrightarrow\ f(c)=k \text{ for some } c\in(a,b)
Concept
Squeeze Theorem and a key special limit

Squeeze: If g(x)f(x)h(x)g(x)\le f(x)\le h(x) near aa and limxag=limxah=L\displaystyle\lim_{x\to a}g=\lim_{x\to a}h=L, then limxaf=L\displaystyle\lim_{x\to a}f=L.

 limx0sinxx=1 andlimx01cosxx=0.\boxed{\ \lim_{x\to0}\frac{\sin x}{x}=1\ }\qquad\text{and}\qquad \lim_{x\to0}\frac{1-\cos x}{x}=0.
Example
Resolving a 0/00/0 form by factoring
limx3x29x3=limx3(x3)(x+3)x3=limx3(x+3)=6.\lim_{x\to3}\frac{x^2-9}{x-3}=\lim_{x\to3}\frac{(x-3)(x+3)}{x-3}=\lim_{x\to3}(x+3)=6.

Substitution gives 00\frac00; cancel the common factor first, then substitute.

Tip

Tip: Always try direct substitution first. If you get a number, that's the answer. If you get 00\frac00, do algebra. If you get k0\frac{k}{0} with k0k\neq0, it's an infinite limit (check signs from each side).

The Derivative

Concept
Limit definition of the derivative

The derivative is the instantaneous rate of change / slope of the tangent line:

f(x)=limh0f(x+h)f(x)horf(a)=limxaf(x)f(a)xa.f'(x)=\lim_{h\to0}\frac{f(x+h)-f(x)}{h} \qquad\text{or}\qquad f'(a)=\lim_{x\to a}\frac{f(x)-f(a)}{x-a}.

Notations: f(x)f'(x), dydx\dfrac{dy}{dx}, yy', DxfD_x f, ddxf\dfrac{d}{dx}f.

Concept
Differentiability vs. continuity

Differentiable \Rightarrow continuous, but not conversely. A function fails to be differentiable at corners (e.g. x|x| at 00), cusps, vertical tangents (infinite slope), and any discontinuity.

Concept
Basic differentiation rules

multicols2

  • [leftmargin=*,topsep=1pt,itemsep=2pt]
  • Constant: ddx[c]=0\dfrac{d}{dx}[c]=0
  • Power: ddx[xn]=nxn1\dfrac{d}{dx}[x^{n}]=n x^{n-1}
  • Constant multiple: (cf)=cf(cf)'=cf'
  • Sum: (f±g)=f±g(f\pm g)'=f'\pm g'
  • Product: (fg)=fg+fg(fg)'=f'g+fg'
  • Quotient: (fg)=fgfgg2\left(\dfrac{f}{g}\right)'=\dfrac{f'g-fg'}{g^{2}}

multicols

Concept
Derivatives of the elementary functions

multicols2

  • [leftmargin=*,topsep=1pt,itemsep=2pt]
  • ddxex=ex\dfrac{d}{dx}e^{x}=e^{x}
  • ddxax=axlna\dfrac{d}{dx}a^{x}=a^{x}\ln a
  • ddxlnx=1x\dfrac{d}{dx}\ln x=\dfrac{1}{x}
  • ddxlogax=1xlna\dfrac{d}{dx}\log_a x=\dfrac{1}{x\ln a}
  • ddxsinx=cosx\dfrac{d}{dx}\sin x=\cos x
  • ddxcosx=sinx\dfrac{d}{dx}\cos x=-\sin x
  • ddxtanx=sec2x\dfrac{d}{dx}\tan x=\sec^2 x
  • ddxcotx=csc2x\dfrac{d}{dx}\cot x=-\csc^2 x
  • ddxsecx=secxtanx\dfrac{d}{dx}\sec x=\sec x\tan x
  • ddxcscx=cscxcotx\dfrac{d}{dx}\csc x=-\csc x\cot x

multicols

Example
Product and quotient rules
ddx[x2sinx]=2xsinx+x2cosx,ddx ⁣[xcosx]=cosx+xsinxcos2x.\frac{d}{dx}\big[x^2\sin x\big]=2x\sin x+x^2\cos x,\qquad \frac{d}{dx}\!\left[\frac{x}{\cos x}\right]=\frac{\cos x+x\sin x}{\cos^2 x}.
Tip

Tip: For the quotient rule remember “low dd-high minus high dd-low, over low squared.” Sign order matters --- fgfgf'g-fg', not the reverse.

Reminder — The differentiation rules:(xn)=nxn1,(fg)=fg+fg,(fg)=fgfgg2,(f(g(x)))=f(g(x))g(x)(x^{n})'=nx^{n-1},\quad (fg)'=f'g+fg',\quad \left(\tfrac{f}{g}\right)'=\frac{f'g-fg'}{g^{2}},\quad \big(f(g(x))\big)'=f'(g(x))g'(x)

Chain, Implicit & Inverse Differentiation

Concept
Chain Rule

The derivative of a composition f(g(x))f(g(x)) is

ddxf(g(x))=f(g(x))g(x)(outside derivative × inside derivative).\frac{d}{dx}f\big(g(x)\big)=f'\big(g(x)\big)\cdot g'(x) \qquad\text{(outside derivative $\times$ inside derivative).}

In Leibniz form: dydx=dydududx\dfrac{dy}{dx}=\dfrac{dy}{du}\cdot\dfrac{du}{dx}. General power rule: ddx[un]=nun1u\dfrac{d}{dx}[u^{n}]=n u^{n-1}u'.

Concept
Implicit differentiation

When yy is defined implicitly by an equation, differentiate both sides with respect to xx, applying the chain rule to every yy term (each contributes a factor dydx\frac{dy}{dx}), then solve algebraically for dydx\frac{dy}{dx}.

Concept
Derivative of an inverse function

If ff is one-to-one and differentiable with f(a)=bf(a)=b (so f1(b)=af^{-1}(b)=a), then

(f1)(b)=1f ⁣(f1(b))=1f(a).\big(f^{-1}\big)'(b)=\frac{1}{f'\!\big(f^{-1}(b)\big)}=\frac{1}{f'(a)}.

The slope of the inverse is the reciprocal of the slope of ff at the corresponding point.

Concept
Inverse trigonometric derivatives

multicols2

  • [leftmargin=*,topsep=1pt,itemsep=2pt]
  • ddxarcsinx=11x2\dfrac{d}{dx}\arcsin x=\dfrac{1}{\sqrt{1-x^2}}
  • ddxarccosx=11x2\dfrac{d}{dx}\arccos x=-\dfrac{1}{\sqrt{1-x^2}}
  • ddxarctanx=11+x2\dfrac{d}{dx}\arctan x=\dfrac{1}{1+x^2}
  • ddxarccotx=11+x2\dfrac{d}{dx}\operatorname{arccot} x=-\dfrac{1}{1+x^2}
  • ddxarcsecx=1xx21\dfrac{d}{dx}\operatorname{arcsec} x=\dfrac{1}{|x|\sqrt{x^2-1}}
  • ddxarccscx=1xx21\dfrac{d}{dx}\operatorname{arccsc} x=-\dfrac{1}{|x|\sqrt{x^2-1}}

multicols

Concept
Logarithmic differentiation

For products of many factors, or a variable base with a variable exponent y=[f(x)]g(x)y=[f(x)]^{g(x)}: take ln\ln of both sides, use log laws to expand, differentiate implicitly, then multiply back by yy.

Example
Chain rule and logarithmic differentiation
ddxsin(3x2)=cos(3x2)6x=6xcos(3x2).\frac{d}{dx}\sin(3x^2)=\cos(3x^2)\cdot 6x=6x\cos(3x^2).

For y=xxy=x^{x}: lny=xlnxyy=lnx+1y=xx(lnx+1)\ln y=x\ln x\Rightarrow \frac{y'}{y}=\ln x+1\Rightarrow y'=x^{x}(\ln x+1).

Tip

Tip: You cannot use the power rule on xxx^x (exponent isn't constant) or on 2x2^x (base isn't the variable). When both base and exponent vary, logarithmic differentiation is the tool.

Contextual Applications of Differentiation

Concept
Rates of change & units

A derivative dydx\frac{dy}{dx} carries units of “yy-units per xx-unit.” In context, f(a)f'(a) is the instantaneous rate of change of ff at aa; interpret answers with correct units (e.g. “the volume is increasing at 1212 cm3^3/sec”).

Concept
Straight-line motion

For position s(t)s(t): velocity v(t)=s(t)v(t)=s'(t); acceleration a(t)=v(t)=s(t)a(t)=v'(t)=s''(t); speed =v(t)=|v(t)|.

  • [leftmargin=*,topsep=1pt,itemsep=1pt]
  • Particle moves right/up when v>0v>0, left/down when v<0v<0, at rest when v=0v=0.
  • Speeding up when vv and aa have the same sign; slowing down when opposite signs.
  • Displacement =abvdt=\int_a^b v\,dt; total distance =abvdt=\int_a^b |v|\,dt.
Concept
Related rates

When several quantities change with time and are linked by an equation: differentiate the relating equation implicitly with respect to tt, then substitute known values and solve for the unknown rate. Substitute numbers only after differentiating.

Concept
Linearization & differentials

The tangent-line (linear) approximation near x=ax=a:

L(x)=f(a)+f(a)(xa)f(x).L(x)=f(a)+f'(a)(x-a)\approx f(x).

Differentials: dy=f(x)dxdy=f'(x)\,dx estimates the change Δy\Delta y for a small change dx=Δxdx=\Delta x. Overestimates where ff is concave down, underestimates where concave up.

Concept
L'Hôpital's Rule

If limfg\displaystyle\lim\frac{f}{g} is of form 00\frac00 or \frac{\infty}{\infty} (and g0g'\neq0 nearby), then

limf(x)g(x)=limf(x)g(x)\lim\frac{f(x)}{g(x)}=\lim\frac{f'(x)}{g'(x)}

provided the right side exists. For 00\cdot\infty or \infty-\infty, rewrite as a quotient first; for 1,00,01^{\infty},0^0,\infty^0, take ln\ln first.

Example
Related rates: expanding circle

Area A=πr2A=\pi r^2, and drdt=2\frac{dr}{dt}=2 cm/s. Then dAdt=2πrdrdt\frac{dA}{dt}=2\pi r\,\frac{dr}{dt}. When r=5r=5: dAdt=2π(5)(2)=20π\frac{dA}{dt}=2\pi(5)(2)=20\pi cm2^2/s.

Tip

Tip: L'Hôpital applies only to 00\frac00 and \frac{\infty}{\infty}. Check the form every time before differentiating --- applying it to a determinate form gives a wrong answer.

Analytical Applications of Differentiation

Concept
Mean Value Theorem & Rolle's Theorem

MVT: If ff is continuous on [a,b][a,b] and differentiable on (a,b)(a,b), then there is c(a,b)c\in(a,b) with

f(c)=f(b)f(a)ba(instantaneous rate = average rate).f'(c)=\frac{f(b)-f(a)}{b-a} \quad(\text{instantaneous rate }=\text{ average rate}).

Rolle's Theorem is the special case f(a)=f(b)f(a)=f(b): then f(c)=0f'(c)=0 for some cc.

Concept
Increasing/decreasing & the First Derivative Test

ff increases where f>0f'>0, decreases where f<0f'<0. At a critical point (f=0f'=0 or undefined), ff has a

  • [leftmargin=*,topsep=1pt,itemsep=1pt]
  • local max if ff' changes ++\to-,
  • local min if ff' changes +-\to+,
  • neither if ff' does not change sign.
Concept
Concavity, inflection & the Second Derivative Test

ff is concave up where f>0f''>0, concave down where f<0f''<0. An inflection point is where concavity changes (requires f=0f''=0 or undefined and a sign change). Second Derivative Test: at a critical point cc with f(c)=0f'(c)=0: if f(c)>0f''(c)>0 it's a local min; if f(c)<0f''(c)<0 a local max; if f(c)=0f''(c)=0 the test is inconclusive.

Concept
Extreme Value Theorem & absolute extrema

EVT: a function continuous on a closed interval [a,b][a,b] attains an absolute max and min there. Find them with the Candidates Test: evaluate ff at all critical points and at the endpoints a,ba,b; the largest/smallest outputs are the absolute extrema.

Concept
Optimization & connecting f,f,ff,f',f''

Optimization: write the quantity to optimize as a function of one variable (use a constraint to eliminate others), find critical points, and justify the extremum. Connections: f>0ff'>0\Rightarrow f\uparrow; f>0ff''>0\Rightarrow f concave up. A max of ff' occurs where f=0f''=0 changes ++\to- (an inflection point of ff). Reading any one of f,f,ff,f',f'' constrains the others.

Example
Optimization: largest rectangle

Maximize area A=xyA=xy with perimeter 2x+2y=402x+2y=40, so y=20xy=20-x and A(x)=x(20x)=20xx2A(x)=x(20-x)=20x-x^2. Then A(x)=202x=0x=10A'(x)=20-2x=0\Rightarrow x=10, and A=2<0A''=-2<0 confirms a max. The rectangle is 10×1010\times10, area 100100.

Tip

Tip: On the AP exam, justify every extremum: cite the sign change of ff' (First Derivative Test) or the sign of ff'', and for absolute extrema on [a,b][a,b] always include the endpoints as candidates.

Integration & the Fundamental Theorem

Concept
Antiderivative (basic) rules

multicols2

  • [leftmargin=*,topsep=1pt,itemsep=2pt]
  • xndx=xn+1n+1+C\displaystyle\int x^{n}\,dx=\frac{x^{n+1}}{n+1}+C (n1n\neq-1)
  • 1xdx=lnx+C\displaystyle\int \frac{1}{x}\,dx=\ln|x|+C
  • exdx=ex+C\displaystyle\int e^{x}\,dx=e^{x}+C
  • axdx=axlna+C\displaystyle\int a^{x}\,dx=\frac{a^{x}}{\ln a}+C
  • sinxdx=cosx+C\displaystyle\int \sin x\,dx=-\cos x+C
  • cosxdx=sinx+C\displaystyle\int \cos x\,dx=\sin x+C
  • sec2xdx=tanx+C\displaystyle\int \sec^2 x\,dx=\tan x+C
  • secxtanxdx=secx+C\displaystyle\int \sec x\tan x\,dx=\sec x+C
  • dx1x2=arcsinx+C\displaystyle\int \frac{dx}{\sqrt{1-x^2}}=\arcsin x+C
  • dx1+x2=arctanx+C\displaystyle\int \frac{dx}{1+x^2}=\arctan x+C

multicols

Concept
Riemann sums & the Trapezoidal Rule

A definite integral is a limit of Riemann sums: abfdx=limni=1nf(xi)Δx\displaystyle\int_a^b f\,dx=\lim_{n\to\infty}\sum_{i=1}^{n}f(x_i^*)\,\Delta x, Δx=ban\Delta x=\frac{b-a}{n}. Approximations (left/right/midpoint) sample xix_i^* at those points. Trapezoidal Rule (equal width Δx\Delta x):

abfdxΔx2[f(x0)+2f(x1)+2f(x2)++2f(xn1)+f(xn)].\int_a^b f\,dx\approx \frac{\Delta x}{2}\big[f(x_0)+2f(x_1)+2f(x_2)+\cdots+2f(x_{n-1})+f(x_n)\big].

Trapezoid overestimates when concave up, underestimates when concave down.

Concept
Definite integral properties

multicols2

  • [leftmargin=*,topsep=1pt,itemsep=2pt]
  • aafdx=0\displaystyle\int_a^a f\,dx=0
  • bafdx=abfdx\displaystyle\int_b^a f\,dx=-\int_a^b f\,dx
  • abcfdx=cabfdx\displaystyle\int_a^b cf\,dx=c\int_a^b f\,dx
  • ab(f±g)dx=abfdx±abgdx\displaystyle\int_a^b (f\pm g)\,dx=\int_a^b f\,dx\pm\int_a^b g\,dx
  • abfdx+bcfdx=acfdx\displaystyle\int_a^b f\,dx+\int_b^c f\,dx=\int_a^c f\,dx

multicols

Concept
Fundamental Theorem of Calculus

Part 1 (accumulation / derivative of an integral): if g(x)=axf(t)dt\displaystyle g(x)=\int_a^{x} f(t)\,dt with ff continuous, then g(x)=f(x)g'(x)=f(x). With a variable upper limit u(x)u(x) (chain rule): ddxau(x)f(t)dt=f(u(x))u(x)\dfrac{d}{dx}\displaystyle\int_a^{u(x)}f(t)\,dt=f\big(u(x)\big)\,u'(x). Part 2 (evaluation): if F=fF'=f, then abf(x)dx=F(b)F(a)\displaystyle\int_a^b f(x)\,dx=F(b)-F(a).

Concept
uu-substitution, average value, net change

uu-sub reverses the chain rule: let u=g(x)u=g(x), du=g(x)dxdu=g'(x)\,dx, and change the limits for a definite integral. Average value of ff on [a,b][a,b]: favg=1baabf(x)dx\displaystyle f_{\text{avg}}=\frac{1}{b-a}\int_a^b f(x)\,dx. Net Change Theorem: abF(x)dx=F(b)F(a)\displaystyle\int_a^b F'(x)\,dx=F(b)-F(a) --- the integral of a rate gives the total (net) accumulated change.

Example
FTC Part 2 with uu-substitution
012xex2dx:u=x2, du=2xdx;  x:01u:01.\int_0^{1} 2x\,e^{x^2}\,dx:\quad u=x^2,\ du=2x\,dx;\ \ x{:}0\to1\Rightarrow u{:}0\to1.
=01eudu=[eu]01=e1.=\int_0^{1}e^{u}\,du=\big[e^{u}\big]_0^{1}=e-1.
Reminder — The Fundamental Theorem of Calculus:abf(x)dx=F(b)F(a)where F=f\int_a^b f(x)\,dx = F(b)-F(a) \quad\text{where } F'=f
Tip

Tip: Never forget “+C+C” on an indefinite integral, and always change the bounds when you substitute in a definite integral (or convert back to xx before evaluating).

Techniques of Integration

Concept
Integration by parts (LIATE)
udv=uvvdu.\int u\,dv=uv-\int v\,du.

Choose uu by LIATE priority --- Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential --- whichever comes first is uu; the rest is dvdv. Repeat for higher powers; use tabular integration to organize.

Reminder — Substitution and integration by parts:f(g(x))g(x)dx=f(u)du,udv=uvvdu\int f(g(x))g'(x)\,dx=\int f(u)\,du, \qquad \int u\,dv = uv-\int v\,du
Concept
Partial fractions

For a proper rational function (numerator degree << denominator), factor the denominator and split into simpler fractions:

P(x)(xa)(xb)=Axa+Bxb,\frac{P(x)}{(x-a)(x-b)}=\frac{A}{x-a}+\frac{B}{x-b},

solve for constants, then integrate each piece (giving logs / arctangents). If improper, do polynomial long division first.

Concept
Trigonometric integrals
  • [leftmargin=*,topsep=1pt,itemsep=1pt]
  • sinmxcosnxdx\int\sin^m x\cos^n x\,dx: if a power is odd, peel one factor and convert with sin2+cos2=1\sin^2+\cos^2=1.
  • If both powers even, use sin2x=1cos2x2\sin^2 x=\frac{1-\cos2x}{2}, cos2x=1+cos2x2\cos^2 x=\frac{1+\cos2x}{2}.
  • tanmxsecnxdx\int\tan^m x\sec^n x\,dx: use sec2=1+tan2\sec^2=1+\tan^2 with ddxtanx=sec2x\frac{d}{dx}\tan x=\sec^2 x.
Concept
Trigonometric substitution

multicols3

  • [leftmargin=*,topsep=1pt,itemsep=1pt]
  • a2x2\sqrt{a^2-x^2}: let x=asinθx=a\sin\theta
  • a2+x2\sqrt{a^2+x^2}: let x=atanθx=a\tan\theta
  • x2a2\sqrt{x^2-a^2}: let x=asecθx=a\sec\theta

multicols Then simplify the radical with a Pythagorean identity and convert back with a reference triangle.

Reminder — The Pythagorean identity:sin2θ+cos2θ=1\sin^2\theta+\cos^2\theta=1
Concept
Improper integrals & pp-integrals

Handle infinite limits or infinite discontinuities as limits: afdx=limbabfdx\displaystyle\int_a^{\infty}f\,dx=\lim_{b\to\infty}\int_a^{b}f\,dx. Converges if the limit is finite, else diverges. Key result:

1dxxp converges    p>1;01dxxp converges    p<1.\int_1^{\infty}\frac{dx}{x^{p}}\ \text{converges}\iff p>1;\qquad \int_0^{1}\frac{dx}{x^{p}}\ \text{converges}\iff p<1.
Example
Integration by parts
xexdx: u=x, dv=exdxdu=dx, v=ex.\int x\,e^{x}\,dx:\ u=x,\ dv=e^x dx\Rightarrow du=dx,\ v=e^x.
=xexexdx=xexex+C=ex(x1)+C.=xe^{x}-\int e^{x}\,dx=xe^{x}-e^{x}+C=e^{x}(x-1)+C.
Tip

Tip: Before reaching for a heavy technique, check for a simple uu-substitution. LIATE tells you which factor to call uu; the one later in the list becomes dvdv (it must be easy to integrate).

Applications of Integration

Concept
Area between curves

Between y=f(x)y=f(x) (top) and y=g(x)y=g(x) (bottom) on [a,b][a,b]:

A=ab[f(x)g(x)]dx=ab(topbottom)dx.A=\int_a^b \big[\,f(x)-g(x)\,\big]\,dx=\int_a^b (\text{top}-\text{bottom})\,dx.

If curves are given as x=x= functions of yy, integrate (right - left) dydy. Find intersection points to set the limits.

Concept
Volumes of revolution
  • [leftmargin=*,topsep=1pt,itemsep=2pt]
  • Disks: V=πab[R(x)]2dx\displaystyle V=\pi\int_a^b [R(x)]^2\,dx (solid region against the axis).
  • Washers: V=πab([R]2[r]2)dx\displaystyle V=\pi\int_a^b \big([R]^2-[r]^2\big)\,dx (outer RR, inner rr; gap from the axis).
  • Shells: V=2πab(radius)(height)dx\displaystyle V=2\pi\int_a^b (\text{radius})(\text{height})\,dx (convenient when the axis is parallel to the slices).
Concept
Volumes by known cross-sections

If cross-sections perpendicular to the xx-axis have area A(x)A(x):

V=abA(x)dx.V=\int_a^b A(x)\,dx.

Squares: A=s2A=s^2; equilateral triangles: A=34s2A=\frac{\sqrt3}{4}s^2; semicircles: A=π8s2A=\frac{\pi}{8}s^2 (with s=s= base length from the region).

Concept
Arc length, average value, motion

Arc length of y=f(x)y=f(x) on [a,b][a,b]: L=ab1+[f(x)]2dx\displaystyle L=\int_a^b\sqrt{1+[f'(x)]^2}\,dx. Average value: favg=1baabfdx\displaystyle f_{\text{avg}}=\frac{1}{b-a}\int_a^b f\,dx. Motion: displacement =vdt=\int v\,dt; total distance =vdt=\int|v|\,dt; s(t)=s(t0)+t0tvdτs(t)=s(t_0)+\int_{t_0}^{t}v\,d\tau.

Example
Volume by washers

Region between y=xy=x and y=x2y=x^2 (they meet at x=0,1x=0,1) revolved about the xx-axis. Outer radius xx, inner x2x^2:

V=π01(x2x4)dx=π[x33x55]01=π(1315)=2π15.V=\pi\int_0^{1}\big(x^2-x^4\big)\,dx=\pi\Big[\tfrac{x^3}{3}-\tfrac{x^5}{5}\Big]_0^1=\pi\Big(\tfrac13-\tfrac15\Big)=\frac{2\pi}{15}.
Tip

Tip: Sketch the region and a representative slice first. Slices perpendicular to the axis of revolution give disks/washers (dxdx about xx-axis); slices parallel give shells.

Differential Equations

Concept
Slope fields

A slope field plots short segments with slope dydx\frac{dy}{dx} at grid points, showing the family of solution curves. A particular solution follows the segments through its initial point. Slopes depend only on where dydx\frac{dy}{dx} is evaluated.

Concept
Separable equations

If dydx=g(x)h(y)\dfrac{dy}{dx}=g(x)h(y), separate and integrate:

dyh(y)=g(x)dx.\int\frac{dy}{h(y)}=\int g(x)\,dx.

Add +C+C once, then apply the initial condition to solve for CC and get the particular solution.

Concept
Exponential growth & decay

dPdt=kP\dfrac{dP}{dt}=kP (rate proportional to amount) solves to

P(t)=P0ekt,P(t)=P_0\,e^{kt},

with k>0k>0 growth, k<0k<0 decay, P0=P(0)P_0=P(0). Half-life / doubling problems reduce to solving for tt.

Concept
Logistic growth

Growth limited by a carrying capacity MM:

dPdt=kP(1PM).\frac{dP}{dt}=kP\Big(1-\frac{P}{M}\Big).

Key facts: limtP=M\displaystyle\lim_{t\to\infty}P=M; growth is fastest at P=M2P=\frac{M}{2} (the inflection point of P(t)P(t)); solutions are SS-shaped. Solution: P(t)=M1+AektP(t)=\dfrac{M}{1+A e^{-kt}} with A=MP0P0A=\dfrac{M-P_0}{P_0}.

Concept
Euler's Method

Numerically approximate a solution from a starting point using step size hh:

xn+1=xn+h,yn+1=yn+hf(xn,yn),x_{n+1}=x_n+h,\qquad y_{n+1}=y_n+h\cdot f(x_n,y_n),

where f(x,y)=dydxf(x,y)=\frac{dy}{dx}. Follow the tangent line one step at a time.

Example
Separable equation with initial condition

Solve dydx=xy\dfrac{dy}{dx}=xy, y(0)=2y(0)=2:

dyy=xdxlny=x22+Cy=Aex2/2.\int\frac{dy}{y}=\int x\,dx\Rightarrow \ln|y|=\frac{x^2}{2}+C\Rightarrow y=Ae^{x^2/2}.

y(0)=2A=2y(0)=2\Rightarrow A=2, so y=2ex2/2y=2e^{x^2/2}.

Tip

Tip: For logistic growth, the maximum rate of change occurs at half the carrying capacity, P=M2P=\frac{M}{2}. Euler's method with dydx\frac{dy}{dx} concave up underestimates; concave down overestimates.

Infinite Sequences & Series

Concept
Geometric & pp-series (the benchmarks)

Geometric: n=0arn\displaystyle\sum_{n=0}^{\infty}ar^{n} converges     r<1\iff |r|<1, with sum a1r\dfrac{a}{1-r} (a=a= first term). pp-series: n=11np\displaystyle\sum_{n=1}^{\infty}\frac{1}{n^{p}} converges     p>1\iff p>1. The harmonic series (p=1p=1) diverges.

Concept
The convergence tests
  • [leftmargin=*,topsep=1pt,itemsep=2pt]
  • nnth-Term Test: if liman0\lim a_n\neq0, diverges. (Can only show divergence.)
  • Integral Test: ff positive, decreasing, continuous an\Rightarrow \sum a_n and 1fdx\int_1^{\infty}f\,dx share fate.
  • Direct Comparison: 0anbn0\le a_n\le b_n; bigger converges \Rightarrow smaller converges (and dually).
  • Limit Comparison: limanbn=L\lim\frac{a_n}{b_n}=L, 0<L<0<L<\infty\Rightarrow same behavior as bn\sum b_n.
  • Ratio Test: L=liman+1anL=\lim\big|\frac{a_{n+1}}{a_n}\big|; L<1L<1 converges, L>1L>1 diverges, L=1L=1 inconclusive.
  • Root Test: L=limannL=\lim\sqrt[n]{|a_n|}; same conclusions as ratio test.
  • Alternating Series Test: (1)nbn\sum(-1)^n b_n with bn0b_n\downarrow0 converges.
Concept
Which test should I use? (decision order)
  • [label=.,leftmargin=*,topsep=1pt,itemsep=1pt]
  • nnth-term: does an0a_n\to0? If not \Rightarrow diverges. (Always first.)
  • Geometric (arnar^n)? converges iff r<1|r|<1, sum a1r\frac{a}{1-r}.
  • pp-series (1np\frac{1}{n^p})? converges iff p>1p>1.
  • Factorials or nnth powers? Ratio (or Root) Test.
  • Rational / resembles a pp-series? Direct or Limit Comparison.
  • Positive, decreasing, easy to integrate? Integral Test.
  • Alternating (1)nbn(-1)^n b_n? AST; then check an\sum|a_n| for absolute vs. conditional.
Concept
Error bounds; absolute vs. conditional

Alternating Series Error: if AST holds, SSNbN+1|S-S_N|\le b_{N+1} (first omitted term). Absolute convergence: an\sum|a_n| converges (implies an\sum a_n converges). Conditional: an\sum a_n converges but an\sum|a_n| diverges.

Concept
Power series: radius & interval

an(xc)n\displaystyle\sum a_n(x-c)^n converges on xc<R|x-c|<R. Find RR by the ratio test; then test each endpoint separately (ratio test gives L=1L=1 there). Term-by-term differentiation/integration keeps the same RR (endpoints may change).

Concept
Taylor & Maclaurin series; Lagrange error

Taylor about cc: f(x)=n=0f(n)(c)n!(xc)n\displaystyle f(x)=\sum_{n=0}^{\infty}\frac{f^{(n)}(c)}{n!}(x-c)^n. Maclaurin is c=0c=0. Lagrange Error Bound: Rn(x)M(n+1)!xcn+1\displaystyle |R_n(x)|\le\frac{M}{(n+1)!}\,|x-c|^{\,n+1}, where MM bounds f(n+1)|f^{(n+1)}| between cc and xx.

Concept
Common Maclaurin series (memorize)
ex=n=0xnn!=1+x+x22!+x33!+(all x)sinx=n=0(1)nx2n+1(2n+1)!=xx33!+x55!(all x)cosx=n=0(1)nx2n(2n)!=1x22!+x44!(all x)11x=n=0xn=1+x+x2+x3+(x<1)ln(1+x)=n=1(1)n+1xnn=xx22+x33(1<x1)arctanx=n=0(1)nx2n+12n+1=xx33+x55(x1)\begin{aligned} e^{x}&=\sum_{n=0}^{\infty}\frac{x^{n}}{n!}=1+x+\frac{x^2}{2!}+\frac{x^3}{3!}+\cdots &&(\text{all }x)\\ \sin x&=\sum_{n=0}^{\infty}\frac{(-1)^{n}x^{2n+1}}{(2n+1)!}=x-\frac{x^3}{3!}+\frac{x^5}{5!}-\cdots &&(\text{all }x)\\ \cos x&=\sum_{n=0}^{\infty}\frac{(-1)^{n}x^{2n}}{(2n)!}=1-\frac{x^2}{2!}+\frac{x^4}{4!}-\cdots &&(\text{all }x)\\ \frac{1}{1-x}&=\sum_{n=0}^{\infty}x^{n}=1+x+x^2+x^3+\cdots &&(|x|<1)\\ \ln(1+x)&=\sum_{n=1}^{\infty}\frac{(-1)^{n+1}x^{n}}{n}=x-\frac{x^2}{2}+\frac{x^3}{3}-\cdots &&(-1<x\le1)\\ \arctan x&=\sum_{n=0}^{\infty}\frac{(-1)^{n}x^{2n+1}}{2n+1}=x-\frac{x^3}{3}+\frac{x^5}{5}-\cdots &&(|x|\le1) \end{aligned}
Example
Ratio test with a factorial

n=12nn!\displaystyle\sum_{n=1}^{\infty}\frac{2^n}{n!}:  L=limn2n+1(n+1)!n!2n=limn2n+1=0<1\ \displaystyle L=\lim_{n\to\infty}\frac{2^{n+1}}{(n+1)!}\cdot\frac{n!}{2^n}=\lim_{n\to\infty}\frac{2}{n+1}=0<1, so it converges.

Tip

Tip: Build unfamiliar series from the six memorized ones by substitution, differentiation, or integration rather than computing derivatives. E.g. ex2=(1)nx2nn!e^{-x^2}=\sum\frac{(-1)^n x^{2n}}{n!}. Endpoints of an interval of convergence always need a fresh, separate test.

Parametric, Polar & Vector-Valued Functions

Concept
Parametric derivatives

For x=x(t)x=x(t), y=y(t)y=y(t):

dydx=dy/dtdx/dt(dxdt0),d2ydx2=ddt ⁣(dydx)dx/dt.\frac{dy}{dx}=\frac{dy/dt}{dx/dt}\quad\Big(\tfrac{dx}{dt}\neq0\Big), \qquad \frac{d^2y}{dx^2}=\frac{\dfrac{d}{dt}\!\left(\dfrac{dy}{dx}\right)}{dx/dt}.

The second derivative divides by dxdt\frac{dx}{dt} again --- not by d2xdt2\frac{d^2x}{dt^2}.

Concept
Parametric arc length
L=t1t2(dxdt)2+(dydt)2  dt.L=\int_{t_1}^{t_2}\sqrt{\Big(\frac{dx}{dt}\Big)^2+\Big(\frac{dy}{dt}\Big)^2}\;dt.
Concept
Vector-valued motion

For position r(t)=x(t),y(t)\mathbf r(t)=\langle x(t),y(t)\rangle:

  • [leftmargin=*,topsep=1pt,itemsep=1pt]
  • Velocity v(t)=x(t),y(t)\mathbf v(t)=\langle x'(t),y'(t)\rangle; acceleration a(t)=x(t),y(t)\mathbf a(t)=\langle x''(t),y''(t)\rangle.
  • Speed =v(t)=[x(t)]2+[y(t)]2=|\mathbf v(t)|=\sqrt{[x'(t)]^2+[y'(t)]^2}.
  • Total distance =t1t2v(t)dt=\displaystyle\int_{t_1}^{t_2}|\mathbf v(t)|\,dt (same integrand as arc length).
  • Position from velocity: x(t)=x(t0)+t0tx(τ)dτx(t)=x(t_0)+\int_{t_0}^{t}x'(\tau)\,d\tau (and likewise yy).
Concept
Polar curves: slope, area, arc length

With x=rcosθx=r\cos\theta, y=rsinθy=r\sin\theta and r=f(θ)r=f(\theta):

dydx=drdθsinθ+rcosθdrdθcosθrsinθ.\frac{dy}{dx}=\frac{\dfrac{dr}{d\theta}\sin\theta+r\cos\theta}{\dfrac{dr}{d\theta}\cos\theta-r\sin\theta}.

Area swept from θ=α\theta=\alpha to β\beta: A=12αβr2dθ\displaystyle A=\frac12\int_{\alpha}^{\beta} r^2\,d\theta; between two curves 12(rout2rin2)dθ\frac12\int(r_{\text{out}}^2-r_{\text{in}}^2)\,d\theta. Arc length: L=αβr2+(drdθ)2  dθ\displaystyle L=\int_{\alpha}^{\beta}\sqrt{r^2+\Big(\frac{dr}{d\theta}\Big)^2}\;d\theta.

Example
Parametric slope and second derivative

Let x=t2x=t^2, y=t3y=t^3. Then dydx=3t22t=3t2\frac{dy}{dx}=\frac{3t^2}{2t}=\frac{3t}{2}. For the second derivative, ddt ⁣(3t2)=32\frac{d}{dt}\!\big(\frac{3t}{2}\big)=\frac{3}{2}, so

d2ydx2=3/22t=34t.\frac{d^2y}{dx^2}=\frac{3/2}{2t}=\frac{3}{4t}.
Example
Polar area

Area inside one petal of r=cos(2θ)r=\cos(2\theta) (petal for π4θπ4-\frac{\pi}{4}\le\theta\le\frac{\pi}{4}):

A=12π/4π/4cos2(2θ)dθ=12π/4π/41+cos4θ2dθ=π8.A=\frac12\int_{-\pi/4}^{\pi/4}\cos^2(2\theta)\,d\theta=\frac12\int_{-\pi/4}^{\pi/4}\frac{1+\cos4\theta}{2}\,d\theta=\frac{\pi}{8}.
Tip

Tip: “Speed,” “total distance,” and “arc length” all use the same integrand (x)2+(y)2\sqrt{(x')^2+(y')^2}. For polar area, always use 12r2dθ\frac12\int r^2\,d\theta --- and choose θ\theta-limits that trace the region exactly once.