Proof - the derivative of a scalar multiple

hayesk85
Messages
7
Reaction score
0

Homework Statement



I am confused how the scalar multiple is divided out of the proof of this rule without taking an h with it in the denominator, which would get very tiny meaning the entire thing would go to infinity or negative infinity or zero, you can't tell.

Start with: f(x) = k g(x) End: f'(x) = k g'(x)



Homework Equations



This is the proof I was given:

f'(x) = lim(h->0) [k g(x+h) - k g(x)] / h

f'(x) = lim(h->0) [k {g(x+h) - g(x)}] /h

Next step I do not agree with: (Never mind -this is legal, right?)
f'(x) = lim(h->0) k [{g(x+h) - g(x)}/h]

f'(x) = k lim(h->0) [{g(x+h) - g(x)}/h]

f'(x) = k g'(x)

The Attempt at a Solution



This is what I think would happen at the step I disagree with:

f'(x) = lim(h->0) k/h * [{g(x+h) - g(x)}/h]

f'(x) = lim(h->0) k/h * lim(h->0) [{g(x+h) - g(x)}/h]

f'(x) = ? * g'(x)
 
Last edited:
Physics news on Phys.org
(k/h)*(g(x+h)-g(x))/h=(k*g(x+h)-k*g(x))/h^2. That's not equal to (k*g(x+h)-k*g(x))/h. Why would you do that?
 
Check out the presentation of the formal definition of "limit" (the "delta-epsilon" formality):
http://mathforum.org/library/drmath/view/53403.html"

That doesn't answer your question, I know. But it's an unusually interesting discussion of what is really meant by "limit".

jf
 
Last edited by a moderator:
hayesk85 said:

Homework Statement



I am confused how the scalar multiple is divided out of the proof of this rule without taking an h with it in the denominator, which would get very tiny meaning the entire thing would go to infinity or negative infinity or zero, you can't tell.

Start with: f(x) = k g(x) End: f'(x) = k g'(x)



Homework Equations



This is the proof I was given:

f'(x) = lim(h->0) [k g(x+h) - k g(x)] / h

f'(x) = lim(h->0) [k {g(x+h) - g(x)}] /h

Next step I do not agree with: (Never mind -this is legal, right?)
f'(x) = lim(h->0) k [{g(x+h) - g(x)}/h]

f'(x) = k lim(h->0) [{g(x+h) - g(x)}/h]

f'(x) = k g'(x)

The Attempt at a Solution



This is what I think would happen at the step I disagree with:

f'(x) = lim(h->0) k/h * [{g(x+h) - g(x)}/h]
That's just bad algebra. You now have two "h" s in the denominators.

f'(x) = lim(h->0) k/h * lim(h->0) [{g(x+h) - g(x)}/h]f'(x) = ? * g'(x)
 
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