Loading
Master the four foundational derivative formulas that unlock all of differential calculus.
The quest to understand instantaneous rates of change stretches back centuries, and the derivatives of trigonometric functions, the natural exponential, and the natural logarithm sit at the very heart of that story. These four functions—sin x, cos x, eˣ, and ln x—appear throughout physics, engineering, economics, and biology, so knowing how they change is indispensable. Isaac Newton and Gottfried Wilhelm Leibniz independently developed the calculus machinery that would formalize these derivatives, but the individual functions themselves were studied by mathematicians spanning several centuries. Leonhard Euler unified the exponential and trigonometric worlds through his famous identity eⁱˣ = cos x + i sin x, revealing that these derivative formulas are not isolated facts but deeply interconnected.
The central question this lesson addresses is straightforward yet powerful: given that sin x, cos x, eˣ, and ln x are among the most frequently encountered functions in mathematics and its applications, what are their exact instantaneous rates of change, and how do we prove and apply those formulas? Answering this question will equip you with four essential derivative rules that serve as building blocks for the chain rule, product rule, and every advanced differentiation technique you will encounter in AP Calculus BC.
Before memorizing formulas, it is essential to understand the foundational ideas that make these derivative results both logical and inevitable. Each derivative is derived from the limit definition of the derivative: f′(x) = lim(h→0) [f(x + h) − f(x)] / h. This limit captures the slope of the tangent line at every point on the curve of f. The four functions we study here are special because their derivatives take remarkably clean forms—sin x differentiates into cos x, cos x differentiates into −sin x, eˣ differentiates into itself, and ln x differentiates into 1/x. Understanding why these results hold deepens conceptual fluency far beyond rote memorization.
The diagrams above illustrate the most important geometric insight for these derivatives: the derivative of a function at any point equals the slope of the tangent line to the original curve at that point. For sin x, the tangent slope is greatest (equal to 1) at x = 0, where cos 0 = 1, and the tangent slope is zero at x = π/2, where cos(π/2) = 0, corresponding to the peak of the sine wave. This phase-shift relationship between sine and cosine is a direct geometric consequence of the derivative. For eˣ, the remarkable fact that the curve is its own derivative means the slope at every point equals the function's value at that point—steep where the function is large, shallow where it is small. For ln x, the derivative 1/x is always positive for x > 0, confirming that the natural logarithm is strictly increasing, though its rate of increase perpetually diminishes.
Each of the four fundamental derivative formulas can be rigorously established from the limit definition. Understanding these derivations not only satisfies intellectual curiosity but also reinforces the algebraic identities and limit techniques that appear repeatedly on the AP Calculus BC exam.
One of the most elegant patterns in calculus is the cyclic behavior of successive derivatives of sine and cosine. When you differentiate sin x repeatedly, the results cycle through four phases before returning to the original function. This pattern is not merely a curiosity—it is critical for solving higher-order differential equations, computing Taylor series, and evaluating nth derivatives on the AP exam. Similarly, the exponential and logarithmic functions have their own characteristic behaviors under repeated differentiation that contrast sharply with the trigonometric cycle.
| Function f(x) | f′(x) | f″(x) | f‴(x) | f⁽⁴⁾(x) |
|---|---|---|---|---|
| sin x | cos x | −sin x | −cos x | sin x |
| cos x | −sin x | −cos x | sin x | cos x |
| eˣ | eˣ | eˣ | eˣ | eˣ |
| ln x | x⁻¹ | −x⁻² | 2x⁻³ | −6x⁻⁴ |
The table confirms two powerful patterns. For trigonometric functions, the nth derivative of sin x equals sin(x + nπ/2), which means you can determine any higher-order derivative by computing n mod 4 and selecting the appropriate function from the cycle. For the exponential, all derivatives are identical—a fact that makes eˣ the cornerstone of solutions to linear differential equations with constant coefficients. For ln x, each successive derivative introduces a factor of (−1) and an increasing factorial in the numerator, a pattern most elegantly expressed as dⁿ/dxⁿ (ln x) = (−1)ⁿ⁻¹ (n − 1)! / xⁿ for n ≥ 1.
Let us differentiate the function f(x) = 3 sin x − 2eˣ + 5 ln x + cos x. This problem requires all four fundamental derivatives together with the constant multiple rule and the sum/difference rule.
Even students with strong algebraic skills frequently commit specific errors when working with these four derivatives. Recognizing these pitfalls in advance—and understanding why they are wrong—is one of the most efficient ways to improve accuracy on the AP exam.
| Common Error | Correct Formula | Why the Error Occurs |
|---|---|---|
| d/dx(cos x) = sin x (missing the negative) | d/dx(cos x) = −sin x | Students recall that sine and cosine are related but forget that cosine's derivative acquires a negative sign from the limit derivation. |
| d/dx(eˣ) = x·eˣ⁻¹ (applying the power rule) | d/dx(eˣ) = eˣ | Confusing the exponential function (variable in the exponent) with a power function (variable in the base). The power rule xⁿ → nxⁿ⁻¹ does NOT apply here. |
| d/dx(ln x) = 1/x for all x | d/dx(ln x) = 1/x for x > 0 only | Forgetting the domain restriction. The natural logarithm is defined only for positive inputs; writing the derivative without this qualifier can lead to nonsensical evaluations. |
| d/dx(sin x) = cos x only in radians? Yes. | d/dx(sin x) = cos x (radians only) | The formulas hold only when the argument is in radians. In degree mode, d/dx(sin x°) = (π/180) cos x°, introducing an unwanted constant factor. |
The four derivatives studied in this lesson are not endpoints—they are launching pads for virtually every advanced technique in AP Calculus BC and beyond. Each fundamental derivative reappears inside the chain rule, integration, series expansions, and differential equations. Understanding how these basic results extend into more sophisticated territory is essential for success on the exam and for future coursework in mathematics, science, and engineering.
| Fundamental Derivative | Advanced Extension in AP Calculus BC |
|---|---|
| d/dx(sin x) = cos x | Chain rule: d/dx(sin(g(x))) = cos(g(x)) · g′(x). Taylor series: sin x = x − x³/3! + x⁵/5! − ···, derived by differentiating term by term. |
| d/dx(cos x) = −sin x | Integration: ∫ sin x dx = −cos x + C (reverse the derivative). Parametric derivatives: if x = cos t, y = sin t, then dy/dx = (cos t)/(−sin t) = −cot t. |
| d/dx(eˣ) = eˣ | Differential equations: y′ = ky has solution y = Ceᵏˣ. Euler's method uses the derivative eˣ to approximate solutions. The Maclaurin series eˣ = 1 + x + x²/2! + x³/3! + ··· converges for all x. |
| d/dx(ln x) = 1/x | Logarithmic differentiation: take ln of both sides to simplify products and powers. Integration: ∫ (1/x) dx = ln |x| + C. The harmonic series and p-series convergence tests rely on properties of ln x. |
This lesson established the four foundational derivative formulas that every calculus student must know: d/dx(sin x) = cos x, d/dx(cos x) = −sin x, d/dx(eˣ) = eˣ, and d/dx(ln x) = 1/x (for x > 0). The trigonometric derivatives were derived using the angle addition identities together with the Squeeze Theorem limits lim(h→0) sin h / h = 1 and lim(h→0) (cos h − 1) / h = 0. The exponential derivative follows from the defining property of the number e, and the logarithmic derivative follows from the inverse function theorem.
Key patterns to remember include the period-4 trigonometric derivative cycle (sin → cos → −sin → −cos → sin), the self-replicating property of eˣ under differentiation, and the domain restriction x > 0 for ln x. Watch for the common error of dropping the negative sign in d/dx(cos x) and the trap of applying the power rule to eˣ. These four formulas combine with the sum, constant multiple, product, quotient, and chain rules to differentiate virtually any function encountered in AP Calculus BC.
Keep learning with more lessons from the same subject.