How to Solve a Quartic Equation by Hand

  • Thread starter Thread starter phillyolly
  • Start date Start date
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! ;-)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top