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:

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)=xnf(x) = x^n, then:

f(x)=nxn1,for any real number nf'(x) = nx^{n - 1}, \quad \text{for any real number } n

Examples:


Exponential Functions: exe^x

The natural exponential function has a beautiful property:

ddx(ex)=ex\frac{d}{dx}(e^x) = e^x


Natural Logarithm: ln(x)\ln(x)

For x>0x > 0:

ddx(lnx)=1x\frac{d}{dx}(\ln x) = \frac{1}{x}

This was proven in the last lecture using the limit definition.


Sum and Difference Rule

If f(x)=g(x)+h(x)f(x) = g(x) + h(x), then:

f(x)=g(x)+h(x)f'(x) = g'(x) + h'(x)

If f(x)=g(x)h(x)f(x) = g(x) - h(x), then:

f(x)=g(x)h(x)f'(x) = g'(x) - h'(x)

Example:

f(x)=x3+5x27x+9f(x)=3x2+10x7f(x) = x^3 + 5x^2 - 7x + 9 \Rightarrow f'(x) = 3x^2 + 10x - 7


Constant Multiple Rule

If f(x)=cg(x)f(x) = c \cdot g(x), then:

f(x)=cg(x)f'(x) = c \cdot g'(x)

Example:

f(x)=5x3f(x)=53x2=15x2f(x) = 5x^3 \Rightarrow f'(x) = 5 \cdot 3x^2 = 15x^2


Summary Table of Rules

Function Derivative
xnx^n nxn1nx^{n - 1}
exe^x exe^x
lnx\ln x 1x\frac{1}{x}
cf(x)c \cdot f(x) cf(x)c \cdot f'(x)
f(x)±g(x)f(x) \pm g(x) f(x)±g(x)f'(x) \pm g'(x)

Practice Exercises

1. Apply Power Rule

Differentiate:

2. Sum/Difference and Constant Multiples

Differentiate:

3. Exponential and Logarithmic Derivatives

Simplify the expression using log identities before differentiating:

4. Mix It Up

Differentiate:

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.


Extra Advanced Problems

1. Function with Parameters (for analysis)

Let:

f(x)=axn+bln(x)+cexf(x) = ax^n + b\ln(x) + ce^x

2. Piecewise Polynomial Analysis

Let

f(x)={x3+2x2x+1if x<14x23x+2if x1f(x) = \begin{cases} x^3 + 2x^2 - x + 1 & \text{if } x < 1 \\ 4x^2 - 3x + 2 & \text{if } x \geq 1 \end{cases}

Tasks:

Use left-hand and right-hand derivatives.

3. Log-Exponential Combination

Let

f(x)=lnx+5ex3x3+2xf(x) = \ln x + 5e^x - 3x^3 + 2x

Tasks:

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)=xnf(x) = x^n, where nNn \in \mathbb{N}

5. Cost-Analysis Word Problem

A company’s total cost to produce xx units is modeled by:

C(x)=10x315x2+500x+1000C(x) = 10x^3 - 15x^2 + 500x + 1000

Tasks:

6. Population Dynamics

The population of bacteria over time tt (in hours) is:

P(t)=100et+50t+18000P(t) = -100e^t + 50t + 18000

Tasks:

7. Logarithmic Inverse

ddxln(x)=1eln(x)=1x\frac{d}{dx} \ln(x) = \frac{1}{e^{\ln(x)}} = \frac{1}{x}


Wrap-Up

You now know the core rules of differentiation:

These rules are the foundation of fast differentiation and will prepare you for the next tools: product, quotient, and chain rules.