Differential calculus
Differential calculus is one of the fundamental branches of mathematics, providing the theoretical foundation for understanding rates of change and optimization problems. The central concept of differential calculus is the derivative, which measures the instantaneous rate of change of a function. This concept allows us to analyze motion, optimize functions, understand the behavior of curves, and solve complex problems involving changing quantities.
Definition of the derivative
Consider a function , where we are interested in the instantaneous slope at the point . We can first consider the secant line that connects the point to another point on the function , as shown in the graph below:
@@@ Figure [differential-1]: Secant line between two points on a function @@@
By taking the limit as goes to zero, the slope of the secant line approaches the instantaneous rate of change of the function at . The derivative of a function represents the instantaneous rate of change of that function with respect to its independent variable. In geometric terms, the derivative at a point gives the slope of the tangent line to the curve at that point.
This limit, when it exists, gives us the instantaneous rate of change of at the point .
Alternative notations
The derivative can be expressed using several equivalent notations:
- (Lagrange notation)
- (Leibniz notation)
- (operator notation)
- (Newton notation, often used for time derivatives)
Geometric interpretation
The derivative represents the slope of the tangent line to the curve at the point . This geometric interpretation connects the algebraic concept of limits with the visual understanding of curves and their behavior.
Physical interpretation
In physics, if represents position as a function of time, then:
- represents velocity (rate of change of position)
- represents acceleration (rate of change of velocity)
The second derivative
The second derivative, denoted as or , is the derivative of the first derivative. It provides information about the concavity and rate of change of the slope of the original function.
Geometric interpretation
- If , the function is concave up (curves upward).
- If , the function is concave down (curves downward).
- If , there may be a point of inflection.
Physical interpretation
In physics, if represents position:
- is velocity
- is acceleration
Derivatives of common functions
Understanding the derivatives of basic functions is essential for applying differential calculus to complex problems. The following table summarizes the derivatives of the most commonly encountered functions:
| Function | Derivative |
|---|---|
| (constant) | |
Properties of derivatives
Linearity of differentiation
Differentiation is a linear operation, which means it satisfies two important properties:
These properties allow us to differentiate complex expressions by breaking them into simpler components.
The product rule
When differentiating the product of two functions, we cannot simply multiply their derivatives. Instead, we use the product rule:
The quotient rule
For the quotient of two functions, we use the quotient rule:
This rule is often remembered by the mnemonic “low d-high minus high d-low, over low squared.”
The chain rule
The chain rule is used to differentiate composite functions. If , then:
In Leibniz notation, where and , then the chain rule is expressed as:
For more complex compositions, the chain rule extends naturally:
L’Hôpital’s rule
L’Hôpital’s rule provides a method for evaluating limits of indeterminate forms, particularly those of the type or .
L’Hôpital’s rule can be applied repeatedly if the resulting limit is still indeterminate.
Critical points and optimization
Critical points are locations where the derivative of a function is zero or undefined. These points are essential for understanding the behavior of functions and solving optimization problems.
Classification of critical points
To determine the nature of a critical point, we use the following tests:
First derivative test:
- If changes from positive to negative at , then has a local maximum at .
- If changes from negative to positive at , then has a local minimum at .
- If does not change sign at , then has neither a maximum nor minimum at .
Second derivative test:
If , then:
- If , then has a local minimum at .
- If , then has a local maximum at .
- If , the test is inconclusive.
Points of inflection
A point of inflection occurs where the concavity of the function changes. This happens when:
- and changes sign at .
Curvature and radius of curvature
Curvature measures how sharply a curve bends at a given point. It is closely related to the second derivative but provides a more geometric understanding of curve behavior.
The radius of curvature represents the radius of the circle that best approximates the curve at a given point. This circle is called the osculating circle or circle of curvature. Applications include:
- Engineering: designing smooth transitions in roads and railways.
- Physics: understanding the motion of particles along curved paths.
- Computer graphics: creating smooth curves and surfaces.