Simplifying expression and its condition

111 Views Asked by At

Simplify the expression and decide for which 'x' it makes sense

$$\frac{1-\frac{1}{1-\frac{1}{x-1}}}{1+\frac{1}{1+\frac{1}{x+1}}}$$

what is simplification and conditions of x?

3

There are 3 best solutions below

0
On BEST ANSWER

We have

$$\frac{1-\frac{1}{1-\frac{1}{x-1}}}{1+\frac{1}{1+\frac{1}{x+1}}} =\frac{1-\frac{1}{\frac{x-2}{x-1}}}{1+\frac{1}{\frac{x+2}{x+1}}} =\frac{1-\frac{x-1}{x-2}}{1+\frac{x+1}{x+2}} =\frac{\frac{-1}{x-2}}{\frac{2x+3}{x+2}}=-\frac{x+2}{(2x+3)(x-2)}$$

with $x\neq 1,-1,2,-2,-\frac32$

0
On

We have $$1+\frac{1}{x+1}=\frac{x+1+1}{x+1}=\frac{x+2}{x+1}$$ $$1+\frac{1}{\frac{x+2}{x+1}}=\frac{x+1+x+2}{x+2}=\frac{2x+3}{x+2}$$ $$1-\frac{1}{x-1}=\frac{x-2}{x-1}$$ $$1-\frac{1}{\frac{x-2}{x-1}}=-\frac{1}{x-2}$$ Can you proceed?

9
On

We have: $$1-\frac{1}{1-\frac{1}{x-1}} = 1-\frac{x-1}{x-2} = \frac{x-2-x+1}{x-2}=\frac{-1}{x-2}$$

and

$$1+\frac{1}{1+\frac{1}{x+1}} = 1+\frac{x+1}{x+2} = \frac{2x+3}{x+2}$$

so

$$\frac{1-\frac{1}{1-\frac{1}{x-1}}}{1+\frac{1}{1+\frac{1}{x+1}}} = \frac{\frac{-1}{x-2}}{\frac{2x+3}{x+2}} = -\frac{x+2}{(x-2)(2x+3)}$$

and it makes sense $\forall x \not= 2, -2, 1, -1$ and $\dfrac{-3}{2}$ which is where the denominator is zero.


$\underline{\text{Side note}}$: However, $2$ and $\dfrac{-3}{2}$ are the only real poles, while the others are removable singularities, so we can extend by continuity.