SOLUTION: Consider the cubic function {{{ f(x) = ax^3 + bx^2 + cx + d }}}. Determine the values of a, b, c, and d so that all of the following conditions are met. a. f '(-1) = 1, f '(0)

Algebra.Com
Question 1163540: Consider the cubic function . Determine the values of a, b, c, and d so that all of the following conditions are met.
a. f '(-1) = 1, f '(0) = -2
b. ๐‘‡โ„Ž๐‘’๐‘Ÿ๐‘’ ๐‘–๐‘  ๐‘Ž ๐‘๐‘œ๐‘–๐‘›๐‘ก ๐‘œ๐‘“ ๐‘–๐‘›๐‘“๐‘™๐‘’๐‘๐‘ก๐‘–๐‘œ๐‘› ๐‘Ž๐‘ก (1,0)
c. ๐‘‡โ„Ž๐‘’ ๐‘ฆ ๐‘–๐‘›๐‘ก๐‘’๐‘Ÿ๐‘๐‘’๐‘๐‘ก ๐‘œ๐‘“ ๐‘กโ„Ž๐‘’ ๐‘“๐‘ข๐‘›๐‘๐‘ก๐‘–๐‘œ๐‘› ๐‘ฆ = ๐‘“(๐‘ฅ) ๐‘–๐‘  (0, โˆ’3)
Find the constants ๐‘Ž, ๐‘, ๐‘, d
Thank you.

Answer by ikleyn(52781)   (Show Source): You can put this solution on YOUR website!
.
Consider the cubic function f(x) = ax^3 + bx^2 + cx + d. Determine the values of a, b, c, and d so that all of the following conditions are met.
a. f '(-1) = 1, f '(0) = -2
b. ๐‘‡โ„Ž๐‘’๐‘Ÿ๐‘’ ๐‘–๐‘  ๐‘Ž ๐‘๐‘œ๐‘–๐‘›๐‘ก ๐‘œ๐‘“ ๐‘–๐‘›๐‘“๐‘™๐‘’๐‘๐‘ก๐‘–๐‘œ๐‘› ๐‘Ž๐‘ก (1,0)
c. ๐‘‡โ„Ž๐‘’ ๐‘ฆ ๐‘–๐‘›๐‘ก๐‘’๐‘Ÿ๐‘๐‘’๐‘๐‘ก ๐‘œ๐‘“ ๐‘กโ„Ž๐‘’ ๐‘“๐‘ข๐‘›๐‘๐‘ก๐‘–๐‘œ๐‘› ๐‘ฆ = ๐‘“(๐‘ฅ) ๐‘–๐‘  (0, โˆ’3)
Find the constants ๐‘Ž, ๐‘, ๐‘, d
~~~~~~~~~~


The condition (c) gives us  d = f(0) = -3.

So, the value of d is joust found.



The condition (a)  f'(-1) = 1 leads to this equation

    f'(-1) = 3a*(-1)^2 + 2b(-1) + c = 1,  or

             3a        - 2b     + c = 1.    (1)



The condition (a)  f'(0) = -2 leads to this equation

    f'(0)  = 3a*0^2 + 2b*0 + c = -2,  or

                             c = -2.        (2)   

So, the value of c is just found:  c = -2.



The condition (b) means that the second derivative of f(x) has zero value at the point x= 1

    f''(1) = 0,  or

    6a + 2b = 0.                              (3)



        By the way, the condition (b)  also means that the point (1,0) lies on the curve y = f(x),  or  f(1) = 0.

        It is a "hidden", an ADDITIONAL and an EXCESSIVE condition, which makes the solution impossible and non-existing, as you will see it later.



So, we just have two equation to determine two remaining unknown coefficients "a" and "b"

    3a - 2b = 3                               (4)   (obtained from (1) and (2))

    6a + 2b = 0                               (5)   (it is equation (3))


To solve this system, add equations (4) and (5).  You will get then

    9a      = 3,


which implies  a = .


Then from (4),  2b = -  = -2;  hence,  b = -1.


So, we just found all coefficients  a = ;  b = -1;  c = -2  and  d = -3.  

         y = f(x) = .


CHECK

    (a)  f'(-1) = 3*(1/3)*(-1)^2 - 2*(-1) - 2 = 1 + 2 - 2 = 1.   ! Correct !

    (a)  f'(0)  = -2.                                            ! Correct !

    (b)  f''(1) = 3*2*(1/3) - 2*1 = 2 - 2 = 0                    ! Correct !

         Now I should check the "hidden" condition that the point (1,0) lies on the curve.

         f(1) = 3*(1/3) - 2*1 - 2*1 - 3 = 1 - 2 - 2 - 3 = -6 =/= 0    ! Incorrect !


The conclusion.  As worded and presented, the given problem is self-contradictory and has no solution.


More explanations and post-solution note

    Had the problem said  "there is a point of inflection at  x = 1", the problem would have a solution as shown above.


    But in the form  "there is a point of inflection at (1,0)", it brings a "hidden" condition that the point (1,0) lies
    
    on the curve.  With this hidden condition, we have 4+1 = 5 equations for four unknowns.

    These 5 equations are INCONSISTENT, which makes the solution in this form IMPOSSIBLE and NON-EXISTING.


/\/\/\/\/\/\/\/

If after reading my post you will have questions, do not hesitate to post them to me.

If you do, then please refer to the ID number of this problem, which is 1163540.

The ID number is the first number, which you see in your page in the UPPER LEFT corner.

If you will post to me without referring to this ID number, I will not know to whom to answer.

It is how this forum works.

So, mentioning this ID is NECESSARY, if you want to have two-way communication with me.




RELATED QUESTIONS

find values for a,b,c,and d so that the function f (x) =axณ + bxฒ + cx + d has a... (answered by Boreal)
The graph of the polynomial function f(x)- Ax^3+Bx^2+Cx+D, where and A,B,C,and D are... (answered by Fombitz)
Suppose that A, B, C, and D are constants and f is the cubic polynomial... (answered by Fombitz)
Use a system of equations to find the cubic function f(x) = ax^3 + bx^2 + cx + d that... (answered by Alan3354,solver91311)
For the general cubic polynomial f(x)= ax^3 + bx^2 + cx + d (a different from 0). Find... (answered by stanbon)
Suppose that a cubic function f(x)=ax^3+bx^2+cx+d can be factored into two terms,one of... (answered by Theo)
The function y = ax^3 + bx^2 + cx + d has a maximum turning point at (โˆ’2, 27) and a... (answered by Solver92311)
Find -a + b - c + d if (x - 1/5)(x + 1)(x + 3/7) = ax^3 + bx^2 + cx + d for all real... (answered by Fombitz)
The polynomial ax^3+bx^2+cx+d is factored at 3(x-2)(x+3)(x-4). What are the values of "a" (answered by greenestamps,Edwin McCravy,ikleyn)