View Single Post
  #4  
Old September 7th, 2008, 02:15 PM
skeeter's Avatar
skeeter skeeter is offline
MHF Contributor

 
Join Date: Jun 2008
Location: North Texas
Posts: 4,961
Country:
Thanks: 40
Thanked 2,145 Times in 2,032 Posts
skeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond repute
Default

let h = \Delta x

f(x) = x^3 - 3x + 3

f(x+h) = (x+h)^3 - 3(x+h) + 3

\lim_{h \to 0} \frac{(x+h)^3 - 3(x+h) + 3 - (x^3 - 3x + 3)}{h}

\lim_{h \to 0} \frac{x^3 + 3x^2h + 3xh^2 + h^3 - 3x - 3h + 3 - (x^3 - 3x + 3)}{h}

now, clean it up and finish finding the limit which will give you the derivative of f.
Reply With Quote
The following users thank skeeter for this useful post:
Donate to MHF