How to Solve a Quartic Equation by Hand

  • Thread starter Thread starter phillyolly
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
phillyolly
Messages
157
Reaction score
0
Hi!

I have been solving a problem and got an equation:
15x^4-30x^2+1=0

Do you know how to solve such equation for x by hand without using sophisticated math tools?
 
Physics news on Phys.org
you can assume x^2 = t
so you get a quadratic in t... which i assume you can easily:wink: solve and get two values of t.
using these you will then get 4 values in x(some of which may be rejected according to the problem)
 
This is a great idea! Thank you! ;-)