Algebra · real student question

Solve 3x^4 + 24x^3 + 82x^2 + 136x + 63 = 0.

Question

Solve

3x4+24x3+82x2+136x+63=03x^{4}+24x^{3}+82x^{2}+136x+63=0

Step-by-step solution

  1. Set up the two-quadratic ansatz with the leading 3 in one factor. Since 33 is prime, any factorisation over the integers must look like

    3x4+24x3+82x2+136x+63=(3x2+ax+b)(x2+cx+d)3x^{4}+24x^{3}+82x^{2}+136x+63=\left(3x^{2}+ax+b\right)\left(x^{2}+cx+d\right)

    with bd=63bd=63. Expanding gives the four matching conditions

    3c+a=24,3d+ac+b=82,ad+bc=136,bd=633c+a=24,\quad 3d+ac+b=82,\quad ad+bc=136,\quad bd=63

  2. Search the divisor pairs of 63. Trying b=7, d=9b=7,\ d=9 and solving the first and third conditions gives a=12, c=4a=12,\ c=4; the second condition then reads 27+48+7=8227+48+7=82 ✓ and the third 108+28=136108+28=136 ✓. All four hold simultaneously, so

    3x4+24x3+82x2+136x+63=(3x2+12x+7)(x2+4x+9)3x^{4}+24x^{3}+82x^{2}+136x+63=\left(3x^{2}+12x+7\right)\left(x^{2}+4x+9\right)

  3. Always expand a guessed factorisation back before using it. This is not optional bookkeeping: a plausible-looking guess such as 3(x2+6x+3)(x2+6x+7)3\left(x^{2}+6x+3\right)\left(x^{2}+6x+7\right) expands to 3x4+36x3+138x2+180x+633x^{4}+36x^{3}+138x^{2}+180x+63, which matches only the first and last coefficients and is therefore wrong. Checking the two middle coefficients is what catches it.

  4. Solve the first quadratic. For 3x2+12x+7=03x^{2}+12x+7=0:

    x=12±144846=12±606=12±2156=6±153x=\frac{-12\pm\sqrt{144-84}}{6}=\frac{-12\pm\sqrt{60}}{6}=\frac{-12\pm 2\sqrt{15}}{6}=\frac{-6\pm\sqrt{15}}{3}

    Numerically x0.70901x\approx-0.70901 and x3.29099x\approx-3.29099; both are real since the discriminant 6060 is positive.

  5. Solve the second quadratic. For x2+4x+9=0x^{2}+4x+9=0 the discriminant is 1636=20<016-36=-20<0, so

    x=4±202=2±i5x=\frac{-4\pm\sqrt{-20}}{2}=-2\pm i\sqrt5

  6. Collect all four roots and verify numerically.

    x=6+153, 6153, 2+i5, 2i5x=\frac{-6+\sqrt{15}}{3},\ \frac{-6-\sqrt{15}}{3},\ -2+i\sqrt5,\ -2-i\sqrt5

    A numerical root finder on the original quartic returns 0.70901-0.70901, 3.29099-3.29099 and 2±2.23607i-2\pm 2.23607i, matching exactly ✓ (5=2.23607\sqrt5=2.23607).

Answer

x=6±153,x=2±i5x=\frac{-6\pm\sqrt{15}}{3},\qquad x=-2\pm i\sqrt{5}

Need to solve a different problem like this? Open the solver →