Finding Values of a Function (increasing, decreasing, IPs, etc.)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 5K views
momogiri
Messages
52
Reaction score
0
So the function is [tex]f(x) = 2 + 3x^{2} - x^{4}[/tex]

Find the intervals of increase + decrease, local max + min value, inflection points (IP), interval the function is concave up + down

I know that I need to first find f'(x) to find the increase and decrease, so I solved that:

[tex]f'(x) = 6x - 4x^{3}[/tex]

Now, the problem I'm having is finding the critical numbers. I know that 0 is obviously one of them, but I don't know what the other one is (since I'm quite confident that there is another one)
Thanks for your help!
 
Physics news on Phys.org
1. set your derivative equal to 0 and solve for x
 
momogiri said:
So the function is [tex]f(x) = 2 + 3x^{2} - x^{4}[/tex]

Find the intervals of increase + decrease, local max + min value, inflection points (IP), interval the function is concave up + down

I know that I need to first find f'(x) to find the increase and decrease, so I solved that:

[tex]f'(x) = 6x - 4x^{3}[/tex]

Now, the problem I'm having is finding the critical numbers. I know that 0 is obviously one of them, but I don't know what the other one is (since I'm quite confident that there is another one)
Thanks for your help!

rocophysics said:
1. set your derivative equal to 0 and solve for x

I think that's what he said he did!

Yes, momogiri, f'(x)= 6x- 4x3= x(6- 4x2)= 0 at the critical points. It is because of that "x" factor that x= 0 is one. The other two, of course, satisfy 6- 4x2= 0. Can you solve that?
 
Oh gosh, I can't believe I didn't see that XD
I'm pretty sure I can do it, Thanks for the help :D