How do you find the intervals of increasing and decreasing using the first derivative given #y=10(5-sqrt(x^2-3x+16))#?

2 Answers
Jan 13, 2018

The graph is increasing until #x=1.5#, then decreases.

Explanation:

So your goal is to find the intervals of increasing and decreasing, which essentially means you're trying to find where the instantaneous slopes are increasing or decreasing, which is the definition of a derivative: Giving you the instantaneous rate of change at any given point. You're essentially looking for:

#d/dx(10(5-sqrt(x^2-3x+16)))#

The first rule I'm going to use is the "Derivative of a constant times a function," which states

#d/dx(a*f(x))=a*d/dxf(x)#

Therefore, I can get

#10d/dx(5-sqrt(x^2-3x+16))#

Next, we need to take the derivative. The 5 is immediately removed, because the derivative of a constant is 0, and therefore we are left with:

#10d/dx(-sqrt(x^2-3x+16))#

Again, we can take out the negative, because that's still the constant times a function:

#-10d/dx(sqrt(x^2-3x+16))#

Now, we can use the chain rule, which says:

#d/dx(f(g(x))=f'(g(x))*g'(x)#

In this case, the following statements are true:

#f(x)=x^(1/2)#
#f'(x)=1/(2x^(1/2))#
#g(x)=x^2-3x+16#
#g'(x)=2x-3#

Therefore, we can plug in everything into the chain rule to get:

#d/dx(10(5-sqrt(x^2-3x+16)))=(30-20x)/(2sqrt(x^2-3x+16))#

Notice: I multiplied the -10 in just to clean up the question a bit.

Next, we want to solve for 0, which will tell us when the function isn't increasing or decreasing. Thankfully, because this is a rational function, all we need to do is solve for the numerator and make sure the denominator isn't 0.

#0=30-20x#
#-30=-20x#
#3/2=x#

Plugging this value into the denominator gives us about 7.4, which tells us this is a valid solution. Because there is only one solution, we know the slope goes from increasing to decreasing once, and that's at #x=1.5#.

Finally, we do sign analysis to tell us where the function is increasing (at the points where #d/dx(f(x))>0#) and when it's decreasing (#d/dx(f(x))<0#).

So just choose one point to the left, and one point to the right of #x=1.5# and that'll give you your answer. I'll take #x=0#, for example.

#(30)/(2sqrt(16))#
=#15/4#

So we know for values less than 1.5, the function is increasing. Now, we'll take one on the other side. I'll take x=3.

#(30-20(3))/(2sqrt((3)^2-3(3)+16))#
#=(30-60)/(2sqrt(16))#
#=-30/(2sqrt(16))#
#=-15/4#

Therefore, the function is increasing before 1.5, and decreasing after, and isn't doing either at 1.5.

Jan 13, 2018

Increasing #(-oo , 3/2)#

Decreasing #(3/2 , oo)#

Explanation:

enter image source here

As can be seen from the diagram, maximum/minimum and points of inflection( saddle points) have a gradient of zero. These are sometimes referred to as stationary points ( points where the function is neither increasing nor decreasing ).The gradient on either side of these points can be used to determine where the function is increasing or decreasing.

We first find the derivative of the function:

#f(x)=10(5-sqrt(x^2-3x+16))=50-50(x^2-3x+16)^(1/2)#

#dy/dx(50-50(x^2-3x+16)^(1/2))=-25(x^2-3x+16)^(-1/2)*(2x-3)#

#=(-50x+75)/(sqrt(x^2-3x+16))=-((50x-75))/(sqrt(x^2-3x+16))#

We now solve this for zero:

#-((50x-75))/(sqrt(x^2-3x+16))=0# ( Only possible if numerator is #0# )

#-50x+75=0=>x=75/50=3/2#

So stationary point at #x=3/2#

We now test either side of this point. We can see from the diagram, that when the function is increasing it has a positive gradient and when decreasing it has a negative gradient. We need to take values near the stationary point and then plug them into the derivative.

To the left:

Let #x=5/4#

#-((50(5/4)-75))/(sqrt((5/4)^2-3(5/4)+16))=-(-12.5)/((sqrt(221/16)))>0# #color(white)(888)+ve#

To the right:

Let #x=7/4#

#-((50(7/4)-75))/(sqrt((7/4)^2-3(7/4)+16))=-(12.5)/(sqrt(221/16))<0# #color(white)(888)-ve#

Increasing #(-oo , 3/2)#

Decreasing #(3/2 , oo)#