Welcome to Unit 4: Contextual Applications of Differentiation

In the previous units, you learned the "how" of derivatives—the rules, the shortcuts, and the math. Now, we are diving into the "why." Unit 4 is all about how calculus shows up in the real world. Whether it’s a rocket blasting off, water filling a pool, or predicting the future value of an investment, calculus is the tool we use to measure change. Don't worry if these word problems seem a bit intimidating at first; we will break them down step-by-step!

4.1 Interpreting the Meaning of the Derivative in Context

The most important thing to remember is that a derivative is a rate of change. When you see a derivative in a word problem, it’s telling you how fast the "output" is changing compared to the "input."

Understanding Units

If you are ever confused about what a derivative represents, look at the units. The units of the derivative \( f'(x) \) are always the units of \( f(x) \) divided by the units of \( x \).

Example: If \( W(t) \) is the amount of water in a tank (in gallons) and \( t \) is time (in minutes), then \( W'(t) \) is measured in gallons per minute. It tells us how fast the water level is rising or falling at a specific moment.

Key Phrases to Look For

• "Rate of change": This is a direct signal to find the derivative.
• "Increasing at a rate of...": The derivative is positive.
• "Decreasing at a rate of...": The derivative is negative.

Quick Review: To interpret a derivative like \( f'(3) = 10 \) in a sentence, say: "At \( x = 3 \) (units), the value of \( f(x) \) is increasing at a rate of 10 (units of f per unit of x)."

4.2 Straight-Line Motion: Position, Velocity, and Acceleration

Calculus is the language of motion. If an object is moving along a straight line (like a car on a road or a ball thrown straight up), we use three main functions:

1. Position \( s(t) \): Where the object is at time \( t \).
2. Velocity \( v(t) \): How fast the position is changing. \( v(t) = s'(t) \).
3. Acceleration \( a(t) \): How fast the velocity is changing. \( a(t) = v'(t) = s''(t) \).

Speed vs. Velocity

Velocity has a direction (positive means moving right/up, negative means moving left/down). Speed is just the magnitude of velocity: \( \text{Speed} = |v(t)| \). Speed is never negative!

Is the Object Speeding Up or Slowing Down?

This is a common "trick" question. To find out if an object is speeding up or slowing down at a specific time \( t \):
Speeding Up: Velocity and acceleration have the same sign (both positive or both negative).
Slowing Down: Velocity and acceleration have different signs (one positive, one negative).

Analogy: Think of acceleration as "pushing" the object. If you are moving forward (positive velocity) and someone pushes you forward (positive acceleration), you speed up. If you move forward but someone pulls you back (negative acceleration), you slow down!

4.3 Rates of Change in Applied Contexts Other Than Motion

Calculus isn't just for moving cars. It applies to anything that changes!

Population Growth: If \( P(t) \) is population, \( P'(t) \) is the growth rate.
Temperature: If \( T(t) \) is the temperature of a potato, \( T'(t) \) is how fast it’s cooling down.
Average vs. Instantaneous: Remember that "Average Rate of Change" is just the slope between two points: \( \frac{f(b) - f(a)}{b - a} \). "Instantaneous Rate of Change" is the derivative \( f'(c) \) at a single point.

Key Takeaway: Always check if the question asks for the "average" rate (no calculus needed, just slope) or the rate "at a specific time" (needs the derivative).

4.4 & 4.5 Introduction to and Solving Related Rates

Related Rates problems are like a puzzle. We have two or more variables that are changing with respect to time (\( t \)). Since they are all part of the same scenario, their rates of change are "related" to each other.

The Step-By-Step Recipe for Success

1. Draw a Picture: Label everything. If a value changes over time, label it with a variable (like \( h \) for height). If a value is constant (like the length of a ladder), label it with the number.
2. Identify Given/Find: Write down what you know (e.g., \( \frac{dr}{dt} = 2 \)) and what you need to find (e.g., \( \frac{dV}{dt} = ? \)).
3. Write an Equation: Find a formula that links your variables (like the Pythagorean Theorem or Volume of a Sphere).
4. Differentiate with respect to \( t \): Use Implicit Differentiation. Every time you take the derivative of a variable, attach a "d(variable)/dt" to it. (e.g., the derivative of \( r^2 \) is \( 2r \frac{dr}{dt} \)).
5. Plug and Chug: Substitute the known values and solve for the missing rate.

Common Mistake: Do not plug in your "snapshot" numbers (like "when the radius is 5") until after you have taken the derivative. If you plug them in too early, your derivative will be zero!

4.6 Approximating Values Using Local Linearity (Linearization)

Sometimes, functions are too hard to calculate exactly. However, if we zoom in close enough to a point on a curve, the curve looks like a straight line—the Tangent Line.

The Linearization Formula

The equation of the tangent line at \( x = a \) is:
\( L(x) = f(a) + f'(a)(x - a) \)

We use this line to estimate the value of the function for \( x \)-values very close to \( a \).

Overestimates and Underestimates

How do we know if our guess is too high or too low? Look at the Concavity (the second derivative):
• If the graph is Concave Up (\( f''(x) > 0 \)), the tangent line sits below the curve. Our estimate is an underestimate.
• If the graph is Concave Down (\( f''(x) < 0 \)), the tangent line sits above the curve. Our estimate is an overestimate.

Memory Aid: A "Cup" (Concave Up) holds the water above the line. A "Frown" (Concave Down) keeps the curve below the line.

4.7 L'Hospital's Rule

Sometimes when we try to find a limit using direct substitution, we get something "broken" like \( \frac{0}{0} \) or \( \frac{\infty}{\infty} \). These are called Indeterminate Forms.

The Rule

If \( \lim_{x \to c} \frac{f(x)}{g(x)} = \frac{0}{0} \) or \( \frac{\infty}{\infty} \), then:
\( \lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)} \)

In simple terms: take the derivative of the top and the derivative of the bottom separately, then try the limit again.

Important Warnings

Check first: You must show that the limit results in \( \frac{0}{0} \) or \( \frac{\infty}{\infty} \) before using the rule. If you use it on a normal limit, you will get the wrong answer!
Not the Quotient Rule: When using L'Hospital's Rule, do not use the low-d-high rule. Just derive the top and bottom individually.
Repeat if needed: If you get \( \frac{0}{0} \) again after the first time, you can use the rule a second (or third) time!

Did you know? Even though it's named after Guillaume de l'Hôpital, the rule was actually discovered by the Swiss mathematician Johann Bernoulli. L'Hôpital essentially paid Bernoulli for the rights to the discovery!

Key Takeaway for Unit 4: Every derivative tells a story about how something is changing. Whether it's the speed of a particle or the slope of a tangent line, look for the relationship between the variables and the time or position they depend on. You've got this!