For the following function, find a point of maxima and a point of minima, if these exist
f(x) = 12x6 – 4x4 + 15x3 –1.
Printable View
For the following function, find a point of maxima and a point of minima, if these exist
f(x) = 12x6 – 4x4 + 15x3 –1.
First, find the derivative of the function:
Now find the critical points. These occur when the derivative function is equal to zero or when it is undefined. Since the function is never undefined, the critical points occur only when it is equal to 0.
So, find the critical points. Then, create a sign chart. Where the sign changes from positive to negative you have a maximum and where it changes from negative to positive you have a minimum.
Hello,
Firstly, derivate the function.
0 annulates the derivative twice. But it's not a maxima or minima. Take a look at "inflexion point"
Now i'm afraid you will have to derivateto get its variations of sign.
Then, make a sign table of the derivative of f and find its maxima and minima (it's quite hard to write it down on a computer...)
find f'(x) and f''(x)
critical points occur when f'(x) = 0 or is undefined. find all such points.
when you get the points, plug them into the second derivative f''(x)
if f''(x) < 0 at the point, then we have a maximum
if f''(x) > 0 at the point, then we have a minimum
if you use math and /math in [] and this code you will get the function below.
f(x)=12x^6-4x^4+15x^3-1
I asuume you mean
now lets focus on
well
so we know that it has at least one real root inbetwwen -1 and 0
if it is rational you can use the rational roots theorem, if not try numerical methods.
I hope this will get you started. Good luck.