I know how to solve Quadratic equations. Recently i came across the equation of type $ax^4 + bx^2 + c = 0$ and i had to solve it. So what i did is that i supposed $x^2 = y$ so that the above equation becomes: $ay^2 + by + c = 0$ and i found y by quadratic formula and took the square root of y getting x.I.e: $x = \sqrt{-b \pm \frac{\sqrt{b^2 - 4ac}}{2a}}$ But i have to confirm whether this solution is correct or not. If not then what is the true solution.
Asked
Active
Viewed 3,166 times
0
-
2$x=\pm\sqrt{\frac{-b\pm \sqrt{b^2-4ac}}{2a}}$.It is the correct solution since quadratic formulae must work but may be complex. – kingW3 Aug 29 '15 at 14:24
-
This method will work well on this type of equation. You can plug in your final answers into the original equation to check that they're solutions. However, since you will get four solutions out of this method (and all solutions will arise in this way), you are safe knowing that these are all of the solutions. – Michael Burr Aug 29 '15 at 14:24
-
Side note: but when you have equation of the form $ax^4+bx^3+cx^2+dx+e$, you can use Ferrar's formula. Look here: https://en.wikipedia.org/wiki/Quartic_function. – Aug 29 '15 at 14:26
-
It is right! (y) – Aditya Agarwal Aug 29 '15 at 14:32
-
Often, people just leave it as 'a solution of $ax^4+bx^3+cx^2+dx+e=0$'. There are other methods (for example a method called 'Newton's Method') that give the answer to as many decimal places as you want. – Empy2 Aug 29 '15 at 14:34
-
Why don't you try substituting in the answer you got to see if it works? That's how you verify a solution. – Race Bannon Aug 29 '15 at 14:52
-
possible duplicate of How to solve equations to the fourth power? – MattAllegro Aug 29 '15 at 21:10
1 Answers
1
Yes, quite correct, except that the outer square-root has a separate $\pm$. So $x=\pm\sqrt{-b\pm\sqrt{b^2-4ac}/2a}$
Empy2
- 50,853