Applications of the Derivative

Calculus is not just about computing derivatives; it's about using them to understand how quantities change. We use derivatives to optimize systems (finding max profit, min cost), analyze motion (velocity, acceleration), calculate marginal analysis in economics, and solve related rates problems.

Tangent and Normal Lines

Tangent Line

The tangent line to a curve y=f(x)y = f(x) at x=cx = c is the best linear approximation of the curve at that point. Its slope is m=f(c)m = f'(c). Equation: yf(c)=f(c)(xc)y - f(c) = f'(c)(x - c)

Normal Line

The normal line is perpendicular to the tangent line at the point of tangency. Its slope is the negative reciprocal: 1/f(c)-1/f'(c). Equation: yf(c)=1f(c)(xc)y - f(c) = -\frac{1}{f'(c)}(x - c)

Angle of Intersection Between Curves

When two curves intersect, the angle θ\theta between them is defined as the angle between their respective tangent lines at the point of intersection.

Angle of Intersection Formula

  • Find the intersection point(s) of the two curves.
  • Calculate the slopes m1=f(x)m_1 = f'(x) and m2=g(x)m_2 = g'(x) at the point of intersection.
  • Use the tangent addition formula to find the acute angle θ\theta:
tanθ=m1m21+m1m2 \tan \theta = \left| \frac{m_1 - m_2}{1 + m_1 m_2} \right|

Rates of Change and Rectilinear Motion

If s(t)s(t) represents the position of an object moving along a straight line at time tt:

Kinematic Equations

  • Velocity: v(t)=s(t)v(t) = s'(t) (Instantaneous rate of change of position)
  • Acceleration: a(t)=v(t)=s(t)a(t) = v'(t) = s''(t) (Rate of change of velocity)
  • Speed: v(t)|v(t)| (Magnitude of velocity)

Marginal Analysis in Economics

In economics, the term "marginal" refers to a derivative. It represents the approximate change in a quantity resulting from a one-unit increase in production or sales.

Economic Functions and Marginals

  • Cost Function C(x)C(x): The total cost of producing xx units.
  • Marginal Cost C(x)C'(x): The instantaneous rate of change of cost, roughly approximating the cost of producing the next unit.
  • Revenue Function R(x)R(x): The total revenue from selling xx units.
  • Marginal Revenue R(x)R'(x): The instantaneous rate of change of revenue.
  • Profit Optimization: Profit P(x)=R(x)C(x)P(x) = R(x) - C(x). Maximum profit occurs when Marginal Revenue equals Marginal Cost (R(x)=C(x)R'(x) = C'(x)).

Related Rates

In related rates problems, we relate the rates of change of two or more variables that are changing with respect to time. The key is to differentiate implicitly with respect to time tt.

Common Strategy

  1. Draw a picture and label variables.
  2. Write an equation relating the variables.
  3. Differentiate implicitly with respect to time (tt).
  4. Substitute known values after differentiating.
  5. Solve for the unknown rate.

Related Rates: Sliding Ladder

Length (L)10 m
x6.00 m
y8.00 m

Assume dx/dt = 2 m/s

dy/dt-1.50 m/s

Notice how dy/dt (speed of top of ladder) increases dramatically as x approaches L (bottom pulls away).

FloorWallL = 10xy

Optimization: Maxima and Minima

Finding the best (optimal) value is a core engineering task, such as finding the maximum volume or minimum cost. It involves analyzing the critical points of a function.

Absolute vs. Relative Extrema

  • Absolute (Global) Maximum: The absolute highest value of f(x)f(x) over its entire domain.
  • Absolute (Global) Minimum: The absolute lowest value of f(x)f(x) over its entire domain.
  • Relative (Local) Maximum: A peak in the graph. The value f(c)f(c) is higher than all nearby values in an open interval containing cc.
  • Relative (Local) Minimum: A valley in the graph. The value f(c)f(c) is lower than all nearby values in an open interval containing cc.

Finding Extrema

  1. Critical Points: Find where f(c)=0f'(c) = 0 or f(c)f'(c) is undefined.
First Derivative Test: Check if ff' changes sign.
  • Positive to Negative implies a Relative Maximum.
  • Negative to Positive implies a Relative Minimum.
Second Derivative Test: Check concavity at critical points.
  • f(c)>0f''(c) > 0 (Concave Up) implies a Minimum.
  • f(c)<0f''(c) < 0 (Concave Down) implies a Maximum.

Box Optimization Problem

Length16.00
Width16.00
Height (x)2.00
Volume512.0

Max Volume occurs at x ≈ 3.33

Current % of Max: 86.4%

Base: 16.0 x 16.0Cut Size (x)Volume

Canal Optimization

Adjust the depth yy of the trapezoidal canal. The total area is held constant at 50 m². Notice how the wetted perimeter PP changes, reaching a minimum when the cross-section approaches a half-hexagon.

Cross-Section Properties:
Area A: 50.0 m² (Constant)
Depth y: 5.37 m
Bottom Width b: 6.21 m
Wetted Perimeter P: 18.61 m
Optimal Design (Minimum P)
b = 6.2my = 5.4m
Loading chart...

Curve Sketching

Derivatives provide powerful tools for understanding the shape of a graph without plotting points manually.

First and Second Derivative Tests

  • Increasing/Decreasing: If f(x)>0f'(x) > 0, the curve is increasing. If f(x)<0f'(x) < 0, it is decreasing.
  • Concavity: The second derivative f(x)f''(x) tells us about concavity.
    • f(x)>0f''(x) > 0: Concave Up (looks like a cup U).
    • f(x)<0f''(x) < 0: Concave Down (looks like a frown).
  • Point of Inflection: A point where the concavity changes (e.g., from concave up to concave down). This occurs where f(x)=0f''(x) = 0 or is undefined, and the sign of f(x)f''(x) actually changes across the point.

L'Hopital's Rule

Used to evaluate limits of indeterminate forms 0/00/0 or /\infty/\infty. It states that the limit of the ratio of functions is the limit of the ratio of their derivatives.
limxcf(x)g(x)=limxcf(x)g(x) \lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)}
Key Takeaways
  • Tangent lines approximate curves locally. The angle of intersection between two curves uses the slopes of their tangent lines.
  • Velocity and acceleration are the first and second derivatives of position in rectilinear motion.
  • Marginal Analysis uses the derivative to find the incremental cost or revenue, maximizing profit where R(x)=C(x)R'(x) = C'(x).
  • Related Rates problems require implicit differentiation with respect to time. Always substitute after differentiating.
  • Optimization uses first and second derivative tests to find global max/min values, crucial for design efficiency.
  • L'Hopital's Rule simplifies finding limits of indeterminate forms using derivatives.