BC Calculus Memorization Sheet Notes

Derivatives

  • Product Rule: ddx(uv)=uv+uv\frac{d}{dx}(uv) = u'v + uv'

  • Quotient Rule: ddx(tb)=tbtbb2\frac{d}{dx}(\frac{t}{b}) = \frac{t'b - tb'}{b^2}

  • Chain Rule: ddxf(u)=f(u)u\frac{d}{dx}f(u) = f'(u) \cdot u' or ddxf(g(x))=f(g(x))g(x)\frac{d}{dx}f(g(x)) = f'(g(x)) \cdot g'(x)

  • Power Rule: ddxxn=nxn1\frac{d}{dx}x^n = nx^{n-1}

  • ddxln(x)=1x\frac{d}{dx} ln(x) = \frac{1}{x}, ddxln(u)=uu\frac{d}{dx} ln(u) = \frac{u'}{u}

  • ddxloga(x)=1xln(a)\frac{d}{dx} log_a(x) = \frac{1}{x ln(a)}

  • ddxex=ex\frac{d}{dx} e^x = e^x, ddxax=axln(a)\frac{d}{dx} a^x = a^x ln(a)

  • ddxsin(x)=cos(x)\frac{d}{dx} sin(x) = cos(x)

  • ddxcos(x)=sin(x)\frac{d}{dx} cos(x) = -sin(x)

  • ddxtan(x)=sec2(x)\frac{d}{dx} tan(x) = sec^2(x)

  • ddxcot(x)=csc2(x)\frac{d}{dx} cot(x) = -csc^2(x)

  • ddxsec(x)=sec(x)tan(x)\frac{d}{dx} sec(x) = sec(x)tan(x)

  • ddxcsc(x)=csc(x)cot(x)\frac{d}{dx} csc(x) = -csc(x)cot(x)

  • ddxarcsin(x)=11x2\frac{d}{dx} arcsin(x) = \frac{1}{\sqrt{1-x^2}}

  • ddxarctan(x)=11+x2\frac{d}{dx} arctan(x) = \frac{1}{1+x^2}

  • Definition of Derivative: f(x)=limΔx0f(x+Δx)f(x)Δxf'(x) = \lim_{\Delta x \to 0} \frac{f(x + \Delta x) - f(x)}{\Delta x}

  • Alternative form: f(a)=limxaf(x)f(a)xaf'(a) = \lim_{x \to a} \frac{f(x) - f(a)}{x - a}

  • Another alternative form: f(a)=limh0f(a+h)f(a)hf'(a) = \lim_{h \to 0} \frac{f(a + h) - f(a)}{h}

Integrals

  • xndx=xn+1n+1+C\int x^n dx = \frac{x^{n+1}}{n+1} + C, where n1n \neq -1

  • 1xdx=lnx+C\int \frac{1}{x} dx = ln|x| + C

  • uudx=lnu+C\int \frac{u'}{u} dx = ln|u| + C

  • exdx=ex+C\int e^x dx = e^x + C

  • axdx=axln(a)+C\int a^x dx = \frac{a^x}{ln(a)} + C

  • cos(x)dx=sin(x)+C\int cos(x) dx = sin(x) + C

  • sin(x)dx=cos(x)+C\int sin(x) dx = -cos(x) + C

  • sec2(x)dx=tan(x)+C\int sec^2(x) dx = tan(x) + C

  • tan(x)dx=lncos(x)+C\int tan(x) dx = -ln|cos(x)| + C

  • cot(x)dx=lnsin(x)+C\int cot(x) dx = ln|sin(x)| + C

  • sec(x)tan(x)dx=sec(x)+C\int sec(x)tan(x) dx = sec(x) + C

  • csc(x)cot(x)dx=csc(x)+C\int csc(x)cot(x) dx = -csc(x) + C

  • csc2(x)dx=cot(x)+C\int csc^2(x) dx = -cot(x) + C

  • ua2+u2du=1aarctan(ua)+C\int \frac{u'}{a^2 + u^2} du = \frac{1}{a}arctan(\frac{u}{a}) + C

  • ua2u2du=arcsin(ua)+C\int \frac{u'}{\sqrt{a^2 - u^2}} du = arcsin(\frac{u}{a}) + C

  • Integration by Parts: udv=uvvdu\int u dv = uv - \int v du

Trigonometric Identities

  • tan(x)=sin(x)cos(x)tan(x) = \frac{sin(x)}{cos(x)}

  • sin2(x)+cos2(x)=1sin^2(x) + cos^2(x) = 1

  • tan2(x)=sec2(x)1tan^2(x) = sec^2(x) - 1

Elementary Series

  • ex=1+x+x22!+x33!++xnn!+e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + … + \frac{x^n}{n!} + …

  • sin(x)=xx33!+x55!+(1)nx2n+1(2n+1)!+sin(x) = x - \frac{x^3}{3!} + \frac{x^5}{5!} - … + (-1)^n \frac{x^{2n+1}}{(2n+1)!} + …

  • cos(x)=1x22!+x44!+(1)nx2n(2n)!+cos(x) = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - … + (-1)^n \frac{x^{2n}}{(2n)!} + …

Taylor and Maclaurin Series

  • Taylor Series:
    f(x)=f(c)+f(c)(xc)+f(c)(xc)22!+f(c)(xc)33!++fn(c)(xc)nn!+f(x) = f(c) + f'(c)(x-c) + \frac{f''(c)(x-c)^2}{2!} + \frac{f'''(c)(x-c)^3}{3!} + … + \frac{f^n(c)(x-c)^n}{n!} + …

  • Maclaurin Series: Taylor series with c=0c = 0

Logistic Growth

  • dPdt=kP(MP)\frac{dP}{dt} = kP(M - P), where MM is the carrying capacity.

  • Fastest growth occurs when P=M2P = \frac{M}{2}.

Euler's Method

  • dydxΔyΔx\frac{dy}{dx} \approx \frac{\Delta y}{\Delta x}

Second Fundamental Theorem of Calculus

  • ddxuvf(t)dt=f(v)vf(u)u\frac{d}{dx} \int_{u}^{v} f(t) dt = f(v) \cdot v' - f(u) \cdot u'

Area Approximation

  • Area of Trapezoid: A=w(h<em>1+h</em>22)A = w(\frac{h<em>1 + h</em>2}{2})

  • Riemann Sum: Sum of areas of rectangles.

Series Error Bounds

  • Alternating Series Error: erroran+1|error| \le a_{n+1} (the next term)

  • Lagrange Error Bound:
    errorfn+1(z)(xc)n+1(n+1)!|error| \le \frac{f^{n+1}(z)(x-c)^{n+1}}{(n+1)!}, where fn+1(z)f^{n+1}(z) is the maximum value of the (n+1)-th derivative between xx and cc

Volume

  • Disc Method: V=πabr2dxV = \pi \int_{a}^{b} r^2 dx

  • Washer Method: V=πab(R2r2)dxV = \pi \int_{a}^{b} (R^2 - r^2) dx

  • Cross-Sectional Area: V=abA(x)dxV = \int_{a}^{b} A(x) dx

Start plus Accumulation

  • f(b)=f(a)+abf(x)dxf(b) = f(a) + \int_{a}^{b} f'(x) dx

Fundamental Theorem of Calculus

  • abf(x)dx=f(b)f(a)\int_{a}^{b} f'(x) dx = f(b) - f(a)

Tests for Convergence/Divergence

  • nth Term Test: If lim<em>na</em>n0\lim<em>{n \to \infty} a</em>n \neq 0, then the series diverges (but cannot be used to show convergence).

  • Geometric Series Test: n=1arn1\sum_{n=1}^{\infty} ar^{n-1} converges if |r| < 1 and diverges if r1|r| \ge 1. If convergent, the sum S=a1rS = \frac{a}{1-r}.

  • p-Series Test: n=11np\sum_{n=1}^{\infty} \frac{1}{n^p} converges if p > 1 and diverges if p1p \le 1.

  • Alternating Series Test: For an alternating series with decreasing terms where lim<em>na</em>n=0\lim<em>{n \to \infty} a</em>n = 0, the series converges.

  • Integral Test: If f(x)f(x) is positive, continuous, and decreasing, then <em>n=1a</em>n\sum<em>{n=1}^{\infty} a</em>n converges if 1f(x)dx\int_{1}^{\infty} f(x) dx converges, and diverges if the integral diverges.

  • Ratio Test:

    • If \lim{n \to \infty} |\frac{a{n+1}}{a_n}| < 1, the series converges.

    • If \lim{n \to \infty} |\frac{a{n+1}}{a_n}| > 1, the series diverges.

    • If lim<em>na</em>n+1an=1\lim<em>{n \to \infty} |\frac{a</em>{n+1}}{a_n}| = 1, the test is inconclusive (works well for factorials and exponentials).

  • Direct Comparison Test:

    • If 0a<em>nb</em>n0 \le a<em>n \le b</em>n and b<em>n\sum b<em>n converges, then a</em>n\sum a</em>n converges.

    • If a<em>nb</em>n0a<em>n \ge b</em>n \ge 0 and b<em>n\sum b<em>n diverges, then a</em>n\sum a</em>n diverges.

  • Limit Comparison Test: If lim<em>na</em>nbn\lim<em>{n \to \infty} \frac{a</em>n}{b_n} is finite and positive, then both series converge or both diverge (use with "messy" algebraic series, usually compared to a p-series).

Rates of Change

  • Average Rate of Change (AROC): f(b)f(a)ba\frac{f(b) - f(a)}{b - a} (slope between two points)

  • Instantaneous Rate of Change (IROC): f(c)f'(c) (slope at a single point)

Mean Value Theorem

  • f(b)f(a)ba=f(c)\frac{f(b) - f(a)}{b - a} = f'(c); find cc where m<em>sec=m</em>tanm<em>{sec} = m</em>{tan}.

  • Must be continuous on [a,b][a, b] and differentiable on (a,b)(a, b).

Average Value of a Function

  • f<em>avg=1ba</em>abf(x)dx=areawidthf<em>{avg} = \frac{1}{b-a} \int</em>{a}^{b} f(x) dx = \frac{area}{width}

Intermediate Value Theorem

  • If a function ff is continuous on [a,b][a, b], it takes on every y-value between f(a)f(a) and f(b)f(b).

Extreme Value Theorem

  • If a function ff is continuous on [a,b][a, b], it has both an absolute minimum and an absolute maximum on the interval.

Definition of Continuity

  • A function ff is continuous at x=cx = c if and only if lim<em>xcf(x)=lim</em>xc+f(x)=f(c)\lim<em>{x \to c^-} f(x) = \lim</em>{x \to c^+} f(x) = f(c).

Squeeze Theorem

  • If f(x)g(x)h(x)f(x) \le g(x) \le h(x) for all xcx \neq c in some interval containing cc, and if lim<em>xcf(x)=lim</em>xch(x)=L\lim<em>{x \to c} f(x) = \lim</em>{x \to c} h(x) = L, then limxcg(x)=L\lim_{x \to c} g(x) = L.

Arc Length

  • L=<em>ab1+(f(x))2dx=</em>t<em>1t</em>2(dxdt)2+(dydt)2dtL = \int<em>{a}^{b} \sqrt{1 + (f'(x))^2} dx = \int</em>{t<em>1}^{t</em>2} \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} dt

Speed

  • v(t)=(dxdt)2+(dydt)2v(t) = \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2}

Total Distance

  • <em>t</em>1t2(dxdt)2+(dydt)2dt\int<em>{t</em>1}^{t_2} \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} dt

Polar Area

  • A=12<em>θ</em>1θ2r2dθA = \frac{1}{2} \int<em>{\theta</em>1}^{\theta_2} r^2 d\theta

Parametric Derivatives

  • dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}, d2ydx2=d/dt(dy/dx)dx/dt\frac{d^2y}{dx^2} = \frac{d/dt(dy/dx)}{dx/dt}

Polar Conversions

  • r2=x2+y2r^2 = x^2 + y^2, x=rcos(θ)x = r cos(\theta), y=rsin(θ)y = r sin(\theta), θ=arctan(yx)\theta = arctan(\frac{y}{x})

  • For parametric/vectors, speed is increasing when velocity and acceleration have the same sign.