Solve ##z^2(1-z^2)=16## using 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
8 replies · 2K views
chwala
Gold Member
Messages
2,843
Reaction score
428
Homework Statement
See attached
Relevant Equations
Complex numbers
The problem is as shown...all steps are pretty easy to follow. I need help on the highlighted part in red. How did they come to;
##z^4+8z^2+16-9z^2=0## or is it by manipulating ##-z^2= 8z^2-9z^2?## trial and error ...

1665319812803.png
 
Physics news on Phys.org
The idea is to make formula of
[tex]A^2=B^2[/tex]
. Let us see.
[tex]z^4+16=z^2[/tex]
[tex](z^2+4)^2=9z^2=(3z)^2[/tex]
[tex]z^2+4=\pm 3z[/tex]
 
A systematic approach is to factorize [tex] z^4 - z^2 + 16 = (z^2 + Az + 4)(z^2 + Bz + 4)[/tex] and compare coefficients of powers of [itex]z[/itex] to get three equations for [itex]A[/itex] and [itex]B[/itex]: [tex] \begin{split}<br /> z^3 \quad &: \quad A + B = 0 \\<br /> z^2 \quad &: \quad 8 + AB = -1 \\<br /> z \quad &: \quad 4A + 4B = 0<br /> \end{split}[/tex] Since the first and third are really the same equation, we can solve this system to obtain [itex](A, B) = (3, -3)[/itex].
 
  • Like
Likes   Reactions: PeroK and chwala
malawi_glenn said:
completion of the square
How did they come to ##z^4+8z^2+16-9z^2##?...of course the step after is complete square method...no problem there. Or it was just simply identifying that;

##-9z^2+8z^2=-z^2##
 
Last edited:
  • Like
Likes   Reactions: malawi_glenn
chwala said:
How did they come to ##z^4+8z^2+16-9z^2##?
##z^4-z^2+16 = z^4-z^2+16 + 0 = z^4-z^2+16 +8z^2 - 8z^2 = z^4+8z^2+16-9z^2 ##
 
  • Like
Likes   Reactions: chwala
malawi_glenn said:
##z^4-z^2+16 = z^4-z^2+16 + 0 = z^4-z^2+16 +8z^2 - 8z^2 = z^4+8z^2+16-9z^2 ##
@malawi_glenn smart move there mate!
 
Here's another approach. Let ##w = z^2##:$$ww^* = |w|^2 = 16\frac{|w|^2}{16} = w(1-w)\frac{|w|^2}{16}$$ $$\Rightarrow w^* = (1-w)\frac{|w|^2}{16}$$Comparing the real and imaginary parts with ##w = a + ib## gives:$$-b = -b\frac{|w|^2}{16} \Rightarrow |w|^2 = 16 \Rightarrow a^2 + b^2 = 16$$$$a = 1-a \Rightarrow a = \frac 1 2 \Rightarrow b^2 = -\frac{63}{4}$$$$\Rightarrow z^2 = \frac 1 2 \pm \frac{3\sqrt 7}{2}i$$
 
  • Love
  • Like
Likes   Reactions: chwala and malawi_glenn