Question

In: Advanced Math

roblem 3 Find the solutions to the general cubic a x^3 +b x^2+c x +d=0 and...

roblem 3 Find the solutions to the general cubic a x^3 +b x^2+c x +d=0 and the solutions to the general quartic a x^4+b x^3+c x^2+d x+e=0. Remember to put a space between your letters. The solutions to the general quartic goes on for two pages it is a good idea to maximize your page to see it. It is a theorem in modern abstract algebra that there is no solution to the general quintic in terms of radicals.

Please write it clearly! thank you!

Solutions

Expert Solution

Solution for Cubic Equation :

Let's say you have the equation ax3 + bx2 + cx + d = 0. The first thing to do is to get rid of the "a" out in front by dividing the whole equation by it. Then we get something in the form of x3 + ex2 + fx + g = 0. The next thing we do is to get rid of the x2 term by replacing x with (y - e/3). The new equation y3 + py + q = 0 has no y2 term. This is much easier to solve, although it's still kind of hard and it took a lot of really smart people a long time to do.

Let's introduce two new variables, t and u, defined by the equations

             u - t = q               and   
             tu = (p/3)3.

If you're really interested, you might want to know what t and u actually are in terms of p and q:

         -3qSqrt{3} +- Sqrt{4p3 + 27 q2}
     t = --------------------------------- 
                     6 Sqrt{3}
                
           
          3qSqrt{3} +- Sqrt{4p3 + 27q2}
     u =  --------------------------------
                     6 Sqrt{3}

That +- is either + or - for BOTH of the equations at the same time. You can't have one as a + and the other as a - .

Anyway, y1 = CubeRoot{t} - CubeRoot{u} will be a solution of y3 + py + q = 0.

