8. Midterm Review and Midterm 1

Review Of Integration Techniques And Applications

Review of Integration Techniques and Applications

students, this lesson is your Calculus 2 midterm review for integration techniques and applications 📘. The goal is to help you recognize which method to use, explain why it works, and apply it to real problems. By the end of this lesson, you should be able to:

  • identify common integration techniques and when to use them,
  • solve integrals using substitution, integration by parts, trigonometric integrals, partial fractions, and other core methods,
  • connect definite integrals to real-world applications like area, volume, work, and average value,
  • explain how these ideas fit into the larger Calculus 2 midterm review.

A strong integration skill is not just about memorizing formulas. It is about pattern recognition and choosing a strategy. Think of integration like solving a puzzle 🧩: the shape of the problem tells you the method.

Big Picture: What Integration Is Doing

Integration is the reverse process of differentiation, but it is also much more than that. In Calculus 2, integrals are used to measure accumulation, which means adding up small pieces to find a total. If velocity is given, integration can find distance. If a rate of change is given, integration can find the amount accumulated. If a curve is drawn, integration can help find area under it.

The notation for an antiderivative is $\int f(x)\,dx$, which means “find a function whose derivative is $f(x)$.” For a definite integral, $\int_a^b f(x)\,dx$ gives the net accumulation from $x=a$ to $x=b$.

A key theorem connects the two ideas: if $F'(x)=f(x)$, then

$$\int_a^b f(x)\,dx = F(b)-F(a).$$

This is the Fundamental Theorem of Calculus. It is one of the most important ideas in the course because it turns an accumulation problem into an evaluation problem.

Before using special techniques, always ask: can this integral be done directly? For example,

$$\int (3x^2-4x+1)\,dx = x^3-2x^2+x+C.$$

But many integrals are not so simple, so you need techniques.

Substitution: Undoing the Chain Rule

u-substitution is useful when an integral contains a function and its derivative in disguised form. It is basically the reverse of the chain rule. If the inside expression is changing and its derivative appears nearby, substitution is often the right move.

For example, consider

$$\int 2x\cos(x^2)\,dx.$$

Let $u=x^2$. Then $du=2x\,dx$. The integral becomes

$$\int \cos(u)\,du = \sin(u)+C = \sin(x^2)+C.$$

The main idea is to replace a complicated inside expression with a simpler variable. To use substitution well, students, look for a repeated “inside” function such as $x^2+1$, $\sqrt{1+x^3}$, or $e^{3x}$.

Definite integrals also work with substitution, but you must change the limits if you want to avoid switching back to $x$. For instance,

$$\int_0^1 2x\,e^{x^2}\,dx.$$

Let $u=x^2$. Then when $x=0$, $u=0$, and when $x=1$, $u=1$. So the integral becomes

$$\int_0^1 e^u\,du = e-1.$$

This method shows up constantly in midterm review because many problems are built around spotting structure.

Integration by Parts: Product Rule in Reverse

Integration by parts is useful when the integrand is a product of two different types of functions, such as a polynomial times an exponential, logarithm, or trigonometric function. The formula is

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

This comes from the product rule. If $u$ and $v$ are differentiable, then

$$\frac{d}{dx}(uv)=u\frac{dv}{dx}+v\frac{du}{dx}.$$

Rearranging gives the integration by parts formula.

A classic example is

$$\int x e^x\,dx.$$

Choose $u=x$ and $dv=e^x\,dx$. Then $du=dx$ and $v=e^x$. So

$$\int x e^x\,dx = x e^x - \int e^x\,dx = x e^x - e^x + C.$$

A useful memory tool is LIATE, which helps choose $u$: logarithmic, inverse trig, algebraic, trigonometric, exponential. This is not a law, but it is a helpful guide.

Another common example is

$$\int \ln(x)\,dx.$$

Write it as $\int 1\cdot \ln(x)\,dx$ and choose $u=\ln(x)$ and $dv=dx$. Then $du=\frac{1}{x}\,dx$ and $v=x$. So

$$\int \ln(x)\,dx = x\ln(x)-\int 1\,dx = x\ln(x)-x+C.$$

Integration by parts is especially important because it often appears in midterm questions where the right setup matters more than long computation.

Trigonometric Integrals and Trig Identities

Some integrals involve powers of sine, cosine, secant, or tangent. These often require trig identities and special patterns. For example, powers of $\sin(x)$ and $\cos(x)$ can often be simplified using

$$\sin^2(x)+\cos^2(x)=1.$$

If one power is odd, save one factor and convert the rest using the identity. For example,

$$\int \sin^3(x)\cos^2(x)\,dx$$

has an odd power of $\sin(x)$. Rewrite it as

$$\int \sin(x)\sin^2(x)\cos^2(x)\,dx = \int \sin(x)\bigl(1-\cos^2(x)\bigr)\cos^2(x)\,dx.$$

Now use substitution $u=\cos(x)$, so $du=-\sin(x)\,dx$. This turns the integral into a polynomial in $u$.

Trig identities also help with expressions like

$$\int \sec^2(x)\,dx = \tan(x)+C$$

and

$$\int \sec(x)\tan(x)\,dx = \sec(x)+C.$$

These are important because they are common antiderivatives that you should recognize quickly.

