How to get from $\frac{x}{x+1}\;$ to $\;1 - \frac{1}{x+1}$?

206 Views Asked by At

Please show me how to manipulate $\dfrac{x}{x+1}\;\;$ to get $\;\;1 - \dfrac{1}{x+1}$

3

There are 3 best solutions below

0
On BEST ANSWER

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

1
On

How about start with $1 - \frac{1}{x+1}$ to get $$1 - \frac{1}{x+1} = \frac{x+1}{x+1} - \frac{1}{x+1} = \frac{x}{x+1}$$

0
On

Sometimes when working with polynomial division, it helps to recall how we handle division of plain old integers:

Consider the fraction $\dfrac{17}{20}$. Note that $\dfrac{17}{20} = \dfrac{20 - 3}{20} = \dfrac{20}{20} - \dfrac{3}{20}$.

We can do the same for $\dfrac{x}{x+1}$:

$$\dfrac{x}{(x+1)}\; = \;\dfrac{(x+1) - 1}{(x+1)} \;=\; \dfrac{(x+1)}{(x+1)} - \dfrac{1}{(x+1)} \;=\; 1 - \dfrac{1}{(x+1)}$$


Also, since you'll likely be moving on to division of more complex polynomials very soon:

You can use "long division", just as you would for dividing, say $17$ by $20$.

In this case you have $x$ as the "dividend" (numerator) and $(x + 1)$ the "divisor" (denominator):

x divided by (x+1)

So here, $1$ is your "quotient", and $-1$ is your "remainder", giving us: $\dfrac{x}{x+1} = 1 - \dfrac{1}{x+1}$