How to Solve a Quartic Equation by Hand

  • Thread starter Thread starter phillyolly
  • 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
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! ;-)