Another useful identity is the power-reduction formula:

$$\sin^2(x)=\frac{1-\cos(2x)}{2}, \qquad \cos^2(x)=\frac{1+\cos(2x)}{2}.$$

These are especially helpful when both powers are even.

Partial Fractions: Breaking a Rational Function Apart

Partial fractions are used for rational functions, which are ratios of polynomials like

$$\frac{P(x)}{Q(x)}.$$

This technique works well when the degree of $P(x)$ is less than the degree of $Q(x)$ and the denominator can be factored.

For example,

$$\int \frac{5}{x^2-1}\,dx$$

can be rewritten because $x^2-1=(x-1)(x+1)$. So

$$\frac{5}{x^2-1}=\frac{A}{x-1}+\frac{B}{x+1}.$$

After solving for $A$ and $B$, integrate each part separately. The result uses logarithms.

A standard form to remember is

$$\int \frac{1}{x-a}\,dx = \ln|x-a|+C.$$

If the denominator has repeated linear factors or irreducible quadratic factors, the setup changes, but the same idea applies: split the fraction into simpler pieces that are easier to integrate.

If the numerator has degree greater than or equal to the denominator, use polynomial long division first. For example,

$$\int \frac{x^2+1}{x+1}\,dx$$

should be simplified by division before any partial fractions are attempted.

Applications of Integration: Turning Formulas into Meaning

Applications are where integration becomes very real-world. students, this is where Calculus 2 starts answering questions about measurement and accumulation in physics, geometry, and economics 📊.

Area Between Curves

To find the area between two curves, subtract bottom from top:

$$A=\int_a^b \bigl(f(x)-g(x)\bigr)\,dx$$

when $f(x)\ge g(x)$ on $[a,b]$. A careful graph is important because the top and bottom functions can switch.

For example, if $f(x)=x$ and $g(x)=x^2$ on $[0,1]$, then

$$A=\int_0^1 (x-x^2)\,dx = \left[\frac{x^2}{2}-\frac{x^3}{3}\right]_0^1 = \frac{1}{2}-\frac{1}{3}=\frac{1}{6}.$$

Volume of Solids of Revolution

If a region is rotated, integration can find the volume. The disk method uses

$$V=\pi\int_a^b [R(x)]^2\,dx,$$

and the washer method uses

$$V=\pi\int_a^b \Bigl([R(x)]^2-[r(x)]^2\Bigr)\,dx.$$

These formulas measure the volume of thin circular slices. Choosing the right radius is the key step.

Work

Work is force times distance, but when force changes with position, the total work is

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

For a spring, Hooke’s Law says

$$F(x)=kx,$$

so the work to stretch from $x=a$ to $x=b$ is

$$W=\int_a^b kx\,dx.$$

This is a great example of how calculus models physical systems.

Average Value

The average value of a function on $[a,b]$ is

$$f_{\text{avg}}=\frac{1}{b-a}\int_a^b f(x)\,dx.$$

This is useful when a quantity changes over time but you want one representative number.

How to Prepare for Midterm Problems

On a midterm, the hardest part is often deciding which method to use. A good strategy is to ask these questions:

  1. Is this a basic antiderivative?
  2. Does it look like a function inside another function? Try substitution.
  3. Is it a product of unlike functions? Try integration by parts.
  4. Does it involve powers of trig functions or trig identities? Simplify first.
  5. Is it a rational function? Try long division or partial fractions.
  6. Is the problem asking for area, volume, work, or average value? Set up the correct formula.

For example, if you see

$$\int x\cos(x^2)\,dx,$$

substitution is likely. If you see

$$\int x\ln(x)\,dx,$$

integration by parts is likely. If you see

$$\int \frac{1}{x^2-4}\,dx,$$

partial fractions is likely. Pattern recognition is a major part of success.

Conclusion

Integration techniques and applications are central to Calculus 2 because they connect symbolic manipulation with real meaning. students, you should now understand why substitution, parts, trig methods, and partial fractions matter, and how formulas for area, volume, work, and average value turn integration into a tool for solving real problems. Midterm review is strongest when you can explain both the method and the reason it fits the problem.

Study Notes

  • $\int f(x)\,dx$ means finding an antiderivative of $f(x)$.
  • $\int_a^b f(x)\,dx = F(b)-F(a)$ if $F'(x)=f(x)$.
  • Use substitution when the integral contains a function and its derivative.
  • Use integration by parts with products like $x e^x$, $x\ln(x)$, or $x\sin(x)$.
  • Use trig identities and special patterns for trigonometric integrals.
  • Use partial fractions for rational functions that can be factored.
  • Area between curves is found by $\int_a^b (\text{top}-\text{bottom})\,dx$.
  • Volume by rotation often uses $V=\pi\int_a^b [R(x)]^2\,dx$ or $V=\pi\int_a^b \bigl([R(x)]^2-[r(x)]^2\bigr)\,dx$.
  • Work is modeled by $W=\int_a^b F(x)\,dx$.
  • The average value of $f(x)$ on $[a,b]$ is $\frac{1}{b-a}\int_a^b f(x)\,dx$.
  • On tests, always identify the method before starting calculations.

Practice Quiz

5 questions to test your understanding