Calculus 1 Formula Sheet

CALC 1 FORMULA SHEET

Limits

  • Limit Definitions:

    • limxak=k\lim_{x \to a} k = k

    • limxax=a\lim_{x \to a} x = a

    • limxa(f+g)=limf+limg\lim_{x \to a} (f + g) = \lim f + \lim g

    • limxa(fg)=(limf)(limg)\lim_{x \to a} (fg) = (\lim f)(\lim g)

    • limxafg=limflimg\lim_{x \to a} \frac{f}{g} = \frac{\lim f}{\lim g}

  • Standard Limits:

    • limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1

    • limx01cosxx=0\lim_{x \to 0} \frac{1 - \cos x}{x} = 0

Continuity

  • Definition of Continuity:

    • A function is continuous at a point if limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a)

Derivative Rules

  • Basic Derivative Formulas:

    • ddx(c)=0\frac{d}{dx}(c) = 0

    • ddx(xn)=nxn1\frac{d}{dx}(x^n) = n x^{n-1}

    • ddx(cf)=cf\frac{d}{dx}(cf) = c f'

    • ddx(f+g)=f+g\frac{d}{dx}(f + g) = f' + g'

    • ddx(fg)=fg+fg\frac{d}{dx}(fg) = f'g + fg'

    • ddx(fg)=fgfgg2\frac{d}{dx}(\frac{f}{g}) = \frac{f'g - fg'}{g^2}

    • (fg)=f(g(x))g(x)(f \circ g)' = f'(g(x)) g'(x)

Trigonometric Derivatives

  • Derivative Formulas:

    • (sinx)=cosx(\sin x)' = \cos x

    • (cosx)=sinx(\cos x)' = -\sin x

    • (tanx)=sec2x(\tan x)' = \sec^2 x

    • (cotx)=csc2x(\cot x)' = -\csc^2 x

    • (secx)=secxtanx(\sec x)' = \sec x \tan x

    • (cscx)=cscxcotx(\csc x)' = -\csc x \cot x

Inverse Trigonometric Derivatives

  • Derivative Formulas:

    • (sin1x)=11x2(\sin^{-1} x)' = \frac{1}{\sqrt{1 - x^2}}

    • (cos1x)=11x2(\cos^{-1} x)' = -\frac{1}{\sqrt{1 - x^2}}

    • (tan1x)=11+x2(\tan^{-1} x)' = \frac{1}{1 + x^2}

Exponential and Logarithmic Derivatives

  • Derivative Formulas:

    • (ex)=ex(e^x)' = e^x

    • (ax)=axlna(a^x)' = a^x \ln a

    • (lnx)=1x(\ln x)' = \frac{1}{x}

Implicit Differentiation

  • Formula:

    • ddx(yn)=nyn1y\frac{d}{dx}(y^n) = n y^{n-1} y'

Related Rates

  • Formula:

    • dydt=(dydx)(dxdt)\frac{dy}{dt} = \left(\frac{dy}{dx}\right)\left(\frac{dx}{dt}\right)

Linear Approximation

  • Formula:

    • L(x)=f(a)+f(a)(xa)L(x) = f(a) + f'(a)(x - a)

Differentials

  • Definition:

    • dy=f(x)dxdy = f'(x) dx

Antiderivatives

  • Integral Formulas:

    • xndx=xn+1n+1+C\int x^n dx = \frac{x^{n+1}}{n + 1} + C

    • 1xdx=lnx+C\int \frac{1}{x} dx = \ln|x| + 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

Trigonometric Integrals

  • Integral Formulas:

    • sinxdx=cosx+C\int \sin x dx = -\cos x + C

    • cosxdx=sinx+C\int \cos x dx = \sin x + C

    • sec2xdx=tanx+C\int \sec^2 x dx = \tan x + C

    • csc2xdx=cotx+C\int \csc^2 x dx = -\cot x + C

    • secxtanxdx=secx+C\int \sec x \tan x dx = \sec x + C

    • cscxcotxdx=cscx+C\int \csc x \cot x dx = -\csc x + C

Definite Integrals

  • Formulas:

    • abf(x)dx=F(b)F(a)\int_a^b f(x) dx = F(b) - F(a)

    • aaf(x)dx=0\int_a^a f(x) dx = 0

    • <em>abf(x)dx=</em>baf(x)dx\int<em>a^b f(x) dx = -\int</em>b^a f(x) dx

Riemann Sums

  • Left Riemann Sum:

    • L<em>n=f(x</em>i1)ΔxL<em>n = \sum f(x</em>{i-1}) \Delta x

  • Right Riemann Sum:

    • R<em>n=f(x</em>i)ΔxR<em>n = \sum f(x</em>i) \Delta x

  • Delta x Calculation:

    • Δx=ban\Delta x = \frac{b - a}{n}

Average Value of a Function

  • Formula:

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

Fundamental Theorem of Calculus (FTC)

  • First Part:

    • ddxaxf(t)dt=f(x)\frac{d}{dx} \int_a^x f(t) dt = f(x)

  • Second Part:

    • abf(x)dx=f(b)f(a)\int_a^b f'(x) dx = f(b) - f(a)

Optimization

  • Critical Points:

    • Occur where f(x)=0f'(x) = 0 or is undefined.

  • Mean Value Theorem (MVT):

    • Given f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}

Motion

  • Relationship Between Position, Velocity, and Acceleration:

    • v(t)=s(t)v(t) = s'(t)

    • a(t)=v(t)=s(t)a(t) = v'(t) = s''(t)

    • s(t)=v(t)dts(t) = \int v(t) dt