How do I find range of functions like $x^3 -5x^2 +3x - 12\sin x$ or simply $x^3 - \sin x$ mathematically?
Is there an intuitive way? Is there a smart way to graph functions like $f(x)+\sin x$? Thanks in Advance.
How do I find range of functions like $x^3 -5x^2 +3x - 12\sin x$ or simply $x^3 - \sin x$ mathematically?
Is there an intuitive way? Is there a smart way to graph functions like $f(x)+\sin x$? Thanks in Advance.
Plotting is always a good idea to quickly get an idea of what the function looks like. I would suggest using an online tool like this or this or this. Alternatively, any computer algebra system (Maple, Matlab, Mathematica, Sage, ...) or a small python script (probably using numpy and matplotlib), or maybe a graphing calculator will do nicely.
To then answer the question of range precisely (assuming the function is continuous), you have to
For example: