Update
This commit is contained in:
parent
9347555db9
commit
884594926a
17 changed files with 1909 additions and 1865 deletions
|
@ -52,6 +52,8 @@ Now listen up, here comes the truth about calculus. Doing it correctly and preci
|
|||
|
||||
The basics of calculus aren't that hard, however it can go deeper and deeper and one can probably dedicate whole life just to learning more and more; as you learn the basic derivatives and integrals, you move on to multidimensional calculus, vector calculus, integrating over curves and surfaces, various esoteric methods of analytical and numerical integration etcetc.
|
||||
|
||||
Calculus may also be considered advanced for the fact that -- [historically](history.md) speaking -- it's relatively "new", i.e. it took a long time to develop it and ancient and medieval civilizations existed without it despite otherwise having quite impressive math already. Of course precursors to calculus date very far back in history, parts of it and some special case problem were examined and solved, but it wasn't until 17th century when it was developed into a complete, general discipline. That happened thanks to Newton and Leibniz (they happened to develop it independently).
|
||||
|
||||
## Derivative
|
||||
|
||||
Derivative finds how **quickly a function grows** at any given point. DOING derivatives is called **differentiation** (confusingly because differential is a term distinct from derivative). Since derivative and integral are opposite operations, one would assume they'd be equally difficult to handle, but no, derivative is the **easier** part! So it's always taught first. It's kind of like multiplication and division -- multiplication is a bit easier (division has remainders, undefined division by zero etc.).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue