Okai, so we were learning about Newtons method of differentiation and I came to questions why Isaac Newton or Leibniz use the following function.
$${f(x+h) - f(x)\over h}$$
$h$ is the distance at the X axis of the point we wish to find. However, this equation requires us to use a function $\lim$ which really means that the number $h$ is of such small significance that we simply remove it from the equation. Which in my eyes is more about relativity than maths. Lets say we use the function = $$x^2+4x$$ We all know that derivative is = $$2x + 4$$ So I came up with a solution like this.
$${f(x+h) - f(x-h)\over 2h}$$
Why dont we use this method instead of learning to use a method that requires us to use relativity and take it into consideration?
EDIT:
$$f(x+h) = (x+h)^2 + 4(x+h)$$ $$f(x-h) = (x-h)^2 + 4(x-h)$$
Derivate is:
$$(((x+h)^2 + 4(x+h)) - ((x-h)^2 + 4(x-h))/h)\over 2$$
which gives out to be = 2x + 4 once all the calculation has been carried out.