How do you find the intervals of increasing and decreasing using the first derivative given #y=-2x^2+4x+3#?

1 Answer
Jun 16, 2017

#f(x)# is increasing from #(-oo,1)#
#f(x)# is decreasing from #(1,oo)#

Explanation:

We want to perform that first derivative test here:
We begin by differentiate using the power rule:

#d/dxx^n=nx^(n-1)#

#d/dx=-2(2)x^(2-1)+4(1)x^cancel(1-1)+0#

Keep in mind that #x^0=1# and that derivative of a constant is zero.

#f'(x)=-4x+4#

Now we want to factor and set it equal to zero:

#-4(x-1)=0#

#x-1=0#

#x=1#

We create a test a interval from #(-oo,1)uu(1,oo)#
Now you pick numbers in between the interval and test them in the derivative. If the number is positive this means the function is increasing and if it's negative the function is decreasing.

I picked 0 a number from the left

#f'(0)=4#

This means from #(oo,1)# the function is increasing.

Then I picked a number from the right which was 2.

#f'(2)=-4#

This means from #(-1,oo)# the function is decreasing.

So, from #(oo,1)# the function is increasing and from #(-1,oo)# the function is decreasing.

Note: For this exact reason we can say that there's an absolute max at #f(1)#. We can say this because its only a parabola.

Attach is an image that may help you:

enter image source here

The graph will help you visualize it better.

graph{-2x^2+4x+3 [-10, 10, -5, 5]}