Solving a Cubic Equation: How to Find the Real Root

  • Thread starter Thread starter xzibition8612
  • Start date Start date
  • Tags Tags
    Root
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
xzibition8612
Messages
137
Reaction score
0

Homework Statement



2t^3-4t-5=0
Find t

Homework Equations



[-b-sqrt(b^2-4ac)]/2a

The Attempt at a Solution



The answer is sqrt(2/3). No idea how this came about. I tried plugging in the equation and got it wrong. :( Please help I've been struggling over this for 5 hours.
 
Physics news on Phys.org
The quadratic formula

[tex]x=\frac{-b\pm \sqrt{b^2-4ac}}{2a}[/tex]

Is only for quadratics. That is, equations of the form

[tex]y=ax^2+bx+c[/tex]

But what you have is a cubic, so you can't use the quadratic formula. The cubic formula is way too complicated though, so we have other methods of going about solving them, such as the rational root theorem.

But now that I look at it, are you sure you wrote the cubic down correctly? The real root definitely isn't [itex]\sqrt{2/3}[/itex].