Finding a formula for function f

57 Views Asked by At

I need to find a formula for $f(x)$.

The only information about $f$ is:

$\forall x \in {\rm I\!R}, f(\frac{69x}{1+x}) = x^2$

I am clueless about this one.

Thank you for your help!

2

There are 2 best solutions below

0
On BEST ANSWER

HINT

\begin{align*} y = \frac{69x}{1+x} & \Rightarrow y + xy = 69x\\\\ & \Rightarrow x(y - 69) = -y\\\\ & \Rightarrow x = \frac{y}{69 - y} \end{align*}

0
On

Substitute $$x=\frac {t}{69-t}$$ Your final answer shall be $f(x)=\left(\frac {x}{69-x}\right)^2$