Algebra · real student question

Solve 0.2 * 0.2 * x^6 + (1 + 0.2 * 0.2) x^4 + x^2 - 4 = 0.

Question

Solve

0.20.2x6+(1+0.20.2)x4+x24=00.2\cdot 0.2\,x^{6}+\left(1+0.2\cdot 0.2\right)x^{4}+x^{2}-4=0

Step-by-step solution

  1. Simplify the decimal coefficients. Since 0.2×0.2=0.040.2\times 0.2=0.04 and 1+0.04=1.041+0.04=1.04, the equation is

    0.04x6+1.04x4+x24=00.04x^{6}+1.04x^{4}+x^{2}-4=0

  2. Clear the decimals by multiplying by 25. Because 25×0.04=125\times 0.04=1 and 25×1.04=2625\times 1.04=26:

    x6+26x4+25x2100=0x^{6}+26x^{4}+25x^{2}-100=0

    Working with integers removes any risk of rounding drift in the root-finding to come.

  3. Substitute y=x2y=x^{2} — only even powers appear. With x6=y3x^{6}=y^{3} and x4=y2x^{4}=y^{2}:

    y3+26y2+25y100=0y^{3}+26y^{2}+25y-100=0

    The degree drops from six to three, and crucially y=x20y=x^{2}\ge 0, so only non-negative roots yy can produce real xx.

  4. Check for rational roots, then go numerical. The candidates ±1,±2,±4,±5,±10,±20,±25,±50,±100\pm1,\pm2,\pm4,\pm5,\pm10,\pm20,\pm25,\pm50,\pm100 all fail — for example y=1y=1 gives 48-48 and y=2y=2 gives +62+62. So the sign change between 11 and 22 locates the only positive root, which must be found numerically.

  5. Find the positive root accurately. Newton iteration on f(y)=y3+26y2+25y100f(y)=y^{3}+26y^{2}+25y-100 starting from y=1.5y=1.5 converges to

    y=1.5056857750y=1.5056857750

    A verification matters here: f(1.5056858)=0.0000000f(1.5056858)=0.0000000, whereas a nearby wrong value such as y=1.417075y=1.417075 gives f=9.5f=-9.5, nowhere near zero. The other two roots, y2.6747y\approx-2.6747 and y24.8310y\approx-24.8310, are negative and give no real xx.

  6. Return to xx. From x2=1.5056857750x^{2}=1.5056857750,

    x=±1.5056857750=±1.2270638838x=\pm\sqrt{1.5056857750}=\pm 1.2270638838

    Substituting back: 0.04(1.22706)6+1.04(1.22706)4+(1.22706)24=0.0000000.04(1.22706)^{6}+1.04(1.22706)^{4}+(1.22706)^{2}-4=0.000000 ✓. The sextic has exactly two real roots and four complex ones.

Answer

x=±1.5056857750±1.2270639x=\pm\sqrt{1.5056857750}\approx\pm 1.2270639

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