These lecture notes provide a comprehensive overview of the fundamental concepts covered in a standard Calculus II course. This course serves as a bridge between the basic differentiation and integration techniques of Calculus I and the multivariable calculus of Calculus III. The primary focus is on advanced integration techniques, infinite sequences and series, and the geometry of space.
Integration by parts is a technique based on the product rule for differentiation. It is used to integrate products of functions where substitution is not applicable. The formula is derived from the derivative of the product of two functions, $u$ and $v$.
Choosing $u$ and $dv$ correctly is crucial. A common mnemonic is LIATE (Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential), which prioritizes the choice for $u$ from left to right.
This section deals with integrals involving powers of sine, cosine, tangent, and secant. The strategy depends on the powers of the trigonometric functions.
Trigonometric substitution is used to remove radicals from integrals. It is particularly useful when the integrand contains expressions of the form $\sqrt{a^2 - x^2}$, $\sqrt{a^2 + x^2}$, or $\sqrt{x^2 - a^2}$.
| Expression in Integrand | Substitution | Identity |
|---|---|---|
| $\sqrt{a^2 - x^2}$ | $x = a \sin \theta$ | $1 - \sin^2 \theta = \cos^2 \theta$ |
| $\sqrt{a^2 + x^2}$ | $x = a \tan \theta$ | $1 + \tan^2 \theta = \sec^2 \theta$ |
| $\sqrt{x^2 - a^2}$ | $x = a \sec \theta$ | $\sec^2 \theta - 1 = \tan^2 \theta$ |
After performing the substitution and integration, it is necessary to return to the original variable $x$. This is often done using a reference triangle.
Partial fraction decomposition is a method used to integrate rational functions (polynomial divided by polynomial). The goal is to express a complex rational function as a sum of simpler fractions that can be integrated individually.
The procedure is as follows:
An improper integral is a definite integral where either the interval of integration is infinite, or the integrand has a vertical asymptote within the interval.
If the integral limit is infinite, we replace the infinite limit with a variable and take the limit as that variable approaches infinity.
If $f(x)$ is discontinuous at $c$ where $a \leq c \leq b$, the integral is defined as a limit.
If the limit exists and is finite, the integral converges; otherwise, it diverges.
A sequence is an ordered list of numbers $\{a_n\}$. We say that the limit of a sequence is $L$ ($\lim_{n \to \infty} a_n = L$) if the terms $a_n$ approach $L$ as $n$ becomes arbitrarily large. If a sequence has a finite limit, it is convergent; otherwise, it is divergent.
A series is the sum of the terms of a sequence: $\sum_{n=1}^{\infty} a_n$. To determine if a series converges, we analyze the sequence of partial sums $S_n = \sum_{i=1}^{n} a_i$. If $\lim_{n \to \infty} S_n$ exists and is finite, the series converges.
Determining the convergence of infinite series is a central theme of Calculus II. Below are the most common tests.
A power series is an infinite series of the form $\sum_{n=0}^{\infty} c_n (x - a)^n$, where $c_n$ are coefficients and $a$ is the center.
For any power series, one of the following is true:
A Taylor series of a function $f$ centered at $a$ is given by:
If $a = 0$, the series is called a Maclaurin series. Common functions like $e^x$, $\sin x$, and $\cos x$ have well-known Maclaurin series expansions that converge for all $x$. These series allow us to approximate functions to a high degree of accuracy using polynomials.
Instead of defining $y$ as a function of $x$, we define both $x$ and $y$ in terms of a parameter $t$:
Calculus in parametric form:
In the polar coordinate system, a point is determined by a distance $r$ from the origin and an angle $\theta$ from the polar axis.
Area in Polar Coordinates: The area enclosed by the curve $r = f(\theta)$ between $\theta = \alpha$ and $\theta = \beta$ is:
This section concludes the standard curriculum for Calculus II. Mastery of these integration techniques and the understanding of infinite series provides the necessary tools for solving complex engineering and physics problems in future coursework.
