KnowledgeBoat Logo
|

Mathematics

Find the values of a and b, if (x - 1) and (x + 2) are both factors of (x3 + ax2 + bx - 6).

Factorisation

6 Likes

Answer

Let f(x) = x3 + ax2 + bx - 6

Since (x − 1) and (x + 2) are factors, by the factor theorem, f(1) = 0 and f(−2) = 0.

⇒ f(1) = 0

⇒ (1)3 + a(1)2 + b(1) - 6 = 0

⇒ 1 + a + b - 6 = 0

⇒ a + b - 5 = 0

⇒ a + b = 5 ….(1)

⇒ f(-2) = 0

⇒ (-2)3 + a(-2)2 + b(-2) - 6 = 0

⇒ -8 + 4a - 2b - 6 = 0

⇒ 4a - 2b = 14

⇒ 2(2a - b) = 14

⇒ 2a - b = 142\dfrac{14}{2}

⇒ 2a - b = 7 ….(2)

Adding equations (1) and (2), we get:

⇒ a + b + 2a - b = 5 + 7

⇒ 3a = 12

⇒ a = 123\dfrac{12}{3}

⇒ a = 4.

Substituting value of a in equation (1), we get :

⇒ 4 + b = 5

⇒ b = 5 - 4

⇒ b = 1.

Hence, the value of a = 4 and b = 1.

Answered By

1 Like


Related Questions