For #f(x) = (6x)/(1 + 7x^2)#, show that it changes from increasing to decreasing at the point #a# and increasing to decreasing at the point #b#, and find the minima and maxima? What is #a xx b?#
Did I get it right? Is the first derivative #-(42x^2 - 6)/(1 + 7x^2)^2# ?
Did I get it right? Is the first derivative
1 Answer
I'm guessing the question refers to the
#a = -sqrt(1/7)# , local minimum
#b = sqrt((1/7)# , local maximum
graph{(6x)/(1 + 7x^2) [-3.464, 3.464, -1.732, 1.732]}
graph{-(6(7x^2 - 1))/(1 + 7x^2)^2 [-3.464, 3.464, -1.732, 1.732]}
graph{(84x (7x^2 - 3))/(1 + 7 x^2)^3 [-2.464, 2.464, -24, 24]}
DISCLAIMER: LONG ANSWER!
Well, first of all, I think the question has a funky typo. It should say, "changes from decreasing to increasing at the point
Whenever a function changes from increasing to decreasing or vice versa, it exhibits either a local maximum or minimum.
For example:
#y = x^2# has one local minimum at#x = 0# , since the graph has only an upwards concavity.
graph{x^2 [-2.464, 2.464, -2, 2]}
#y = sinx# from#0# to#2pi# changes from increasing to decreasing at#x = pi/2# , and changes from decreasing to increasing at#x = (3pi)/2# .
graph{sinx [-0.05, 6.25, -1.2, 1.01]}
For your graph, the first derivative with respect to
Here, we have (using the product rule):
#(df)/(dx) = 6x cdot -1/(1 + 7x^2)^2 cdot 14x + 1/(1 + 7x^2) cdot 6#
#= (-6(14x^2))/(1 + 7x^2)^2 - (-6(1 + 7x^2))/(1 + 7x^2)^2#
#= (-6(14x^2 - (1 + 7x^2)))/(1 + 7x^2)^2#
#= -(6(7x^2 - 1))/(1 + 7x^2)^2#
So, you took the derivative correctly. Now, to find the points
#0 = -(cancel(6)^(ne 0)(7x^2 - 1))/cancel((1 + 7x^2)^2)^(ne 0)#
The denominator can never equal
#=> 7x^2 = 1#
So, your critical x values (for your local maxima and/or minima) are at
#=> color(green)(x) = pmsqrt(1/7) ~~ color(green)(pm 0.3780)#
Now that you know the
#color(green)(f(pm sqrt(1/7))) = (6(pmsqrt(1/7)))/(1 + 7(pmsqrt(1/7))^2)#
#= (pm6/(sqrt7))/(1 + 7 cdot 1/7) = pm3/(sqrt7)#
#~~ color(green)(pm 1.134)#
Right now, all you know is where the points
The second derivative tells you the concavity; up, down, or an inflection point. By the question wording, one is concave up and the other is concave down.
This derivative would be somewhat ugly
#(d^2f)/(dx^2) = -d/(dx)[(42x^2 - 6)/(1 + 7x^2)^2]# ,
but you should get:
#= (84x (7x^2 - 3))/(1 + 7 x^2)^3#
At the same critical
- If it is positive, the function is concave up and is at a minimum.
- If it is negative, the function is concave down and is at a maximum.
- Otherwise, the function is at an inflection point.
At
#ul((d^2f)/(dx^2)) = (84(-sqrt(1/7)) (7(-sqrt(1/7))^2 - 3))/(1 + 7 (-sqrt(1/7))^2)^3#
#= ((-84/sqrt7) (-2))/(2)^3 " "ul(> 0)#
At
#ul((d^2f)/(dx^2) < 0)#
So, the left-hand critical point is a minimum and the right-hand critical point is a maximum.
#color(blue)((-sqrt(1/7), -3/sqrt7) ~~ (-0.3780, -1.134))# (minimum)
#color(blue)((sqrt(1/7), 3/sqrt7) ~~ (0.3780, 1.134))# (maximum)
And we can check by graphing. Here is the function, followed by its first derivative, and then its second derivative.
graph{(6x)/(1 + 7x^2) [-3.464, 3.464, -1.732, 1.732]}
graph{-(6(7x^2 - 1))/(1 + 7x^2)^2 [-3.464, 3.464, -1.732, 1.732]}
graph{(84x (7x^2 - 3))/(1 + 7 x^2)^3 [-2.464, 2.464, -24, 24]}