Calculus Exam Notes

Limits and Derivatives

  • f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h)-f(x)}{h} (Definition of the Derivative/Difference Quotient)
  • f(c)=limxcf(x)f(c)xcf'(c) = \lim_{x \to c} \frac{f(x)-f(c)}{x-c} (Alternate form of the Derivative Definition)
  • Continuity at a Point (c, f(c)) requires f(c)f(c) to be defined, lim<em>xcf(x)\lim<em>{x \to c} f(x) to exist, and lim</em>xcf(x)=f(c)\lim</em>{x \to c} f(x) = f(c).
  • Special Trig Limits: lim<em>x0sinxx=1\lim<em>{x \to 0} \frac{sin x}{x} = 1 and lim</em>x01cosxx=0\lim</em>{x \to 0} \frac{1 - cos x}{x} = 0
  • One-sided Limits: lim<em>xcf(x)=L=lim</em>xc+f(x)\lim<em>{x \to c^-} f(x) = L = \lim</em>{x \to c^+} f(x)
  • Derivative Rules:
    • ddx[c]=0\frac{d}{dx}[c] = 0 (Constant Rule)
    • ddx[xn]=nxn1\frac{d}{dx}[x^n] = nx^{n-1} (Power Rule)
    • ddx[cf(x)]=cf(x)\frac{d}{dx}[cf(x)] = c f'(x) (Constant Multiple Rule)
    • Product Rule
    • Quotient Rule

Derivatives of Trig Functions

  • ddx[sinx]=cosx\frac{d}{dx}[sin x] = cos x
  • ddx[cosx]=sinx\frac{d}{dx}[cos x] = -sin x
  • ddx[tanx]=sec2x\frac{d}{dx}[tan x] = sec^2 x
  • ddx[cotx]=csc2x\frac{d}{dx}[cot x] = -csc^2 x
  • ddx[secx]=secxtanx\frac{d}{dx}[sec x] = sec x tan x
  • ddx[cscx]=cscxcotx\frac{d}{dx}[csc x] = -csc x cot x
  • General Power Rule with Chain Rule: ddx[un]=nun1dudx\frac{d}{dx}[u^n] = nu^{n-1} \frac{du}{dx}

Applications of Derivatives

  • Mean Value Theorem: f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}
  • Critical Numbers: x = c if f(c)=0f'(c) = 0 or ff' is undefined.
  • Absolute Extrema on [a, b]: Candidates are critical points and endpoints.
  • Relative Extrema on (a, b)
  • Points of Inflection: x = poi if f=0f'' = 0 or ff'' is undefined and concavity changes.
  • First Derivative Test: Analyzing increasing/decreasing behavior and relative max/min.
  • Second Derivative Test: Evaluate ff'' at critical numbers to determine relative max/min.
  • Equation of Tangent Line: y=f(c)(xc)+f(c)y = f'(c)(x - c) + f(c)
  • Differential Notation: dy=f(x)dxdy = f'(x) dx

Basic Integration

  • Riemann Sums: Approximating area using left endpoints, right endpoints, midpoint sum, trapezoidal sum.
  • Indefinite Integration: Power Rule (remember + C).
  • Fundamental Theorem of Calculus: abf(x)dx=F(b)F(a)\int_a^b f(x) dx = F(b) - F(a)
  • Net Change Theorem: abF(x)dx=F(b)F(a)\int_a^b F'(x) dx = F(b) - F(a)
  • Particle Motion: x(t) = position, v(t) = velocity, a(t) = acceleration.
    • Displacement: abv(t)dt=x(b)x(a)\int_a^b v(t) dt = x(b) - x(a)
    • Total Distance: abv(t)dt\int_a^b |v(t)| dt
  • Mean Value Theorem for Integrals/Average Value: 1baabf(t)dt\frac{1}{b-a} \int_a^b f(t) dt

Transcendental Functions

  • Properties of Logarithms:
    • ln(1)=0ln(1) = 0
    • ln(e)=1ln(e) = 1
    • ln(ab)=ln(a)+ln(b)ln(ab) = ln(a) + ln(b)
    • ln(ab)=ln(a)ln(b)ln(\frac{a}{b}) = ln(a) - ln(b)
    • ln(an)=nln(a)ln(a^n) = n ln(a)
  • Derivatives:
    • ddx[lnx]=1x\frac{d}{dx}[ln x] = \frac{1}{x}
    • ddx[ex]=ex\frac{d}{dx}[e^x] = e^x
    • ddx[ax]=axlna\frac{d}{dx}[a^x] = a^x ln a
  • Integrals:
    • 1xdx=lnx+C\int \frac{1}{x} dx = ln|x| + C
    • exdx=ex+C\int e^x dx = e^x + C
    • axdx=axlna+C\int a^x dx = \frac{a^x}{ln a} + C

Integrals of Trig Functions

  • cosxdx=sinx+C\int cos x dx = sin x + C
  • sinxdx=cosx+C\int sin x dx = -cos 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
  • csc2xdx=cotx+C\int csc^2 x dx = -cot x + C

Differential Equations

  • Exponential Growth/Decay: dydt=ky    y=Cekt\frac{dy}{dt} = ky \implies y = Ce^{kt}

Area and Volume

  • Area between curves: <em>ab(topbottom)dx\int<em>a^b (top - bottom) dx or </em>cd(rightleft)dy\int</em>c^d (right - left) dy.
  • Disk Method
  • Washer Method
  • Volume of Solid with Known Cross-Sections: A(x)dx\int A(x) dx