Quartics are fun!

Algebra Level 5

Find the sum of the real solutions of the equation:

x 4 4 x = 1 x^{4}-4x=1


The answer is 1.4142135623730950488016887242097.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Try to factor the equation x 4 4 x 1 = 0 x^4-4x-1=0 into the form of the product of two quadratics of the form ( x 2 + a x + b ) ( x 2 a x + c ) = 0 (x^2+ax+b)(x^2-ax+c)=0 . Expand:

x 4 + ( b + c a 2 ) x 2 + a ( c b ) x + b c = 0 x^4+(b+c-a^2)x^2+a(c-b)x+bc=0

And compare the coefficients:

b + c = a 2 b+c=a^2

b c = 4 a b-c=\dfrac{4}{a}

b c = 1 bc=-1

Solve for b b and c c with the first two equations:

b = a 2 + 4 a 2 b=\dfrac{a^2+\dfrac{4}{a}}{2}

c = a 2 4 a 2 c=\dfrac{a^2-\dfrac{4}{a}}{2}

Replace it in the third equation and simplify:

a 6 + 4 a 2 16 = 0 a^6+4a^2-16=0

By the Rational Root Test, we find that a 2 2 a^2-2 is a factor. So,

( a 2 2 ) ( a 4 + 2 a 2 + 8 ) = 0 (a^2-2)(a^4+2a^2+8)=0

With this we get that a = 2 a=\sqrt{2} . Now, obtain b b and c c :

b = 1 + 2 b=1+\sqrt{2}

c = 1 2 c=1-\sqrt{2}

Hence, x 4 4 x 1 = ( x 2 + 2 x + 1 + 2 ) ( x 2 2 x + 1 2 ) x^4-4x-1=(x^2+\sqrt{2}x+1+\sqrt{2})(x^2-\sqrt{2}x+1-\sqrt{2})

If we solve each factor with the quadratic formula, we get our four solutions:

x 1 , 2 = 2 ± i 2 + 4 2 2 x_{1,2}=\dfrac{-\sqrt{2} \pm i\sqrt{2+4\sqrt{2}}}{2}

x 3 , 4 = 2 ± 4 2 2 2 x_{3,4}=\dfrac{\sqrt{2} \pm \sqrt{4\sqrt{2}-2}}{2}

Only the last two are real, hence our final answer is x 3 + x 4 = 2 1.4142 x_{3}+x_{4}=\sqrt{2} \approx 1.4142

I like your solution, but there's an easier way of factoring it, the idea is to make a perfect square binomial on the left side, by adding both sides 2 x 2 2x^{2} , this way, we have: x 4 + 2 x 2 = 2 x 2 + 4 x + 1 x^{4}+2x^{2}=2x^{2}+4x+1 Now adding 1 1 both sides we have two perfect square binomials: x 4 + 2 x 2 + 1 = 2 x 2 + 4 x + 2 x^{4}+2x^{2}+1=2x^{2}+4x+2 ( x 2 + 1 ) 2 = 2 ( x 2 + 2 x + 1 ) \Rightarrow (x^{2}+1)^{2}=2(x^{2}+2x+1) ( x 2 + 1 ) 2 = 2 ( x + 1 ) 2 \Rightarrow (x^{2}+1)^{2}=2(x+1)^{2} ( x 2 + 1 ) 2 2 ( x + 1 ) 2 = 0 \Rightarrow (x^{2}+1)^{2}-2(x+1)^{2}=0 ( x 2 + 1 + 2 ( x + 1 ) ) ( x 2 + 1 2 ( x + 1 ) ) = 0. \Rightarrow (x^{2}+1+\sqrt{2} (x+1))(x^{2}+1-\sqrt{2} (x+1))=0.

Dieuler Oliveira - 6 years, 10 months ago

Log in to reply

Interesting way of factorizing it.

Alan Enrique Ontiveros Salazar - 6 years, 10 months ago

This looks a lot like a solution of mine of another unrelated interesting equation jajajaja.

Héctor Andrés Parra Vega - 5 years, 11 months ago

Log in to reply

Hey, Héctor! Post the link here, so we can see this other equation too!

Dieuler Oliveira - 5 years, 11 months ago

you can more simplify youre solution....

Jeremiah Jocson - 6 years, 7 months ago

same solution

Paul Ryan Longhas - 6 years, 6 months ago

Why did you ignore the case a = 2 a=-\sqrt{2} ?

mathh mathh - 6 years, 10 months ago

Log in to reply

It's symmetric, the case a = 2 a=-\sqrt{2} would exchange the values of b b and c c .

Dieuler Oliveira - 6 years, 10 months ago

polynomial- x^4+0 x^3+0 x^2-4*x-1=0 MATLAB CODE: roots([1 0 0 -4 -1]) % a bulit-in function, roots(coefficients of the polynomial in descending order of the power of x) this returns- ans =

1.6633
-0.7071 + 1.3836i -0.7071 - 1.3836i -0.2490

taking the real solutions 1.6633 & -0.2490 and adding them results in--> 1.6633-0.2490=1.4143

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...