Question:
How do you find the magnitude of a vector with complex components?
Vegatude
2010-11-13 00:42:54 UTC
Take for instance, a vector v=ax+iy+bz. I'm unsure how to handle the imaginary part. Do you just square it so that the magnitude is Sqrt[a^2-1+b^2] or should i take the absolute value of it's square giving Sqrt[a^2+1+b^2]? Thanks.
Four answers:
MathPhD
2010-11-13 01:11:15 UTC
I think what you need is a definition for magnitude in this case and I think an appropriate one is sqrt( v dot v_conjugate ). So for your v, it is the second result, but not absolute value. In fact, say (1+i)x + (2+3i)y has magnitude sqrt( 2 + 13) = sqrt(15).



inner product is a key word in this.
liberis
2016-11-03 06:17:53 UTC
Magnitude Of Complex Vector
Jean
2016-04-07 04:17:40 UTC
For the best answers, search on this site https://shorturl.im/awruJ



Either with complex numbers -2.5m + j 4.2m = 4.89m <121° or magnitude = √ [ (-2.5)^2 + (4.2)^2 ] = 4.89m & angle = arctan (+4.2/-2.5) = -59.2° We have a negative x and a positive y. This puts us in quadrant II, so we have to add 180° to our angle to get the angle relative to the positive x-axis. angle = 180° + -59.2° = 121° Ans: 4.89m <121°
?
2010-11-13 01:10:16 UTC
see here how it is defined:

http://cnx.org/content/m10504/latest/


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...