ACEpath
Select Subject
Select Unit

Mvt Statement

If f is continuous on [a, b] and differentiable on (a, b), then there exists c ∈ (a, b) such that: f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}

Geometrically: There's a point where tangent is parallel to secant line.

Rolle's Theorem

Special case of MVT: If f(a) = f(b) = 0, then there exists c ∈ (a, b) where f'(c) = 0.

The Extreme Value Theorem (Evt)

If f is continuous on [a, b], then f attains both absolute maximum and absolute minimum on [a, b].

Finding Critical Numbers

c is a critical number if:

  1. f'(c) = 0, OR
  2. f'(c) doesn't exist

Critical points are where extrema can occur.

First Derivative Test Procedure

For critical number c:

  1. Test sign of f' to left of c
  2. Test sign of f' to right of c
  • f' changes + to - -> local maximum at c
  • f' changes - to + -> local minimum at c
  • f' doesn't change sign -> no extremum

Candidates Test

To find absolute extrema on [a, b]:

  1. Find critical numbers in (a, b)
  2. Evaluate f at critical numbers and endpoints
  3. Largest value = absolute max, smallest = absolute min

Concavity Definition

  • Concave up: f''(x) > 0 (graph holds water)
  • Concave down: f''(x) < 0 (graph spills water)

Second Derivative Sign

Use second derivative to determine concavity:

  • f''(x) > 0 -> concave up
  • f''(x) < 0 -> concave down
  • f''(x) = 0 -> possible inflection point

Second Derivative Test Conditions

For critical number c where f'(c) = 0:

  • f''(c) > 0 -> local minimum at c
  • f''(c) < 0 -> local maximum at c
  • f''(c) = 0 -> test is inconclusive

Intercepts

  • y-intercept: Set x = 0, solve for y
  • x-intercepts: Set y = 0, solve for x

Asymptotes

  • Vertical: Where denominator = 0
  • Horizontal: Limits at ±∞
  • Slant: Polynomial division when degree difference = 1

Extrema

Local max/min from first derivative test.

Concavity

Use second derivative sign.

Curve Sketching

  1. Domain: Find where f is defined
  2. Intercepts: x- and y-intercepts
  3. Symmetry: Even, odd, periodic
  4. Asymptotes: Vertical, horizontal, slant
  5. Intervals of increase/decrease: First derivative
  6. Local extrema: Critical points
  7. Concavity: Second derivative
  8. Inflection points: Where concavity changes

F' From Graph Of F, Etc.

  • Where f increasing -> f' > 0
  • Where f decreasing -> f' < 0
  • Where f has max/min -> f' = 0
  • Where f concave up -> f'' > 0 -> f' increasing
  • Where f concave down -> f'' < 0 -> f' decreasing

Optimization Problem-solving Steps

  1. Identify quantity to optimize
  2. Draw diagram
  3. Write constraint equation
  4. Write optimization equation
  5. Use constraint to reduce variables
  6. Find critical numbers
  7. Verify max/min

Finding Maximum/minimum Values

Apply derivative tests to optimization equation. Verify endpoint values if domain is restricted.

Implicit Differentiation For Analysis

For curves defined implicitly:

  • Find dydx\frac{dy}{dx} using implicit differentiation
  • Analyze slope, tangents, extrema