Help Solving a Quartic Polynomial

  • Context: Undergrad 
  • Thread starter Thread starter DuncanM
  • Start date Start date
  • Tags Tags
    Polynomial
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
DuncanM
Messages
99
Reaction score
3
I am trying to solve an equation:

arccos(Y) = arctan(Y), where Y = 1/x

This turns into a quartic equation:

x4 - x2 - 1 = 0

It looks simple enough to simplify further; however, I must be having a brain-fart because I can't do it. I'd like to avoid resorting to a numerical solution.

Am I overlooking something?
Can this equation be simplified further? If so, how?

Any help is much appreciated.
 
Mathematics news on Phys.org
Setting [itex]u = x^2[/itex], you can rewrite it as [itex]u^2 - u - 1 = 0[/itex]. You can solve this easily enough for the roots in u, and then solve the roots for x.
 
Excellent!

Thank-you very much!