Solving ((n+1)+2)/2^(n+1) = (n+1/2^(n+1)) + 2/2^(n+1)

  • Thread starter Thread starter lordy12
  • Start date Start date
lordy12
Messages
36
Reaction score
0
1. How does [((n+1)+2)/2^(n+1)]= [((n+1)/(2^(n+1)) + (n+2)/(2^n))?
2. For example: (a+b)/x = a/x +b/x
3.

Likewise, (n+1)+2/2^(n+1) = n+1/2^(n+1)) + 2/2^(n+1). How does the previous expression equal n+1/2^(n+1)) + 2/2^(n+1) when 2/2^(n+1) does not equal 2/(n+1)?
 
Physics news on Phys.org
Is this what you are trying to say:

\frac{n+1+2}{2^{n+1}} = \frac{n+1}{2^{n+1}} + \frac{2}{2^{n+1}}?

If so, it appears correct, and I don't see how the expression in your problem is true.
 
I'm not too sure what your question is either, but from what I can tell, its not true. Multiply everything by 2^(n+1), simplify, and you'll see the resulting equation is obviously false.
 
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