Lecture: Fundamental Derivative Rules — Power, Exponential, Logarithmic, Sum & Difference
Objective
To learn and apply key rules of differentiation that allow us to compute derivatives quickly and reliably without using the limit definition every time.
Review: Why Rules?
In the last lecture, we used the limit definition to compute the derivative of functions like:
f(x)=x2⇒f′(x)=2x
f(x)=x1⇒f′(x)=−x21
These calculations can be tedious. Fortunately, mathematics gives us general rules that apply to broad classes of functions — making computation efficient and systematic.
The Power Rule
If f(x)=xn, then:
f′(x)=nxn−1,for any real number n
Examples:
f(x)=x3⇒f′(x)=3x2
f(x)=x−2⇒f′(x)=−2x−3
f(x)=x=x1/2⇒f′(x)=21x−1/2
Exponential Functions: ex
The natural exponential function has a beautiful property:
dxd(ex)=ex
Natural Logarithm: ln(x)
For x>0:
dxd(lnx)=x1
This was proven in the last lecture using the limit definition.
Sum and Difference Rule
If f(x)=g(x)+h(x), then:
f′(x)=g′(x)+h′(x)
If f(x)=g(x)−h(x), then:
f′(x)=g′(x)−h′(x)
Example:
f(x)=x3+5x2−7x+9⇒f′(x)=3x2+10x−7
Constant Multiple Rule
If f(x)=c⋅g(x), then:
f′(x)=c⋅g′(x)
Example:
f(x)=5x3⇒f′(x)=5⋅3x2=15x2
Summary Table of Rules
Function
Derivative
xn
nxn−1
ex
ex
lnx
x1
c⋅f(x)
c⋅f′(x)
f(x)±g(x)
f′(x)±g′(x)
Practice Exercises
1. Apply Power Rule
Differentiate:
(a) f(x)=x5
(b) f(x)=x−3
(c) f(x)=3x
(d) f(x)=x41
2. Sum/Difference and Constant Multiples
Differentiate:
(a) f(x)=3x4+5x2−7
(b) f(x)=x3−x1+4
(c) f(x)=2x+5x1/3
3. Exponential and Logarithmic Derivatives
Simplify the expression using log identities before differentiating:
(a) f(x)=5ex
(b) f(x)=ln(x3)
(c) f(x)=ln(xx2)
(d) f(x)=ln(ex3)
4. Mix It Up
Differentiate:
(a) f(x)=ex+x2−x1
(b) f(x)=x3+lnx
5. Rewriting Functions to Apply Rules
Differentiate the following functions by rewriting them into a form where the power rule or other known rules can be applied.
(a) f(x)=x24x3
(b) f(x)=x1/35+3x−x21
(c) f(x)=x1/2x2+x
(d) f(x)=3x21+x1/52
Extra Advanced Problems
1. Function with Parameters (for analysis)
Let:
f(x)=axn+bln(x)+cex
(a) Compute f′(x) in terms of a,b,c,n
(b) For what values of a,b,c is f′(x)=0 at x=1?
(c) Analyze whether f(x) can have a local minimum at x=1
2. Piecewise Polynomial Analysis
Let
f(x)={x3+2x2−x+14x2−3x+2if x<1if x≥1
Tasks:
(a) Is f(x) continuous at x=1?
(b) Is f(x) differentiable at x=1?
Use left-hand and right-hand derivatives.
3. Log-Exponential Combination
Let
f(x)=lnx+5ex−3x3+2x
Tasks:
(a) Find f′(x)
(b) Find all x>0 such that f′(x)=0
Use algebra to simplify, and solve graphically or numerically if needed.
4. Prove the Power Rule
Use the limit definition to prove the power rule for:
f(x)=xn, where n∈N
5. Cost-Analysis Word Problem
A company’s total cost to produce x units is modeled by:
C(x)=10x3−15x2+500x+1000
Tasks:
(a) Find the marginal cost function C′(x)
(b) Compute C′(10). Interpret the result.
(c) For which x is the marginal cost minimized?
6. Population Dynamics
The population of bacteria over time t (in hours) is:
P(t)=−100et+50t+18000
Tasks:
(a) Find P′(t)
(b) Find when the population stops increasing
(c) Find when the population seizes to exist
7. Logarithmic Inverse
(a) Show that f(x)=ln(x) is the inverse of g(x)=ex, and that:
dxdln(x)=eln(x)1=x1
Wrap-Up
You now know the core rules of differentiation:
Power Rule
Logarithmic Rule
Exponential Rule
Sum, Difference, and Constant Multiple Rules
These rules are the foundation of fast differentiation and will prepare you for the next tools: product, quotient, and chain rules.