Solving sqrt(-8.3)sqrt(1 - i8): Tips and Tricks for Complex Numbers"

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
naspek
Messages
176
Reaction score
0
how to solve sqrt(-8.3)sqrt(1 - i8)?


i try to solve it.. but got the wrong answer..

sqrt(-8.3)sqrt(1 - i8) = sqrt[(8.3i^2)(1 - 8i)]
= sqrt (8.3i^2 - 66.4i)
= 2.88i + 8.15

the answer should be.. 5.41 + i6.13
 
Physics news on Phys.org
naspek said:
how to solve sqrt(-8.3)sqrt(1 - i8)?i try to solve it.. but got the wrong answer..

sqrt(-8.3)sqrt(1 - i8) = sqrt[(8.3i^2)(1 - 8i)]
= sqrt (8.3i^2 - 66.4i)
= 2.88i + 8.15
Here's a problem (in bold). You can't take the square root of a sum/difference separately. In other words,
[itex]\sqrt{a + b} \ne \sqrt{a} + \sqrt{b}[/itex]
 
eumyang said:
Here's a problem (in bold). You can't take the square root of a sum/difference separately. In other words,
[itex]\sqrt{a + b} \ne \sqrt{a} + \sqrt{b}[/itex]

then... what should i do..? i got stuck there...
 
Assuming you want just the principal square root, consider this: if there is a complex number a + bi such that
[itex]\sqrt{z} = a + bi[/itex],
then it makes sense that
[itex]z = (a + bi)^2[/itex].

First simplify the expression so that there is one square root. You sort of did that here (in bold):
naspek said:
sqrt(-8.3)sqrt(1 - i8) = sqrt[(8.3i^2)(1 - 8i)]
= sqrt (8.3i^2 - 66.4i)
= 2.88i + 8.15
... but there is a sign mistake. Also, forget about rewriting a negative as i2 in your 1st step.

Whatever is under the square root is your z. Take this:
[itex]z = (a + bi)^2[/itex]
and expand the right-hand side. Equate the real number parts and the imaginary number parts. You'll end up with 2 equations and 2 unknowns. Solve for a and b.
 
Last edited: