System of two equations with radical expression

AI Thread Summary
The discussion revolves around solving a system of equations involving a radical expression: x² + y² = 1 and -x + √3y = 0. Participants suggest using the substitution method, starting by isolating x in the second equation and substituting it into the first. There is confusion regarding the correct interpretation of the radical expression, leading to misunderstandings in isolating y. Clarifications emphasize that taking the square root of both sides of an equation must be done carefully, and participants stress the importance of following mathematical rules correctly. Ultimately, the original poster acknowledges their mistakes and expresses a desire to improve their equation manipulation skills.
dmehling
Messages
114
Reaction score
0

Homework Statement



I am trying to solve the following two systems of equations and at every attempt I get completely stuck.

x2 + y2 = 1

-x + √3y = 0

Homework Equations


not applicable

The Attempt at a Solution



the answers have already been given to me but I have no idea how to get the answers: x = (√3)/2, -(√3)/2
y = 1/2, -1/2
 
Physics news on Phys.org
Using either equation, you can solve for y in terms of x (or for x in terms of y). Then, substituting that expression for y (or x) into the other equation, you are now left with an equation with only one unknown variable. I think you know how to solve that!
 
Yes I realize in a very general sense how to solve a system of equations. I was trying to use the substitution method but this equation seem so unusual that I cannot figure out how to do it. I thought I had it nearly solved but my answer was nowhere close to what I know is the right answer. It's the radical expression that is throwing me off.
 
dmehling said:
Yes I realize in a very general sense how to solve a system of equations. I was trying to use the substitution method but this equation seem so unusual that I cannot figure out how to do it. I thought I had it nearly solved but my answer was nowhere close to what I know is the right answer. It's the radical expression that is throwing me off.

It's not so bad. I would start by solving the 2nd equation for x, and then substitute that into the first. Try it, and post your workings here.

By the way, in the second equation, is it
-x + \sqrt{3} \cdot y = 0
or
-x + \sqrt{3y} = 0?
 
eumyang said:
It's not so bad. I would start by solving the 2nd equation for x, and then substitute that into the first. Try it, and post your workings here.

By the way, in the second equation, is it
-x + \sqrt{3} \cdot y = 0
or
-x + \sqrt{3y} = 0?

What the OP wrote was ##\sqrt{3} \cdot y##, but that's not necessarily what was intended.
 
dmehling said:
Yes I realize in a very general sense how to solve a system of equations. I was trying to use the substitution method but this equation seem so unusual that I cannot figure out how to do it. I thought I had it nearly solved but my answer was nowhere close to what I know is the right answer. It's the radical expression that is throwing me off.

Show your attempt, maybe we can help you figure out what went wrong.

eumyang said:
It's not so bad. I would start by solving the 2nd equation for x, and then substitute that into the first. Try it, and post your workings here.

By the way, in the second equation, is it
-x + \sqrt{3} \cdot y = 0
or
-x + \sqrt{3y} = 0?

Based on the answer he gave, I would think that it has to be the first equation that you listed.
 
Yes it is √3 (multiplied by) y. I couldn't tell whether the variable was underneath the radical sign based on how it was written in the textbook. I plugged in the answers they gave me to make sure. By the way, how do I insert the multiplication dot symbol?
 
dmehling said:
Yes it is √3 (multiplied by) y. I couldn't tell whether the variable was underneath the radical sign based on how it was written in the textbook. I plugged in the answers they gave me to make sure. By the way, how do I insert the multiplication dot symbol?

If you're using latex, you type \cdot.

Otherwise you can't, but in order to avoid confusion you can write (√3)y to illustrate the difference.


But before we can help you figure out the problem, you need to show the work you already did.
 
I was finally able to get the solution by substituting the second equation into the first. I was making things much too complicated and it was actually quite simple to get the solution. But I have challenged myself to find the solution by substituting the first equation into the second one, and once again I'm really stuck. I think I actually did it correctly once, but now have no idea how I did that. When I try to isolate the y in the first equation I get y = √1 - x . However, when I plug that into the second equation then suddenly I have the difficulty of multiplying √3 by (√1 - x). How am I supposed to accomplish that, or am I already on the wrong track?
 
  • #10
