Why s is substitute with jw in transfer function?

AI Thread Summary
In transfer functions, substituting s with jw transforms G(s) into G(jw) to analyze the system's behavior in the frequency domain. This substitution links the Laplace transform to the Fourier transform, allowing for the extraction of gain and phase information at specific frequencies. The gain of a linear system at frequency ω can be determined by applying a sinusoidal input and observing the output amplitude. A linear system adheres to the principle that the sum of inputs equals the sum of outputs, while a time-invariant system maintains consistent output delays regardless of input shifts. Understanding these concepts is crucial for analyzing system dynamics effectively.
hilman
Messages
17
Reaction score
0
Can anybody explain to me briefly on why in a transfer function like G(s), we substitute s=jw such that it become G(jw) in order to find its gain value?

Thanks
 
Engineering news on Phys.org
You can explain it in a variety of ways, but I prefer this one, since it's quite general:

The only difference between the bilateral Laplace transform:
$$
G(s) = \mathcal{L}\{f(t)\} = \int_{-\infty}^\infty e^{-st} f(t)dt\\
$$
and the Fourier transform:
$$
H(\omega) = \mathcal{F}\{f(t)\} = \int_{-\infty}^\infty e^{-j\omega t} f(t) dt
$$
is the variable substitution ##s = j\omega##, i.e. ##H(\omega) = G(s)\left.\right|_{s = j\omega} = G(j\omega)##.

For some system with transfer function ##G(s)##, ##G(s)## is also its impulse response, which makes ##G(j\omega)## the Fourier transform of its impulse response.

More intuitively:
To find the gain of a linear system at some frequency ##\omega##, you could apply a sinusoidal input with frequency ##\omega## and unity amplitude, and observe the amplitude of the output signal, which directly gives you the gain of the system at ##\omega##.

An ideal impulse has components with unity amplitude at all frequencies, and thus ##G(j\omega)## "picks out" the gain and phase of the system at ##\omega## from its impulse response.

Makes sense?
 
  • Like
Likes hilman
Wow, I like your answer. I am still a beginner in this kind of things and I can understand most of your answer. But one question. What is exactly a linear system?
Thanks in advance
 
hilman said:
Wow, I like your answer. I am still a beginner in this kind of things and I can understand most of your answer. But one question. What is exactly a linear system?
Thanks in advance
a big thing in looking at systems like this is knowing if they are linear and if they are time invarient.

you should know these

Linear:: more or less to be a linear system the sum of two inputs have to equal the sum of the two outputs
x1(n)=y1(n)
x2(n)=y2(n)
so in order to be linear
x1(n)+x2(n)=y1(n)+Y2(n)

then continue that out to inf and -inf

for a system that is time invariant, delaying the input by a constant delays the output by the same amount.

given the system x(t)=y(t)

x(t-d)=y(t-d) for all values of t and d
 
donpacino said:
a big thing in looking at systems like this is knowing if they are linear and if they are time invarient.

you should know these

Linear:: more or less to be a linear system the sum of two inputs have to equal the sum of the two outputs
x1(n)=y1(n)
x2(n)=y2(n)
so in order to be linear
x1(n)+x2(n)=y1(n)+Y2(n)

then continue that out to inf and -inf
basically, this means if you graph the system, it will be a straight line.

for a system that is time invariant, delaying the input by a constant delays the output by the same amount.

given the system x(t)=y(t)

x(t-d)=y(t-d) for all values of t and d
 
Generally,

## s = \sigma + j \omega##

When ##\sigma = 0##, ##s = j \omega##

## \sigma ## is the Neper frequency. It tells us the rate at which the function decays (when it is negative).

## \omega ## is the radial frequency. It tells us the rate at which the function oscillates.
 
  • Like
Likes berkeman
I have Mass A being pulled vertically. I have Mass B on an incline that is pulling Mass A. There is a 2:1 pulley between them. The math I'm using is: FA = MA / 2 = ? t-force MB * SIN(of the incline degree) = ? If MB is greater then FA, it pulls FA up as MB moves down the incline. BUT... If I reverse the 2:1 pulley. Then the math changes to... FA = MA * 2 = ? t-force MB * SIN(of the incline degree) = ? If FA is greater then MB, it pulls MB up the incline as FA moves down. It's confusing...
Hi. I noticed that all electronic devices in my household that also tell time eventually lag behind, except the ones that get synchronized by radio signal or internet. Most of them are battery-powered, except my alarm clock (which runs slow as well). Why does none of them run too fast? Deliberate design (why)? Wrong temperature for quartz crystal? Decreasing battery voltage? Or just a coincidence?
Back
Top