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 picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top