|
Congratulations. Now that you're a grown-up, you can re-do the damage by learning https://en.wikipedia.org/wiki/Non-standard_analysis On a more serious note, you can understand most, if not all, of Calculus by saying that dx=0.0001, and that A ~= B if they don't differ by more than, say, 0.01 (say, that's the instrument error). Then you get your limits, FTC, and so on, and verify the results with a four-function calculator. Example: f=x^2, f' = ? (f(x+dx) - f(x))/dx = (x^2 + 2x*dx + dx^2 - x^2)/dx = 2x + dx = 2x + 0.0001 ~= 2x The mental effort you have to make here is that things on the LHS of ~= are "actual" values, and on the RHS are "measured" values, and that ~= is not an equivalence relation. On a yet more serious note, learning about differential forms will help justify some of that high-school notation. On a philosophical note, Weierstrass is not the end-all of Calculus. Neither Newton nor Leibniz did it that way. By adding rigor, some argue that the essence has been obscured (hence the non-standard analysis above). |