Understanding the Quotient Rule in Differentiation: A Proof and Explanation

  • Thread starter Thread starter Jimmy84
  • Start date Start date
  • Tags Tags
    Proof quotient
Jimmy84
Messages
190
Reaction score
0

Homework Statement


if p(x) = f(x)/g(x)

Prove that

p'(x) = g(x) f '(x) - f(x) g '(x) / g(x)ˆ2

Homework Equations





The Attempt at a Solution



The proof goes like this in my book

p(x + h) - p(x) / h = [ f(x+h)/ g(x+h) - f(x) / g(x) ] / h

= f(x + h) g(x) - f(x) g(x + h) / h g(x) g(x + h)



I don't understand why did g(x) and g(x + h) appeared in the numerator on the last part of the proof? Since g(x) and g(x +h) were already multiplyed by h in the denominator.

Thanks in advance.
 
Physics news on Phys.org
It's just subtracting fractions:

a/b-c/d = (ad-cb)/d

a=f(x+h)
b=g(x+h)

c=f(x)
d=g(x)
 
By the way... don't leave out the "lim h-->0" when you write out the proof!
 
Here is a good write up of the proof with reasons for each step.

http://people.hofstra.edu/Stefan_waner/RealWorld/proofs/quotientruleproof.html
 
Last edited by a moderator:
Alternatively,

f(x)/g(x) = f(x)[g(x)]-1.

Solve by applying the product rule, and the power rule.
 
thanks a lot ...
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top