Solving x^4 - x^2 = k for x: Tips and Tricks to Simplify Equations

  • Thread starter Thread starter Ted123
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
Ted123
Messages
428
Reaction score
0
Solve the equation [tex]x^4 - x^2 = k[/tex] where [itex]k>0[/itex].

Am I being thick or how do I solve this for [itex]x[/itex]?

Factorising gives [tex]x^2(x^2-1)=k[/tex] but now where?
 
Physics news on Phys.org
Let [itex]y= x^2[/itex] and that becomes a quadratic function:
[itex]y^2- y= k[/itex] or [itex]y^2- y- k= 0[/itex]. Solve that for y, then solve [itex]x^2= y[/itex] for x.