Finding the error in my product rule proof

  • Context: Undergrad 
  • Thread starter Thread starter limitkiller
  • Start date Start date
  • Tags Tags
    Mistake Search
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
limitkiller
Messages
80
Reaction score
0
that is too sad
it have been 2 days and i coudnt find out where do i make mistake.
i wanted to prove:" (f(x)*g(x))'= g(x)*f(x)'+ g(x)'*f(x)". so:
(f(x)*g(x))'= lim h→0 ((f(x+h)*g(x+h)-f(x)*g(x))/h)

=lim h→0 ((f(x+h)*g(x+h))/h) - lim h→0 (f(x)*g(x))/h)

=[lim h→0 ((f(x+h))/h)*lim h→0 (g(x+h))] - [ lim h→0 ((f(x))/h) * lim h→0 (g(x))]

=[lim h→0 ((f(x+h))/h)* g(x)] - [ lim h→0 ((f(x))/h) * (g(x)]

= g(x)*[lim h→0 ((f(x+h))/h) - lim h→0 ((f(x))/h)]

= g(x)*[lim h→0 ((f(x+h)-f(x))/h)]

= g(x)*f(x)'
then (f(x)*g(x))'= g(x)*f(x)' !(?)!
 
Physics news on Phys.org
The limits lim h→0 ((f(x+h))/h) and lim h→0 ((f(x))/h) does not necessarily exist.
 
Hint:
[tex]0=f(x+h)g(x)-f(x+h)(gx)[/tex]
 
Just to expand on what other people have said, rules like "The limit of the difference is the difference of the limits" only apply when both limits exist. So it is not true that
[tex]\lim_{h\to 0}\frac{f(x+h)g(x+h)-f(x)g(x)}{h}= \lim_{h\to 0}\frac{f(x+h)g(x+x)}{h} -\lim_{h\to 0}\frac{f(x)g(x)}{h} = \infty - \infty[/tex]
(the last equality is assuming neither f nor g is 0 or has a 0 limit at x)
Likewise, splitting up limits like that only works when the limits each exist for addition, multiplication and division. The limit of the denominator also can't be 0 in the case of division.
 
thanks
that was so silly.