Reply
Sat 12 Feb, 2005 04:24 am
Find the maximum and minimum values and the point of inflexion of the following function:
(1) y = 4xCu. + 9xSq - 12x - 18
(2) sketch the curve
Pleas note im not sure if i can use superscript for the cubed and squared hence it being in letters
Thanks
y = 4x^3 + 9x^2 - 12x - 18
So, dy/dx = 12x^2 + 18x -12
To find the extrema set it equal to zero and solve for x.
Doing this, we see that we can divide through by the common factor of 6 which gives:
2x^2 + 3x -2 = 0
From the quadratic formula:
x =
-3 +/- SQRT[9 - (4)(2)(-2)]
--------------------------------
4
=
-3 +/- SQRT[9 + 16]
-------------------------
4
=
-3 +/- 5
----------
4
=
1/2 and -2
Plug these back into the original equation:
y = 4x^3 + 9x^2 - 12x - 18
x = 1/2 ---> 4(1/8) + 9(1/4) - 6 - 18 = 22/8 -24 = 2 3/4 - 24 = - 21 1/4
x = -2 ---> -32 + 36 + 24 -18 = 10
Since this graph clearly approaches negative infinity to the left and positive infinity to the right, these are either relative maxima or points of inflection, but not absolute extrema. I can't remember any clever technique for determining that other than sketching. Maybe someone can remember.