Precal_Chris said:
in post #10 i didnt understand nething on it..it had a different equation than what i was working with
but i already had other people tell me that it was right on this ...so when i brought it up later it should still be right?
Yes, it has to be right, if you do the calculations right.
There are two ways of expressing the def. of the derivative of a function.
The first one is in terms of the points, that is
f'(a)=\lim_{x\rightarrow a}\frac{f(x)-f(a)}{x-a}
and the other is in terms of the distance between two points, h
f'(x)=\lim_{h\rightarrow 0}\frac{f(x+h)-f(x)}{h}
YOu can choose whichever one you like. Usually you should choose the one that gets you faster to the answer, and obviously using the first one f'(a), as i did in post #10 gets you way faster to the answer than the second one.
Use whichever one you like.
THese two are the same thing since h=x-a, \ \ \ so \ \\ when \ \ \ \ x--->a,h-->0 and
h=x-a=>x=h+a so f(x)=f(h+a), and x-a becomes h+a-a=h.