$$\sqrt{a} \cdot \sqrt{b + c} = \sqrt{a(b+c)}$$
This is just a rule, but if you think about it, it is consistent with the rules of exponents. Just interpret sqrt(a) as a1/2 etc. and you'll see why the above must be true if the rules of exponents are true.
 
  • #11
dmehling said:
When I try to isolate the y in the first equation I get y = √1 - x .

NO. You get ##y = \sqrt{1 - x^2}## if you do it correctly
 
  • #12
cepheid said:
NO. You get ##y = \sqrt{1 - x^2}## if you do it correctly

No, you get y = \pm \sqrt{1-x^2} if you do it properly.

RGV
 
  • #13
Ray Vickson said:
No, you get y = \pm \sqrt{1-x^2} if you do it properly.

RGV

Touché
 
  • #14
Wouldn't y^2 = √1 - x^2 be the same thing as y = (√1) - x?
 
  • #15
dmehling said:
Wouldn't y^2 = √1 - x^2 be the same thing as y = (√1) - x?

There is no rule that says ##\sqrt{a+b} = \sqrt{a} + \sqrt{b}##.
 
  • #16
You're right. I didn't really mean to say that. What I think it should be is y = 1 - x.
 
  • #17
dmehling said:
You're right. I didn't really mean to say that. What I think it should be is y = 1 - x.

But wasn't it established already that ##y=\pm\sqrt{1-x^2}##, or do you not agree with how it got to that?
 
  • #18
It started out as y^2 = 1 - x^2. If you try to remove the exponent for y then you should also remove the exponent from x, but then you would also end up with √1.
 
  • #19
dmehling said:
It started out as y^2 = 1 - x^2. If you try to remove the exponent for y then you should also remove the exponent from x, but then you would also end up with √1.

NO! You can't do that. You started with this:
y^2 = 1 - x^2
You take the square root of both sides (to isolate the y) and you get this:
y = \pm\sqrt{1 - x^2}
The following are not necessarily equal:
\sqrt{1 - x^2} \ne 1 - x

You can't just take the square root of each term underneath the square root if you have an addition or subtraction. Does
\sqrt{25 - 9} = 5 - 3?
 
  • #20
So you want to take the square root of each side.
If ##y^2 = 1 - x^2## then ##\sqrt{y^2} = \sqrt{1 - x^2}##, which is only the same as ##y = 1 - x## if ##\sqrt{a + b} = \sqrt{a} + \sqrt{b}##.
 
  • #21
dmehling said:
You're right. I didn't really mean to say that. What I think it should be is y = 1 - x.

No! Never! The graph of y = 1-x is a straight line, while the graph of y = √(1-x^2) is a semi-circle, and the graph of y = √(1-x) is a parabola.

RGV
 
  • #22
Okay, I'm wrong once again.
 
  • #23
dmehling said:
Okay, I'm wrong once again.

The important thing is, do you understand why? In other words, have you figured out what your mistake was and how to do it properly? As had already been said a few times, you just have to follow the rules, so if you take the square root of one side of the equation (to solve for y) you have to take the square root of the other side as well. That's all.
 
  • #24
Yeah, I'm a little rusty when it comes to my ability to manipulate equations. I understand my mistake but I'm still having trouble doing it correctly now. I'll have to work on it some more and see what exactly my problem is at this point.
 
  • #25
dmehling said:
Wouldn't y^2 = √1 - x^2 be the same thing as y = (√1) - x?

dmehling said:
You're right. I didn't really mean to say that. What I think it should be is y = 1 - x.
That's not really different from what you have in the first quote above, so it's not right either. As already mentioned, it is NOT true that ##\sqrt{a + b} = \sqrt{a} + \sqrt{b}##. So ##\sqrt{1 - x^2} \neq 1 - x##.
 
Back
Top