What Algebra Trick Simplifies \(\frac{1}{4-u^2}\)?

  • Thread starter Thread starter dchau503
  • Start date Start date
  • Tags Tags
    Algebra
AI Thread Summary
The discussion centers on simplifying the expression \(\frac{1}{4-u^2}\) using partial fraction decomposition. The original expression can be factored into \((2-u)(2+u)\), leading to the equation \(\frac{1}{4-u^2} = \frac{A}{2-u} + \frac{B}{2+u}\). To find constants A and B, the equation is multiplied by the common denominator, resulting in a system of equations. The method involves substituting specific values for u to solve for A and B, ultimately confirming the decomposition into \(\frac{1/4}{2-u} + \frac{1/4}{2+u}\). This technique is a standard approach in algebra for simplifying rational expressions.
dchau503
Messages
13
Reaction score
0

Homework Statement



My book tried to simplify \frac{1}{4-u^2} into \frac{1/4}{2-u} + \frac{1/4}{2+u}. What algebra trick did it use?

Homework Equations


\frac{1}{4-u^2}
\
\
\frac{1/4}{2-u} + \frac{1/4}{2+u}

The Attempt at a Solution



\frac{1}{4-u^2} \ = \ \frac{1}{(2-u)(2+u)} so that's where the (2-u) terms come from but how do you manipulate that into the desired term?
 
Physics news on Phys.org
it's adding fractions backwards. i.e. when you add two fractions you get a common denominator by multiplyingn their denominators. so backwards from this, if you have a fraction with a product denominator, you can try to write it as a sum of two fractions eachn one having one of the factors as a denominator. This is called "partial fractions"n decomposition.so just write 1/(2-u)(2+u) = a/(2-u) + b/(2+u), and solve for a and b after adding them.
 
For just a bit of expansion on the first response: the given fraction can be written as a sum of two others: the denominators are the factors of your fractions, the numerators are constants (constants in this case because each denominator is 1st degree). The first line below says the given fraction is the sum of two others: the remaining lines show how to eliminate denominators.
<br /> \begin{align*}<br /> \frac 1 {4-u^2} &amp; = \frac A {2-u} + \frac B {2+u} \\<br /> \left(\frac 1 {4-u^2}\right)(4-u^2) &amp; = \left(\frac A {2-u} + \frac {B} {2+u} \right) (2+u)(2-u) \\<br /> 1 &amp;= A(2+u) + B(2-u)<br /> \end{align*}<br />

Multiply the terms on the right side and solve the system of equations to find A and B.
 
Yes that makes sense. I just needed to remind myself of partial fraction decomposition in order to get to that answer.
 
statdad said:
For just a bit of expansion on the first response: the given fraction can be written as a sum of two others: the denominators are the factors of your fractions, the numerators are constants (constants in this case because each denominator is 1st degree). The first line below says the given fraction is the sum of two others: the remaining lines show how to eliminate denominators.
<br /> \begin{align*}<br /> \frac 1 {4-u^2} &amp; = \frac A {2-u} + \frac B {2+u} \\<br /> \left(\frac 1 {4-u^2}\right)(4-u^2) &amp; = \left(\frac A {2-u} + \frac {B} {2+u} \right) (2+u)(2-u) \\<br /> 1 &amp;= A(2+u) + B(2-u)<br /> \end{align*}<br />

Multiply the terms on the right side and solve the system of equations to find A and B.
Or, set u to two different numbers to get two equations- most easily, set u= 2 to get 1= 4A and set u= -2 to get 1= 4B.
 
This is called the Method of Partial Fractions, or Partial Fraction Decomposition.

Chet
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top