Calculus 1 Cheat Sheet

1. Limits and Continuity

1.1 Definition of a Limit

The limit of a function \(f(x)\) as \(x\) approaches \(a\) is the value that \(f(x)\) gets closer to as \(x\) gets closer to \(a\). It is denoted as:

\[ \lim_{x \to a} f(x) = L \]

Example:

Find \( \lim_{x \to 2} (3x + 1) \).

1.2 Continuity

A function \(f(x)\) is continuous at a point \(x = a\) if the following three conditions are met:

Example:

Determine if the function \(f(x) = \frac{x^2 - 1}{x - 1}\) is continuous at \(x = 1\).

2. Derivatives and Differentiation

2.1 Definition of the Derivative

The derivative of a function \(f(x)\) at a point \(x = a\) is the slope of the tangent line to the function at that point. It is defined as:

\[ f'(a) = \lim_{h \to 0} \frac{f(a + h) - f(a)}{h} \]

Example:

Find the derivative of \(f(x) = x^2\) using the definition of the derivative.

2.2 Rules of Differentiation

Key differentiation rules include the power rule, product rule, quotient rule, and chain rule:

Example:

Differentiate \(f(x) = x^3 \cdot \sin(x)\) using the product rule.

3. Applications of Derivatives

3.1 Finding Tangent Lines

The equation of the tangent line to the function \(f(x)\) at the point \(x = a\) is given by:

\[ y - f(a) = f'(a)(x - a) \]

Example:

Find the equation of the tangent line to the curve \(y = x^2\) at the point \(x = 1\).

3.2 Related Rates

Related rates problems involve finding the rate at which one quantity changes with respect to another. Typically, you differentiate an equation with respect to time \(t\) to relate the rates.

Example:

A ladder 10 feet long is leaning against a wall. If the bottom of the ladder slides away from the wall at a rate of 1 ft/s, how fast is the top of the ladder sliding down the wall when the bottom is 6 feet from the wall?

3.3 Optimization Problems

Optimization involves finding the maximum or minimum value of a function subject to constraints. Typically, you set the derivative equal to zero and solve for critical points, then use the second derivative test or endpoints to determine maxima or minima.

Example:

Find the dimensions of a rectangle with a fixed perimeter of 24 meters that maximize the area.

4. The Mean Value Theorem

4.1 Statement of the Theorem

The Mean Value Theorem states that if a function \(f(x)\) is continuous on the closed interval \([a, b]\) and differentiable on the open interval \((a, b)\), then there exists at least one point \(c\) in \((a, b)\) such that:

\[ f'(c) = \frac{f(b) - f(a)}{b - a} \]

Example:

Verify the Mean Value Theorem for the function \(f(x) = x^2\) on the interval \([1, 3]\).

5. Integrals and Antiderivatives

5.1 Definition of the Definite Integral

The definite integral of a function \(f(x)\) from \(a\) to \(b\) is the signed area under the curve \(f(x)\) between \(x = a\) and \(x = b\). It is defined as:

\[ \int_{a}^{b} f(x) \, dx = \lim_{n \to \infty} \sum_{i=1}^{n} f(x_i^*) \Delta x \]

where \( \Delta x = \frac{b - a}{n} \) and \( x_i^* \) is a sample point in the ith subinterval.

Example:

Compute \( \int_{0}^{2} (3x^2 + 2) \, dx \).

5.2 Fundamental Theorem of Calculus

The Fundamental Theorem of Calculus connects differentiation and integration. It states:

Example:

Find \( \frac{d}{dx} \left( \int_{2}^{x} \sin(t) \, dt \right) \).

5.3 Indefinite Integrals and Basic Integration Rules

An indefinite integral represents a family of functions whose derivative is the integrand. It is expressed as:

\[ \int f(x) \, dx = F(x) + C \]

where \(F(x)\) is an antiderivative of \(f(x)\) and \(C\) is the constant of integration.

Basic Integration Rules:

Example:

Compute \( \int (2x^3 - 3x^2 + 4) \, dx \).

6. Techniques of Integration

6.1 Integration by Substitution

Integration by substitution is used to simplify integrals by making a substitution that transforms the integral into a simpler form. It is often used when the integrand is a composite function.

General Formula:

\[ \int f(g(x))g'(x) \, dx = \int f(u) \, du \]

where \(u = g(x)\) and \(du = g'(x) \, dx\).

Example:

Compute \( \int (3x^2 \cdot \sin(x^3)) \, dx \) using substitution.

6.2 Integration by Parts

Integration by parts is based on the product rule for differentiation. It is used when the integrand is a product of two functions. The formula is:

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

Example:

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

7. Applications of Integration

7.1 Area Under a Curve

The area under a curve \(y = f(x)\) from \(x = a\) to \(x = b\) is given by the definite integral:

\[ \text{Area} = \int_{a}^{b} f(x) \, dx \]

Example:

Find the area under the curve \(y = x^2\) from \(x = 0\) to \(x = 2\).

7.2 Volume of a Solid of Revolution

The volume of a solid of revolution generated by rotating a curve \(y = f(x)\) around the x-axis from \(x = a\) to \(x = b\) is given by:

\[ V = \pi \int_{a}^{b} [f(x)]^2 \, dx \]

Example:

Find the volume of the solid generated by rotating the curve \(y = x^2\) around the x-axis from \(x = 0\) to \(x = 1\).

7.3 Average Value of a Function

The average value of a continuous function \(f(x)\) on the interval \([a, b]\) is given by:

\[ f_{\text{avg}} = \frac{1}{b - a} \int_{a}^{b} f(x) \, dx \]

Example:

Find the average value of the function \(f(x) = 4 - x^2\) on the interval \([-2, 2]\).