Slope: The Derivative of a Function at a Point

morrowcosom
Messages
52
Reaction score
0

Homework Statement


We are calculating the slope of the function f(x) = x2 /3 at x = 2.

For the function f(x) = x2 /3, we now know:

f(2) = 4/3
f(2+h) = (4 + 4h + h^2)/3
Now evaluate the difference quotient, simplifying as much as possible and cancelling h in the denominator:
--------------------------------------------------------------------------------
f(2+h) - f(2)=
--------------------------------------------------------------------------------



Homework Equations



Slope = lim h->0 [f(x0 + h) - f(x0)] / h



The Attempt at a Solution


{(4+ 4h+ h^2)/3 -4/3} /h
{4+ 4h+ h^2 -4} /h
{4h+ h^2} /h
{h(4+h)} /h
=4+h

I am doing independent study on a computer program and it says my answer is algebraically incorrect. I have gone through the arithmetic many times and cannot find anything incorrect. What am I doing wrong?
(Note: in the next step is where I would just say 4 as the final answer)
 
Physics news on Phys.org
morrowcosom said:

The Attempt at a Solution


{(4+ 4h+ h^2)/3 -4/3} /h
{4+ 4h+ h^2 -4} /h
{4h+ h^2} /h
{h(4+h)} /h
=4+h
]

You lost the 3 in the denominator in the 2nd step.
 
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...

Similar threads

Back
Top