Question #46767

1.a-Solve 9x^4-18x^3-31x^2 8x 12=0 by ferrari's method. 2.b-solve the equeation in(a) given that the sum of two of its roots is zero
1

Expert's answer

2014-09-23T13:44:04-0400

Answer on Question #46767 – Math – Algorithms | Quantitative Methods

1.a-Solve 9x418x331x2+8x+12=09x^4 - 18x^3 - 31x^2 + 8x + 12 = 0 by Ferrari's method.

Solution:

Solving bi-quadratic polynomials can be done using Ferrari's method, which transforms a bi-quadratic polynomial into a depressed bi-quadratic which has no x3x^3 term.

By substituting x=yb4ax = y - \frac{b}{4a} we arrive at the above equation y4+py2+qy+r=0y^4 + py^2 + qy + r = 0

Where p=8ac3b28a2p = \frac{8ac - 3b^2}{8a^2}, q=8a2d+b34abc8a3q = \frac{8a^2d + b^3 - 4abc}{8a^3}, r=16ab2c64a2bd3b4+256a3e256a4r = \frac{16ab^2c - 64a^2bd - 3b^4 + 256a^3e}{256a^4}.

If q0q \neq 0 then we have to solve the auxiliary cubic equation.


z3+pz2+p24r4zq28=0z^3 + p z^2 + \frac{p^2 - 4r}{4} z - \frac{q^2}{8} = 0


Start to find the value of qq. In our case we have a=9a = 9, b=18b = -18, c=31c = -31, d=8d = 8, e=12e = 12.

Substitute the given values into the formula for qq noted above.


q=8a2d+b34abc8a3=8(9)28+(18)34(9)(18)(31)8(9)3=5184(5832)200885832=1.55556\begin{array}{l} q = \frac{8a^2d + b^3 - 4abc}{8a^3} = \frac{8 \cdot (9)^2 \cdot 8 + (-18)^3 - 4(9)(-18)(-31)}{8(9)^3} \\ = \frac{5184 - (-5832) - 20088}{5832} = -1.55556 \end{array}


If q0q \neq 0 then this equation is always a positive root, which we denote z0z_0. Then the roots of the original equation can be obtained from the formulas.


z3+pz2+p24r4zq28z^3 + p z^2 + \frac{p^2 - 4r}{4} z - \frac{q^2}{8}


Find the value of pp.


p=8ac3b28a2=8(9)(31)3(18)28(9)2=2232972648=4.9444p = \frac{8ac - 3b^2}{8a^2} = \frac{8(9)(-31) - 3(-18)^2}{8(9)^2} = \frac{-2232 - 972}{648} = -4.9444


Calculate the value of rr.


r=16ab2c64a2bd3b4+256a3e256a4=16(9)(18)2(31)64(9)2(18)(8)3(18)4+256(9)3(12)256(9)4=0.729167\begin{array}{l} r = \frac{16ab^2c - 64a^2bd - 3b^4 + 256a^3e}{256a^4} \\ = \frac{16(9)(-18)^2(-31) - 64(9)^2(-18)(8) - 3(-18)^4 + 256(9)^3(12)}{256(9)^4} \\ = 0.729167 \\ \end{array}r=0.729167r = 0.729167


Then we solve the following equation.


z3+(4.944)z2+(4.944)24(0.729)4z(1.556)28=0z ^ {3} + (- 4. 9 4 4) z ^ {2} + \frac {(- 4 . 9 4 4) ^ {2} - 4 (0 . 7 2 9)}{4} z - \frac {(- 1 . 5 5 6) ^ {2}}{8} = 0


Simplify to find the value of zz .


z34.944z2+5.382z0.303=0z ^ {3} - 4. 9 4 4 z ^ {2} + 5. 3 8 2 z - 0. 3 0 3 = 0


As a result of solution we obtained the following roots.


z10.0595z _ {1} \approx 0. 0 5 9 5z21.5077z _ {2} \approx 1. 5 0 7 7z33.37672z _ {3} \approx 3. 3 7 6 7 2


Now we can find the root of the original equation.


y1=2z02z04(p2+z0+q22z0)2y _ {1} = \frac {\sqrt {2 z _ {0}} - \sqrt {2 z _ {0} - 4 (\frac {p}{2} + z _ {0} + \frac {q}{2 \sqrt {2 z _ {0}}})}}{2}y2=2z0+2z04(p2+z0+q22z0)2y _ {2} = \frac {\sqrt {2 z _ {0}} + \sqrt {2 z _ {0} - 4 (\frac {p}{2} + z _ {0} + \frac {q}{2 \sqrt {2 z _ {0}}})}}{2}y3=2z02z04(p2+z0q22z0)2y _ {3} = \frac {- \sqrt {2 z _ {0}} - \sqrt {2 z _ {0} - 4 (\frac {p}{2} + z _ {0} - \frac {q}{2 \sqrt {2 z _ {0}}})}}{2}y4=2z0+2z04(p2+z0q22z0)2y _ {4} = \frac {- \sqrt {2 z _ {0}} + \sqrt {2 z _ {0} - 4 (\frac {p}{2} + z _ {0} - \frac {q}{2 \sqrt {2 z _ {0}}})}}{2}


Of the three roots of the equation, we choose the root equal to z33.37672z_{3} \approx 3.37672 .


y1=0.259y _ {1} = 0. 2 5 9y2=2.340y _ {2} = 2. 3 4 0y3=2.340y _ {3} = - 2. 3 4 0y4=0.259y _ {4} = - 0. 2 5 9x1=yb4a=2.340184(9)=2.340+0.5=2.84x _ {1} = y - \frac {b}{4 a} = 2. 3 4 0 - \frac {- 1 8}{4 (9)} = 2. 3 4 0 + 0. 5 = 2. 8 4x2=yb4a=0.259184(9)=0.259+0.5=0.759x _ {2} = y - \frac {b}{4 a} = 0. 2 5 9 - \frac {- 1 8}{4 (9)} = 0. 2 5 9 + 0. 5 = 0. 7 5 9x3=2.340+0.5=1.84x _ {3} = - 2. 3 4 0 + 0. 5 = - 1. 8 4x4=0.259+0.5=0.241x _ {4} = - 0. 2 5 9 + 0. 5 = 0. 2 4 1


www.AssignmentExpert.com


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!
LATEST TUTORIALS
APPROVED BY CLIENTS