math:calculus

This is an old revision of the document!


Calculus

“calculus of infinitesimals”, study of continous change

study of rates ath which quantities change.

Example of a straigth line $y=mx+b$, $m=\Delta y / \Delta x$

“Differentialquotient”:

$m = \lim_{x_1 -> x_0} \frac{f(x_1) - f(x_0)}{x_1 - x_0}$

$f'(x) = \frac{d}{dx} f(x) = \lim_{h -> 0} \frac{f(x + h) - f(x)}{h}$

$f''(x) = \frac{d^2}{dx^2} f(x)$

Geometrically, derivative of f at point x=a is slope of tangent line.

Relation between collection of functions and their derivatives.

Ordinary differential equation:

Differential operator

$y' = 2y + x^2$ ⇒ $f'(x)=2*f(x)+x^2$ ⇒ $\frac{dy}{dx} = 2y + x^2$

$\frac{dy}{dx} = y^2 * x$

$dy = y^2 * x {dx}$

$\frac{1}{y^2} dy = x {dx}$

$\int \frac{1}{y^2} dy = \int x {dx}$

  • math/calculus.1577051942.txt.gz
  • Last modified: 2019/12/22 22:59
  • by phreazer