Evaluate Fraction: Simplify $\frac {x^2 + 1 - 1}{x^2 + 1}$

  • Topic:
  • Thread starter Thread starter tmt1
  • Start date Start date
  • Tags Tags
    Fraction
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 2K views
tmt1
Messages
230
Reaction score
0
I have this expression:

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

Is there a way to simplify this expression and get:

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

My professor wrote it on the board and I didn't follow the reasoning.
 
Last edited by a moderator:
Mathematics news on Phys.org
Re: Evaluating a fracion

Yes, with rational expressions, we may write:

$$\frac{a+b}{c}=\frac{a}{c}+\frac{b}{c}$$

And so what your professor did can be reasoned as follows:

$$\frac{x^2+1-1}{x^2+1}=\frac{x^2+1}{x^2+1}-\frac{1}{x^2+1}=1-\frac{1}{x^2+1}$$

Does that make sense?
 
Re: Evaluating a fracion

MarkFL said:
Yes, with rational expressions, we may write:

$$\frac{a+b}{c}=\frac{a}{c}+\frac{b}{c}$$

And so what your professor did can be reasoned as follows:

$$\frac{x^2+1-1}{x^2+1}=\frac{x^2+1}{x^2+1}-\frac{1}{x^2+1}=1-\frac{1}{x^2+1}$$

Does that make sense?

Ah I see now, thank you