
William W. answered 10/28/22
Experienced Tutor and Retired Engineer
I'm going to assume that you did not make an error in writing the initial function (you wrote 1x2 which is a little weird).
So if you want to ensure a function is decreasing, then you want to make its derivative is negative.
Using the power rule, f '(x) = 3x2 + 2x - 6
To determine where 3x2 + 2x - 6 is negative, find the zeros:
Using the quadratic formula:
x = (-b±√(b2-4ac))/(2a)
x = (-2±√(4+72))/6
x = (-2 ± 2√19)/6
x = (-1 ± √19)/3
This is a quadratic with positive leading coefficient so it will open upwards and will be negative between the zeros. One zero (-1 - √19)/6 is a negative number so since we are looking for an interval from (0, A) we can ignore this one in terms of "A". So the interval that ensures f(x) is decreasing would mean A = (-1 + √19)/3