Calculus
This chapter covers the following topics:
- The Derivative
- L’Hospital’s Rule (L’Hôpital’s Rule)
- Test for a Maximum and Minimum
- Point of Inflection
- Curvature and Radius of Curvature
- Partial Derivative
- Derivatives
- Integral Calculus
- Indefinite Integrals
- Differential Equations
- Fourier Transform
- Laplace Transforms
The derivative
The derivative of a function describes how the function’s output changes as its input changes. In other words, it measures the function’s instantaneous rate of change.
For a function , the derivative is defined by the limit:
L’Hospital’s rule (L’Hôpital’s rule)
L’Hospital’s Rule helps you evaluate limits that produce indeterminate forms such as or . The idea is to differentiate the numerator and denominator separately.
If
is indeterminate, then:
provided the right-hand limit exists.
Test for a maximum and minimum
To decide whether a function has a local maximum or local minimum at a critical point , you can use the second derivative test.
- If , then is a local minimum.
- If , then is a local maximum.
Point of inflection
A point of inflection is a point where the curve changes concavity (the curvature changes direction). In terms of derivatives, this happens when the second derivative changes sign.
A common condition to check is:
and there is a sign change in around that point.
Curvature and radius of curvature
Curvature () measures how sharply a curve bends at a point. One way to define curvature is:
where is the angle of the tangent and is the arc length.
The radius of curvature () is the reciprocal of curvature:
It represents the radius of the circular arc that best approximates the curve at that point.
Partial derivative
A partial derivative is the derivative of a multivariable function with respect to one variable, treating the other variables as constants.
For a function , the partial derivative with respect to is:
Derivatives
In these formulas, represent functions of . Also, and represent constants.
All arguments of the trigonometric functions are in radians. A constant of integration should be added to the integrals.
The following definitions are used:
Basic differentiation rules
Power and logarithmic differentiation
Exponential and trigonometric differentiation
Inverse trigonometric differentiation
Integral calculus
Integral calculus focuses on accumulation. It’s used to compute quantities like area under a curve, volume, and total change.
An indefinite integral represents a family of antiderivatives. For a function :
where is an antiderivative of , and is the constant of integration.
Indefinite integrals
Basic integration rules
Logarithmic and exponential integrals
Trigonometric integrals
Logarithmic and hyperbolic integrals
Rational integrals
Differential equations
Ordinary linear differential equations
A common class of ordinary linear differential equations has the form:
where
are constants.
Homogeneous solution
When the equation is homogeneous (i.e., ), the solution is:
where is a distinct root of the characteristic polynomial with:
Higher orders of multiplicity imply higher powers of . The complete solution for the differential equation is:
where is the general solution for the homogeneous equation, and is any particular solution for . If has terms, then resonance is involved.
Furthermore, specific forms result in specific forms, some of which are:
- If then
- If then
- If then , where is a polynomial of degree $m.
If the independent variable is time, , then transient dynamic solutions are implied.
First-order linear homogeneous differential equations with constant coefficients
where is a real constant.
Solution:
where is a constant that satisfies the initial conditions.
First-order linear nonhomogeneous differential equations
with initial condition:
where, = time constant, and = gain
Solution:
where:
Second-order linear homogeneous differential equations with constant coefficients
An equation of the form:
can be solved by the method of undetermined coefficients, where a solution of the form:
is sought.
By substitution, the characteristic equation is:
The roots of the characteristic equation are:
The nature of the solution depends on the discriminant :
-
If , the solution is in the form of real distinct roots:
-
If , the solution is in the form of repeated roots:
-
If , the solution is in the form of complex conjugate roots:
Given:
The solution is:
where:
Fourier transform
The Fourier transform converts a signal from the time domain to the frequency domain. This is useful because many signals can be viewed as a sum of sinusoids (sines and cosines) at different frequencies. The transform tells you which frequencies are present and how strong they are.
For a continuous-time signal , the Fourier transform is:
Where:
- : Fourier transform of
- : frequency in Hz
- : time in seconds
- : imaginary unit
To retrieve the original time-domain signal from its frequency-domain representation , use the inverse transform:
Key properties
Please refer to the FE Handbook for detailed properties of the Fourier Transform.
Laplace transform
The Laplace transform converts a time-domain function (often written as ) into a function of a complex variable . It’s widely used in engineering, physics, and control systems, especially for solving differential equations.
The Laplace transform of is defined as:
and the inverse Laplace transform is:
Where:
- : a real- or complex-valued function defined for
- : a complex number,
- : the Laplace transform of
The inverse Laplace transform is used to retrieve the time-domain function from its Laplace domain .
Often, inverse transforms are found using partial fractions or standard transform tables.
Key properties
Please refer to the FE Handbook for detailed properties of the Laplace transform.