Find the Local Maxima of f(x)=2x^3-3x^2-12x+3

In summary: I'm not sure what.The sign does not change for a zero if the factor is of the form (x-a)^2n, where n is...something. I'm not sure what.
  • #1
chjopl
21
0
Find the local maxima:
f(x)=2x^3 - 3x^2 -12x + 3
 
Physics news on Phys.org
  • #2
chjopl said:
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.
 
  • #3
does a local max exist for f(x)=x + ln(x)
 
  • #4
chjopl said:
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.
 
  • #5
Planckenstein said:
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.).
 
  • #6
Planckenstein said:
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)
 
  • #7
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
 
  • #8
Kreil said:
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.
 
  • #9
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.
 
  • #10
kreil said:
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.
 
  • #11
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.
 
  • #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.
 

1. What is a local maximum?

A local maximum is a point on a graph where the function reaches its highest value within a specific interval, but may not be the overall highest point on the graph. It is also known as a relative maximum.

2. How do you find the local maxima of a function graphically?

To find local maxima graphically, you can plot the function on a graph and visually identify the highest points on the graph within a specific interval. You can also use a graphing calculator or software to plot the function and find the coordinates of the local maxima.

3. What is the process for finding the local maxima of a function algebraically?

To find the local maxima algebraically, you can take the derivative of the function and set it equal to zero. Then, solve for the values of x that make the derivative equal to zero. These values will be the critical points of the function, and you can plug them back into the original function to find the corresponding y-values, which will be the local maxima.

4. Can a function have more than one local maximum?

Yes, a function can have more than one local maximum. This occurs when the function has multiple peaks within a specific interval. These points will have the same x-value but different y-values.

5. What is the local maximum of f(x)=2x^3-3x^2-12x+3?

The local maximum of f(x)=2x^3-3x^2-12x+3 is (1, -10). This is found by taking the derivative of the function, setting it equal to zero, solving for x, and plugging the value back into the original function to find the corresponding y-value.

Similar threads

  • Calculus and Beyond Homework Help
Replies
5
Views
481
Replies
1
Views
889
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
2K
  • Introductory Physics Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
180
  • Introductory Physics Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
902
  • Introductory Physics Homework Help
Replies
6
Views
341
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Introductory Physics Homework Help
Replies
6
Views
923
Back
Top