Compute derivative using the definition of the derivative.

f(x)=1+1/x^2

1+ 1/(x+h)^2 - (1+ 1/(x^2))
------ divide by h and multiply by reciprocal

1/h(x+h)^2 - 1/hx^2

Next I expanded it and got this messy huge number and multiply the bottom of each other after cancelling some terms out

(2h^2x+h^3)/(h^2x^4+2h^3x^3+h^4x^2) That's as far as I got and I'm not quite sure what I did wrong or what to do next, however I checked online and the actual derivative is -2/x^3

2 answers

f´(x)= lim [ f ( x + ∆h ) - f ( x ) ] / ∆h
∆h-> 0

In this case :

f ( x ) = 1 + 1 / x ^ 2

f ( x + ∆h ) = 1 + 1 / ( x + ∆h ) ^ 2

f ( x + ∆h ) - f ( x ) =

1 + 1 / ( x + ∆h ) ^ 2 - ( 1 + 1 / x ^ 2 ) =

1 + 1 / ( x + ∆h ) ^ 2 - 1 - 1 / x ^ 2 =

1 / ( x + ∆h ) ^ 2 - 1 / x ^ 2 =

x ^ 2 / [ x ^ 2 * ( x + ∆h ) ^ 2 ] - ( x + ∆h ) ^ 2 / [ x ^ 2 * ( x + ∆h ) ^ 2 ] =

[ x ^ 2 - ( x + ∆h ) ^ 2 ] / [ x ^ 2 * ( x + ∆h ) ^ 2 ] =

[ x ^ 2 - ( x ^ 2 + 2 x ∆h + ∆h ^ 2 ) ] / [ x ^ 2 * ( x + ∆h ) ^ 2 ] =

[ x ^ 2 - x ^ 2 - 2 x ∆h - ∆h ^ 2 ] / [ x ^ 2 * ( x + ∆h ) ^ 2 ] =

[ - 2 x ∆h - ∆h ^ 2 ] / [ x ^ 2 * ( x + ∆h ) ^ 2 ] =

∆h [ - 2 x - ∆h ] / [ x ^ 2 * ( x + ∆h ) ^ 2 ]

f ( x + ∆h ) - f ( x ) = ∆h [ - 2 x - ∆h ] / [ x ^ 2 * ( x + ∆h ) ^ 2 ]

Now:

f´(x)= lim [ f ( x + ∆h ) - f ( x ) ] / ∆h
∆h-> 0

f´ (x)= lim { ∆h [ - 2 x - ∆h ] / [ x ^ 2 * ( x + ∆h ) ^ 2 ] } / ∆h
∆h-> 0

f ´ (x)= lim ∆h [ - 2 x - ∆h ] / { ∆h [ x ^ 2 * ( x + ∆h ) ^ 2 ] }
∆h-> 0

f ´ (x)= lim [ - 2 x - ∆h ] / [ x ^ 2 * ( x + ∆h ) ^ 2 ]
∆h-> 0

As ∆h-> 0 then:

- 2 x - ∆h = - 2 x - 0 = - 2 x

( x + ∆h ) ^ 2 = ( x + 0 ) ^ 2 = x ^ 2

so :

f´(x)= lim [ - 2 x - ∆h ] / [ x ^ 2 * ( x + ∆h ) ^ 2 ] =
∆h-> 0

- 2 x / ( x ^ 2 * x ^ 2 ) =

- 2 x / x ^ 4 =

- 2 x / ( x * x ^ 3 ) =

- 2 / x ^ 3
In your homework you can replace ∆h with h

Is all the same.
Similar Questions
  1. If x = t^2 + 1 and y = t^3, then d^2y/dx^2 =I know I can solve for t in terms of x and substitute that into y = t^3 and find the
    1. answers icon 2 answers
  2. Letf(x)={−2x2+7x, for x<0 8x2−5, for x⩾0. According to the definition of the derivative, to compute f′(0), we need to
    1. answers icon 1 answer
  3. f(x) = x2 + 2x - 1Compute the derivative (that is, the derivative function) by evaluating the limit. Show your work.
    1. answers icon 1 answer
  4. g(x) = -500/x , x does not equal 0Compute the derivative (that is, the derivative function) by evaluating the limit
    1. answers icon 1 answer
more similar questions