The first-principles approach to finding a derivative is time consuming, and often messy or difficult.
As you continue to solve derivatives, you'll find yourself doing the same manipulations over and over again for different problems.
Instead of wasting time like this, we can find efficient methods to differentiate (find the derivative of) new functions using differentiations that we already know.
For example, if we have a function h(x)=f(x)g(x) and we want to find
dxdh(x), then we can find a formula for this in terms of f(x) and g(x), since h(x) is defined using them.
Try it on your own first, and plug it in when you think you've got it.
dxdf(x)g(x)=
Hint 1
Can't distribute?
=ab−ad+ad−cd =a(b−d)+d(a−c). Yes you can.
Hint 2
What is
δx→0limδxf(x+δx)−f(x)=??
Solution 1
- Set up the limit:
δx→0limδxf(x+δx)g(x+δx)−f(x)g(x) - Apply the factorization rule (see Hint 1):
δx→0limδxf(x+δx)g(x+δx)−f(x+δx)g(x)+f(x+δx)g(x)−f(x)g(x) - Separate:
δx→0limδxf(x+δx)g(x+δx)−f(x+δx)g(x)+δx→0limδxf(x+δx)g(x)−f(x)g(x) - Factor:
δx→0limf(x+δx)⋅δx→0limδxg(x+δx)−g(x)+g(x)δx→0limδxf(x+δx)−f(x) - These are just differentiations of f(x) and g(x)! So, we can
substitute their differentiations:
δx→0limf(x+δx)⋅g′(x)+g(x)f′(x) - Finally, we approximate:
δx→0 dxdf(x)g(x)=f(x)g′(x)+g(x)f′(x) That is what we call the Product Rule.
Now division!
dxdg(x)f(x)=
Hint 1
Remember the distribution rule from the previous problem?
Hint 2
Make two huge fractions, simplify, and add them.
Solution 1
- Set up the limit:
δx→0limδxg(x+δx)f(x+δx)−g(x)f(x) - Apply the factorization rule (see Hint 1 from previous problem):
δx→0limδxg(x+δx)f(x+δx)−g(x)f(x+δx)+g(x)f(x+δx)−g(x)f(x) - Separate:
δx→0limδxg(x+δx)f(x+δx)−g(x)f(x+δx)+δxg(x)f(x+δx)−g(x)f(x) - Combine:
δx→0limg(x)g(x+δx)f(x+δx)⋅δxg(x)−g(x+δx)+g(x)1⋅δxf(x+δx)−f(x) - These are just differentiations of f(x) and g(x)! So, we can
substitute their differentiations:
δx→0limg(x)g(x+δx)f(x+δx)(−g′(x))+g(x)1f′(x) - Now, we approximate:
δx→0 g(x)g(x)f(x)g′(x)+g(x)f′(x) =(g(x))2f′(x)g(x)−g′(x)f(x)