Lab: Derivatives in Context – Deep Applications of Product & Quotient Rules

1. Function and its Derivative graphs

Let:

f(x)=ex+1ex+x3f(x) = e^x + \frac{1}{e^x} + x^3

Step-by-Step Instructions

1. Find the derivative f(x)f'(x).

2. Use GeoGebra to plot f(x)f(x) and f(x)f'(x).

3. Find the critical points of f(x)f(x) by solving f(x)=0f'(x) = 0 graphically.

4. Determine the local maxima and minima of f(x)f(x).

5. Determine the sign of f(x)f'(x) in each interval divided by those points.

6. Determine the intervals on which f(x)f(x) is increasing or decreasing.

Observe the graphs of f(x)f(x) and f(x)f'(x) to get answers and intuition for the questions above.


Your feedback!

Please spend a couple of minutes filling the following feeback form: form link


2. Server Load Model

A server handles incoming data packets. The incoming data rate (in packets/sec) is modeled as:

f(t)=(5t+1)(et)f(t) = (5t + 1)(e^{-t})

where tt is time in seconds.

Tasks:

1. Compute f(t)f'(t) using the product rule.

2. Interpret the meaning of f(2)f'(2). Is the load increasing or decreasing at this moment?

3. Use GeoGebra to plot f(t)f(t) and f(t)f'(t) on the same axes.

4. Mark local max/min and points where f(t)=0f'(t) = 0.

5. Relate these turning points to real-world server behavior (e.g. peak load time, diminishing usage).


3. Pollution Density in a River

The concentration of a pollutant at a certain downstream point is modeled by:

C(t)=100tt2+1C(t) = \frac{100t}{t^2 + 1}

where C(t)C(t) is the concentration (in ppm) at time tt hours.

Tasks:

1. Use the quotient rule to find C(t)C'(t).

2. Simplify the derivative and determine when the concentration is increasing or decreasing.

3. Find the time tt when the concentration is at its maximum.

4. Explain why this makes sense physically (e.g. build-up vs. dilution of the pollutant over time).


4. Cooling of a Beverage

You take a hot drink outside in the winter. Its temperature (in °C) is modeled by:

T(t)=100+10tt+2T(t) = \frac{100 + 10t}{t + 2}

where tt is time in minutes after exposure.

Tasks:

Label:

Answer:

1. At what time is the drink cooling fastest? Why?

2. What does it mean when T(t)0T'(t) \to 0? Is this realistic?


5. Visibility from a Drone: Tangents to a Hill

A drone hovers at the point (3, 20), observing a hill whose shape is modeled by the function:

f(x)=x2+3x+15f(x) = -x^2 + 3x + 15

The drone’s camera can just barely see the edges of the hill where its line of sight is tangent to the surface.

Your Task:

Find the equations of all lines that pass through the point (3, 20) and are tangent to the graph of

f(x)=x2+3x+15.f(x) = -x^2 + 3x + 15.

Why It Matters:

In terrain mapping and environmental science, this kind of problem helps determine the visible range of land from an elevated observation point, such as a drone or watchtower. The tangent lines define the outer boundary of what the observer can see.