At what points does the derivative decrease? At what point is the derivative greatest?

(Fig.1)

Figure 1. Derivative graph

Derivative graph properties

  1. At increasing intervals, the derivative is positive. If the derivative at a certain point from a certain interval has a positive value, then the graph of the function on this interval increases.
  2. At decreasing intervals, the derivative is negative (with a minus sign). If the derivative at a certain point from a certain interval has negative meaning, then the graph of the function decreases on this interval.
  3. The derivative at point x is equal to slope tangent drawn to the graph of the function at the same point.
  4. At the maximum and minimum points of the function, the derivative is equal to zero. The tangent to the graph of the function at this point is parallel to the OX axis.

Example 1

Using the graph (Fig. 2) of the derivative, determine at what point on the segment [-3; 5] function is maximum.

Figure 2. Derivative graph

Solution: On this segment, the derivative is negative, which means the function decreases from left to right, and highest value is located on the left side at point -3.

Example 2

Using the graph (Fig. 3) of the derivative, determine the number of maximum points on the segment [-11; 3].

Figure 3. Derivative graph

Solution: The maximum points correspond to the points where the sign of the derivative changes from positive to negative. On this interval, the function changes sign from plus to minus twice - at point -10 and at point -1. This means that the number of maximum points is two.

Example 3

Using the graph (Fig. 3) of the derivative, determine the number of minimum points in the segment [-11; -1].

Solution: The minimum points correspond to the points where the sign of the derivative changes from negative to positive. On this segment, such a point is only -7. This means that the number of minimum points on a given segment is one.

Example 4

Using the graph (Fig. 3) of the derivative, determine the number of extremum points.

Solution: The extreme points are both the minimum and maximum points. Let's find the number of points at which the derivative changes sign.


First derivative If the derivative of a function is positive (negative) in a certain interval, then the function in this interval monotonically increases (monotonically decreases). If the derivative of a function is positive (negative) in a certain interval, then the function monotonically increases (monotonically decreases) in this interval. Further








Definition A curve is called convex at a point if in some neighborhood of this point it is located under its tangent at a point. A curve is called convex at a point if in some neighborhood of this point it is located under its tangent at a point. A curve is called concave at a point if in some neighborhood of this point it is located above its tangent at a point A curve is called concave at a point if in some neighborhood of this point it is located above its tangent at a point Next


Sign of concavity and convexity If the second derivative of a function in a given interval is positive, then the curve is concave in this interval, and if it is negative, it is convex in this interval. If the second derivative of a function in a given interval is positive, then the curve is concave in this interval, and if it is negative, it is convex in this interval. Definition






Plan for studying a function and constructing its graph 1. Find the domain of definition of the function and determine the discontinuity points, if any; 1. Find the domain of definition of the function and determine the discontinuity points, if any; 2. Find out whether the function is even or odd; check its periodicity 2. Find out whether the function is even or odd; check its periodicity 3. Determine the points of intersection of the graph of the function with the coordinate axes 3. Determine the points of intersection of the graph of the function with the coordinate axes 4. Find critical points of the 1st kind 4. Find critical points of the 1st kind 5. Determine the intervals of monotonicity and extrema of the function 5. Determine intervals of monotonicity and extrema of the function 6. Determine the intervals of convexity and concavity and find inflection points 6. Determine the intervals of convexity and concavity and find inflection points 7. Using the research results, connect the obtained points with a smooth curve 7. Using the research results, connect the obtained points with a smooth curve Output

Problem B9 gives a graph of a function or derivative from which you need to determine one of the following quantities:

  1. The value of the derivative at some point x 0,
  2. Maximum or minimum points (extremum points),
  3. Intervals of increasing and decreasing functions (intervals of monotonicity).

The functions and derivatives presented in this problem are always continuous, making the solution much easier. Despite the fact that the task belongs to the section of mathematical analysis, even the weakest students can do it, since no deep theoretical knowledge is required here.

To find the value of the derivative, extremum points and monotonicity intervals, there are simple and universal algorithms - all of them will be discussed below.

