I have to prove x^3 is differentiable at x=4

  • Thread starter Thread starter Caeder
  • Start date Start date
  • Tags Tags
    Differentiable
Caeder
Messages
13
Reaction score
0
I have to prove x^3 is differentiable at x=4 using the definition of what it means for something to be differentiable.

So I was wondering if I just have to show that f'(4) = \lim_{x \to 4} \frac {f(x) - f(4)}{x - 4} exists, where f(x) = x^3.

So...

f'(4) = \lim_{x \to 4} \frac {x^3 - 64}{x - 4}

= \lim_{x \to 4} \frac{(x-4)(x^2 + 4x + 16)}{x-4}

= \lim_{x \to 4} x^2 + 4x + 16.

So the limit (derivative) is 48...does this prove it's dif'able at x=4?
 
Physics news on Phys.org
The proof is acceptable at an elementary calculus level. If you are taking advanced calculus, you would need a little more formalism, but the idea is the same.
 
Ha, then I bet for a Real Analysis course this proof would be unacceptable :-p
 
actually all you need to do is add a few lines of text justifying each step. Use facts like continuity preserves convergence and the functional limit at a point x does not even require the function to be defined at the point, just near it.

That aside the proofs for adcalc/analysis and calculus are identical
 
SiddharthM said:
actually all you need to do is add a few lines of text justifying each step. Use facts like continuity preserves convergence and the functional limit at a point x does not even require the function to be defined at the point, just near it.

That aside the proofs for adcalc/analysis and calculus are identical

With a few more epsilons and deltas in the mix ;)
 
JonF said:
With a few more epsilons and deltas in the mix ;)

once you prove that functional limit definition is equivalent to the sequence limit definition (this is analogous to continuity and sequential continuity the difference being you don't consider the point which you are approaching, in fact f doesn't have to be defined at that point for the limit to exist) you see that because of continuity

the limit of a polynomial at x is the polynomial evaluated at x.

so that any epsilon-delta argument is unnecessary.
 
Caeder said:
I have to prove x^3 is differentiable at x=4 using the definition of what it means for something to be differentiable.

So I was wondering if I just have to show that f'(4) = \lim_{x \to 4} \frac {f(x) - f(4)}{x - 4} exists, where f(x) = x^3.

So...

f'(4) = \lim_{x \to 4} \frac {x^3 - 64}{x - 4}

= \lim_{x \to 4} \frac{(x-4)(x^2 + 4x + 16)}{x-4}

= \lim_{x \to 4} x^2 + 4x + 16.

So the limit (derivative) is 48...does this prove it's dif'able at x=4?
Because "differentiable at x= a" means precisely that that limit exists!
 

Similar threads

Back
Top