New Reply

hidden mistake

 
Share Thread
Feb6-11, 12:06 PM   #1
 

hidden mistake


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)' !(?)!
PhysOrg.com mathematics news on PhysOrg.com

>> Pendulum swings back on 350-year-old mathematical mystery
>> Bayesian statistics theorem holds its own - but use with caution
>> Math technique de-clutters cancer-cell data, revealing tumor evolution, treatment leads
Feb6-11, 12:09 PM   #2
 
Recognitions:
Science Advisor Science Advisor
The limits lim h→0 ((f(x+h))/h) and lim h→0 ((f(x))/h) does not necessarily exist.
Feb6-11, 12:43 PM   #3
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Hint:
[tex]0=f(x+h)g(x)-f(x+h)(gx)[/tex]
Feb6-11, 01:05 PM   #4
 
Recognitions:
Gold Membership Gold Member

hidden mistake


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.
Feb6-11, 03:04 PM   #5
 
thanks
that was so silly.
New Reply

Similar discussions for: hidden mistake
Thread Forum Replies
Hidden variables Advanced Physics Homework 0
Hidden sectors High Energy, Nuclear, Particle Physics 2
Hidden CPU utilization? Computers 14
Hidden assumptions General Physics 40