Read the conditions of problem B9 carefully to avoid making stupid mistakes: sometimes you come across quite lengthy texts, but important conditions, which influence the course of the decision, there are few.

Calculation of the derivative value. Two point method

If the problem is given a graph of a function f(x), tangent to this graph at some point x 0, and it is required to find the value of the derivative at this point, the following algorithm is applied:

  1. Find two “adequate” points on the tangent graph: their coordinates must be integer. Let's denote these points as A (x 1 ; y 1) and B (x 2 ; y 2). Write down the coordinates correctly - this is a key point in the solution, and any mistake here will lead to an incorrect answer.
  2. Knowing the coordinates, it is easy to calculate the increment of the argument Δx = x 2 − x 1 and the increment of the function Δy = y 2 − y 1 .
  3. Finally, we find the value of the derivative D = Δy/Δx. In other words, you need to divide the increment of the function by the increment of the argument - and this will be the answer.

Let us note once again: points A and B must be looked for precisely on the tangent, and not on the graph of the function f(x), as often happens. The tangent line will necessarily contain at least two such points - otherwise the problem will not be formulated correctly.

Consider points A (−3; 2) and B (−1; 6) and find the increments:
Δx = x 2 − x 1 = −1 − (−3) = 2; Δy = y 2 − y 1 = 6 − 2 = 4.

Let's find the value of the derivative: D = Δy/Δx = 4/2 = 2.

Task. The figure shows a graph of the function y = f(x) and a tangent to it at the point with the abscissa x 0. Find the value of the derivative of the function f(x) at the point x 0 .

Consider points A (0; 3) and B (3; 0), find the increments:
Δx = x 2 − x 1 = 3 − 0 = 3; Δy = y 2 − y 1 = 0 − 3 = −3.

Now we find the value of the derivative: D = Δy/Δx = −3/3 = −1.

Task. The figure shows a graph of the function y = f(x) and a tangent to it at the point with the abscissa x 0. Find the value of the derivative of the function f(x) at the point x 0 .

Consider points A (0; 2) and B (5; 2) and find the increments:
Δx = x 2 − x 1 = 5 − 0 = 5; Δy = y 2 − y 1 = 2 − 2 = 0.

It remains to find the value of the derivative: D = Δy/Δx = 0/5 = 0.

From the last example, we can formulate a rule: if the tangent is parallel to the OX axis, the derivative of the function at the point of tangency is zero. In this case, you don’t even need to count anything - just look at the graph.

Calculation of maximum and minimum points

Sometimes, instead of a graph of a function, Problem B9 gives a graph of the derivative and requires finding the maximum or minimum point of the function. In this situation, the two-point method is useless, but there is another, even simpler algorithm. First, let's define the terminology:

  1. The point x 0 is called the maximum point of the function f(x) if in some neighborhood of this point the following inequality holds: f(x 0) ≥ f(x).
  2. The point x 0 is called the minimum point of the function f(x) if in some neighborhood of this point the following inequality holds: f(x 0) ≤ f(x).

In order to find the maximum and minimum points from the derivative graph, just follow these steps:

  1. Redraw the derivative graph, removing all unnecessary information. As practice shows, unnecessary data only interferes with the decision. Therefore, we note on coordinate axis zeros of the derivative - that's all.
  2. Find out the signs of the derivative on the intervals between zeros. If for some point x 0 it is known that f'(x 0) ≠ 0, then only two options are possible: f'(x 0) ≥ 0 or f'(x 0) ≤ 0. The sign of the derivative is easy to determine from the original drawing: if the derivative graph lies above the OX axis, then f'(x) ≥ 0. And vice versa, if the derivative graph lies under the OX axis, then f'(x) ≤ 0.
  3. We check the zeros and signs of the derivative again. Where the sign changes from minus to plus is the minimum point. Conversely, if the sign of the derivative changes from plus to minus, this is the maximum point. Counting is always done from left to right.

This scheme only works for continuous functions - there are no others in problem B9.

Task. The figure shows a graph of the derivative of the function f(x) defined on the interval [−5; 5]. Find the minimum point of the function f(x) on this segment.

Let's get rid of unnecessary information and leave only the boundaries [−5; 5] and zeros of the derivative x = −3 and x = 2.5. We also note the signs:

Obviously, at the point x = −3 the sign of the derivative changes from minus to plus. This is the minimum point.

Task. The figure shows a graph of the derivative of the function f(x) defined on the interval [−3; 7]. Find the maximum point of the function f(x) on this segment.

Let's redraw the graph, leaving only the boundaries [−3; 7] and zeros of the derivative x = −1.7 and x = 5. Let us note the signs of the derivative on the resulting graph. We have:

Obviously, at the point x = 5 the sign of the derivative changes from plus to minus - this is the maximum point.

Task. The figure shows a graph of the derivative of the function f(x), defined on the interval [−6; 4]. Find the number of maximum points of the function f(x) belonging to the segment [−4; 3].

From the conditions of the problem it follows that it is sufficient to consider only the part of the graph limited by the segment [−4; 3]. Therefore, we build a new graph on which we mark only the boundaries [−4; 3] and zeros of the derivative inside it. Namely, points x = −3.5 and x = 2. We get:

On this graph there is only one maximum point x = 2. It is at this point that the sign of the derivative changes from plus to minus.

A small note about points with non-integer coordinates. For example, in the last problem the point x = −3.5 was considered, but with the same success we can take x = −3.4. If the problem is compiled correctly, such changes should not affect the answer, since the points “without a fixed place of residence” do not directly participate in solving the problem. Of course, this trick won’t work with integer points.

Finding intervals of increasing and decreasing functions

In such a problem, like the points of maximum and minimum, it is proposed to use the graph of the derivative to find areas in which the function itself increases or decreases. First, let's define what increasing and decreasing are:

  1. A function f(x) is said to be increasing on a segment if for any two points x 1 and x 2 from this segment the following statement is true: x 1 ≤ x 2 ⇒ f(x 1) ≤ f(x 2). In other words, the larger the argument value, the larger the function value.
  2. A function f(x) is called decreasing on a segment if for any two points x 1 and x 2 from this segment the following statement is true: x 1 ≤ x 2 ⇒ f(x 1) ≥ f(x 2). Those. higher value argument corresponds to the smaller value of the function.

Let us formulate sufficient conditions for increasing and decreasing:

  1. In order for a continuous function f(x) to increase on the segment , it is sufficient that its derivative inside the segment be positive, i.e. f’(x) ≥ 0.
  2. In order for a continuous function f(x) to decrease on the segment , it is sufficient that its derivative inside the segment be negative, i.e. f’(x) ≤ 0.

Let us accept these statements without evidence. Thus, we obtain a scheme for finding intervals of increasing and decreasing, which is in many ways similar to the algorithm for calculating extremum points:

  1. Remove all unnecessary information. In the original graph of the derivative, we are primarily interested in the zeros of the function, so we will leave only them.
  2. Mark the signs of the derivative at the intervals between zeros. Where f’(x) ≥ 0, the function increases, and where f’(x) ≤ 0, it decreases. If the problem sets restrictions on the variable x, we additionally mark them on a new graph.
  3. Now that we know the behavior of the function and the constraints, it remains to calculate the quantity required in the problem.

Task. The figure shows a graph of the derivative of the function f(x) defined on the interval [−3; 7.5]. Find the intervals of decrease of the function f(x). In your answer, indicate the sum of the integers included in these intervals.

As usual, let's redraw the graph and mark the boundaries [−3; 7.5], as well as zeros of the derivative x = −1.5 and x = 5.3. Then we note the signs of the derivative. We have:

Since the derivative is negative on the interval (− 1.5), this is the interval of decreasing function. It remains to sum all the integers that are inside this interval:
−1 + 0 + 1 + 2 + 3 + 4 + 5 = 14.

Task. The figure shows a graph of the derivative of the function f(x), defined on the interval [−10; 4]. Find the intervals of increase of the function f(x). In your answer, indicate the length of the largest of them.

Let's get rid of unnecessary information. Let us leave only the boundaries [−10; 4] and zeros of the derivative, of which there were four this time: x = −8, x = −6, x = −3 and x = 2. Let’s mark the signs of the derivative and get the following picture:

