The method of finding the extreme value of a function based on drawing the derivative function image in the geometric sketchpad

PHPz
Release: 2024-04-17 17:58:24
forward
925 people have browsed it

When drawing, it is particularly important to find the extreme value of the function. Geometry Sketchpad provides us with a method to find the extreme value of a function based on the image of the derivative function. This method works not only for simple functions, but also for complex functions. In order to help everyone understand this method in depth, PHP editor Xinyi will explain its principles and steps in detail below.

1. Open the geometric sketchpad, [Draw] - [Draw New Function], enter the function analytical formula in the figure below in the function editor, and click [OK].

The method of finding the extreme value of a function based on drawing the derivative function image in the geometric sketchpad

2. Right-click the analytical formula of the function, select [Define Derivative Function], and the analytical formula of the derivative function will appear. Right-click the derivative function and select [Draw Function]. The derivative function (blue) of the original function will appear in the drawing area.

The method of finding the extreme value of a function based on drawing the derivative function image in the geometric sketchpad

3. Select the drawn derivative function image and the x-axis, [Construct] - [Intersection] to get point A. Because the original function is not differentiable at point B, [Draw] - [Draw Point], draw point B (-4, 0).

The method of finding the extreme value of a function based on drawing the derivative function image in the geometric sketchpad

4. Select point B and point A, [Metric] - [Abscissa], the abscissa value is the abscissa of the turning point of the monotonic interval of the original function.

The method of finding the extreme value of a function based on drawing the derivative function image in the geometric sketchpad

Explanation: At the drawing point B, the derivative does not exist, so the original function has a maximum value of 0 at point B and a minimum value at point A.

The above is the detailed content of The method of finding the extreme value of a function based on drawing the derivative function image in the geometric sketchpad. For more information, please follow other related articles on the PHP Chinese website!

source:zol.com.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template