Comprehensive Calculus Differentiation Integration and Series Reference Notes
Trigonometric Limit Identities
Essential Limits:
limx→0sin(x)x=1
limx→0xsin(x)=1
limx→0x1−cos(x)=0
limx→0xcos(x)−1=0
Differentiation Rules: Foundational and Basic Operations
Power Rule: dxd[xn]=nxn−1
Chain Rule: dxd[f(g(x))]=g′(x)⋅f′(g(x))
Inverse Rule: dxd[f−1(x)]=f′(f−1(x))1
Constant and Constant Multiple Rules:
dxd[c]=0
dxd[c⋅f(x)]=c⋅f′(x)
Product and Quotient Rules:
dxd[f(x)⋅g(x)]=f′(x)g(x)+f(x)g′(x)
dxd[g(x)f(x)]=[g(x)]2f′(x)g(x)−f(x)g′(x)
Euler’s Number and Logarithmic Rules:
dxd[ex]=ex
dxd[ln(x)]=x1
dxd[ax]=axln(a)
dxdloga(x)=xln(a)1 where a > 0, a \neq 1
Trigonometric and Inverse Trigonometric Differentiation
Primary Functions (Note: Cofunction results in a negative derivative):
dxd[sin(x)]=cos(x)
dxd[cos(x)]=−sin(x)
dxd[tan(x)]=sec2(x)
dxd[cot(x)]=−csc2(x)
dxd[sec(x)]=sec(x)tan(x)
dxd[csc(x)]=−csc(x)cot(x)
Inverse Trigonometric Functions:
dxd[sin−1(x)]=1−x21
dxd[cos−1(x)]=−1−x21
dxd[tan−1(x)]=x2+11
dxd[cot−1(x)]=−x2+11
dxd[sec−1(x)]=∣x∣x2−11
dxd[csc−1(x)]=−∣x∣x2−11
Calculus Theorems, Tests, and Fundamental Rules
Mean Value Theorem (MVT): On a continuous and differentiable interval (a,b), Instantaneous Rate of Change (IROC) must equal Average Rate of Change (AROC) at least once.
Intermediate Value Theorem (IVT): On a continuous interval (a,b), f(x) must equal all values between f(a) and f(b) at least once.
Derivative Tests:
1st Derivative Test identify local extrema and intervals of increasing/decreasing behavior.
2nd Derivative Test determines concavity.
Candidates Test identifies global/absolute extrema.
L'Hopital's Rule: Used when limx→ag(x)f(x) is indeterminate; equals limx→ag′(x)f′(x).
Limit of a Riemann Sum: limn→∞∑i=1n(nb−a)f(a+nb−ai)=limn→∞∑i=1nΔxf(xi).
Absolute Convergence: Original series and its absolute value both converge.
Conditional Convergence: Original series converges, but its absolute value diverges.
Convergence Tests for Infinite Series
Integral Test: For a positive, continuous, decreasing function f(x) where f(k)=ak, the series and ∫1∞f(x)dx share behavior.
P-Series Test: ∑k=1∞kp1 converges if p > 1 and diverges if 0 < p \leq 1.
Comparison Test: If 0≤an≤bn, then convergence of ∑bk implies convergence of ∑ak, and divergence of ∑ak implies divergence of ∑bk.
Ratio Test: For positive series where ρ=limk→∞akak+1, series converges if \rho < 1, diverges if \rho > 1, and is inconclusive if ρ=1.
nth-Term Test: Series diverges if limk→∞ak=0.
Alternating Series Test: Series converges if terms decrease (ak+1≤ak) and pass the nth-term test (limk→∞ak=0).
Geometric Series Test: ∑arn converges if |r| < 1, diverges if ∣r∣≥1.
Limit Comparison Test: If 0 < c < \infty where c=limk→∞bkak, unknown series ∑ak shares behavior with known series ∑bk.
Taylor and Maclaurin Series
General Formulas:
Taylor Series (about x=a): ∑n=0∞n!f(n)(a)(x−a)n
Maclaurin Series (about x=0): ∑n=0∞n!f(n)(0)xn
Common Maclaurin Series:
sin(x)=∑k=0∞(2k+1)!(−1)kx2k+1
cos(x)=∑k=0∞(2k)!(−1)kx2k
ex=∑n=0∞n!1xn
1−x1=∑x=0∞xn
Power Series: ∑k=1∞xk=1−x1 for |x| < 1
Error Bound Calculations
Alternating Series Error Bound: If S is the actual sum and Sk is an approximation, the error ∣S−Sk∣≤ak+1.
Lagrange Error Bound: If Pn(x) is the Taylor approximation of f(x) about x=a, the error ∣En(x)∣≤(n+1)!M∣x−a∣n+1, where M is the maximum of ∣f(n+1)(x)∣ on the interval between x and a.