ConceptComplete

Applications of Derivatives - Key Properties

Concavity describes the curvature of a function's graph, providing insight into how the rate of change itself is changing. The second derivative test leverages this geometric information to classify critical points efficiently.

DefinitionConcavity

Let ff be differentiable on an interval II.

  • ff is concave up on II if ff' is increasing on II
  • ff is concave down on II if ff' is decreasing on II

Geometrically, a function is concave up when its graph lies above its tangent lines, and concave down when it lies below them.

TheoremConcavity Test

Let ff be twice differentiable on an interval II.

  • If f(x)>0f''(x) > 0 for all xIx \in I, then ff is concave up on II
  • If f(x)<0f''(x) < 0 for all xIx \in I, then ff is concave down on II
DefinitionInflection Points

A point (c,f(c))(c, f(c)) is an inflection point of ff if the graph of ff changes concavity at cc. Typically, this occurs where f(c)=0f''(c) = 0 or f(c)f''(c) does not exist, though not every such point is an inflection point.

ExampleFinding Inflection Points

Find the inflection points of f(x)=x44x3f(x) = x^4 - 4x^3.

Compute the derivatives: f(x)=4x312x2=4x2(x3)f'(x) = 4x^3 - 12x^2 = 4x^2(x - 3) f(x)=12x224x=12x(x2)f''(x) = 12x^2 - 24x = 12x(x - 2)

Setting f(x)=0f''(x) = 0: x=0x = 0 or x=2x = 2.

Test concavity:

  • For x<0x < 0: f(1)=12(1)(3)=36>0f''(−1) = 12(−1)(−3) = 36 > 0 (concave up)
  • For 0<x<20 < x < 2: f(1)=12(1)(1)=12<0f''(1) = 12(1)(−1) = −12 < 0 (concave down)
  • For x>2x > 2: f(3)=12(3)(1)=36>0f''(3) = 12(3)(1) = 36 > 0 (concave up)

Concavity changes at both x=0x = 0 and x=2x = 2, so both are inflection points.

TheoremSecond Derivative Test

Let ff be twice differentiable and suppose f(c)=0f'(c) = 0.

  • If f(c)>0f''(c) > 0, then ff has a local minimum at cc
  • If f(c)<0f''(c) < 0, then ff has a local maximum at cc
  • If f(c)=0f''(c) = 0, the test is inconclusive

The second derivative test provides a quick way to classify critical points without analyzing sign changes in ff'.

ExampleUsing the Second Derivative Test

Classify the critical points of g(x)=x44x3+10g(x) = x^4 - 4x^3 + 10.

g(x)=4x312x2=4x2(x3)g'(x) = 4x^3 - 12x^2 = 4x^2(x - 3)

Critical points: x=0x = 0 and x=3x = 3.

g(x)=12x224xg''(x) = 12x^2 - 24x

At x=0x = 0: g(0)=0g''(0) = 0 (inconclusive) At x=3x = 3: g(3)=12(9)24(3)=10872=36>0g''(3) = 12(9) - 24(3) = 108 - 72 = 36 > 0 (local minimum)

For x=0x = 0, we use the first derivative test. Since gg' doesn't change sign at x=0x = 0 (it's negative before and after), there's no extremum at x=0x = 0.

Remark

Curve sketching combines information about:

  • Critical points (where f=0f' = 0 or undefined)
  • Intervals of increase/decrease (sign of ff')
  • Concavity (sign of ff'')
  • Inflection points (where ff'' changes sign)
  • Asymptotes and limits at infinity

Together, these provide a complete picture of a function's behavior.

ExampleComplete Curve Sketch

Sketch f(x)=x2x24f(x) = \frac{x^2}{x^2 - 4}.

Domain: x±2x \neq \pm 2 Vertical asymptotes: x=±2x = \pm 2 Horizontal asymptote: limx±f(x)=1\lim_{x \to \pm\infty} f(x) = 1

f(x)=2x(x24)x2(2x)(x24)2=8x(x24)2f'(x) = \frac{2x(x^2-4) - x^2(2x)}{(x^2-4)^2} = \frac{-8x}{(x^2-4)^2}

Critical point: x=0x = 0 (local maximum since ff' changes from positive to negative)

The second derivative analysis shows inflection points exist but are complex to compute. Combined with the asymptotic behavior, this information suffices for a qualitative sketch.