Welcome to Unit 8: The Power of Integration!

In previous units, you learned how to find integrals. Now, we’re going to answer the question: "What is this actually used for?" In Unit 8, we take those integration tools and use them to calculate the average temperature of a day, the volume of a physical object, and even the exact length of a curvy path. Don't worry if this seems like a lot of formulas at first! We will break each one down into simple shapes you already know, like rectangles and circles.

8.1 Finding the Average Value of a Function

How do we find the "average" of an infinite number of points on a curve? We use the Average Value Theorem.

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

Think of it this way: Imagine the area under a curve is made of soft clay. If you "smash" that clay down until it forms a perfect rectangle with the same width \((b-a)\), the height of that rectangle is the average value.

Quick Review:
• The integral \(\int_{a}^{b} f(x) dx\) gives you the total area.
• Dividing by \((b-a)\) (the width) gives you the average height.

8.2 & 8.3 Position, Velocity, and Acceleration

In Calculus AB/BC, we often move "up and down" the ladder of motion. You already know that the derivative of position is velocity. Integration allows us to go the other way!

The Motion Ladder:
1. Position \(s(t)\)
2. Velocity \(v(t)\)
3. Acceleration \(a(t)\)
To move down (1 to 3), Derive. To move up (3 to 1), Integrate!

Important Distinction: Displacement vs. Total Distance
Displacement: \(\int_{a}^{b} v(t) dt\). This is how far you are from where you started. If you run a lap and end at the start, your displacement is 0.
Total Distance Traveled: \(\int_{a}^{b} |v(t)| dt\). This counts every step you took. Pro tip: Always use the absolute value for "total distance" on your calculator!

Key Takeaway: To find the Current Position, use: \(s(initial) + \int_{initial}^{current} v(t) dt\). This is just the Start + Change = End rule!

8.4 & 8.5 Area Between Curves

To find the area between two curves, we just subtract the "bottom" area from the "top" area.

The Strategy:
1. Identify which function is on top (\(f(x)\)) and which is on the bottom (\(g(x)\)).
2. Find where they intersect (these are your limits of integration, \(a\) and \(b\)).
3. Set up the integral: \(\int_{a}^{b} [f(x) - g(x)] dx\).

What if the curves are sideways?
If the functions are in terms of \(y\), use Right minus Left and integrate with respect to \(y\): \(\int_{c}^{d} [f(y) - g(y)] dy\).

Common Mistake: If the curves cross each other (like a DNA strand), you must split the integral into sections or use \(\int |f(x) - g(x)| dx\).

8.6 Volume with Cross Sections

Imagine a loaf of bread. If you know the area of one slice, you can add up all the slices to get the volume of the whole loaf. In Calculus, we do exactly that!

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

Common Area Formulas to Memorize:
Squares: \(Area = (side)^2\)
Semicircles: \(Area = \frac{1}{2} \pi (radius)^2\) (Careful! The "side" of your base is usually the diameter).
Isosceles Right Triangles (Leg on base): \(Area = \frac{1}{2} (side)^2\)

8.7 & 8.8 Volume of Revolution: Disk and Washer Methods

When we spin a 2D shape around an axis, it creates a 3D solid. We use circles to find the volume.

The Disk Method (No "hole" in the middle)

Formula: \(V = \pi \int_{a}^{b} [R(x)]^2 dx\)
Analogy: Think of a stack of thin coins (disks).

The Washer Method (There is a "hole" in the middle)

Formula: \(V = \pi \int_{a}^{b} ([R_{outer}]^2 - [r_{inner}]^2) dx\)
Memory Aid: It is always Big Radius squared minus Little Radius squared. Do NOT do \((R - r)^2\); that is a common error!

Step-by-Step for Washers:
1. Draw the axis of revolution.
2. Draw a line from the axis to the farthest curve (\(R_{outer}\)).
3. Draw a line from the axis to the closest curve (\(r_{inner}\)).
4. Plug them into the formula and integrate.

8.13 Arc Length (BC Topic)

How long is a piece of string if you lay it along a curve? We use the Pythagorean Theorem hidden inside an integral!

The Formula for a Function \(y = f(x)\):
\(L = \int_{a}^{b} \sqrt{1 + [f'(x)]^2} dx\)

The Formula for Parametric Equations (\(x(t), y(t)\)):
\(L = \int_{a}^{b} \sqrt{[x'(t)]^2 + [y'(t)]^2} dt\)

Did you know? This formula is basically just finding the distance between two points over and over again infinitely many times! The \(\sqrt{a^2 + b^2}\) structure comes directly from the distance formula.

Quick Review Summary

Average Value: Multiply the integral by \(\frac{1}{length}\).
Total Distance: Integrate the absolute value of velocity.
Area: \(\int (Top - Bottom) dx\) or \(\int (Right - Left) dy\).
Volume: Integrate the Area of the cross-section. For revolutions, the area is usually a circle (\(\pi R^2\)).
Arc Length: Look for the square root of the derivatives squared.

Final Tip: Units matter! If the problem is about feet and seconds, an area is in \(ft^2\), a volume is in \(ft^3\), and arc length is in \(ft\). Keep practicing, and these shapes will start to feel like second nature!