Algebra · real student question

Solve 2x^3 + 33x^2 + 180x - 300 = 0. How many real roots does it have, and what are they?

Question

Solve

2x3+33x2+180x300=0.2x^{3}+33x^{2}+180x-300=0.

How many real roots does it have, and what are they?

Step-by-step solution

  1. Rule out rational roots. Candidates are ±pq\pm\frac{p}{q} with p300p\mid 300 and q2q\mid 2. Testing the plausible small ones with f(x)=2x3+33x2+180x300f(x)=2x^{3}+33x^{2}+180x-300:

    f(1)=2+33+180300=85,f(2)=16+132+360300=208,f(1)=2+33+180-300=-85,\quad f(2)=16+132+360-300=208,

    f(5)=250+825900300=625,f(10)=2000+33001800300=800.f(-5)=-250+825-900-300=-625,\quad f(-10)=-2000+3300-1800-300=-800.

    None vanishes, and neither does any other candidate, so the cubic is irreducible over the rationals and cannot be factored by inspection.

  2. Count the real roots from the discriminant. For ax3+bx2+cx+dax^{3}+bx^{2}+cx+d the discriminant is

    Δ=18abcd4b3d+b2c24ac327a2d2=42,120,000.\Delta=18abcd-4b^{3}d+b^{2}c^{2}-4ac^{3}-27a^{2}d^{2}=-42{,}120{,}000.

    Because Δ<0\Delta<0 there is exactly one real root and a conjugate pair of complex ones. That settles the counting question before any numerical work — a sweep of ff over [100,20][-100,20] indeed shows a single sign change, near x=1.32x=1.32.

  3. Bracket and bisect the real root. From f(1)=85<0f(1)=-85<0 and f(2)=208>0f(2)=208>0 the root lies in (1,2)(1,2). Halving repeatedly and keeping the sign-changing half converges to

    x1.321083731.x\approx 1.321083731.

    Check: f(1.321083731)6×1014f(1.321083731)\approx-6\times10^{-14} ✓. A rougher quote such as 1.321.32 leaves f0.30f\approx-0.30, so the extra digits matter if the root feeds into later work.

  4. Get the exact value with Cardano. Depressing the cubic by x=tb3a=t112x=t-\frac{b}{3a}=t-\frac{11}{2} gives t3+pt+q=0t^{3}+pt+q=0 with

    p=3acb23a2=34,q=2b39abc+27a2d27a3=12494.p=\frac{3ac-b^{2}}{3a^{2}}=-\frac34,\qquad q=\frac{2b^{3}-9abc+27a^{2}d}{27a^{3}}=-\frac{1249}{4}.

    Since q24+p327=156000164164=24375\frac{q^{2}}{4}+\frac{p^{3}}{27}=\frac{1560001}{64}-\frac{1}{64}=24375 and 24375=2539\sqrt{24375}=25\sqrt{39}, Cardano gives

    x=12498+25393+1249825393112.x=\sqrt[3]{\frac{1249}{8}+25\sqrt{39}}+\sqrt[3]{\frac{1249}{8}-25\sqrt{39}}-\frac{11}{2}.

  5. Verify the closed form at high precision. Evaluating that expression with 60-digit arithmetic returns

    x=1.32108373084131024332679,x=1.32108373084131024332679\ldots,

    and substituting it back gives f(x)2×1053f(x)\approx 2\times10^{-53} ✓. Note the second cube root is of the tiny number 1249825395.004×105\frac{1249}{8}-25\sqrt{39}\approx 5.004\times10^{-5}, so evaluating this form in ordinary floating point loses accuracy — the bisection value is the safer one to quote in practice.

Answer

x=12498+25393+12498253931121.321083731(the only real root)x=\sqrt[3]{\frac{1249}{8}+25\sqrt{39}}+\sqrt[3]{\frac{1249}{8}-25\sqrt{39}}-\frac{11}{2}\approx 1.321083731\quad(\text{the only real root})

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