66.2k views
1 vote
Find the intervals over which the following polynomial is increasing or decreasing.p(x) = -2x^3 -x^2 + 5x +6answer choices:A. inc -1.1 0.8C. inc -1.1 0.8D. dec -1.1 >x> 0.8 and inc x < -1.1, x >0.8

User Illayda
by
4.3k points

1 Answer

4 votes

We have a polynomial P(x) that is:


P(x)=-2x^3-x^2+5x+6

We can calculate the first derivative of P(x). This function P'(x) will tell us the slope of the tangent line to the curve of P(x) for each value of x.

This tangent line has negative slope when P(x) is decreasing and positive slope when P(x) is increasing.

Then,

- when P'(x)<0, P(x) is decreasing.

- when P'(x)>0, P(x) is increasing.

- when P'(x)=0, P(x) is at a exterme point (local minimum of maximum).

We can calculate P'(x) as:


P^(\prime)(x)=-2(3x^2)-2x+5=-6x^2-2x+5

The function P'(x) is concave down, so we can find the roots of P'(x) to see where it changes sign:


\begin{gathered} x=\frac{-(-2)\pm\sqrt[]{(-2)^2-4\cdot(-6)\cdot5}}{2\cdot(-6)} \\ x=\frac{2\pm\sqrt[]{4+120}}{-12} \\ x=\frac{2\pm\sqrt[]{124}}{-12} \\ x\approx(2\pm11.14)/(-12) \\ x_1=(2-11.14)/(-12)=0.76\approx0.8 \\ x_2=(2+11.14)/(-12)=-1.09\approx-1.1 \end{gathered}

We can evaluate the sign of P'(x) when x<-1.1, for example with P'(2):


\begin{gathered} P^(\prime)(2)=-6(-2)^2-2(-2)+5 \\ P^(\prime)(2)=-6\cdot4+4+5 \\ P^(\prime)(2)=-24+4+5 \\ P^(\prime)(2)=-15<0 \end{gathered}

Then, we now that P'(x) is positive between x=-1.1 and x=0.8.

In conclusion, P(x) is increasing between x=-1.1 and x=0.8. Outside this interval, P(x) is decreasing.

Answer:

Increasing for x | -1.1 < x < 0.8.

Decreasing for x | x<-1.1 and x>0.8

[Option C]

User Bstricks
by
4.4k points