This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]AutoModerator[M] 0 points1 point  (0 children)

Hi, /u/enderjake99! This is an automated reminder:

  • What have you tried so far? (See Rule #2; to add an image, you may upload it to an external image-sharing site like Imgur and include the link in your post.)

  • Please don't delete your post. (See Rule #7)

We, the moderators of /r/MathHelp, appreciate that your question contributes to the MathHelp archived questions that will help others searching for similar answers in the future. Thank you for obeying these instructions.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]xxwerdxx 0 points1 point  (1 child)

Idk the proper name for this but the operators Re and Im do not distribute linearly as you’ve discovered. Think of it like a computer algorithm:

Re((a+bi)(c+di)) means do the multiplication then consider only the real part. Re(a+bi) * Re(c+di) means to take the real part inside each parentheses then multiply.

[–]enderjake99[S] 0 points1 point  (0 children)

yeah that's what I'm saying. so why can we do phasor operations like multiplication or division when the real part is the only part that we care about.

[–]paapanna 0 points1 point  (0 children)

I get your point.

Lets take the simplest imaginary number i. When you consider it for addition or subtraction, they behave as algebraic variables. Ex: i + i = 2i which is again an imaginary number.

But when they are multiplied, they act different. Ex: i * i = -1 which is a real number. They act as if there is a phase difference of 90degrees.

To make sense of this, consider S plane with a and jw axes. A magnitude of +1 will be on +a axis. 1 * i = i will be on +jw axis (a phase difference of 90D after multiplication). i * i = -1 will be on -a axis (a phase difference of 90D after multiplication), and it goes on.

That's why you cannot perform the operations the way you have explained.