[Math] proving the quotient rule for derivatives

calculusderivatives

I have to show the Quotient Rule for derivatives by using just the Product rule and Chain rule. I dont have a clue how to do that. Maybe someone provide me with information. THX

Best Answer

Recall that $$f(x) = \dfrac{g(x)}{h(x)} = g(x) \cdot (h(x))^{-1}$$ i.e., invert the denominator of a quotient of functions, after which you can use the product rule. And the chain rule applies, as usual. $$f'(x) = g'(x)[h(x)]^{-1} + g(x)\Big(-[h(x)]^{-2}\cdot h'(x)\Big)$$

Now, simplify (finding common denominator), and you'll have $$f'(x) = \dfrac{g'(x)h(x) - g(x)h'(x)}{(h(x))^2}$$