How to calculate the magnitude of a function?

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 17K views
seto6
Messages
248
Reaction score
0

Homework Statement


I have this function:

G(w)=[itex]\frac{1}{j\omega\tau+1}[/itex]
I want to find the magnitude

Homework Equations


S=[itex]\alpha[/itex]+j[itex]\beta[/itex]

magnitude(S)=[itex]\sqrt{[itex]\alpha[/itex]^{2}+[itex]\beta[/itex]^{2}}[/itex]3. The Attempt at a Solution [/b

What i did was carry out the division,

so i got
[itex]\frac{j\omega\tau-1}{-(j\omega+1)}[/itex]
then do i just split it into real and imaginary part and then take the magnitude using this?
S=[itex]\alpha[/itex]+j[itex]\beta[/itex]

magnitude(S)=[itex]\sqrt{[itex]\alpha[/itex]^{2}+[itex]\beta[/itex]^{2}}[/itex]

Can anyone help i am not so sure how to approach this?
 
Physics news on Phys.org
seto6 said:
What i did was carry out the division,

so i got
[itex]\frac{j\omega\tau-1}{-(j\omega+1)}[/itex]

This is where you got it wrong. Try to multiply the numerator and the denominator of the original G(ω) by [itex]- j ω \tau + 1[/itex] and see what you get.
 
Then, try and think what you had to multiply by the expression [itex]- j ω \tau + 1[/itex] to get your answer.
 
seto6 said:

Homework Statement


I have this function:

G(w)=[itex]\frac{1}{j\omega\tau+1}[/itex]
I want to find the magnitude

Homework Equations


S=[itex]\alpha[/itex]+j[itex]\beta[/itex]

magnitude(S)=[itex]\sqrt{[itex]\alpha[/itex]^{2}+[itex]\beta[/itex]^{2}}[/itex]


3. The Attempt at a Solution [/b

What i did was carry out the division,

so i got
[itex]\frac{j\omega\tau-1}{-(j\omega+1)}[/itex]
then do i just split it into real and imaginary part and then take the magnitude using this?
S=[itex]\alpha[/itex]+j[itex]\beta[/itex]

magnitude(S)=[itex]\sqrt{[itex]\alpha[/itex]^{2}+[itex]\beta[/itex]^{2}}[/itex]

Can anyone help i am not so sure how to approach this?


Failexam's suggestions are all you need to do. However, if you are going to use LaTeX, why not do it properly? Your expression for "magnitude(S)" is ugly; here is what it should look like: [itex]\text{magnitude}(S)=\sqrt{\alpha^2 + \beta^2}.[/itex] To get this, just remove the "inner" [i t e x]-[/i t e x] pairs; furthermore, if you want the word "magnitude" to appear in nice text font, just include it inside the [i t e x] command, but say \text{magnitude}.

RGV
 
The magnitude of two vectors divided is the division of the magnitudes. What is the magnitude of the numerator? What is the magnitude of the denominator? What is the result of dividing those magnitudes?