Two quick questions regarding simplification

  • Thread starter Thread starter PCSL
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
PCSL
Messages
146
Reaction score
0
Could someone please explain how

[tex]\frac{x^2}{x^2+2}=1-\frac{2}{x^2+2}[/tex]

and how

[tex]xlnx-x=xln(x-1)[/tex]

Also, is there a list of types of simplifications like these two that I could study? I'm in Calc II and my own trouble comes from simple things like this that I should already know.
 
Physics news on Phys.org
PCSL said:
Could someone please explain how

[tex]\frac{x^2}{x^2+2}=1-\frac{2}{x^2+2}[/tex]
Start on the right side, and get a common denominator.
PCSL said:
and how

[tex]xlnx-x=xln(x-1)[/tex]
Are you sure you copied this correctly, because as you have it, it's not an identity.

xlnx - x = x(lnx - 1), by factoring x from both terms on the left side of the equation.

I'm not sure that there's a list of types of simplifications. It's probably better to go back and review the techniques of algebra, in your textbook, if you still have it, or online at a site such as Khan Academy.
PCSL said:
Also, is there a list of types of simplifications like these two that I could study? I'm in Calc II and my own trouble comes from simple things like this that I should already know.
 
symbolipoint said:
You can multiply the left side and the right side by x2+2.

Let's not make things unnecessarily complicated. He only needs to deal with one side of this equation.
 
PCSL said:
Could someone please explain how

[tex]\frac{x^2}{x^2+2}=1-\frac{2}{x^2+2}[/tex]

It basically takes advantage of this rule for fractions

[tex]\frac{a}{a+b}=\frac{a+b-b}{a+b}=\frac{a+b}{a+b}+\frac{-b}{a+b}=1-\frac{b}{a+b}[/tex]
 
AJKing said:
Let's not make things unnecessarily complicated. He only needs to deal with one side of this equation.

Yes, I see what you mean:

From equation shown, [tex]\frac{x^2}{x^2+2}=1-\frac{2}{x^2+2}[/tex]

then,
[tex]\[<br /> \begin{array}{l}<br /> \left( {\frac{{x^2 }}{{x^2 + 2}}} \right)\left( {x^2 + 2} \right) = \left( {1 - \frac{2}{{x^2 + 2}}} \right)\left( {x^2 + 2} \right) \\ <br /> x^2 = (x^2 + 2) - 2 \\ <br /> x^2 = x^2 \\ <br /> \end{array}<br /> \][/tex]
 
symbolipoint said:
Yes, I see what you mean:

From equation shown, [tex]\frac{x^2}{x^2+2}=1-\frac{2}{x^2+2}[/tex]

then,
[tex]\[<br /> \begin{array}{l}<br /> \left( {\frac{{x^2 }}{{x^2 + 2}}} \right)\left( {x^2 + 2} \right) = \left( {1 - \frac{2}{{x^2 + 2}}} \right)\left( {x^2 + 2} \right) \\ <br /> x^2 = (x^2 + 2) - 2 \\ <br /> x^2 = x^2 \\ <br /> \end{array}<br /> \][/tex]

The trouble with this approach is that you are tacitly assuming that the two quantities of the first equation are equal when you multiply both sides by x2 + 2. The bottom line here shows that x2 = x2, which is true, but not useful. A complete proof would go on to show that since each operation applied is reversible (one-to-one, then each equation above is equivalent.

An easier and more straightforward way to do this problem is to show that the right side of the original equation can be manipulated to produce the left side.
 
symbolipoint said:
Yes, I see what you mean: [. . .]

To simplify your solution:

[tex]\frac{x^2}{x^2+2}=1-\frac{2}{x^2+2}[/tex]

[tex]\frac{x^2}{x^2+2}=(1*\frac{x^2+2}{x^2+2})-\frac{2}{x^2+2}[/tex]

Multiplying the numerator and denominator by the same values does not change the quotient of a fraction.

Now we simplify and the conclusion is obvious:

[tex]\frac{x^2}{x^2+2}=\frac{x^2}{x^2+2}[/tex]