Solutions for roots polynomials.

  • Context: Undergrad 
  • Thread starter Thread starter MathematicalPhysicist
  • Start date Start date
  • Tags Tags
    Polynomials Roots
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Science Advisor
Gold Member
Messages
4,662
Reaction score
372
i wonder if there's a formula like for quadartic and cubic equations also for roots polynomials, like this equation:
ax^(1/2)+bx+c=0
or like
ax^(1/3)+bx^(1/2)+cx+d=0
?
and what are they?
 
Last edited:
Mathematics news on Phys.org
y = x^(1/2) turns the first into a quadratic equation in y, and y = x^(1/6) turns the second into a polynomial equation in y of degree 6.
 
strictly speaking a polynomial in [itex]x[/itex] must be a linear combination of natural powers of [itex]x[/itex] (so your equations aren't quite polynomial equations). 0rthodontist's suggestion will convert your equations to polynomial equations, though. You'll just have to reject some of the solutions ([itex]x^{1/3}[/itex] and [itex]x^{1/2}[/itex] are 1-1 once you choose a given branch, while [itex]x^2[/itex] and [itex]x^6[/itex] are many-1). Of course, solving degree 6 polynomial equations by hand isn't exactly fun either (unless the coefficients are cooperative, the best way is usually to try to approximate the roots with something like Newton's method, because there's no closed-form solution for the roots of polynomials of order [itex]\ge 5[/itex]).
 
Last edited: