MHB Find Real Number Solutions for Polynomial x^3+kx-2(k+4)

  • Thread starter Thread starter anemone
  • Start date Start date
AI Thread Summary
The discussion focuses on finding real values of k for the polynomial x^3 + kx - 2(k + 4) to have exactly two distinct real roots. Participants analyze the conditions under which the polynomial's derivative has a double root, leading to the requirement for a specific discriminant. Detailed solutions provided by members Ackbach and Pranav outline the mathematical steps taken to arrive at the correct values of k. The conversation emphasizes the importance of understanding polynomial behavior and root characteristics. The thread concludes with recognition of those who successfully solved the problem.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Find all real numbers $k$ such that polynomial $x^3+kx-2(k+4)$ has exactly two distinct real roots.

--------------------
Remember to read the http://www.mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to http://www.mathhelpboards.com/forms.php?do=form&fid=2!
 
Physics news on Phys.org
Re: Problem of the week #101 -March 4th, 2014

Congratulations to the following members for their correct solutions:

1. MarkFL
2. Ackbach
3. Pranav

Solutions from Ackbach and Pranav are explained in detail below:

Solution from Ackbach:
All the coefficients of the polynomial are real. Therefore, any possible complex roots would have to come in complex conjugate pairs. But this is impossible, because we are to impose the condition that there are exactly two distinct real roots. Therefore, one of the real roots must be repeated. Given the pattern of the given cubic, we will set
$$x^3+kx-2(k+4)=(x-a)(x-b)^2=(x-a)(x^2-2bx+b^2)=x^3-ax^2-2bx^2+2abx+b^2x-ab^2$$
$$=x^3-(a+2b)x^2+(b^2+2ab)x-ab^2.$$

This sets up a system of three equations in three unknowns, by equating coefficients of like powers:
\begin{align*}
a+2b&=0 \\
b^2+2ab&=k \\
-ab^2&=-2(k+4).
\end{align*}
From the first equation, we have $a=-2b$. Plugging this into the second two equations yields
\begin{align*}
-3b^2&=k \\
2b^3&=-2(k+4).
\end{align*}
Next, we have
$$2b^3=-2(-3b^2+4) \implies b^3-3b^2+4=0.$$
This cubic has a solution $b=2$; dividing out the factor $b-2$ yields the depressed quadratic $b^2-b-2=(b+1)(b-2)$. Hence, the distinct solutions are $b=-1, 2$. The corresponding $k$ values are $k=-3, -12$.

Solution from Pranav:
Let the two distinct roots be $a$ and $b$, then
$$\begin{align*}
x^3+kx-2(k+4) =& (x-a)^2(x-b) \\ =& x^3-(2a+b)x^2+(2ab+a^2)x-a^2b\\
\end{align*}$$
Comparing the coefficient of $x^2$ on both sides gives $0=2a+b \Rightarrow b=-2a$.

Comparing the coefficient of $x$ on both sides gives $k=2ab+a^2 \Rightarrow k=-3a^2 \,\,\,(\because b=-2a)$ .

Comparing the constant terms gives $2(k+4)=a^2b \Rightarrow 2(-3a^2+4)=-2a^3 \Rightarrow a^3-3a^2+4=0$.

The above cubic has $a=-1$ as one of it roots. Dividing the cubic by $a+1$ gives $a^2-4a+4=0 \Rightarrow (a-2)^2=0 \Rightarrow a=2$.

The values of $k$ can be found using $k=-3a^2$. Hence the values of $k$ are $-3$ and $-12$.
 
Back
Top