A cubic #3x^3-2x^2-kx+2 # has a root #x=1#. Find the value of #k# and all three roots?
1 Answer
Oct 6, 2017
# k=3 #
Roots are
Explanation:
Define the function
# f(x) = 3x^3-2x^2-kx+2 #
We are given that
# :. f(1) = 0 #
# :. 3-2-k+2 = 0 #
# :. k=3 #
Therefore, we can now write:
# f(x) = 3x^3-2x^2-3x+2 #
By the factor theorem, knowing that
# f(x) = (x-1)(Ax^2+Bx+C) # , say
Where,
#Coff(x^3) : A=3 #
#Coff(x^2) : B-A = -2 => B=1 #
#Coff(x^1) : C-B = -3 => C=-2 #
#Coff(x^0) : C=-2 #
Thus:
# f(x) = (x-1)(3x^2+x-2) #
And we can factorise this quadratic, giving
# f(x) = (x-1)(3x-2)(x+1) #
Hence the roots are