SOLUTION: The slope of the tangent line to the graph of a cubic polynomial is -24 at two different points: (-2,79) and (1,-20). Determine the equation of the cubic polynomial.

Algebra ->  College  -> Linear Algebra -> SOLUTION: The slope of the tangent line to the graph of a cubic polynomial is -24 at two different points: (-2,79) and (1,-20). Determine the equation of the cubic polynomial.       Log On


   



Question 1122638: The slope of the tangent line to the graph of a cubic polynomial is -24 at two different points: (-2,79) and (1,-20). Determine the equation of the cubic polynomial.
Found 2 solutions by josmiceli, ikleyn:
Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
Express the polynomial as:
+a%2Ax%5E3+%2B+b%2Ax%5E2+%2B+c%2Ax+%2B+d+
The slope at any point is
+a%2Ax%5E2+%2B+b%2Ax+%2B+c+
——————————-
( -2, 79 )
+a%2A%28-2%29%5E2+%2B+b%2A%28-2%29+%2B+c+=+-24+
+4a+-+b+%2B+c+=+-24+
and
+a%2A%28-2%29%5E3+%2B+b%2A%28-2%29%5E2+%2Bc%2A%28-2%29+%2B+d+=+79+
+-8a+%2B+4b+-+2c+%2B+d+=+79+
———————————————-
(1,-20)
+a%2A1%5E2+%2B+b%2A1+%2B+c+=+-24+
+a+%2B+b+%2B+c+=+-24+
and
+a%2A1%5E3+%2B+b%2A1%5E2+%2B+c%2A1+%2B+d+=+-20+
+a+%2B+b+%2B+c+%2B+d+=+-20+
—————————
You have 4 equations with 4 unknowns,
So solve by any means you want


Answer by ikleyn(52775) About Me  (Show Source):
You can put this solution on YOUR website!
.

        The solution by  @josmicely  is  TOTALLY  and  ABSOLUTELY  wrong.

        Below find the correct solution.


We are going to find the numerical values of four coefficients a, b, c and d of the polynomial of the third degree y = ax^3 + bx^2 + cx + d.


Equation 1.


    I will derive this equation from the condition that the point (-2,79) lies on the graph, i.e. satisfies the equation

    a*(-2)^3 + b*(-2)^2  + c*(-2) + d = 79,   or

    -8a + 4b -2c + d = 79.          (1)



Equation 2.


    I will derive this equation from the condition that the point (1,-20) lies on the graph, i.e. satisfies the equation

    a*1^3 + b*1^2  + c*1 + d = -20,   or

    a + b + c + d = -20.            (2)



Equation 3.


    I will derive this equation from the condition that the slope at the point (-2,79) is -24.

    Since the first derivative is y'(x) = 3ax^2 + 2bx + c,  the equation for the slope is

    3a*(-2)^2 + 2b*(-2)  + c = -24,   or

    12a - 4b + c = -24.             (3)



Equation 4.


    I will derive this equation from the condition that the slope at the point (1,-20) is -24.

    Similarly to equation 3 case,  the equation for the slope is

    3a*1^2 + 2b*1  + c = -24,   or

    3a + 2b + c = -24.               (4)



So, your system of equations is  

     -8a + 4b -2c + d =  79         (1)
       a +  b + c + d = -20         (2)
     12a - 4b + c     = -24         (3)
      3a + 2b + c     = -24.        (4)


Next, use some technique or technology to solve it.

Probably, your hand calculator may help.


I use an online free of charge matrix equation solver

https://matrix.reshish.com/gauss-jordanElimination.php


I recommend you to get familiar with it.


To complete your assignment, input the augmented matrix into the solver and press the "Solve" button.