Damn, I feel so dumb now, it didn't occur to me to set a new equation
Is it correct if I write it this way?
[tex]\frac{f(x)}{f(x)-x}[/tex]]=f'(x), set: g(x)=f(x)-x (1) , g'(x)=f'(x)-1, f(x)=g(x)+x
So the equation is rewritten as:
\frac{g(x)+x}{g(x)}=g'(x)+1 \Leftrightarrow
\frac{g(x)+x}{g(x)}=g'(x)+\frac{g(x)}{g(x)} \Leftrightarrow
\frac{g(x)+x}{g(x)}-\frac{g(x)}{g(x)}=g'(x)\Leftrightarrow
\frac{g(x)+x-g(x)}{g(x)}=g'(x) \Leftrightarrow
\frac{x}{g(x)}=g'(x)
Multiply both sides by g(x)
g(x)g'(x)=x
Divide both sides by 2
\frac{g(x)g'(x)}{2}=\frac{x}{2}\Rightarrow
(\frac{(g(x)^{2})}{2})'=(\frac{x^2}{2})'
The integrated equation is:
\frac{g^2(x)}{2}= (\frac{x^2}{2})+c (2)
For x=0 we have:
\frac{g^2(0)}{2}=\frac{0}{2}+c \Rightarrow (1)
\frac{f^2(0)-2f(0)\cdot0+0}{2}=c
\frac{f^2(0)}{2}=c , f(0)=1
c=\frac{1}{2}
So equation (2) becomes:
\frac{g^2(x)}{2}= (\frac{x^2}{2})+ \frac{1}{2} or g^2(x)=x^2+1
We take the square root on both sides
\sqrt{g^2(x)}=\sqrt{x^2+1}
|g(x)|= \sqrt{x^2+1}
Replace g(x) with f(x)-x
|f(x)-x|= \sqrt{x^2+1}
If f(x)-x>0, f(x)= \sqrt{x^2+1}+x
If f(x)-x<0, f(x)= x-\sqrt{x^2+1} FALSE since f(0)=-1 in this case, this does not satisfy our initial condition of f(0)=1