kurt.physics said:
Is there any equation for factorising (similar to the difference of 2 cubes) for algebraic sentences with x^4?
Yep, there certainly is.
Here it is:
http://planetmath.org/encyclopedia/QuarticEquation.html
I dare you not to scream when you look at it.
I suggest you never bother learning it, and examine its existence from a purely abstract context. E.g. for asking why a formula exists for solving degree 1, 2, 3, 4 polynomials, but not degree 5 or more.
As others have said, some tricks exist for some types:
First, check evident roots, mainly 0, 1 and -1 (through the p(k)=0 means (x-k) is a root test). Otherwise:
1)
x^4-x^3+x-1=0 (common factors)
x^3(x-1)+(x-1)=0
(x^3+1)(x-1)=0 (difference of two cubes)
(x+1)(x-1)(x^2-x+1)=0 (use quadratic formula)
2)
x^4+4x^3+6x^2+4x-15=0 (complete the quartic)
(x^4+4x^3+6x^2+4x+1)=16
(x+1)^4=16
x+1=2, -2 (plus two others, but find them after division by x-1 and x+3, through quadratic formula)
It still works for e=3 for example, too, but you get a nasty fourth root.
Another example of completing the quartic:
x^4+4x^3+4x+1=0
x^4+4x^3+6x^2+4x+1=-6x^2
(x+1)^4+6x^2=0
((x+1)^2+sqrt(6)x)((x+1)^2-sqrt(6)x)=0 (then use quadratic formula)
This method has limited appeal due to the fact that it's hard to notice a perfect quartic, let alone find one with ONLY an altered x^2 coefficient OR constant (but not both or anythinse else).
3)
x^4+2x^2+1=0
y=x^2
y^2+2y+1=0
y=-1
x=i, -i.
4)
x^4+2x^3+x^2-1=0
x^2(x^2+2x+1)-1=0 (difference of two squares)
(x(x+1)+1)(x(x+1)-1)=0 (use quadratic formula)
5)
x^4+x^3+x^2-x+1=0 (divide by x^2)
x^2+x+1-1/x+1/x^2=0
z=x-1/x (square this to find z^2)
(x^2+2+1/x^2)+(x-1/x)-1=0
z^2+z-1=0 (quadratic formula to solve for z, then quadratic formula again to solve for x)
It actually works whenever you have:
ax^4+bx^3+cx^2+bmx+am^2=0
E.g.: the above case was:
a=1, b=1, c=1, m=-1, but any of these can be any integer and it still works.