Calculus 2 Cheat Sheet

1. Integration Techniques

1.1 Integration by Parts

Integration by parts is based on the product rule for differentiation. The formula is:

\[ \int u \, dv = uv - \int v \, du \]

Example:

Compute \( \int x \cdot e^x \, dx \) using integration by parts.

1.2 Trigonometric Integrals

Trigonometric integrals involve integrals of products of sine, cosine, and other trigonometric functions. Common strategies include using trigonometric identities to simplify the integrand.

Example:

Compute \( \int \sin^2(x) \, dx \).

1.3 Trigonometric Substitution

Trigonometric substitution is used to simplify integrals involving square roots of quadratic expressions. The substitution depends on the form of the quadratic expression.

Example:

Compute \( \int \frac{dx}{\sqrt{a^2 - x^2}} \).

1.4 Partial Fraction Decomposition

Partial fraction decomposition is used to integrate rational functions by expressing them as a sum of simpler fractions.

Example:

Compute \( \int \frac{2x + 3}{x^2 - x - 6} \, dx \) using partial fractions.

2. Sequences and Series

2.1 Convergence of Sequences

A sequence \(\{a_n\}\) converges to a limit \(L\) if, for every \(\epsilon > 0\), there exists an integer \(N\) such that for all \(n > N\), \(|a_n - L| < \epsilon\).

Example:

Determine if the sequence \(a_n = \frac{1}{n}\) converges.

2.2 Series and Convergence Tests

A series is the sum of the terms of a sequence: \(\sum_{n=1}^{\infty} a_n\). Common convergence tests include:

Example:

Determine if the series \( \sum_{n=1}^{\infty} \frac{1}{n^2} \) converges.

2.3 Power Series

A power series is an infinite series of the form \( \sum_{n=0}^{\infty} c_n (x - a)^n \), where \(c_n\) are constants. The series converges within a radius of convergence \(R\), which can be found using the Ratio Test.

Example:

Find the radius of convergence for the series \( \sum_{n=1}^{\infty} \frac{x^n}{n} \).

2.4 Taylor and Maclaurin Series

A Taylor series is a power series representation of a function centered at \(x = a\):

\[ f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!} (x - a)^n \]

A Maclaurin series is a Taylor series centered at \(x = 0\).

Example:

Find the Maclaurin series for \( e^x \).

3. Parametric Equations and Polar Coordinates

3.1 Parametric Equations

Parametric equations represent curves by expressing the coordinates \(x\) and \(y\) as functions of a parameter \(t\). The slope of the curve is given by:

\[ \frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}} \]

Example:

Find \( \frac{dy}{dx} \) for the curve given by \( x(t) = t^2 \) and \( y(t) = t^3 \).

3.2 Polar Coordinates

In polar coordinates, a point in the plane is represented by \( (r, \theta) \), where \(r\) is the distance from the origin and \( \theta \) is the angle from the positive x-axis. The relationships between Cartesian and polar coordinates are:

\[ x = r \cos(\theta), \quad y = r \sin(\theta) \]

The area under a curve in polar coordinates is given by:

\[ A = \frac{1}{2} \int_{\alpha}^{\beta} r^2 \, d\theta \]

Example:

Find the area enclosed by the curve \( r(\theta) = 2 + 2\sin(\theta) \).

4. Differential Equations

4.1 First-Order Differential Equations

A first-order differential equation is an equation involving the first derivative of an unknown function. It can often be solved by separation of variables or using an integrating factor.

Example:

Solve the differential equation \( \frac{dy}{dx} = xy \) using separation of variables.

4.2 Second-Order Differential Equations

Second-order differential equations involve the second derivative of the unknown function. A common method of solution is the characteristic equation, especially for linear equations with constant coefficients.

Example:

Solve the differential equation \( y'' - 4y' + 4y = 0 \).