Introduction
We will deal with SISO (Single-Input Single-Output) systems and introducing the Laplace transform.
MIMO (Multiple-Input Multiple-Output) usually use a different set of mathematical machinery (matrix representation of systems, called state space form). We will uncover this but later on, but primarily focus is on SISO.
As we saw last time, differential equations can be used to represent relationship between input and output of a system.
However, there is a problem, system parameters and input and output appear throughout the equation.
We would like to represent the system where the input and output are separated from the system parameters.
Block Diagrams
As we have seen in Lecture 1, we want to be able to represent the system as series of cascading subsystems, which can easily be combined together.
However, this can not be achieved (easily) with differential equations.
Laplace Transform
The Laplace transform is a mathematical tool that allows us to convert a differential equation into an algebraic equation.
With this, we can represent the mathematical description of a given system with its block diagram representation.
Definition 1 (Laplace transform)
where is a complex-valued function of complex numbers.
is called the (complex) frequency variable, with units .
is called the time variable, with units .
Later on we will use where is the real part and is the imaginary part.
Notice that contains no information about for , this is called the one-sided Laplace transform.
In controls, the mathematical definition of the Laplace transform is rarely used, instead we use tables of Laplace transforms.
| 1 | |
Important Properties of Laplace Transform
- Linearity
- Differentiation
- Frequency Shifting
There are some other ones, but these are the most important ones.
Inverse Laplace Transform
The inverse Laplace transform is the operation that allows us to go from the Laplace domain to the time domain.
where is the imaginary unit, .
We will not use the definition of the inverse Laplace transform, instead we will use tables of inverse Laplace transforms.
Transfer Functions
A tranfer function is a relationship between the Laplace Transform of 2 signals (input and output) of a system.
Say that we have a block diagram of a system, with input and output . Where is the Laplace transform of the input signal and is the Laplace transform of the output signal .
The transfer function is defined as
when the initial conditions are zero.
Example 1
Consider the following system
Taking the Laplace transform of both sides, we get
Let’s call those polynomials for and , respectively.
Then, the transfer function is
is the characteristic function and is the characteristic equation.
The order of the system is determined by the highest power of in the characteristic equation.
Poles of a transfer function are values of for which . In other words, they are roots (solutions) of the characteristic equation. There are always poles.
Zeroes of a transfer function are values of for which . In other words, they are roots (solutions) of the numerator polynomial. There are always zeroes.
A transfer function is proper if .
Example 2 (Mass-spring-damper)
Consider a simple mass-spring-damped system.
is the force input. is the displacement of the mass (relative to its equilibrium position when f=0).
The parameters have units of , respectively.
Firstly, Newton’s second law gives us
Taking the Laplace transform of both sides, we get
Then, the transfer function is
Example 3 (Series RLC circuit)
Consider a simple electrical circuit, with a voltage source, an inductor , a resistor and a capactior in series, in a closed loop.
is the voltage input. is the charge discplacement (the rate of change of q(t) is the instantaneous current, i(t)).
The parameters have units of , respectively.
Firstly, Kirchhoff’s voltage law gives us
Taking the Laplace transform of both sides, we get
Then, the transfer function is
Combining Transfer Functions
Suppose you have on system which takes in input and produces output .
Suppose also that some other system takes in input and produces output .
The transfer function for the two systems are,
These two systems might be joined by connecting the output of the first into the input of the second so that,
Then, the combined system has transfer function
Proof:
If, instead of being connected in series, the two systems are connected in parallel so that they sahare the same input signal, but their outputs add, then,
Then, the combined system has transfer function
Proof:
Summary
- Laplace transform is a powerful tool to convert differential equations into algebraic equations.
- Transfer functions are the relationship between the Laplace transform of the input and output signals of a system.
- Transfer functions can be combined in series or parallel to form more complex systems.