Loc Max, Min, increase & decrease

AI Thread Summary
The discussion centers on understanding local maxima, minima, and the behavior of the function G(x) = x - 4√x. Participants emphasize the importance of finding the derivative to determine where the function is increasing or decreasing, noting that G' = 1 - 2x^(-1/2). The local maximum occurs at x = 0, while the local minimum is at G(x) = -4, with the function decreasing for 0 < x < 4 and increasing for x > 4. There is also a debate about the definition of inflection points, with some arguing that it depends on whether the second derivative changes sign or simply equals zero. Overall, the conversation highlights the nuances in calculus definitions and the importance of careful analysis when studying functions.
rumaithya
Messages
20
Reaction score
0
Hello, I have a question about these things

What is the local Max, local Min, when is the function increasing and decreasing!

the function is:

G(x)= x - 4 sqrt[x]
 
Mathematics news on Phys.org
Why do you have questions about them? Is this homework? If so, it should be posted in the homework section and you should show what you have done so we will know what kind of hints will help.

Here, I suggest that you write the function as G(x)= x- 4x2 (Is [x] just "parentheses" or "greatest integer function"? I'm assuming it's just parens.)

The maximum value will occur where G'= 0 or G' does not exist (look carefully at x=0).
The function is increasing where G'> 0 and decreasing where G'< 0.

If this is really x- 4 sqrt("greatest integer less than or equal to x"), then it is not differentiable. I would recommend you graph it carefully.
 
and a local minima when G ' ' > 0 and local maxima when G ' ' < 0, point of infelction when G ' ' = 0
 
rumaithya said:
What is the local Max, local Min, when is the function increasing and decreasing!

the function is:

G(x)= x - 4 sqrt[x]

First find the domain of the function. You know the function is only real when x >= 0 (or at least in my reality :wink: )

Secondly, find the derivative. I got this as the derivative:

1 - 2x^{\frac{-1}{2}}

Just by looking at the equation you were given, you know G(x) is going to be negative at low x values. Since it starts decreasing, the local maximum is 0. To find the local minimum, set the derivative G'(x) equal to 0, solve for x, then fill that x value into your original formula G(x).

To find when the function is increasing or decreasing, substitute x values into the derivative. Sub in an X value slightly less than where the derivative equals 0, then sub in an X value slightly more than where the derivative equals 0.

I got these answers:
Local Max G(x) = 0
Local Min G(x) = -4
Decreasing when 0 > x > 4
Increasing when 4 > x > infinity
 
gazzo said:
point of infelction when G ' ' = 0
Not always. For example G = x^6, at x = 0 there is a minimum yet G ' ' = 0 at x = 0.
 
Zurtex said:
Not always. For example G = x^6, at x = 0 there is a minimum yet G ' ' = 0 at x = 0.

That's still an inflection point though.
 
ShawnD said:
That's still an inflection point though.
It is? :confused:

I seem to have the wrong idea on what an inflection is then, could you please explain.
 
The definition is somewhat subjective. Inflection is sometimes defined as simply when the second derivative is 0, but it can also be when concavity changes. For X^6, the second derivative is 0, but the concavity does not change.
Depends on definition I guess.
 
Interesting point. In real calculus I am used to defining an inflection point as one where curvature changes sign, but in complex calculus where that presumably makes less sense, I define inflection point as a point where the tangent line has order of contact higher than two, hence in this case where the second derivative vanishes also. I never realized before I am using different definitions in different settings.
 
Back
Top