2
$\begingroup$

I have this: $ f\colon \mathbb{R} \to \mathbb{R}, $ $ f(f(x)) = x^2 - x + 1 $ I need to show that $f(1) = 1$ and I need to show that $g(x) = x^2 - xf(x) + 1$ is not an one-to-one fuction.

I know how to solve the second problem but I have no idea how to find $f(x)$. Any help is appreciated

  • 0
    you are correct.2012-10-05

2 Answers 2

3

For the first part, take:

$\forall x \in \mathbb{R}: f(x)^2-f(x)+1 = (f\circ f)(f(x)) = f \circ (f\circ f)(x) = f(x^2-x+1)$. Take $x=1$ and we get : $f(1)^2-f(1)+1 = f(1)$. Now factoring gives us $(f(1)-1)^2 = 0$, so $f(1) = 1$.

4

Hint for the first part, use:

$f(x^2-x+1) = f(f(f(x))) = f(x)^2 - f(x) + 1$

  • 0
    Thanks both for the replies! :)2012-10-05