Simplest way to approximate sqrt of complex numbers

Click For Summary
SUMMARY

The fastest method to approximate the square root of complex numbers, such as sqrt(2 + 3i), involves breaking down the expression into its real and imaginary components. The formula \(\sqrt{x+iy} = a+bi\) leads to the equations \(x = a^2 - b^2\) and \(y = 2ab\), which can be solved for 'a' and 'b'. Alternatively, using polar coordinates, the approximation can be derived from \(\sqrt{r(cos(\theta)+ i sin(\theta))} = \sqrt{r}(cos(\theta/2)+ i sin(\theta/2))\), where \(r = \sqrt{x^2 + y^2}\) and \(\theta = arctan(y/x)\).

PREREQUISITES
  • Understanding of complex numbers and their properties
  • Familiarity with polar coordinates and trigonometric functions
  • Basic algebra for solving equations
  • Ability to use a spreadsheet for calculations
NEXT STEPS
  • Research the derivation of square roots of complex numbers using algebraic methods
  • Learn about polar representation of complex numbers and its applications
  • Explore numerical methods for approximating complex functions
  • Practice solving complex equations using spreadsheet software like Microsoft Excel or Google Sheets
USEFUL FOR

Students studying complex analysis, mathematicians, and anyone needing to compute square roots of complex numbers without advanced calculators or software.

jkg0
Messages
15
Reaction score
0
I have a ton of homework with square roots of complex numbers. Like sqrt(2 + 3i)

What is the fastest way to break these down into its approximates like 1.67 + 0.895i without using a TI89/Maple/Matlab/Mathmatica.
 
Physics news on Phys.org
You could just do a general case for x+iy

[tex]\sqrt{x+iy} = a+bi \Rightarrow x+iy = (a+bi)^2[/tex]and then just equate the real and imaginary parts. Though you will have to solve for 'a' and 'b'. Then you could just either put the numbers into a spreadsheet or calculate by hand when you get 'a' and 'b' in terms of 'x' and 'y'.
 
Or use the fact that [itex]\sqrt{r(cos(\theta)+ i sin(\theta))}= \sqrt{r}(cos(\theta/2)+ i sin(\theta/2))[/itex].

For x+ iy, [itex]r= \sqrt{x^2+ y^2}[/itex] and [itex]\theta= arctan(y/x)[/itex]
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 21 ·
Replies
21
Views
2K
Replies
7
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
31
Views
4K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K