How do I manipulate algebraic expressions?

  • Thread starter Thread starter Schniz2
  • Start date Start date
  • Tags Tags
    Manipulation
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
4 replies · 9K views
Schniz2
Messages
18
Reaction score
0

Homework Statement



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

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
cristo said:
They appear to add 8 and subtract 8 from the numerator. That is,

[tex]\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}[/tex]

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

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