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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top