147k views
0 votes
3. if kx² + 2x + k = -kx have equal roots, find the values of k.


1 Answer

2 votes

Answer:

k = -
(2)/(3) , k = 2

Explanation:

Using the discriminant Δ = b² - 4ac

The condition for equal roots is b² - 4ac = 0

Given

kx² + 2x + k = - kx ( add kx to both sides )

kx² + 2x + kx + k = 0 , that is

kx² + (2 + k)x + k = 0 ← in standard form

with a = k, b = 2 + k and c = k , thus

(2 + k)² - 4k² = 0 ← expand and simplify left side

4 + 4k + k² - 4k² = 0

- 3k² + 4k + 4 = 0 ( multiply through by - 1 )

3k² - 4k - 4 = 0 ← in standard form

(3k + 2)(k - 2) = 0 ← in factored form

Equate each factor to zero and solve for k

3k + 2 = 0 ⇒ 3k = - 2 ⇒ k = -
(2)/(3)

k - 2 = 0 ⇒ k = 2

User Mel Gerats
by
5.1k points