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 $$\frac{d h(x)}{dx},$$ 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.
$\displaystyle{\frac{df(x)g(x)}{dx}}= $
Hint 1 Can't distribute? $$ab-cd$$ $$=ab-ad+ad-cd$$ $$=a(b-d)+d(a-c).$$ Yes you can.Hint 2 What is $$\lim_{\delta x \to 0} \frac{f(x+\delta x)-f(x)}{\delta x}=??$$Show/Hide Solution
Set up the limit: $$\lim_{\delta x \to 0} \frac{f(x+\delta x)g(x+\delta x) -f(x)g(x)}{\delta x}$$
Apply the factorization rule (see Hint 1): $$\lim_{\delta x \to 0} \frac{f(x+\delta x)g(x+\delta x)-f(x+\delta x)g(x)+f(x+\delta x)g(x) -f(x)g(x)}{\delta x}$$
Separate: $$\lim_{\delta x \to 0} \frac{f(x+\delta x)g(x+\delta x)-f(x+\delta x)g(x)}{\delta x}+ \lim_{\delta x \to 0}\frac{f(x+\delta x)g(x) -f(x)g(x)}{\delta x}$$
Factor: $$\lim_{\delta x \to 0}f(x+\delta x)\cdot\lim_{\delta x \to 0} \frac{g(x+\delta x)-g(x)}{\delta x}+ g(x)\lim_{\delta x \to 0}\frac{f(x+\delta x) -f(x)}{\delta x}$$
These are just differentiations of $f(x)$ and $g(x)$! So, we can substitute their differentiations:
$$\lim_{\delta x \to 0}f(x+\delta x)\cdot g'(x)+ g(x)f'(x)$$
Finally, we approximate: $$\delta x \rightarrow 0$$ $$\frac{df(x)g(x)}{dx}=\boxed{ f(x)g'(x)+ g(x)f'(x)}$$
$\displaystyle{\frac{d\frac{f(x)}{g(x)}}{dx}}= $
Hint 1 Remember the distribution rule from the previous problem?Hint 2 Make two huge fractions, simplify, and add themShow/Hide Solution
Set up the limit: $$\lim_{\delta x \to 0} \frac{\frac{f(x+\delta x)}{g(x+\delta x)} -\frac{f(x)}{g(x)}}{\delta x}$$
Apply the factorization rule (see Hint 1 from previous problem):
$$\lim_{\delta x \to 0} \frac{\frac{f(x+\delta x)}{g(x+\delta x)} -\frac{f(x+\delta x)}{g(x)}+\frac{f(x+\delta x)}{g(x)} -\frac{f(x)}{g(x)}}{\delta x}$$