Differential calculus, derivatives

DERRAN
Messages
34
Reaction score
0

Homework Statement



Find f'(x)= 16x - x-2 using first principles.

Homework Equations


x
http://img153.imageshack.us/img153/8403/597137697c1f605c7a43d34qz4.png


The Attempt at a Solution


I used dy/dx and got 2x-3 + 16 but I get something different when I use the formula I attempted several times and I can't get the same answer as the dy/dx.
Please need help!
 
Last edited by a moderator:
Physics news on Phys.org
Do you mean "find f'(x) if f(x)= 16x- x-1"? That's quite different from what you say!

If f(x)= 16x- x-2, then f(x+h)= 16(x+h)- (x+ h)-2

f(x+h)- f(x)= 16(x+ h)- 16x - (x+h)-2+ x-2

The first part of that is just 16x+ 16h- 16x= 16h.

The second part is
-\frac{1}{(x+h)^2}+ \frac{1}{x^2}
= \frac{-x^2}{x^2(x+h)^2}+ \frac{(x+h)^2}{x^2(x+h)^2}
= \frac{-x^2+ x^2+ 2hx+h^2}{x^2(x+h)^2}= \frac{2hx+ h^2}{x^2(x+h)^2}
so
f(x+h)- f(x)= 16h+ \frac{2hx+h^2}{x^2(x+h)^2}
Now, what is (f(x+h)- f(x))/h and what is the limit of that as h goes to 0.
 
Last edited by a moderator:
you've lost a square from the denominator for no reason during your calc, they should work
 
Thanks sorry about that it works perfectly!
 
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