Implications of the tangent of a function being at a maximum

We can see this by drawing the graph. In summary, the tangent of a function being at a maximum does not necessarily mean that the function itself is at a maximum. The location of the maximum of a function is not necessarily the same as the location of the maximum of its derivative. In the given scenario, the function del may have a maximum at w = (tansig*taneps)^(-1/2), but this does not necessarily mean that del itself is at a maximum at that point. A second-order test must be used to determine the nature of the stationary point.
  • #1
babayevdavid
17
0
Does the tangent of a function being at a maximum necessarily mean that the function itself is at a maximum?

I am supposed to find whether del is at a maximum at w = (tansig*taneps)^(-1/2)

del = arctan(w*(tsig-teps)/(1+(w^2*(tsig*teps))))

tansig and taneps are constants and w is the independent variable

Using MATLAB, I've found that the derivative of tan(del) at the given w is in fact 0, and using a given graph of tan(del), I can see that the only point where the slope of the tangent is 0, is at a maximum peak. And so, I know that tan(del) at the given w is maximum.

Knowing this, can I claim that del itself is maximum at the specified w?

Thanks you all!
 
Physics news on Phys.org
  • #2
babayevdavid said:
Does the tangent of a function being at a maximum necessarily mean that the function itself is at a maximum?
Not clear what you mean by that - the maximum possible slope for a tangent is infinity (a vertical line).

If f(x) has a maximum at x=a then the slope of the tangent at a is f'(a)=0
But that is also true if f(x) has a minimum or a point of inflexion at x=a.

Guessing that you are asking if the maxima of f(x) is also a maxima of f'(x)...
consider:

f(x)=4-x^2 has a maximum at x=0

the slope of the tangent of f at x is: f'(x) = -2x

f'(x) has a (possible) maxima when f''(x)=0 but f''(x)=-2 - so it cannot be zero!

So you see that the location of the maxima of f(x) cannot be a maxima of f'(x).

The second derivative does give you a clue though.
 
  • #3
babayevdavid said:
Does the tangent of a function being at a maximum necessarily mean that the function itself is at a maximum?

I am supposed to find whether del is at a maximum at w = (tansig*taneps)^(-1/2)

del = arctan(w*(tsig-teps)/(1+(w^2*(tsig*teps))))

tansig and taneps are constants and w is the independent variable

Using MATLAB, I've found that the derivative of tan(del) at the given w is in fact 0, and using a given graph of tan(del), I can see that the only point where the slope of the tangent is 0, is at a maximum peak. And so, I know that tan(del) at the given w is maximum.

Knowing this, can I claim that del itself is maximum at the specified w?

Thanks you all!

I'll use the symbols ##b## and ##a## instead of tsig and teps, resp., so your function is
[tex]f(w) = \arctan\left(\frac{(b-a)w}{1+ab\,w^2}\right) [/tex]

If ##a## and ##b## are both > 0 then the point ##w_0 = 1/\sqrt{ab}## is, indeed, a stationary point. Whether is is a maximum or a minimum must be checked by a second-order test: ##w_0## is a maximum if ##f''(w_0) < 0## and is a minimum if ##f''(w_0) > 0##, where ##f''(w)## is the second derivative of ##f(w)##.

If ##a## and ##b## have opposite signs the function ##f(w)## has no stationary points, so has no points where the tangent line is horizontal. Nevertheless, it has finite maxima and minima!
 

FAQ: Implications of the tangent of a function being at a maximum

What does it mean for the tangent of a function to be at a maximum?

When the tangent of a function is at a maximum, it means that the slope of the function at that specific point is equal to 0. This is also known as a stationary point or a turning point, where the function changes from increasing to decreasing or vice versa.

How can the maximum tangent point be identified on a graph?

The maximum tangent point can be identified on a graph by looking for the highest or lowest point on the curve where the slope is equal to 0. This can also be found by solving for the derivative of the function and setting it equal to 0.

What implications does a maximum tangent point have on the behavior of a function?

A maximum tangent point has several implications on the behavior of a function. It indicates a change in direction of the function, from increasing to decreasing or vice versa. It also represents a critical point where the function is neither increasing nor decreasing, which can be useful in optimization problems.

How does the maximum tangent point relate to the overall shape of a function?

The maximum tangent point is an important feature in determining the overall shape of a function. It can help identify the presence of a maximum or minimum point, and can also be used to determine the concavity of a function. For example, a function with a maximum tangent point that is concave downward will have a maximum point, while a function with a maximum tangent point that is concave upward will have a minimum point.

Are there any practical applications of understanding the implications of a maximum tangent point?

Yes, there are many practical applications of understanding the implications of a maximum tangent point. For example, in economics, the maximum tangent point can be used to determine the optimal level of production for a company. In engineering, it can help optimize the performance of a system. It can also be useful in physics and other fields where optimization is important.

Back
Top