Can someone verify my answer for the problem in my post below
Thread starterkendal12
Start date
#1
kendal12
ok, so I worked out the problem and got 2x+a... is this correct? For some reason I don't think it is, but I thought I worked it out right... I just want to know if I'm on the right track so I don't do all 50 problems wrong
Do you mean
lim ( (x+∆x)^2 - x^2 ) / ∆x
∆x approaches 0?
If so, you get 2x. Otherwise, if you meant the problem as you typed it, you get 0 (or undefined if x=0).
#5
traianus
80
0
Your problem is a verification of the definition of derivative.
In particular \frac{d}{dx}\left[x^2 \right] = \lim _{\Delta x\rightarrow 0} \frac{(x+\Delta x)^2 - x^2}{\Delta x} = <br />
\lim _{\Delta x\rightarrow 0} \frac{x^2 + 2x\Delta x + (\Delta x)^2 - x^2}{\Delta x} = \lim _{\Delta x\rightarrow 0} \frac{2x\Delta x + (\Delta x)^2 }{\Delta x} = \lim _{\Delta x\rightarrow 0} (2x+ \Delta x) = 2x
Notice that in general (for other functions) both right and left limit have to exist in order to say that the derivative exists. In this case you have a simple polinomyal problem and this is not an issue.
If you do not like the notation \Delta x for a small number, you can use the equivalent notation: