Solve for Rational Term: 2x^2-1 Over x^2+1

  • Context:
  • Thread starter Thread starter theakdad
  • Start date Start date
  • Tags Tags
    Rational Term
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
theakdad
Messages
210
Reaction score
0
I have a question why is $$\frac{2x^2-1}{x^2+1}$$ equal to $$2-\frac{3}{x^2+1}$$ ??
 
Last edited:
Mathematics news on Phys.org
wishmaster said:
U have a question why is $$\frac{2x^2-1}{x^2+1}$$ equal to $$2-\frac{3}{x^2+1}$$ ??
\begin{aligned}
\frac{2x^2-1}{x^2+1}
&= \frac{2x^2 + 2 - 3}{x^2+1} \\
&= \frac{2(x^2 + 1) - 3}{x^2+1} \\
&= \frac{2(x^2 + 1)}{x^2+1} - \frac 3{x^2+1}\\
&= 2-\frac{3}{x^2+1} \\
\end{aligned}
 
I like Serena said:
\begin{aligned}
\frac{2x^2-1}{x^2+1}
&= \frac{2x^2 + 2 - 3}{x^2+1} \\
&= \frac{2(x^2 + 1) - 3}{x^2+1} \\
&= \frac{2(x^2 + 1)}{x^2+1} - \frac 3{x^2+1}\\
&= 2-\frac{3}{x^2+1} \\
\end{aligned}

thank you!

Is this the only way to caclulate it?
 
wishmaster said:
thank you!

Is this the only way to caclulate it?

It is similar to calculating:
\begin{aligned}
\frac 7 2
&= \frac {3\cdot 2 + 1}{2} \\
&= \frac {3\cdot 2} 2 + \frac{1}{2} \\
&= 3 + \frac 1 2
\end{aligned}
Just with more complicated expressions.Alternatively, you can say that if you divide $7$ by $2$, you get $3$ with a remainder of $7 - 3 \cdot 2 = 1$.
That is, $$\frac 7 2 = 3 + \frac 1 2$$.Similarly, you can say that if you divide $2x^2-1$ by $x^2 +1$, you get $2$, because the coefficient of $x^2$ is $2$.

The remainder is then $(2x^2 - 1) - 2(x^2+1) = 2x^2 - 1 - 2x^2 - 2 = -3$.
So
$$\frac{2x^2-1}{x^2+1} = 2 + \frac {-3}{x^2+1}$$

Note that this "other" method is really the same thing.
 
Hello, wishmaster!

[tex]\text{Why is }\,\frac{2x^2-1}{x^2+1}\,\text{ equal to }\,2-\frac{3}{x^2+1}\,?[/tex]
Are you familiar with Long Division?

. . [tex]\begin{array}{cccccc}<br /> &&&& 2 \\<br /> && --&--&-- \\<br /> x^2+1 & | & 2x^2 &-&1 \\<br /> && 2x^2 &+& 2 \\<br /> && --&--&-- \\<br /> &&& - & 3 \end{array}[/tex]Therefore: .[tex]\frac{2x^2-1}{x^2+1} \;\;=\;\;2 - \frac{3}{x^2+1}[/tex]
 
soroban said:
Hello, wishmaster!


Are you familiar with Long Division?

. . [tex]\begin{array}{cccccc}<br /> &&&& 2 \\<br /> && --&--&-- \\<br /> x^2+1 & | & 2x^2 &-&1 \\<br /> && 2x^2 &+& 2 \\<br /> && --&--&-- \\<br /> &&& - & 3 \end{array}[/tex]Therefore: .[tex]\frac{2x^2-1}{x^2+1} \;\;=\;\;2 - \frac{3}{x^2+1}[/tex]
Thank you all for the help! I have studied those kind of problems,so now i know how to do it!