Problem composing a rational function with itself.

  • Thread starter Thread starter fedaykin
  • Start date Start date
  • Tags Tags
    Function Rational
fedaykin
Messages
136
Reaction score
3
I'm trying to compose f(x)= x + \frac{1}{x} with itself. e.g. f \circle f

I have x + \frac{1}{x} + \frac{1}{x+(1/x)}

Now I multiplied \frac{1}{x + (1/x)} * \frac{x}{x} and I got:

x + \frac{1}{x} + \frac{x}{x^2+1}

This is not the correct answer according to the book.
Books is:

\frac{x^4+3x^2+1}{x(x^2+1)}

I have no idea how they got that. I can't get a common denominator and get that.
 
Last edited:
Physics news on Phys.org
Try a forward slash on the final . But your answer is also correct. Put everything over a common denominator of x*(x^2+1).
 
Thank you very very very much. My first 100 in calc so far awaits me tomorrow!
 
Good luck!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top