Cubic polynomial function with 3 real roots; one at infinity?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
hiroman
Messages
6
Reaction score
0
Is it possible to have a cubic polynomial (ax^3+bx^2+cx+d) which has three REAL roots, with one of them being +/- infinity?

If there is, can you give an example?

Thanks!
 
Mathematics news on Phys.org
hiroman said:
Is it possible to have a cubic polynomial (ax^3+bx^2+cx+d) which has three REAL roots, with one of them being +/- infinity?

If there is, can you give an example?

Thanks!

It doesn't make literal sense for any function whose domain is the real numbers to have a root at infinity, since infinity's not an element of the domain.

But we could still ask if there's a 3rd degree polynomial such that the limit as x->inf is 0. The answer's no, and it's easy to see. As x -> +inf, x^3 goes to +inf. Since the x^3 term eventually dominates the rest of the terms, the polynomial goes to +inf.

Likewise, as x -> -inf, the function must go to -inf. So it's not possible for the polynomial to go to zero at +/- infinity. This reasoning goes through for any odd-degree polynomial. For even-degree polynomials, the limits at +/- infinity are both infinity.
 
Many thanks for the enlightenment, Steve! Cheers.