Plotting local max-min-points ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Plotting local max-min-points ?
Hello Everyone.
From :
Plotting local max-min-points ?
Thanks in advance.
Regards.
Solved! Go to Solution.
- Labels:
-
Math Homework
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@lvl107 wrote:
Could you attach *.xmcd ? ( I'm afraid I may hit wrong key stroke... )
Best Regards.
Hmm, really!??
Here's a slightly different approach:
Unfortunately the more direct and logical
does not work in Mathcad - muPad is not capable to find the solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Set a function that is the derivative of f(x).
Use the root function on this derivative within a range to determine unique roots.
You now have enough info to plot the points.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Many thanks both of you, Valery. And I still have a query : "How to prove what point is local min-point ?
Best Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Could you attach *.xmcd ? ( I'm afraid I may hit wrong key stroke... )
Best Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
AWWW! C'mon!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@lvl107 wrote:
Could you attach *.xmcd ? ( I'm afraid I may hit wrong key stroke... )
Best Regards.
Hmm, really!??
Here's a slightly different approach:
Unfortunately the more direct and logical
does not work in Mathcad - muPad is not capable to find the solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Some basic calculus (see Werner's application):
- First derivatives of a function are zero at inflection points (maxima/minima),
- The sign of the second derivative at the inflection point indicates minima (second derivative positive) or maxima (second derivative negative.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
In case of this function Mathcads symbolics is capable enough to give you al solutions, so you should use it.
If your goal is to limit the results to x1<x<x2 you may use the "assume" modifier.
