How do you find and classify the critical points of #f(x) = log(x^2+x)^2#?
1 Answer
There is a single local maximum of
Explanation:
The logarithm base is not specified, so let us assume base
Then, we have:
# f(x) = log_a((x^2+x)^2) #
Not that we could use the log rule:
# log a^b = bloga #
And as we wish to differentiate we should change base to Natural (base
# f(x) = (ln((x^2+x)^2))/(lna) #
Then we can differentiate wrt
# f'(x) = 1/(lna) * 1/(x^2+x)^2 * 2(x^2+x)(2x+1) #
# \ \ \ \ \ \ \ \ \ = 2/(lna) * (2x+1)/(x^2+x) #
At a critical point we require that the first derivative vanish, this requires that:
# f'(x) = 0 => (2x+1)/(x^2+x)= 0 #
# :. 2x+1=0 #
# :. x=-1/2 #
And when
# f(-1/2) = (ln((1/4-1/2)^2))/(lna)#
# \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ = (ln((1/4-1/2)^2))/(lna)#
# \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ = (ln(1/16))/(lna)#
# \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ = -ln(16)/(lna)#
We can perform a second derivative test to determine the nature of the critical point:
If
#f'(x) = 0 # then#f''(x) \ { (lt 0,"local maximum"), (=0, "Point of Inflection"), (gt 0, "local minimum") :}#
And so we differentiate
# f''(x) = 2/(lna) { ( (x^2+x)(2) - (2x+1)(2x+1) ) / (x^2+x)^2 } #
# \ \ \ \ \ \ \ \ \ \ = 2/(lna) { ( 2x^2+2x -4x^2-4x-1 ) / (x^2+x)^2 } #
# \ \ \ \ \ \ \ \ \ \ = -2/(lna) { ( 2x^2+2x+1 ) / (x^2+x)^2 } #
And when
We should also consider the possibility of any inflection points by seeing if the second derivative vanishes:
# f''(x) =0= > 2x^2+2x+1 = 0 #
Which has no real solutions.
Hence, we can conclude that there is a single local maximum of
graph{log((x^2+x)^2) [-5, 5, -4, 4]}