SOLUTION: Let C be the plane curve y = f(x) defined by the cubic function f(x) = x³ - 4x² + ax + b with a, b real constants 1) When C is tangent to the x-axis at x=3, what are a and b?

Algebra ->  Test -> SOLUTION: Let C be the plane curve y = f(x) defined by the cubic function f(x) = x³ - 4x² + ax + b with a, b real constants 1) When C is tangent to the x-axis at x=3, what are a and b?       Log On


   



Question 1036226: Let C be the plane curve y = f(x) defined by the cubic function f(x) = x³ - 4x² + ax + b with a, b real constants
1) When C is tangent to the x-axis at x=3, what are a and b?
2) When (1) holds, find all x such that C has points in common with the x-axis.
3) When (1) holds, calculate the area S of the limited region bounded by C and the x-axis

Answer by Edwin McCravy(20055) About Me  (Show Source):
You can put this solution on YOUR website!
f(x) = x³ - 4x² + ax + b

tangent to the x-axis at x=3,

Therefore 3 is a double zero, (zero of even 
multiplicity, which can only be multiplicity 2,
Therefore synthetic division will produce a 
remainder of 0 twice:


  3|1 -4  a     b
   |   3 -3   3a-9  
    1 -1 a-3  3a+b-9 = 0


  3|1 -1 a-3
   |   3  6
    1  2 a+3 = 0

So f(x) factors as 

f(x) = (x-3)²(x+2)

So setting both those remainders = 0, gives
is a system of those two equations in two unknowns:

        a+3 = 0
          a = -3

      a+b-3 = 0
     -3+b-3 = 0
        b-6 = 0
          b = 6

f(x) = x³ - 4x² + ax + b
f(x) = x³ - 4x² - 3x + 18
 and its factorization is:

f(x) = (x-3)²(x+2)

The zeros are 3 and -2.  

The curve C and the x-as axis have points (3,0) and (-2,0)
in common. 

graph%284000%2F23%2C400%2C-5%2C5%2C-3%2C20%2Cx%5E3-4x%5E2-3x%2B18%29

To find the area bounded by C and the x-axis is given by

A=int%28%28x%5E3+-+4x%5E2+-+3x+%2B+18%29%2Cdx%2C-2%2C3%29
                       |3
   expr%281%2F4%29x%5E4-expr%284%2F3%29x%5E3-expr%283%2F2%29x%5E2%2B+18x| 
                       |-2

   expr%281%2F4%293%5E4-expr%284%2F3%293%5E3-expr%283%2F2%293%5E2%2B+18%2A3%22%22-%22%22%22%22=%22%22625%2F12

Approximately 52.083

Edwin