Welcome to Unit 8: The "What Can I Do With This?" Unit

Welcome! Up to this point, you have learned how to find derivatives and how to calculate integrals. In Unit 8: Applications of Integration, we finally answer the big question: "When will I ever use this?"

Think of integration as a tool that lets us "add up" infinite amounts of tiny things to find a total. We are going to use this tool to find the average value of a function, track a moving object, calculate the area between wavy lines, and even find the volume of 3D shapes! Don't worry if it seems like a lot; we will break it down piece by piece.

8.1 Finding the Average Value of a Function

Imagine you are tracking the temperature throughout a day. It’s not just one number—it changes constantly. How do you find the average temperature? In calculus, we use the Average Value Theorem.

The Concept: To find the average height of a function \(f(x)\) on the interval \([a, b]\), you find the total area under the curve and then divide it by the width of the interval.

The Formula: \(f_{avg} = \frac{1}{b-a} \int_{a}^{b} f(x) dx\)

Analogy: Imagine a container of sand with hills and valleys. If you shake the container until the sand is perfectly flat, the height of that flat sand is the average value.

Quick Review:
1. Integrate the function from \(a\) to \(b\).
2. Divide your answer by \((b - a)\).

8.2 & 8.3 Particle Motion and Accumulation

In Unit 4, you learned that the derivative of position is velocity. Now we are going backwards!

Connecting the Dots:
- If you integrate Acceleration, you get Velocity.
- If you integrate Velocity, you get Displacement (change in position).

Displacement vs. Total Distance:
- Displacement (Where are you compared to where you started?): \(\int_{a}^{b} v(t) dt\)
- Total Distance Traveled (How much did your feet move?): \(\int_{a}^{b} |v(t)| dt\)
Tip: Use the absolute value for total distance because "backward" steps still count as distance traveled!

The Accumulation Function: This is a fancy way of saying: "Current Amount = Starting Amount + Amount Added - Amount Removed."
Example: If water is leaking into a tank at a rate of \(R(t)\), the amount of water at time \(T\) is:
\(Amount(T) = Amount(0) + \int_{0}^{T} R(t) dt\)

Key Takeaway: Always remember to add the Initial Condition (the starting value) when finding a final position or amount!

8.4 & 8.5 Finding Area Between Curves

You already know how to find the area between a curve and the x-axis. Now, we are finding the area trapped between two different curves.

The Rule: Top minus Bottom
If you have two functions, \(f(x)\) (the top one) and \(g(x)\) (the bottom one), the area between them from \(x = a\) to \(x = b\) is:
\(Area = \int_{a}^{b} [f(x) - g(x)] dx\)

What if they are sideways? (Functions of y)
Sometimes it's easier to look at the graph from the side. In this case, we use Right minus Left and integrate with respect to \(y\):
\(Area = \int_{c}^{d} [f(y) - g(y)] dy\)

Memory Aid:
Vertical rectangles: \(\int (\text{Top} - \text{Bottom}) dx\)
Horizontal rectangles: \(\int (\text{Right} - \text{Left}) dy\)

8.6 Volume with Cross Sections

Imagine a 3D solid sitting on your desk. If you "slice" it like a loaf of bread, each slice has a specific shape (like a square or a triangle).

The Concept: To find the total volume, we "add up" the areas of all those thin slices.

The Formula: \(V = \int_{a}^{b} A(x) dx\), where \(A(x)\) is the area formula for the specific shape.

Common Area Formulas you MUST know:
- Squares: \(Area = (\text{side})^2\)
- Semicircles: \(Area = \frac{1}{2} \pi (\text{radius})^2 = \frac{\pi}{8} (\text{diameter})^2\)
- Isosceles Right Triangles (leg on base): \(Area = \frac{1}{2} (\text{base})^2\)

Did you know? The "side" or "base" of these shapes is just the distance between the two curves: \((\text{Top} - \text{Bottom})\).

8.7 & 8.8 Volume of Revolution: Disc and Washer Methods

This is where we take a 2D area and spin it around an axis (like the x-axis) to create a 3D shape.

1. The Disc Method (No Hole):
Use this when the area you are spinning is flush against the axis of revolution.
Formula: \(V = \pi \int_{a}^{b} [R(x)]^2 dx\)
(Think of \(R(x)\) as the radius of a circular slice.)

2. The Washer Method (With a Hole):
Use this when there is an empty space between the area and the axis. It looks like a donut or a metal washer.
Formula: \(V = \pi \int_{a}^{b} ([R_{out}]^2 - [R_{in}]^2) dx\)
- \(R_{out}\) is the distance from the axis to the far curve.
- \(R_{in}\) is the distance from the axis to the near curve.

Common Mistake Alert!
Students often try to do \(\int (R_{out} - R_{in})^2 dx\). Don't do this! You must square the radii separately: \((R_{out})^2 - (R_{in})^2\).

Summary Table for Volume

Cross Sections: \(\int \text{Area of the shape}\)
Disc Method: \(\pi \int (\text{Radius})^2\)
Washer Method: \(\pi \int (\text{Outside Radius})^2 - (\text{Inside Radius})^2\)

Encouragement for Your Study

Don't worry if the 3D shapes are hard to visualize at first. Most students find drawing a quick 2D sketch of the "Top" and "Bottom" curves is the most helpful step. Once you identify your radii or your cross-section side, the rest is just integration! You've got this!