We are interested in the intervals of increasing function, i.e. such where f’(x) ≥ 0. There are two such intervals on the graph: (−8; −6) and (−3; 2). Let's calculate their lengths:
l 1 = − 6 − (−8) = 2;
l 2 = 2 − (−3) = 5.

Since we need to find the length of the largest of the intervals, we write down the value l 2 = 5 as an answer.

Studying a function using its derivative. In this article we will analyze some tasks related to the study of the graph of a function. In such problems, a graph of the function y = f (x) is given and questions are raised related to determining the number of points at which the derivative of the function is positive (or negative), as well as others. They are classified as tasks on applying derivatives to the study of functions.

Solving such problems, and in general problems related to research, is possible only with a full understanding of the properties of the derivative for studying the graphs of functions and the derivative. Therefore, I strongly recommend that you study the relevant theory. You can study and also watch (but it contains a brief summary).

We will also consider problems where the derivative graph is given in future articles, don’t miss it! So, the tasks:

The figure shows a graph of the function y = f (x), defined on the interval (−6; 8). Define:

1. The number of integer points at which the derivative of the function is negative;

2. The number of points at which the tangent to the graph of the function is parallel to the straight line y = 2;

1. The derivative of a function is negative on intervals on which the function decreases, that is, on the intervals (−6; –3), (0; 4.2), (6.9; 8). They contain the integer points −5, −4, 1, 2, 3, 4, and 7. We get 7 points.

2. Direct y= 2 parallel to axisOhy= 2 only at extremum points (at points where the graph changes its behavior from increasing to decreasing or vice versa). There are four such points: –3; 0; 4.2; 6.9

Decide for yourself:

Determine the number of integer points at which the derivative of the function is positive.

The figure shows a graph of the function y = f (x), defined on the interval (−5; 5). Define:

2. The number of integer points at which the tangent to the graph of the function is parallel to the straight line y = 3;

3. The number of points at which the derivative is zero;

1. From the properties of the derivative of a function it is known that it is positive on the intervals on which the function increases, i.e. on the intervals (1.4; 2.5) and (4.4; 5). They contain only one integer point x = 2.

2. Direct y= 3 parallel to axisOh. The tangent will be parallel to the liney= 3 only at extremum points (at points where the graph changes its behavior from increasing to decreasing or vice versa).

There are four such points: –4.3; 1.4; 2.5; 4.4

3. The derivative is equal to zero at four points (at extremum points), we have already indicated them.

Decide for yourself:

Determine the number of integer points at which the derivative of the function f(x) is negative.

The figure shows a graph of the function y = f (x), defined on the interval (−2; 12). Find:

1. The number of integer points at which the derivative of the function is positive;

2. The number of integer points at which the derivative of the function is negative;

3. The number of integer points at which the tangent to the graph of the function is parallel to the straight line y = 2;

4. The number of points at which the derivative is zero.

1. From the properties of the derivative of a function it is known that it is positive on intervals on which the function increases, i.e. on the intervals (–2; 1), (2; 4), (7; 9) and (10; 11). They contain integer points: –1, 0, 3, 8. There are four of them in total.

2. The derivative of a function is negative on intervals on which the function decreases, that is, on the intervals (1; 2), (4; 7), (9; 10), (11; 12). They contain integer points 5 and 6. We get 2 points.

3. Direct y= 2 parallel to axisOh. The tangent will be parallel to the liney= 2 only at extremum points (at points where the graph changes its behavior from increasing to decreasing or vice versa). There are seven such points: 1; 2; 4; 7; 9; 10; eleven.

4. The derivative is equal to zero at seven points (at extremum points), we have already indicated them.

The derivative of a function is one of difficult topics V school curriculum. Not every graduate will answer the question of what a derivative is.

This article explains in a simple and clear way what a derivative is and why it is needed.. We will not now strive for mathematical rigor in the presentation. The most important thing is to understand the meaning.

Let's remember the definition:

The derivative is the rate of change of a function.

The figure shows graphs of three functions. Which one do you think is growing faster?

The answer is obvious - the third. She has the most high speed changes, that is, the largest derivative.

