System of Equations: Solving for (x,y)

AI Thread Summary
The discussion focuses on solving a system of equations involving variables x and y. The first equation, which includes negative powers, is simplified to express y in terms of x, ultimately leading to the solution y = 2x. The second equation is straightforward, allowing for y to be expressed as y = (6 - x)/2. After substituting and solving, the values x = 1.2 and y = 2.4 are verified to satisfy both original equations. The problem is successfully resolved with confirmation of the solution's accuracy.
prophet05
Messages
12
Reaction score
0
[SOLVED] System of equations problem

I'm trying to brush up on my algebra and had difficulties with a problem.

Solve for (x,y): (x^-(2/3))(y^(2/3)) = (2x^(1/3))(y^-(1/3)) and 6 = x + 2y

I'm mainly having problems simplifying the first equation for y but got y=0. Any help?
 
Physics news on Phys.org
x^{-a} = \frac{1}{x^a}

\frac{x^a}{x^b} = x^{a-b}

Start with that and let's see where it takes you.
 
solving the second equation is easy enough - just make y the subject.

As for the first, I find it's easier to rewrite it without using negative powers.
x^{-2/3} = \frac{1}{x^{2/3}}

From there, it's just a matter of rearranging to make y the subject again.
From there, you can find x using both equations.
 
Perfect, I think it was the basic concepts that helped. Just to verify:

I was able to simplify the first equation to y = 2x. Using that...
y = 2(6-2y)
y = 12 - 4y
5y= 12
y=12/5

Plug into x = 6-2y...
x = 6 - 2(12/5)
x = 1.2

So, (1.2, 2.4)

That seems right. Thank you.
 
Plug in those values back into the original question to see if the left hand side equals the right hand side to make sure you're right.
 
(1.2,2.4)

[y=2x]
2.4 = 2 (1.2)
2.4 = 2.4 CHECK

[x=6-2y]
1.2 = 6 - 2(2.4)
1.2 = 1.2 CHECKEverything is verified. Thanks.
 
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