Find Min/Max/Inflection Point for f(x)=3x^5-10x^3+1

  • Thread starter Thread starter Harmony
  • Start date Start date
  • Tags Tags
    Graph
AI Thread Summary
The function f(x)=3x^5-10x^3+1 requires finding its maximum, minimum, and inflection points. The second derivative is f''(x)=60x^3-60x^2, leading to critical points at x=0, x=1, and x=-1. The inflection points are identified by checking where the second derivative changes sign, which occurs at x=0 and x=1. The correct points of inflection are (0,1), (1,-6), and (-1,8). The analysis confirms that the second derivative does change signs at these points, validating the results.
Harmony
Messages
201
Reaction score
0

Homework Statement


The function f is defined as
f(x)=3x^5-10x^3+1
1) Determine the maximum and minimum points, as well the point of inflection of the graph f.

Homework Equations


All the differentiation equation.


3. The Attempt at a Solution

I found the maximum point and minimum point, but I had some trouble with the inflection point.

So...
f''(x)=60x^3-60x^2
f''(x)=0,
60x^3-60x^2=0
x=0, x=1

f'''(0)=0

Hence the only inflection point is (1,-6)

But the answer given is (0,1),(1,-6)and (-1,8). Is the answer correct?
 
Physics news on Phys.org
Not sure this should be in this topic as it is calculus not precalculus.

Have another look at your differentiation, in particular check the term -60x^2 in your expression for f''(x).
 
Harmony said:
f''(x)=60x^3-60x^2
This second derivative is wrong. Calculate it again.

Your approach is correct though.

marlon
 
Harmony said:

Homework Statement


The function f is defined as
f(x)=3x^5-10x^3+1
1) Determine the maximum and minimum points, as well the point of inflection of the graph f.

Homework Equations


All the differentiation equation.


3. The Attempt at a Solution

I found the maximum point and minimum point, but I had some trouble with the inflection point.

So...
f''(x)=60x^3-60x^2
f''(x)=0,
60x^3-60x^2=0
x=0, x=1

f'''(0)=0

Hence the only inflection point is (1,-6)

But the answer given is (0,1),(1,-6)and (-1,8). Is the answer correct?

f"(x)= 60x3- 60x= 60x(x2- 1)= 0
for x= 0, 1, and -1.

One definition of "inflection point" is that the second derivative changes sign there. Yes, it is true that since f '''(0)= 0, the second derivative might NOT change signs there. For example, if f ''= x2, then while f''(0)= 0, f'' does not change signs there. But f'''(0)= 0 does not mean it CAN'T change signs there. For example, if f ''= x3, then, again, f'''(x)= 3x2 so f'''(0)= 0 but x3 does change signs there.

In this particular case, f''(1/2)= 60/8- 120< 0 while f''(-1/2)= -60/8+120> 0 so f'' does change signs at 0.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top