Thread Closed

Local Maxima

 
Share Thread Thread Tools
Dec8-04, 11:37 PM   #1
 

Local Maxima


Find the local maxima:
f(x)=2x^3 - 3x^2 -12x + 3
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Heat-related deaths in Manhattan projected to rise
>> Dire outlook despite global warming 'pause': study
>> Sea level influenced tropical climate during the last ice age
Dec9-04, 01:00 AM   #2
 
Quote by chjopl
Find the local maxima:
f(x)=2x^3 - 3x^2 -12x + 3
Taking the derivative with respect to x, we get 6x^2 - 6x - 12. Simplified to 6(x^2 - x + 2). That there's a parabola facing up, so it doesn't have a local max, but does have an absolute min.
 
Dec9-04, 01:14 AM   #3
 
does a local max exist for f(x)=x + ln(x)
 
Dec9-04, 01:29 AM   #4
 

Local Maxima


Quote by chjopl
does a local max exist for f(x)=x + ln(x)
Same deal. The derivative is 1 + 1/x, which is 1/x shifted up one unit. Goes off into infinity, as well.

Unless these have a bounded domain, they both don't have local maxes.
 
Dec9-04, 02:54 AM   #5
 
Quote by Planckenstein
Same deal. The derivative is 1 + 1/x, which is 1/x shifted up one unit. Goes off into infinity, as well.

Unless these have a bounded domain, they both don't have local maxes.
THere is a local extremum for that, at x = -1. And it is a maximum (had to stop and think about the second derivative for a second.).
 
Dec9-04, 03:00 AM   #6
 
Quote by Planckenstein
Taking the derivative with respect to x, we get 6x^2 - 6x - 12. Simplified to 6(x^2 - x + 2). That there's a parabola facing up, so it doesn't have a local max, but does have an absolute min.
that should be 6(x^2 - x - 2) = 6(x+1)(x-2)

And the original function does have both a min and a max, just look at its graph.

the fact that the derivative has two zeros means it has to have one of each, you can't have only two of one.

Also the second derivative is not constant, so the two extremums have to be different. (one a min, the other a max)
 
Dec9-04, 10:37 AM   #7
 
Recognitions:
Gold Membership Gold Member
Just because the derivative has 2 zeroes doesn't mean the function has to have a max and a min...it could pass through the x axis at 1 point (the zero) and come back up, never becoming negative.

In order for their to be a max or min at a certain point, the zeroes of the first derivative are the places it would happen.

Next, to be sure, you need to make sure that either the derivative goes from + to - or - to + through that zero, or that the second derivative is positive/negative at that point (same thing, different methods). It is entirely possible you will make a sign chart and notice that the derivative is positive or negative on both sides...if so, it is not a local max or min.

For the question...[tex]f(x)=2x^3 - 3x^2 -12x + 3[/tex]

[tex]f'(x)=6x^2-6x-12[/tex]

[tex]6(x+1)(x-2)=0[/tex]

[tex]x=-1, x=2[/tex]

Sign Chart for f'(x):
at x=-2, f' is +
at x=-1 f' is 0
at x=0 f' is -
at x=2 f' is 0
at x=3 f' is +

f'(x) goes from + to - through x=-1, so x=-1 is a local max
f'(x) goes from - to + through x=2, so x=2 is a local min
 
Dec9-04, 04:49 PM   #8
 
Quote by Kreil
Just because the derivative has 2 zeroes doesn't mean the function has to have a max and a min...it could pass through the x axis at 1 point (the zero) and come back up, never becoming negative.

In order for their to be a max or min at a certain point, the zeroes of the first derivative are the places it would happen.
That makes no sense.

You've contradicted yourself. If the first derivative has two zeros, there are two extremum. For every distinct, non-repeated factor in the derivative, there is an extremum. For every fact that appears more than once there can be one or zero extremum.

Since that there derivative had two distinct, non repeated factors, the oringial function had two extremum. AS noth i showed, and then you repeated.
 
Dec9-04, 07:03 PM   #9
 
Recognitions:
Gold Membership Gold Member
What I said does not convey the idea I was trying to convey

Imagine the graph of a first derivative...it is positive and decreasing, touches the x axis at 1 point (does NOT pass through the x axis), then increases. It's values over this interval are never negative. The graph of f changed concavity but does NOT have a local extremum at this point since the first derivative did not change signs.

That is what I was trying to say. Not every zero of the first derivative is guaranteed to be an extremum.
 
Dec9-04, 07:15 PM   #10
 
Quote by kreil
What I said does not convey the idea I was trying to convey

Imagine the graph of a first derivative...it is positive and decreasing, touches the x axis at 1 point (does NOT pass through the x axis), then increases. It's values over this interval are never negative. The graph of f changed concavity but does NOT have a local extremum at this point since the first derivative did not change signs.

That is what I was trying to say. Not every zero of the first derivative is guaranteed to be an extremum.

That only happens if the zero is from a repeated factor. the only way the sign does not change for a zero is if that factor is of the form (x-a)^2n, where n is some integer. Other wise, moving from one side of a to the other it changes signs.

So as I said: For a zero produced by any non-repeated factor in the first derivative, there is an extremum.
 
Dec9-04, 07:50 PM   #11
 
Blog Entries: 9
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Until any of u 2 comes up with the mathematically viable proof of he's saying,lemme give u the following definitions.
1.Let f(x) be a continuous function upon it's entire domain.Then the point P is said to be a CRITICAL POINT TO f(x),if:f'(P)=0.

Solutions of the the eq.f'(x)=0 are said to be f(x)'s critical points.

2.Under the assumption above,the point P is said to be EXTREMUM POINT TO f(x),if:f'(P)=0 AND f''(P) is different from 0.

Thus,a function's extremum points are among its critical points.

WHEN TRYING TO GRAPH A FUNCTION,ALWAYS COMPUTE BOTH ITS FIRST AND SECOND DERIVATIVES.It's the only way to make sure that u're not missing an extremum,or maybe that a critical point is also an inflexion point,as it's the case for the simple f(x)=x^3.
 
Dec9-04, 08:05 PM   #12
 
OK, its not that freakin complicated.


take
[tex] f ' (x) = (x-a)(x-b)^{2n}(x-c)^{3n}[/tex]
where n is some integer such that n>0, and none of a, b, c are equal to each each other.

Obviously it has zeros at x= a, b, c.

then
[tex]f '' (x) = (x-b)^{2n}(x-c)^{3n} + 2(x-a)(x-b)^{2n-1}(x-c)^{3n} + 3(x-a)(x-b)^{2n}(x-c)^{3n-1}[/tex]

so we get :

[tex]
f '' (a) = (a-b)^{2n}(a-c)^{3n} + 0 + 0
[/tex]

[tex]
f '' (b) = 0 + 0 +0
[/tex]

[tex]
f '' (c) = 0 + 0 + 0
[/tex]


So, dextercioby, as I was saying, for any non repeated factor, in a polynomial first derivative we have an extremum. Not that bloody complicated.
 
Thread Closed
Thread Tools


Similar Threads for: Local Maxima
Thread Forum Replies
OK Corral: Local versus non-local QM Quantum Physics 246
Are so-called non-local interactions really non-local? Quantum Physics 3
Local dialect you never knew was local. General Discussion 52
A proof that all signal local theories have local interpretations. Quantum Physics 3