Compute first and second derivatives symbolically. Analyze concavity, find inflection points, and visualize f(x), f'(x), and f''(x).
The second derivative of a function, denoted as f''(x), measures the rate of change of the slope. It reveals critical information about the graph’s curvature:
? From physics: f''(x) represents acceleration in motion (if f(t) = position). In optimization, second derivative test determines maxima/minima.
Our tool performs symbolic differentiation using computer algebra (powered by math.js) and gives you exact derivative expressions. The interactive graph shows both original function and its second derivative, helping you visually confirm concavity intervals and locate inflection candidates.
Given f(x), the calculator applies derivative rules (power rule, product rule, chain rule) to compute f'(x) and then differentiates again to obtain f''(x). The symbolic result is simplified and presented in standard mathematical notation.
A manufacturer’s total cost function is approximated by C(x) = 0.02x³ − 0.6x² + 10x + 200. The marginal cost is C'(x), and the second derivative C''(x) indicates the rate at which marginal cost changes — critical for determining economies of scale. Our calculator instantly finds C''(x) and shows where production becomes concave down (diminishing returns).
^, *, /, +, - and functions like sin, cos, exp, log, sqrt).Our tool uses the math.js symbolic engine, proven for reliable differentiation. We implement numeric root-finding for f''(x)=0 to estimate inflection points (subject to tolerance). Results are verified using high-precision floating point and cross-checked with analytical reasoning. The graphing routine samples up to 800 points for smooth rendering and adapts y-axis scaling automatically.
| Function example | Second derivative f''(x) | Concavity intervals | Inflection point(s) |
|---|---|---|---|
| x³ - 3x² + 2x | 6x - 6 | Concave down: (-∞, 1) ; Concave up: (1, ∞) | x = 1 |
| sin(x) | -sin(x) | Concave up on (π, 2π) etc | x = kπ |
| e^x | e^x | Always concave up (f''>0) | None |
| x⁴ - 4x² | 12x² - 8 | Concave up: (-∞, -√(2/3)) U (√(2/3),∞) | x = ±√(2/3) |