Let $x^2+kx=0;k$ is a real number .The set of values of $k$ for which the equation $f(x)=0$ and $f(f(x))=0$ have same real solution set.

1.8k Views Asked by At

Let $f(x)=x^2+kx;k$ is a real number.The set of values of $k$ for which the equation $f(x)=0$ and $f(f(x))=0$ have same real solution set.


The equation $x^2+kx=0$ has solutions $x=0,-k$.
So the solutions of the equation $f(f(x))=0$ should be $x=0,-k$.
$f(f(x))=(x^2+k x)^2+(x^2+k x)k=0$ gives
$x^4+k^2x^2+2kx^3+x^2k+x k^2=0$
$x^4+2kx^3+(k^2+k)x^2+xk^2=0$
$x(x^3+2kx^2+(k^2+k)x+k^2)=0$ has the solutions $x=0,x=-k$
Therefore $x^3+2kx^2+(k^2+k)x+k^2=0$ has the solution $x=-k$.
But putting $x=-k$ in the equation $x^3+2kx^2+(k^2+k)x+k^2=0$ gives me nothing.It just gives me $0=0$.
I am stuck here.Please help me.Thanks.

3

There are 3 best solutions below

2
On BEST ANSWER

We have $f(x) = x(x+k)$. This means $$f(f(x)) = f(x)(f(x)+k) = x(x+k)(x^2+kx+k)$$ Hence, we see that $0$ and $-k$ are solutions to both. For $x^2+kx+k$ not to have a real solution, we need $k^2-4k < 0 \implies 0 < k < 4$.

1
On

$f(f(x))$ has as solutions, the solutions of $f(x)$, plus the solution of the equation $x^2+kx+k=0$, which are $(1/2)[-k \pm \sqrt{k^2-4k}]$. So, to have $f(x)$ and $f(f(x))$ to have the same real solution set, these two solutions must be equal to the solutions of $f(x)$, which means $0$ and $-k$. So putting the previous solutions equal to $0$ and $-k$, lead to $k=0$.

0
On

Let me try this way

$$f(x)=x^2+kx$$

$$f(f(x))=f(x)^2+kf(x)=f(x)(f(x)+k)$$

From $f(f(x))=f(x)(f(x)+k)$ the zeros of $f(x)$ are the zeros of $f(f(x))$. This makes you looking for other two remaining zeros since $f(f(x))$ is of 4-th degree.

Obviously they are contained in $f(x)+k$. Since you want to have the same real zeros as for $f(x)$ even for $f(x)+k$ this is possible only if $k=0$.

Other than that $f(x)+k$ may have two strictly complex solutions, and this is the case when $x^2+kx+k$ has two strictly complex solutions. A simple condition is $k^2-4k < 0$ or $0<k<4$

This finally gives $0\leq k<4$

(The problem you have encountered comes from the fact that under the given conditions $-k$ is the zero of $f(f(x))$, and this is why you have got $0=0$.)