Division with variables (I think I'd call this double division)

AI Thread Summary
The discussion revolves around simplifying the expression ((x/y) - (4y/x)) / (x + 2y). Participants suggest finding a common denominator for the top fraction and then multiplying by the inverse of the denominator. The simplification process involves recognizing the difference of squares and canceling terms appropriately. There is also a request for guidance on using LaTeX for better presentation of mathematical expressions. Overall, the focus is on providing support for the simplification process while encouraging the original poster to engage with the problem.
wScott
Messages
87
Reaction score
0
I don't even know where to start with this question, someone help please.

I don't know how to LaTeX this question so please bare with me:

( ( x / y ) - ( 4y / x ) ) / (x + 2y)

It's two fractions over a binomial.

Hope this isn't to unclear :(
 
Physics news on Phys.org
wScott said:
I don't even know where to start with this question, someone help please.

I don't know how to LaTeX this question so please bare with me:

( ( x / y ) - ( 4y / x ) ) / (x + 2y)

It's two fractions over a binomial.

Hope this isn't to unclear :(

Click this for the code to make it:
\frac{\frac{x}{y} - \frac{4y}{x}}{x + 2y}

Now the question on everyone's mind is: what do you actually have to do with this? Simplify it?
 
Last edited:
Yah, sorry about that, and thanks for the LaTeX code. I'm supposed to simplify it but after setting it up like this \frac{x}{y} - \frac {4y}{x} \times \frac{x + 2y}{1} (I think that's proper form anyways) I don't know what else to do.
 
dont know if this is right but it looks good to me

First find the comon denominator in the top fraction

{(x^2-4y^2)/(xy)}/(x+2y)
multiply by the inverse

(x^2-4y^2)/(x^2y+2xy^2)

then diference of squares?

(x+2y)(x-2y)/(xy)(x+2y)

then cancel

(x-2y)/xy


Anyone know a good LaTeX tutorial? I would likke to post more and using LaTeX is just so much prettier :)
 
Last edited:
Gablar16 said:
dont know if this is right but it looks good to me

First find the comon denominator in the top fraction

{(x^2-4y^2)/(xy)}/(x+2y)
multiply by the inverse

(x^2-4y^2)/(x^2y+2xy^2)

then diference of squares?

(x+2y)(x-2y)/(xy)(x+2y)

then cancel

(x-2y)/xy


Anyone know a good LaTeX tutorial? I would likke to post more and using LaTeX is just so much prettier :)
Please, don't show COMPLETE solution. You can guide him, and should let the OP do it him/herself. Showing solutions can be good in some cases, like when the OP has made a great deal of effort trying to solve the problem, but still cannot get the correct answer. But showing solution without any explanation, or without the OP's having shown his/her work, it can be very bad.
You can take some time to readhttps://www.physicsforums.com/showthread.php?t=28.
------------------------
There's a sticky Introducing LaTeX Math Typesetting in the board Math & Science Tutorials (the first board from the top). There are 3 pretty good .PDF files there.
 
VietDao29 said:
Please, don't show COMPLETE solution. You can guide him, and should let the OP do it him/herself. Showing solutions can be good in some cases, like when the OP has made a great deal of effort trying to solve the problem, but still cannot get the correct answer. But showing solution without any explanation, or without the OP's having shown his/her work, it can be very bad.
You can take some time to readhttps://www.physicsforums.com/showthread.php?t=28.
------------------------
There's a sticky Introducing LaTeX Math Typesetting in the board Math & Science Tutorials (the first board from the top). There are 3 pretty good .PDF files there.



You are probably right , sorry about that.
 
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
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top