Why Does A Equal the Reciprocal of the Modulus in This Complex ODE Solution?

  • Context: Graduate 
  • Thread starter Thread starter gdbb
  • Start date Start date
  • Tags Tags
    Complex
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
gdbb
Messages
51
Reaction score
0
I'm trying to solve the real part of the ODE

[itex]\tilde{y}' + k\tilde{y} = ke^{i \omega t}[/itex]

in polar form, and I'm running into a problem. I understand up until here:

[itex]\frac {1} {1 + i(\frac {\omega} {k})} = Ae^{-i \phi}[/itex]

which I can see is equal to

[itex]A(cos(- \phi) + isin(- \phi))[/itex]

and that is where I get stuck. Apparently, with the use of right triangle trig in the complex domain, this is true:

[itex]A = \frac {1} {\sqrt{1 + (\frac {\omega} {k})^2}}[/itex]

and I cannot for the life of me understand why A is equal to the reciprocal of the absolute value of the modulus, rather than just the absolute value of the modulus itself.

Please help!
 
Physics news on Phys.org
As you said, A is equal to the absolute value of the modulus, which is [itex]\frac{1}{\sqrt{1+ ( \frac{ \omega }{h})^2}}[/itex] as written.
 
Hmm, I guess I just don't understand the complex domain, then. Shouldn't the modulus be equal to

[itex]\sqrt{Im^2 + Re^2}[/itex]

for which [tex]Im[/tex] is the imaginary component and [tex]Re[/tex] is the real component of the complex number? I know that

[tex]\arg{\alpha} = -\arg{\frac {1} {|\alpha|}}[/tex]

but, if that leads to the answer here, I don't see the connection, as the argument function deals with angles, and the modulus is the magnitude, not the angle.
 
ebob said:
Hmm, I guess I just don't understand the complex domain, then. Shouldn't the modulus be equal to

[itex]\sqrt{Im^2 + Re^2}[/itex]

for which [tex]Im[/tex] is the imaginary component and [tex]Re[/tex] is the real component of the complex number?
Yes, that's right.

So, what are the real and imaginary parts of [itex]\frac {1} {1 + i(\frac {\omega} {k})}[/itex] ?
 
Oh! We multiply by the complex conjugate. Let me see if I can work this out now...

[itex]\begin{align*} <br /> z = \frac {1} {1 + i( \frac {\omega} {k})} &= \frac {1 - i(\frac {\omega} {k})} {1 + (\frac {\omega} {k})^2}\\<br /> <br /> &= \frac {1} {1+(\frac {\omega} {k})^2} - \frac {i(\frac {\omega} {k})} {1 + (\frac {\omega} {k})^2} <br /> <br /> \end{align*}[/itex]

Rewriting and taking the real part of that...

[itex]\begin{align*}<br /> <br /> z \bar{z} = |z|^2 &= \frac {1} {1 + (\frac {\omega} {k})^2} \\<br /> <br /> \Rightarrow |z| &= \frac {1} {\sqrt{1 + (\frac {\omega} {k})^2}}<br /> <br /> \end{align*}[/itex]

Hmm. I feel like I just went around in a circle. I mean, this work makes sense, but I still don't understand why the amplitude A is equal to the reciprocal of the modulus, rather than just the modulus itself.
 
It is equal to the modulus itself, which as I said before is [itex]\frac{1}{\sqrt{1+ ( \frac{ \omega }{h})^2}}[/itex]. And you have just proved it.
 
Alright, I think I understand now. Thanks!