SOLUTION: Find the minimum of function f(x) = (x+1)^3 - (x-1)^3
Algebra
->
Testmodule
-> SOLUTION: Find the minimum of function f(x) = (x+1)^3 - (x-1)^3
Log On
Test Module
Test
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on testmodule
Question 388286
:
Find the minimum of function f(x) = (x+1)^3 - (x-1)^3
Found 2 solutions by
Fombitz, Alan3354
:
Answer by
Fombitz(32388)
(
Show Source
):
You can
put this solution on YOUR website!
Simplify,
In vertex form, that would be,
with a minimum value of,
Answer by
Alan3354(69443)
(
Show Source
):
You can
put this solution on YOUR website!
Find the minimum of function f(x) = (x+1)^3 - (x-1)^3
----------
f'(x) = 3(x+1)^2 - 3(x-1)^2
3(x+1)^2 - 3(x-1)^2 = 0
(x+1)^2 - (x-1)^2 = 0
4x = 0
Min at x = 0
f(0) = 2
Minimum at (0,2)