Difference between revisions of "Calculus"

From apimba
Jump to navigation Jump to search
Line 11: Line 11:
 
The ideas behind each of the tools of calculus will be described, but detailed math behind is left for others.
 
The ideas behind each of the tools of calculus will be described, but detailed math behind is left for others.
  
* Fourier Transform
+
* [[Fourier Transform]]

Revision as of 13:52, 24 March 2020

Other than a mental exercise and to show how smart someone is, I never saw much use in spending the time and effort to really learn calculus. Numerical methods are used to do calculations, not calculus, so what is it really used for? The ideas underlying calculus though, they are what's valuable. Particularly the concept of infinitesimal, which blew my mind when I first heard of it.

An infinitesimal is some quantity that is explicitly nonzero and yet smaller in absolute value than any real quantity. A change in this quantity is called a differential, usually notated as dx, if x is the variable.


Calculus can be used to create equations for model systems, which are then calculated on computers and compared to the real result. As with all math though, calculus only approximates reality.

Calculus also allowed for the creation of useful tools, such as the Fourier Transform. Understanding the concept of Fourier transformation is useful, but going through the math of it also seems a waste of brain space.

The ideas behind each of the tools of calculus will be described, but detailed math behind is left for others.