Derivative Proof: Step-by-Step Explanation

  • Thread starter Thread starter tanzl
  • Start date Start date
  • Tags Tags
    Derivative Proof
Physics news on Phys.org
The expression

\frac{h}{h+k} \lim_{h \rightarrow 0} \frac{f(x+h) - f(x)}{h}

is, at the very least, very misleading. The limit expression introduces h as a 'local variable' valid only in the scope of the limit expression. So the h's on the right cannot denote the same variable as the h's on the left.

Many mathematical styles expressly forbid overloading symbols like this in an expression, so the expression is actually grammatically incorrect.

And given that the variables h and k hadn't appeared previously (yes, I know those symbols appeared as local variables in limit expressions -- but as I've said above, those symbols cannot be referring to the same variable), I believe you've simply made a mistake.


Later, you used the equality

\frac{h}{h+k} \lim_{h \rightarrow 0} \frac{f(x+h) - f(x)}{h}<br /> = \lim_{h \rightarrow 0} \frac{h}{h+k} \frac{f(x+h) - f(x)}{h}<br />

which is definitely false, because the two instances of h / (h+k) are not the same expression: they involve different variables (although the same symbols). Errors like this are the reason why using the same name for different variables is strongly discouraged.
 
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