MAT 266: Calculus for Engineers II

A comprehensive outline of key concepts, formulas, and applications.

I. Methods of Integration

Substitution Method (u-Substitution)

Used to reverse the chain rule. Identify an "inner" function $g(x)$ whose derivative $g'(x)$ is also present.

Let $u = g(x)$, then $du = g'(x)dx$. $$ \int f(g(x))g'(x)dx = \int f(u)du $$

Integration by Parts

Used to reverse the product rule. A common mnemonic to choose $u$ is LIATE (Logarithmic, Inverse Trig, Algebraic, Trigonometric, Exponential).

$$ \int u \, dv = uv - \int v \, du $$

Trigonometric Substitution

Used for integrals containing specific forms of square roots.

Integration by Partial Fractions

Used to integrate rational functions $\frac{P(x)}{Q(x)}$ by decomposing them into simpler, integrable fractions based on the factors of the denominator $Q(x)$.

II. Numerical & Improper Integration

Numerical Integration (Approximation)

For a definite integral $\int_a^b f(x)dx$ with $\Delta x = \frac{b-a}{n}$.

Improper Integrals

Integrals over an infinite interval or where the function has an infinite discontinuity.

III. Applications of Integration

Area Between Curves

If $f(x) \ge g(x)$ on $[a, b]$:

$$ A = \int_a^b [f(x) - g(x)]dx $$

Volumes of Solids of Revolution

Arc Length

$$ L = \int_a^b \sqrt{1 + [f'(x)]^2} dx $$

Work

Work done by a variable force $F(x)$ from $x=a$ to $x=b$.

$$ W = \int_a^b F(x) dx $$

IV. Sequences and Series

Sequences

A sequence $\{a_n\}$ converges to a limit $L$ if $\lim_{n \to \infty} a_n = L$. Otherwise, it diverges.

Series

An infinite series $\sum_{n=1}^\infty a_n$ converges if its sequence of partial sums converges.

V. Power, Taylor, and Maclaurin Series

Power Series

A series of the form $\sum_{n=0}^\infty c_n (x-a)^n$. We find its Radius of Convergence (R) and Interval of Convergence (I), often using the Ratio Test.

Taylor and Maclaurin Series

Representing a function as an infinite polynomial.

You can differentiate and integrate known power series term-by-term to create new series.

VI. Parametric & Polar Coordinates

Parametric Equations

A curve is defined by $x=f(t), y=g(t)$.

Polar Coordinates

Points are defined by $(r, \theta)$. Conversions: $x = r\cos\theta$, $y = r\sin\theta$, and $r^2 = x^2 + y^2$.

Glossary of Mathematical Terms & Symbols

Symbol Name / Meaning Summary & Context
$\int$Integral SignThe fundamental symbol for integration, representing an infinite sum of infinitesimally small quantities.
$\int_a^b$Definite IntegralRepresents the net area under the curve of a function from point $a$ to point $b$.
$dx$DifferentialRepresents an infinitesimally small change in the variable $x$. Indicates the variable of integration.
$f'(x)$, $\frac{dy}{dx}$DerivativeRepresents the instantaneous rate of change of a function. Crucial for arc length and parametric slope.
$\sum$Sigma / SummationRepresents the sum of a sequence of terms. Used extensively in series and numerical integration.
$\lim_{x \to c}$LimitDescribes the value that a function or sequence "approaches" as the input approaches some value. Essential for improper integrals and sequences/series.
$\infty$InfinityA concept representing a quantity without bound. Used in limits for improper integrals and convergence of sequences.
$\Delta x$Delta xRepresents a finite change in $x$. In numerical integration, it's the width of each subinterval: $\frac{b-a}{n}$.
$\{a_n\}$SequenceAn ordered list of numbers, e.g., $a_1, a_2, a_3, \dots$. We test sequences for convergence or divergence.
$S_n$Partial SumThe sum of the first $n$ terms of a series. The limit of $S_n$ as $n \to \infty$ determines the convergence of the series. Also used for Simpson's Rule approximation.
$n!$FactorialThe product of all positive integers up to $n$. Key component of Taylor and Maclaurin series formulas.
$(r, \theta)$Polar CoordinatesA way to define points in a plane using a distance from the origin ($r$) and an angle ($\theta$).
$(\alpha, \beta)$Alpha, BetaOften used as the start and end angles for integration in polar coordinates, or start and end time in parametric equations.