Complex numbers with an unknown, fraction equation not getting it right

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Femme_physics
Gold Member
Messages
2,548
Reaction score
1
Attempt solution attached
Manual says the answers is -1 + i
 

Attachments

  • 49.jpg
    49.jpg
    21.5 KB · Views: 534
Physics news on Phys.org
The solution you posted,
[tex]z = \frac{2}{1 + i}[/tex]
is not simplified. You know that you can multiply top and bottom by the conjugate, right? Even so, you still won't get the right answer.

EDIT: I think I found it. From the 2nd to 3rd line, on the RHS you have
[tex](2iz + 1)(1 - i) = 2iz - 2iz + 1 -i[/tex]
, which is wrong. It should be
[tex](2iz + 1)(1 - i) = 2iz - 2i^2 z + 1 - i[/tex]
.
 
Last edited:
Thanks for the great catch! :) I wasn't sure I even know how to solve these. Glad to see I didn't do anything horribly wrong. Apparently it's all about treating i and z like x and y, and if i ever gets to the power of 2, just turn into -1. Easy peasy :)

Appreciate you taking the time to spot my carelessness!