Here's another example.

Kostya, Grisha and Matvey got jobs at the same time. Let's see how their income changed during the year:

The graph shows everything at once, isn’t it? Kostya’s income more than doubled in six months. And Grisha’s income also increased, but just a little. And Matvey’s income decreased to zero. The starting conditions are the same, but the rate of change of the function, that is derivative, - different. As for Matvey, his income derivative is generally negative.

Intuitively, we easily estimate the rate of change of a function. But how do we do this?

What we're really looking at is how steeply the graph of a function goes up (or down). In other words, how quickly does y change as x changes? Obviously, the same function in different points may have different meaning derivative - that is, it can change faster or slower.

The derivative of a function is denoted .

We'll show you how to find it using a graph.

A graph of some function has been drawn. Let's take a point with an abscissa on it. Let us draw a tangent to the graph of the function at this point. We want to estimate how steeply the function graph goes up. A convenient value for this is tangent of the tangent angle.

The derivative of a function at a point is equal to the tangent of the tangent angle drawn to the graph of the function at this point.

Please note that as the angle of inclination of the tangent we take the angle between the tangent and the positive direction of the axis.

Sometimes students ask what a tangent to the graph of a function is. This is a straight line that has a single common point with the graph in this section, and as shown in our figure. It looks like a tangent to a circle.

Let's find it. We remember that the tangent of an acute angle in right triangle equal to the ratio the opposite side to the adjacent one. From the triangle:

We found the derivative using a graph without even knowing the formula of the function. Such problems are often found in the Unified State Examination in mathematics under the number.

There is another important relationship. Recall that the straight line is given by the equation

The quantity in this equation is called slope of a straight line. It is equal to the tangent of the angle of inclination of the straight line to the axis.

.

We get that

Let's remember this formula. She expresses geometric meaning derivative.

The derivative of a function at a point is equal to the slope of the tangent drawn to the graph of the function at that point.

In other words, the derivative is equal to the tangent of the tangent angle.

We have already said that the same function can have different derivatives at different points. Let's see how the derivative is related to the behavior of the function.

Let's draw a graph of some function. Let this function increase in some areas and decrease in others, and at different rates. And let this function have maximum and minimum points.

At a point the function increases. The tangent to the graph drawn at the point forms sharp corner; with positive axis direction. This means that the derivative at the point is positive.

At the point our function decreases. The tangent at this point forms an obtuse angle; with positive axis direction. Since the tangent of an obtuse angle is negative, the derivative at the point is negative.

Here's what happens:

If a function is increasing, its derivative is positive.

If it decreases, its derivative is negative.

What will happen at the maximum and minimum points? We see that at the points (maximum point) and (minimum point) the tangent is horizontal. Therefore, the tangent of the tangent at these points is zero, and the derivative is also zero.

Point - maximum point. At this point, the increase in the function is replaced by a decrease. Consequently, the sign of the derivative changes at the point from “plus” to “minus”.

At the point - the minimum point - the derivative is also zero, but its sign changes from “minus” to “plus”.

Conclusion: using the derivative we can find out everything that interests us about the behavior of a function.

If the derivative is positive, then the function increases.

If the derivative is negative, then the function decreases.

At the maximum point, the derivative is zero and changes sign from “plus” to “minus”.

At the minimum point, the derivative is also zero and changes sign from minus to plus.

Let's write these conclusions in the form of a table:

increases maximum point decreases minimum point increases
+ 0 - 0 +

Let's make two small clarifications. You will need one of them when solving the problem. Another - in the first year, with a more serious study of functions and derivatives.

It is possible that the derivative of a function at some point is equal to zero, but the function has neither a maximum nor a minimum at this point. This is the so-called :

At a point, the tangent to the graph is horizontal and the derivative is zero. However, before the point the function increased - and after the point it continues to increase. The sign of the derivative does not change - it remains positive as it was.

It also happens that at the point of maximum or minimum the derivative does not exist. On the graph, this corresponds to a sharp break, when it is impossible to draw a tangent at a given point.

How to find the derivative if the function is given not by a graph, but by a formula? In this case it applies