Simplify Square Roots with Imaginary Numbers Calculator
This calculator simplifies square roots involving imaginary numbers. Whether you're studying complex numbers or solving engineering problems, this tool helps you simplify expressions like √(a + bi) into standard form a + bi.
How to Use This Calculator
Enter the real and imaginary parts of the number you want to simplify, then click "Calculate". The calculator will convert the expression into its simplest form.
Note: The calculator assumes the input is in the form √(a + bi), where a and b are real numbers.
Formula Explained
To simplify √(a + bi), we use the following steps:
1. Assume the simplified form is √(a + bi) = c + di, where c and d are real numbers.
2. Square both sides: (c + di)² = a + bi
3. Expand the left side: c² - d² + 2cdi = a + bi
4. Equate the real and imaginary parts:
- c² - d² = a
- 2cd = b
5. Solve the system of equations to find c and d.
The calculator implements this process automatically when you enter the values for a and b.
Worked Examples
Example 1: √(1 + i)
Using the formula:
- c² - d² = 1
- 2cd = 1
Solving gives c = √(2 + √5)/2 and d = √(2 - √5)/2. The simplified form is √(2 + √5)/2 + i√(2 - √5)/2.
Example 2: √(4 + 4i)
Using the formula:
- c² - d² = 4
- 2cd = 4
Solving gives c = 2 and d = 1. The simplified form is 2 + i.