Page 1 of 1

Derivasjon

Posted: 07/12-2005 23:03
by Guest
Hvordan deriverer man f(x)=x^2 + 1.5x ved hjelp av

(f(x)-f(x+deltax)-f(X))/deltax

Posted: 07/12-2005 23:46
by Solar Plexsus
Den deriverte av f(x) = x[sup]2[/sup] + 1,5x blir

lim_(Δx -> 0) [ (f(x + Δx) - f(x)) / Δx ]

= lim_(Δx -> 0) [(x + Δx)[sup]2[/sup] + 1,5(x + Δx) - (x[sup]2[/sup] + 1,5x) / Δx]

= lim_(Δx -> 0) [ (x[sup]2[/sup] + 2xΔx + Δx[sup]2[/sup] + 1,5x + 1,5Δx - x[sup]2[/sup] - 1,5x) / Δx ]

= lim_(Δx -> 0) [ (Δx[sup]2[/sup] + 2xΔx + 1,5Δx) / Δx ]

= lim_(Δx -> 0) [ Δx + 2x + 1,5 ]

= 2x + 1,5.