Verify this result now (DON'T use the explicit formulas for t and u, just plug CubeRoot{t} - CubeRoot{u} into the cubic polynomial), and make sure you see why it works. To find the other two solutions of our cubic polynomial (if there are any real ones) we could divide y3 + py + q by its known factor (y - CubeRoot{t} + CubeRoot{u}), getting a quadratic equation that we could solve by the quadratic formula. Finally, once we have the solution values of y, we can find x = y - e/3.

As you can see, the complexity is much greater than in the Quadratic Formula. To try to go backward and come up with a closed form for the Cubic Formula in terms of the original a, b, c, d would be a real pain.

Solution for Quartic Equations :

Let the equation be : a' x4 + b' x​​​​3 + c' x2 + d' x + e' = 0

Now divide the above equation with a' on both sides,

Assume coefficient of x3 (b'/a') as 'a'

Similarly assume coefficients of x2 and x as 'b' and 'c' respectively

Let constant (e'/d') be 'd'.

The new simplified equation will be :

x4 + a x3 + b x2 + c x + d = 0.

There are several ways to solve quartic equations. They all start by dividing the equation by the leading coefficient, to make it of the form

x4 + a x3 + b x2 + c x + d = 0.

There is an easy special case if d = 0, in which case you can factor the quartic into x times a cubic. The roots then are 0 and the roots of that cubic. (To solve the cubic equation, see above.)

Substitute x = y - a/4, expand, and simplify, to get

y4 + e y2 + f y + g = 0

where

e = b - 3 a2/8,
f = c + a3/8 - a b/2,
g = d - 3 a4/256 + a2 b/16 - a c/4.

At this point, there are two useful special cases.

  1. If g = 0, then, again, you can factor the quartic into y times a cubic. The roots of the original equation are then x = -a/4 and the roots of that cubic with a/4 subtracted from each.
  2. If f = 0, then the quartic in y is actually a quadratic equation in the variable y2. Solve this using your favorite method, and then take the two square roots of each of the solutions for y2 to find the four values of y which work. Subtract a/4 from each to get the four roots x.

Henceforth we can assume that d, f, and g are all nonzero.

First Solution Method

Here is one way to proceed from this point. The related auxiliary cubic equation

z3 + (e/2) z2 + ((e2-4 g)/16) z - f2/64 = 0

has three roots. Find those roots by solving this cubic (again, see above). None of these is zero because f isn't zero. Let p and q be the square roots of two of those roots (any choices of roots and signs will work), and set

r = -f/(8 p q).

Then p2, q2, and r2 are the three roots of the above cubic. More important is the fact that the four roots of the original quartic are

x = p + q + r - a/4,
x = p - q - r - a/4,
x = -p + q - r - a/4, and
x = -p - q + r - a/4.

This solution was discovered by Leonhard Euler (1707-1783).

Second Solution Method

Here is another way to proceed from the above point. The quartic in y must factor into two quadratics with real coefficients, since any complex roots must occur in conjugate pairs. Write

y4 + e y2 + f y + g = (y2 + h y + j) (y2 - h y + g/j)

Since f and g aren't zero, neither j nor h is zero either. Without loss of generality, we can assume h > 0 (otherwise swap the two factors). Then, equating coefficients of y2 and y,

e = g/j + j - h2,
f = h (g/j - j).

so

g/j + j = e + h2,
g/j - j = f/h.

Adding and subtracting these two equations,

2 g/j = e + h2 + f/h,
2 j = e + h2 - f/h.

Multiplying these together,

4 g = e2 + 2 e h2 + h4 - f2/h2.

Rearranging,

h6 + 2 e h4 + (e2-4 g) h2 - f2 = 0.

This is a cubic equation in h2, with known coefficients, since we know e, f, and g. We can use the solution for cubic equations shown above to find a positive real value of h2, whose existence is guaranteed by Descartes' Rule of Signs, and then take its positive square root. This value of h will give a value of j from 2 j = e + h2 - f/h. Once you know h and j, you know the quadratic factors of the quartic in y. Notice that you do not need all the roots h2 of the cubic, and that any positive real one will do. Further notice that h2 = 4 z from the previous section.

Once you have factored the quartic into two quadratics, finishing the finding of the roots is simple, using the Quadratic Formula. Once the roots y are found, the corresponding x's are gotten from x = y - a/4.

Let's take one example and solve it for better understanding :

Example :

Find the roots of x4 + 6 x3 - 5 x2 - 10 x - 3 = 0.

Solution :

  • Set x = y - 3/2, substitute and expand,

    y4 + (-37/2) y2 + 32 y + (-231/16) = 0,
    e = -37/2, f = 32, g = -231/16,
    h6 + (-37) h4 + 400 h2 - 1024 = 0.

    Solving this cubic in h2, we find

    h2 = 16, h2 = (21 + sqrt[185])/2, h2 = (21 - sqrt[185])/2.

    We only need one of these, so we pick h2 = 16, so

    h = 4,
    j = (e + h2 - f/h)/2,
    j = -21/4,

    and one factorization is

    (y2 + 4 y - 21/4) (y2 - 4 y + 11/4) = 0,

    or

    (x2 + 7 x + 3) (x2 - x - 1) = 0.

    From here the rest is easy, and

    x = (-7 +- sqrt[37])/2, x = (1 +- sqrt[5])/2,

    are the four roots of the original equation.


Related Solutions

Find a, b, c, and d such that the cubic function f(x) = ax3 + bx2...
Find a, b, c, and d such that the cubic function f(x) = ax3 + bx2 + cx + d satisfies the given conditions. Relative maximum: (3, 21) Relative minimum: (5, 19) Inflection point: (4, 20)
Find a, b, c, and d such that the cubic function f(x) = ax3 + bx2...
Find a, b, c, and d such that the cubic function f(x) = ax3 + bx2 + cx + d satisfies the given conditions. Relative maximum: (3, 12) Relative minimum: (5, 10) Inflection point: (4, 11) a= b= c= d=
Find a, b, c, and d such that the cubic function f(x) = ax3 + bx2...
Find a, b, c, and d such that the cubic function f(x) = ax3 + bx2 + cx + d satisfies the given conditions. Relative maximum: (3, 9) Relative minimum: (5, 7) Inflection point: (4, 8) a =    b =    c =    d =
Raw data ID X Y A 0 0 B 0 2 C 3 4 D 3...
Raw data ID X Y A 0 0 B 0 2 C 3 4 D 3 4 E 6 6 F 6 8 Standard scores ID STDX STDY A -1.22 -1.55 B -1.22 -0.78 C 0 0 D 0 0 E 1.22 0.78 F 1.22 1.55 1. What is the sum of squares regression? (correct answer is 36, please show work) 2. What can you conclude with ANOVA? (correct answer is Reject the null, p<0.01; type I error is possible,...
The curves of the quadratic and cubic functions are f(x)=2x-x^2 and g(x)= ax^3 +bx^2+cx+d. where a,b,c,d...
The curves of the quadratic and cubic functions are f(x)=2x-x^2 and g(x)= ax^3 +bx^2+cx+d. where a,b,c,d ER, intersect at 2 points P and Q. These points are also two points of tangency for the two tangent lines drawn from point A(2,9) upon the parobala. The graph of the cubic function has a y-intercept at (0,-1) and an x intercept at (-4,0). What is the standard equation of the tangent line AP.
The curves of the quadratic and cubic functions are f(x)=2x-x^2 and g(x)= ax^3 +bx^2+cx+d. where a,b,c,d...
The curves of the quadratic and cubic functions are f(x)=2x-x^2 and g(x)= ax^3 +bx^2+cx+d. where a,b,c,d ER, intersect at 2 points P and Q. These points are also two points of tangency for the two tangent lines drawn from point A(2,9) upon the parobala. The graph of the cubic function has a y-intercept at (0,-1) and an x intercept at (-4,0). What is the value of the coefficient "b" in the equation of the given cubic function.
find real solutions : x^3+6x^2-6=0
find real solutions : x^3+6x^2-6=0
Find the value of a : b : c : d, if a : b = 2 : 3, b : c = 4 : 5 and c : d = 6 : 7.
Find the value of a : b : c : d, if a : b = 2 : 3, b : c = 4 : 5 and c : d = 6 : 7.
Find the cubic equation. F(x)=ax^3+bx^2+cx+d F(-1)=3 F(1)=1 F(2)=6 F(3)=7 What is the value of a,b,c,d
Find the cubic equation. F(x)=ax^3+bx^2+cx+d F(-1)=3 F(1)=1 F(2)=6 F(3)=7 What is the value of a,b,c,d
For f(x,y)=??^2+(??)/3 ?? 0 ≤ ? ≤1,0 ≤ ? ≤2, d. Find ?? ??? ??. e....
For f(x,y)=??^2+(??)/3 ?? 0 ≤ ? ≤1,0 ≤ ? ≤2, d. Find ?? ??? ??. e. Find ?? ??? ??. f. Find ?. g. P(X<Y)= h. P(0<Y<1)= i. P(X>0.5, Y>1)=
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT