Prove that an equation has solution in R

432 Views Asked by At

Let $f:\mathbb R\to \mathbb R$, $x\in\mathbb R$ and

$$f(x^2 + 3x + 1) = f^2(x) + 3f(x) + 1.$$

Prove that $f(x)=x$ has a solution $\in \mathbb R.$

2

There are 2 best solutions below

2
On BEST ANSWER

Hint: Let $y$ be a solution to $x=x^2+3x+1$, then you get a quadratic equation in $f(y)$ which you can solve for $f(y)$.

0
On

$y^2+3y+1=y$
$y^2+2y+1$
$y = -1$

$f(y)=f^2(y)+3f(y)+1$
$f^2(y)+2f(y)+1=0$
$(f(y)+1)^2=0$
$f(y)=-1$

Therefore $f(x)=x$ has a solution $x=-1\in \mathbb{R}$