• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help with converting into polar form

Techie333

Platinum Member
I know this may sound dumb, but my brain is just not working right now. How would I covert the following into polar form i.e. Ae^(j@), where @ = degrees.

2/(-5+j10)

EDIT: PROBLEM SOLVED, THANKS DIGHN!
 
multiply that by (-5-j10)/(-5-j10) to convert it into disctinct real and img components. A is the magnitude of that (use pythagoras), and angle is just atan(img/re) - you get of course two angles, just use the sign of the img component (0-pi for +, pi-2pi for -)
 
Originally posted by: dighn
multiply that by (-5-j10)/(-5-j10) to convert it into disctinct real and img components. A is the magnitude of that (use pythagoras), and angle is just atan(img/re) - you get of course two angles, just use the sign of the img component (0-pi for +, pi-2pi for -)
THanks a lot! I figured it out!
 
Back
Top