Hello again,
Let me ask you a question...
Say we have a low pass filter made from a single resistor and a single capacitor. We analyze the output with a (peak) unit sinusoidal input wave.
The transfer function is:
1/(s+1)
so the amplitude is:
1/sqrt(w^2+1)
The output will be a sine wave, so the amplitude of the sine wave output for four different frequencies is:
0.1Hz, ampl=0.8467
0.2hz, ampl=0.6227
0.4Hz, ampl=0.3697
0.8Hz, ampl=0.1951
So what do these four distinct waves look like?
Well, since the wave for 0.1Hz has an amplitude of 0.8467 the output wave therefore is a sinusoid with peak of 0.8467, so the relative form is:
0.8467*sin(2*pi*0.1*t).
What about the 0.2Hz wave?
That is a sinusoid with peak 0.6227. The form is 0.6227*sin(2*pi*0.2*t).
Ditto for the other two waves with their respective amplitudes.
How did we know this?
Because we found that the amplitudes were going to be:
1/sqrt(w^2+1)
times the input, or:
Vout=(1/sqrt(w^2+1))*sin(w*t)
Now this is not an exact representation of the output, because we did not include the phase shift. However, if we look at this on a scope and sync at the zero degree point on the sinusoid, we'll see this wave just as above. It makes sense to interpret it this way then when the phase is not important in our problem.
Now here comes the question for you...
You see that we have 1/sqrt(w^2+1) multiplying the sine wave. This definitely is a function that has 'w' in the denominator.
My question for you then is this:
>>>> Do you see any reason why we can NOT interpret the factor 1/sqrt(w^2+1) as an amplitude of the sinusoid? <<<<