To determine the regions in which f(x) is increasing or decreasing, we take its derivative to find an equation for the slope of f(x). Use the power rule (multiply the leading coefficient of each term by its exponent, then reduce the exponent by one)
f'(x) = d/dx (x4 - 3x2 + 5x) = 4x3 - (2*3) x1 + 5x0 = 4x3 - 6x + 5
Now that we have the derivative, we can factor it. Factoring a polynomial gives us the points at which the equation is equal to zero. For a derivative of a function f, the zeroes (x-values) symbolize the points where f is "flat". In other words, the zeroes of a derivative indicate the boundaries between the original function increasing or decreasing.
Now, you could try to use the [Rational Root Theorem](https://en.wikipedia.org/wiki/Rational_root_theorem) to get an exact answer, but this polynomial only has an irrational root so you would not get any where. One thing you can try is the [Cubic Formula](https://en.wikipedia.org/wiki/Cubic_equation#Cardano's_formula), which involves a lot of ugly algebra but will give you the exact irrational solution.
If you had this question on an exam you would probably have a calculator with you to avoid having to do that. The zero is approximately -1.52334.
Now since we have only one zero of the derivative, that means the function must be increasing on one side and decreasing on the other. We just have to the derivative f'(x) with input x-values on either side of the above value. For example, let's try x = -2 and x = 0:
f'(-2) = 4 * (-8) - 6 * (-2) + 5 = -32 + 12 + 5 = -15
f'(0) = 4 * 0 - 6 * 0 + 5 = 5
Since the derivative changes sign from negative to positive, f(x) must have positive slope (and is increasing) after x = -1.52334. If x is less than -1.52334, then f(x) is decreasing.