mathusers
- 47
- 0
consider: f:R \rightarrow R, f(x) = x^n for some n \epsilon N. I have the proof that f'(x) = nx^{n-1}.
PROOF:
-----------------------------------------
We choose an arbitary x so,
f(x) = x^n
f'(x) = \lim_{h \to 0} \frac {f(x + h) - f(x)}{h} = \lim_{h \to 0} \frac {(x + h)^n - (x)^n}{h}
Now using the fact that a^n - b^n = (a-b)(a^{n-1} + a^{n-2}b + ... + ab^{n-2} + b^{n-1}), we get
= \lim_{h \to 0} \frac {(x + h)^n - (x)^n}{h} = \lim_{h \to 0} [ (x+h)^{n-1} + (x+h)^{n-2}x + ... + (x+h)x^{n-2} + x^{n-1} ] = nx^{n-1}..
However I need explaining on a few things here:
1) is this proof entirely correct
2) I don't fully understand the line about a^n - b^n = (a-b)(a^{n-1} + a^{n-2}b + ... + ab^{n-2} + b^{n-1}). Where does this a and b come from and how do u explain the expansion of a^n - b^n.
3) Although we are using the definition of the derivative to prove that if f(x) = x^n then f'(x) = nx^{n-1}, does this proof actually directly show that the function f is differentiable? or do u have to use another individual proof? e.g. using limits etc?
4) Do you have an easier proof that f'(x) = nx^{n-1}?
Cheers :)
PROOF:
-----------------------------------------
We choose an arbitary x so,
f(x) = x^n
f'(x) = \lim_{h \to 0} \frac {f(x + h) - f(x)}{h} = \lim_{h \to 0} \frac {(x + h)^n - (x)^n}{h}
Now using the fact that a^n - b^n = (a-b)(a^{n-1} + a^{n-2}b + ... + ab^{n-2} + b^{n-1}), we get
= \lim_{h \to 0} \frac {(x + h)^n - (x)^n}{h} = \lim_{h \to 0} [ (x+h)^{n-1} + (x+h)^{n-2}x + ... + (x+h)x^{n-2} + x^{n-1} ] = nx^{n-1}..
However I need explaining on a few things here:
1) is this proof entirely correct
2) I don't fully understand the line about a^n - b^n = (a-b)(a^{n-1} + a^{n-2}b + ... + ab^{n-2} + b^{n-1}). Where does this a and b come from and how do u explain the expansion of a^n - b^n.
3) Although we are using the definition of the derivative to prove that if f(x) = x^n then f'(x) = nx^{n-1}, does this proof actually directly show that the function f is differentiable? or do u have to use another individual proof? e.g. using limits etc?
4) Do you have an easier proof that f'(x) = nx^{n-1}?
Cheers :)
Last edited: