Derivatives of Logarithmic and Exponential Functions
Work through five proof-style derivative problems involving logarithmic and exponential functions, using the chain rule, the quotient rule, and the laws of logarithms.
This class 12 lesson tackles a set of 'prove that' and 'show that' differentiation problems built around logarithms and exponentials. It demonstrates how to differentiate logarithms of square-root expressions, how rationalising with a conjugate simplifies a messy log before differentiating, and how the laws of logarithms let you rewrite exponential expressions into clean powers of x. Each worked example ends by matching the required right-hand side.
What you'll learn
How to differentiate the logarithm of an expression involving a square root using the chain rule
How multiplying by the conjugate simplifies a complicated logarithm before you differentiate it
How the laws of logarithms turn exponential expressions into simple powers of x
How to use the quotient rule and recognise the result in terms of the original function
Lesson chapters
0:00Differentiating a log of a square-root expression
2:16Simplifying a log with the conjugate, then differentiating
6:06Rewriting an exponential with the laws of logarithms
7:20Simplifying nine to a power with a base-three log
8:28Differentiating a quotient of exponentials
Lesson notes
This lesson works through five proof-style problems on the derivatives of logarithmic and exponential functions. Each one asks us to differentiate a given expression and show that it equals a required result, leaning on the chain rule, the quotient rule, and the laws of logarithms.
Logarithm of a square-root expression
We prove that
dxdlog(x+x2−a2)=x2−a21.
This is a function of a function, so we apply the chain rule. Since dxdlogu=u1⋅dxdu,
dxdlog(x+x2−a2)=x+x2−a21⋅dxd(x+x2−a2).
The inner derivative. Here dxdx2−a2=2x2−a21⋅2x=x2−a2x, so
dxd(x+x2−a2)=1+x2−a2x=x2−a2x2−a2+x.
Putting it together. The factor x+x2−a2 in the denominator cancels with the matching numerator:
x+x2−a21⋅x2−a2x+x2−a2=x2−a21.
A log simplified with the conjugate
We prove that
dxdlog(x+1−x−1x+1+x−1)=x2−11.
Rationalise first. Multiply the numerator and denominator inside the log by the conjugate of the denominator, x+1+x−1:
(x+1)2−(x−1)2(x+1+x−1)2.
The denominator is (x+1)−(x−1)=2. The numerator expands to
(x+1)+(x−1)+2(x+1)(x−1)=2x+2x2−1.
So the fraction becomes
22x+2x2−1=x+x2−1.
Now differentiate. The problem reduces to
dxdlog(x+x2−1),
which is the same chain-rule pattern as before with a=1:
=x+x2−11⋅x2−1x+x2−1=x2−11.
An exponential rewritten with the laws of logarithms
If y=e3logx+2x, prove that dxdy=x2e2x(2x+3).
Simplify first. Using em+n=emen and mlogx=logxm,
y=elogx3e2x.
Since elogm=m, this gives y=x3e2x.
Product rule.
dxdy=x3⋅e2x⋅2+e2x⋅3x2=x2e2x(2x+3).
Nine to a base-three log
If y=9log3x, prove that dxdy=2x.
Write 9=32, so
y=32log3x=3log3x2.
Using the law alogam=m, this collapses to y=x2. Differentiating,
dxdy=2x.
A quotient of exponentials
If y=ex−e−xex+e−x, prove that dxdy=1−y2.
Quotient rule. With numerator ex+e−x and denominator ex−e−x,