Why This Matters
Calculus is the mathematical language of change, and in the physical sciences, everything changes—particles move, waves oscillate, populations grow, and energy transforms. You're being tested not just on whether you can apply these formulas mechanically, but on whether you understand when and why each rule applies. The differentiation rules tell you how quantities change instantaneously, while integration connects those rates back to accumulated totals.
These formulas fall into distinct categories: basic building blocks, combination rules, special functions, and the bridge between derivatives and integrals. Don't just memorize the formulas in isolation—know which rule handles which situation. When you see a product of functions, your brain should immediately flag the product rule. When you see a function inside another function, chain rule. That pattern recognition is what separates students who struggle on exams from those who breeze through them.
Basic Building Blocks
These are the foundation of all differentiation. Master these first, because every other rule builds on them. The derivative measures instantaneous rate of change—these rules tell you the rate of change for the simplest possible functions.
Derivative of a Constant
- dxd(c)=0—constants don't change, so their rate of change is zero
- Graphical interpretation: a horizontal line has zero slope everywhere
- Physical meaning: if a quantity isn't varying with your independent variable, its derivative vanishes
Power Rule
- dxd(xn)=nxn−1—works for any real exponent, including negatives and fractions
- Mechanism: bring down the exponent as a coefficient, then reduce the exponent by one
- Applications: polynomial functions, root functions (x1/2), and inverse powers (x−1)
Compare: Constant rule vs. Power rule—both handle simple terms, but the constant rule is actually the power rule with n=0 (since 0⋅x−1=0). Recognizing constants as a special case helps you see calculus as a unified system.
Combination Rules
When functions are combined through addition, multiplication, or division, these rules tell you how to break down the problem. The key insight: differentiation is linear for sums but requires special handling for products and quotients.
Sum Rule
- dxd[f(x)+g(x)]=f′(x)+g′(x)—differentiate term by term
- Linearity property: this also works for differences and scalar multiples
- Exam strategy: always simplify expressions into sums before differentiating when possible
Product Rule
- dxd[f(x)g(x)]=f′(x)g(x)+f(x)g′(x)—"first times derivative of second, plus second times derivative of first"
- Memory trick: each function gets a turn being differentiated while the other stays unchanged
- Common errors: forgetting to include both terms—the derivative of a product is never just the product of derivatives
Quotient Rule
- dxd[g(x)f(x)]=[g(x)]2f′(x)g(x)−f(x)g′(x)—"low d-high minus high d-low, over low squared"
- Sign matters: the numerator has subtraction, not addition (unlike the product rule)
- Alternative approach: rewrite as f(x)⋅[g(x)]−1 and use product rule with chain rule instead
Compare: Product rule vs. Quotient rule—both handle two-function combinations, but the quotient rule has a subtraction (order matters!) and a squared denominator. If you forget the quotient rule on an exam, you can always convert to a product and use the chain rule.
Composite Functions
When one function is nested inside another, you need the chain rule. This is arguably the most important rule for physical science applications, where quantities often depend on intermediate variables.
Chain Rule
- dxd[f(g(x))]=f′(g(x))⋅g′(x)—derivative of outer times derivative of inner
- Identification: look for "function of a function" structures like sin(x2) or e3x
- Physical interpretation: connects rates through intermediate variables (if y depends on u, and u depends on x, how does y depend on x?)
Compare: Product rule vs. Chain rule—product rule handles f(x)⋅g(x) (two separate functions multiplied), while chain rule handles f(g(x)) (one function inside another). Misidentifying which situation you're in is a top exam mistake.
Special Functions
These derivatives appear constantly in physical science applications. Exponential, logarithmic, and trigonometric functions model growth, decay, and oscillation—the three most common behaviors in nature.
Exponential Function
- dxd(ex)=ex—the only function that equals its own derivative
- Why e is special: this self-replicating property is why e appears naturally in growth/decay problems
- With chain rule: dxd(eu)=eu⋅dxdu—don't forget the inner derivative
Natural Logarithm
- dxd(lnx)=x1—the antiderivative of x1 is ln∣x∣
- Inverse relationship: logarithms and exponentials are inverses, reflected in their derivative relationship
- Domain restriction: only valid for x>0 (or use ln∣x∣ for negative values)
Trigonometric Functions
- dxd(sinx)=cosx and dxd(cosx)=−sinx—note the negative sign on cosine's derivative
- Cyclic pattern: differentiating four times returns you to the original function
- Physical applications: simple harmonic motion, wave equations, and anything oscillatory
Compare: ex vs. sinx—both are "self-referential" under differentiation (ex returns itself; sinx cycles through four derivatives). This is why both appear in solutions to differential equations describing physical systems.
The Bridge: Connecting Derivatives and Integrals
This theorem is the conceptual heart of calculus—it tells you that differentiation and integration are inverse operations.
Fundamental Theorem of Calculus
- ∫abf(x)dx=F(b)−F(a) where F′(x)=f(x)—evaluate the antiderivative at the bounds and subtract
- Two-part theorem: Part 1 says integration and differentiation undo each other; Part 2 gives the evaluation formula
- Physical meaning: the integral accumulates the rate of change to recover the total change in a quantity
Compare: Differentiation vs. Integration—differentiation finds instantaneous rates from accumulated quantities; integration finds accumulated quantities from instantaneous rates. FRQs often require you to move fluidly between both interpretations.
Quick Reference Table
|
| Basic derivatives | Constant rule, Power rule |
| Linear combinations | Sum rule (extends to differences and scalar multiples) |
| Products & quotients | Product rule, Quotient rule |
| Composite functions | Chain rule |
| Exponential & logarithmic | dxd(ex)=ex, dxd(lnx)=x1 |
| Trigonometric | dxd(sinx)=cosx, dxd(cosx)=−sinx |
| Integration connection | Fundamental Theorem of Calculus |
| Most common exam errors | Forgetting chain rule, sign errors in quotient rule |
Self-Check Questions
-
Which two rules both involve handling combinations of functions, but one uses addition in its formula while the other uses subtraction? What's the key structural difference between when you'd use each?
-
You need to differentiate ex2. Which rules do you need, and in what order do you apply them?
-
Compare and contrast: How are the derivatives of ex and sinx similar in their "self-referential" behavior? How do they differ?
-
If you're given a velocity function v(t) and asked to find total displacement over an interval, which formula applies? What if you're given position x(t) and asked for instantaneous velocity?
-
A classmate claims that dxd[sinx⋅cosx]=cosx⋅(−sinx). Identify their error and provide the correct derivative.