limit(x*sin(x)+a*x, x, inf) should ask if a > 1 or a < -1, because that would make the limit inf / minf.
limit(x*sin(x)+a*x, x, inf)
a > 1
a < -1
inf
minf
Log in to post a comment.