CalculusΒΆ

Calculus is a branch of mathematics that gives tools to study rate of change of functions trough two main areas: derivatives and integrals

DerivativesΒΆ

The derivative of a function is related to its rate of change. The rate of change tells you how much the output of the function changes when a change is done to the input. It is calculated as the ratio between a change in the output and the corresponding change in the input.

You measure the distance traveled (in meters) of a moving train as a function of time (in seconds), as represented in Figure.

_images/time_distance.png

Distance is represented as a function of time. Now, say that you record the speed of the train.

_images/distance_speed.png

The slope in the left panel corresponds to the rate of change of the function at this point. For instance, if you take the red slope, you can see that in one unit of time, the distance traveled is 2 meters (for instance, between π‘₯=0 and π‘₯=1 , you go from 𝑦=βˆ’1 to 𝑦=1 ).

Mathematically, the plot in the right figure shows the derivative of the function plotted in the left figure. The derivative of a function 𝑓 with respect to π‘₯ is the rate of change of 𝑓 as a function of π‘₯. The derivative of 𝑓 is another function which takes π‘₯ as input and returns the slope of the tangent line of 𝑓 at this value of π‘₯.

LimitsΒΆ

that the derivative at a point of a function is the slope of the tangent line at this point. We consider that the distance between these two points, usually called Ξ”π‘₯.

_images/derivatives_tangent.png

Mathematically, the difference between the two points on the curve when Ξ”π‘₯ approaches zero is denoted as

\[\lim_{\Delta x \to 0} f(x + \Delta x) - f(x)\]

This is the concept of limit: this expression is read as β€œthe limit of \(f(x + \Delta x) - f(x)\) as \(\Delta x\) approaches zero”.

\(f(x + \Delta x) - f(x) as \Delta x\) approaches zero”.

Calculating Derivatives

The rate of change is given by the slope of the tangent line.

_images/slope_delta_ratio.png
\[\frac{\Delta y}{\Delta x} = \frac{f(a + \Delta x) - f(a)}{\Delta x}\]

When Delta x approaches zero, this is the differentiation equation, used to calculate the derivative of the function f with respect to x. It is denoted as:

\[\frac{d f(x)}{dx} = \lim_{\Delta x \to 0} \frac{f(x + \Delta x) - f(x)}{\Delta x}\]

With the Leibniz notation, you write:

\[\frac{d f(x)}{dx}\]

Derivatives of Linear And Nonlinear FunctionsΒΆ

You can extract rules from the fact that a function derivative corresponds to its rate of change.

Constant Function

The rate of change of a function is equal to zero when y does not depend on x (when the value of y is the same for any x). For instance, take the function f(x) = 4.