finding a cubic function

ryan1015

New member
Joined
Mar 1, 2010
Messages
4
find a cubis function g(x)= ax^3 +bx^2 +cx +d that has a local maximum value of 5 at -8 and a local minimum value of 1 at 7.

I got a derivative of g'(x)= 3ax^2 +2bx +c. but im not sure what to do next. i think i set them equal to zero but not sure how that helps with 3 variables
 
\(\displaystyle g(x) \ = \ ax^{3}+bx^{2}+cx+d\)

\(\displaystyle g(7) \ = \ 1 \ = \ 343a+49b+7c+d\)

\(\displaystyle g(-8) \ = \ 5 \ = \ -512a+64b-8c+d\)

\(\displaystyle g'(x) \ = \ 3ax^{2}+2bx+c\)

\(\displaystyle g'(-8) \ = \ 0 \ = \ 192a-16b+c\)

\(\displaystyle g'(7) \ = \ 0 \ = \ 147a+14b+c\)

\(\displaystyle Using \ reduced \ row \ echelon \ form \ on \ my \ trusty \ TI-89, \ I \ get:\)

\(\displaystyle a \ = \ \frac{8}{3375}, \ b \ = \ \frac{4}{1125}, \ c \ = \ \frac{-448}{1125}, \ and \ d \ = \ \frac{9451}{3375}.\)

\(\displaystyle Hence, \ g(x) \ = \ \frac{8x^{3}}{3375}+\frac{4x^{2}}{1125}-\frac{448x}{1125}+\frac{9451}{3375}\)

\(\displaystyle See \ graph\)

[attachment=1:kptkc36x]jkl.jpg[/attachment:kptkc36x]

\(\displaystyle Note: \ Further \ elaboration.\)

\(\displaystyle By \ Descartes' \ rule \ of \ signs, \ two \ possibilities \ exist, \ to \ wit:\)

\(\displaystyle - \ + \ I\)
\(\displaystyle \ 1 \ \ 2 \ \ 0\)
\(\displaystyle \ 1 \ \ 0 \ \ 2\)

\(\displaystyle And \ since \ the \ max, \ min, \ are \ both \ above \ the \ x-axis, \ the \ only \ possibility \ is \ one \ real \ zero\)

\(\displaystyle \ and \ two \ imaginary \ zeros (second \ one).\)

\(\displaystyle See \ graph \ below, \ zero \ of \ g(x) \ \dot= \ -16.27853, \ note \ also, \ a \ point \ of \ inflection \ around \ x \ = \ 0.\)

[attachment=0:kptkc36x]mno.jpg[/attachment:kptkc36x]
 

Attachments

  • jkl.jpg
    jkl.jpg
    16 KB · Views: 300
  • mno.jpg
    mno.jpg
    16 KB · Views: 276
?

ryan1015 said:
g'(x) = 3ax^2 + 2bx + c This is a good start.

not sure how that helps with 3 variables

We can write a system of four equations in {a, b, c, d} because two values of g are given directly and two values of g' are implied.

You know the value of a function's first derivative at extrema, yes?

So, you know the value of each of the following constants.

g(-8)

g(7)

g'(-8)

g'(7)
 
Top