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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top