How do I manipulate algebraic expressions?

  • Thread starter Thread starter Schniz2
  • Start date Start date
  • Tags Tags
    Manipulation
AI Thread Summary
To manipulate the algebraic expression \(\frac{2y^{2}}{4+y^{2}}\) into the form \(2-\frac{8}{4+y^{2}}\), one can add and subtract 8 in the numerator, resulting in \(\frac{2y^2 + 8 - 8}{4+y^2}\). This simplifies to \(\frac{2(4+y^2) - 8}{4+y^2}\), leading to the desired expression. Another method is using long division, where dividing \(2y^2\) by \(y^2 + 4\) yields a quotient of 2 with a remainder of -8. This confirms the transformation is valid and provides clarity on the manipulation process. Understanding these techniques can greatly aid in algebraic expression manipulation.
Schniz2
Messages
18
Reaction score
0

Homework Statement



As part of a calculus question, the solutions manual takes \frac{2y^{2}}{4+y^{2}}
And somehow turns it into \left(2-\frac{8}{4+y^{2}}\right)

Ive scribbled all the things i can thinkof on paper and still can't seem to get from one to the other, its driving me nuts!

Any help would be much appreciated :D.

Cheers.
 
Physics news on Phys.org
They appear to add 8 and subtract 8 from the numerator. That is,

\frac{2y^2}{4+y^2}=\frac{2y^2+8-8}{4+y^2}=\frac{2(4+y^2)-8}{4+y^2}=2-\frac{8}{4+y^2}
 
cristo said:
They appear to add 8 and subtract 8 from the numerator. That is,

\frac{2y^2}{4+y^2}=\frac{2y^2+8-8}{4+y^2}=\frac{2(4+y^2)-8}{4+y^2}=2-\frac{8}{4+y^2}

Ahhh, i feel like such a fool for not seeing that.

Thanks ;)
 
Another way to see that is simply "long division". y^2+ 0y+ 4 divides into 2y^2+ 0y+ 0 2 times with a remainder of 2y^2- 2(y^2+ 4)= 2y^2-2y^2- 8= -8[/tex] so<br /> \frac{2y^2}{y^2+ 4}= 2- \frac{8}{y^2+ 4}
 
HallsofIvy said:
Another way to see that is simply "long division". y^2+ 0y+ 4 divides into 2y^2+ 0y+ 0 2 times with a remainder of 2y^2- 2(y^2+ 4)= 2y^2-2y^2- 8= -8[/tex] so<br /> \frac{2y^2}{y^2+ 4}= 2- \frac{8}{y^2+ 4}
<br /> <br /> Thanks ;). Very clear to me now.
 
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