0

Suppose that $f(x)= x^{5}+3$

$f'(x)=5*x^{4}$

To get maxima/minima the first-order derivative is equated to $0$

$f'(x)=5*x^{4}=0$ => $x=0$

No matter what the degree of $x$, the value of $x=0$

How can I get maximum or minima value?

Can we get maxima or minima for any polynomial by second-order derivation?

2 Answers2

0

This is one of the perfect examples to show that $f'(x)=0$ does not always imply that $x$ is an extremum.

Look at the graph of your polynomial and you will quickly realise what is happening.

As for the maximum and minimum values of a polynomial with odd degree, remember what happens when $x$ tends to either $+ \infty$ or $- \infty$.

Bill O'Haran
  • 3,034
  • if I have an interval of values for x, I can get maximum or minimum for that polynomial $f(x)=x^5+3$ – SS Varshini Aug 26 '20 at 11:55
  • If you are indeed restraining yourself to some interval $I \subset \mathbb{R}$, you should look at the maximum and minimum of your interval. Again, the easiest way probably is to plot the graph of this polynomial. This should guide your reflexion. – Bill O'Haran Aug 26 '20 at 11:59
0

Hint : The polynomial is strictly increasing on $\mathbb{R}$, so it has no extremum.

TheSilverDoe
  • 29,720