Jul 31, 2024
y - y0 = M(x - x0)
Slope of Secant Line:
Slope = (f(Q) - f(P)) / (Q - P) where Q gets closer to P.Limit Notation:
f'(x0) = lim (Delta X -> 0) (f(x0 + Delta X) - f(x0)) / Delta X
Using the Derivative Formula:
Delta F / Delta X = (f(x0 + Delta X) - f(x0)) / Delta Xf(x) = 1/xf'(x0) = -1 / x0^2
f(x) = x^n.f'(x) = n*x^(n-1).