SOLUTION: good day please help me to solve this problem
If i have this function :
f( x ) =1+ 12x – x^3
which is the minimun relative?
Algebra ->
Functions
-> SOLUTION: good day please help me to solve this problem
If i have this function :
f( x ) =1+ 12x – x^3
which is the minimun relative?
Log On
You can put this solution on YOUR website! the derivative f'( x )=(1+ 12x – x^3)'=12-3x^2 or ,
(2, 17) and (-2,-15) are the critical points
Let use Second derivative test
the second derivative f''( x )=(12-3x^2)=-6x
at critical point (2, 17) we find f''(2)=, so (2, 17) is a relative maximum
at critical point (-2,-15) we find f''(-2)=, so (-2,-15) is a relative minimum
You can put this solution on YOUR website! If i have this function :
f( x ) =1+ 12x – x^3
which is the minimun relative?
---
Take the derivative.
f'(x) = -3x^2+12
---
Solve:
-3x^2 + 12 = 0
x^2 = 4
x = +2 or x = -2
------
At this point you might use the 2nd devivative test.
f''(x) = -6x
---
f(-2) = 12, so relative min at x = -2
f(2) = -12, so relative max at x = 2
============
============
Cheers,
Stan H.
============