Solving a Simple Equation with Four Solutions

  • Thread starter Thread starter skrat
  • Start date Start date
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
skrat
Messages
740
Reaction score
8

Homework Statement



##z^4-6z^2+1=0##

Homework Equations





The Attempt at a Solution



##z^{2}=\frac{6\pm \sqrt{36-4}}{2}=3\pm 2\sqrt{2}##. Now this has to be wrong already yet I don't know why..

Wolfram gives me some solutions ##1+\sqrt{2}##, ##1-\sqrt{2}##, ##-1+\sqrt{2}##, ##-1-\sqrt{2}##...

Now how can I find them without wolfram alpha?
 
Physics news on Phys.org
skrat said:

Homework Statement



##z^4-6z^2+1=0##

Homework Equations


The Attempt at a Solution



##z^{2}=\frac{6\pm \sqrt{36-4}}{2}=3\pm 2\sqrt{2}##. Now this has to be wrong already yet I don't know why..
No, it's fine. Note that you have solved for ##z^2##, not ##z##. If the goal is to solve for ##z##, you need to do some more work. Start with one of your solutions, say ##z^2 = 3 + 2 \sqrt{2}##. There are two values of ##z## that satisfy this equation, namely ##z = \pm \sqrt{3 + 2 \sqrt{2}}##. Note that this expression can be simplified. Indeed, ##(1 + \sqrt{2})^2 = 3 + 2 \sqrt{2}##, so ##\sqrt{3 + 2 \sqrt{2}} = 1 + \sqrt{2}## is one solution. See if you can find the other solutions. There should be four since the original polynomial ##z^4 -6z^2 + 1## has degree 4.
 
jbunniii said:
Indeed, ##(1 + \sqrt{2})^2 = 3 + 2 \sqrt{2}##,

See, I couldn't see that. Now It is obvious. Thanks!
 
Your original question asked how to get the roots without Wolfram. Once you know that you have $$
z=\pm\sqrt{3+2\sqrt 2}$$it is easy enough to verify that ##z=1+2\sqrt 2## works, but it's another thing to find that form in the first place. You might find it instructive to set$$
(a+b\sqrt 2)^2 = 3+2\sqrt 2$$square both sides, and solve for ##a## and ##b##.