Proof: f(x) Has No Local Max/Min

  • Thread starter Thread starter BrownianMan
  • Start date Start date
  • Tags Tags
    Local Proof
Click For Summary
SUMMARY

The function f(x) = x^21 + x^11 + 13x does not possess any local maxima or minima due to the nature of its derivative, f '(x) = 21x^20 + 11x^10 + 13. The terms 21x^20 and 11x^10 are always non-negative, ensuring that the derivative cannot equal zero. Consequently, there are no critical points, confirming the absence of local extrema. This conclusion is supported by graphical analysis using Mathematica.

PREREQUISITES
  • Understanding of calculus, specifically derivatives and critical points.
  • Familiarity with polynomial functions and their properties.
  • Basic knowledge of Mathematica for graphical analysis.
  • Concept of local maxima and minima in mathematical functions.
NEXT STEPS
  • Explore the implications of polynomial degree on local extrema.
  • Learn how to use Mathematica for plotting complex functions.
  • Investigate the behavior of derivatives for different types of functions.
  • Study the concept of global maxima and minima in calculus.
USEFUL FOR

Students and educators in mathematics, particularly those studying calculus, as well as software developers using Mathematica for mathematical modeling and analysis.

BrownianMan
Messages
133
Reaction score
0
Show that the function f(x) = x^21 + x^11 + 13x does not have a local maximum or minimum.

So f '(x) = 21x^20 + 11x^10 + 13.

My reasoning is as follows:

Since the exponents (10 and 20) are even, 21x^20 and 11x^10 can never be negative, and thus, summing them can never produce a negative number to make the expression 0 = 21x^20 + 11x^10 + 13 true. So there are no critical numbers, and therefore no local max or min.

Would this be correct?
 
Physics news on Phys.org
Yes, since for stationary/critical/etc... points to exist, your function's derivative has to have points in which its value is 0. Since your function can never have 0 values, you're correct.
The graphical interpretation is also quite neat. Try these in Mathematica, it'll all be clear in a second, and you can also use it in the case of more complicated functions:

[tex]Plot[x^{21} + x^{11} + {13*x}, \{ x, -10, 10\\\}][/tex]

[tex]Plot[21*x^{20} + 11*x^{10} + 13*x, \{ x, -10, 10\\\}][/tex]
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
1
Views
2K
  • · Replies 30 ·
2
Replies
30
Views
3K
Replies
11
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K