Extremas of a Function
==2024-12-12
<% tp.file.cursor(4) %>
Theory
To find Extremas of a function in a given interval [a,b], we need to study about Fermat’s Theorem.
The extremas can occurs at Critical Points of a function.
So, or undefined.
The overall extremes are called Absolute Extremas in that range.
The Local Extremas are extremas except absolute extremas.
All critical point do not have a extreme value.
So we check interval ends, and all critical points for Extremas.
Examples
<% tp.file.cursor(2) %>
Implementation
<% tp.file.cursor(3) %>
Q&A
<% tp.file.cursor(4) %>