* Linear/graphing question - Thanks

  • Thread starter Thread starter nukeman
  • Start date Start date
  • Tags Tags
    Thanks
AI Thread Summary
To find the point of intersection for the equations L: 2x - y = 5 and M: x + y = 4, the equations can be rewritten in slope-intercept form as L: y = 2x - 5 and M: y = -x + 4. The next step involves solving the system of equations, which can be done by elimination or substitution. By subtracting the second equation from the first, one can eliminate y and solve for x. After finding the value of x, it can be substituted back into either equation to determine the corresponding y value, thus identifying the intersection point.
nukeman
Messages
651
Reaction score
0

Homework Statement



L: 2x - y = 5
M: x + y = 4

So I got:

L: y = 2x - 5
M: y = -x + 4

L has a slope of 2 and M has a slope of -1



Homework Equations




****Now it says find the point of intersection on the graph. How do I plug those points on a graph? Any help would be GREAT!



The Attempt at a Solution

 
Physics news on Phys.org
nukeman said:

Homework Statement



L: 2x - y = 5
M: x + y = 4

So I got:

L: y = 2x - 5
M: y = -x + 4

L has a slope of 2 and M has a slope of -1



Homework Equations




****Now it says find the point of intersection on the graph. How do I plug those points on a graph? Any help would be GREAT!



The Attempt at a Solution


Good job. Now you have two equations and two unknowns (the x and y values that would be where the two lines meet). Have you studied how to solve systems of equations?

Hint -- subtract the 2nd equation from the first one...
 
berkeman said:
Good job. Now you have two equations and two unknowns (the x and y values that would be where the two lines meet). Have you studied how to solve systems of equations?

Hint -- subtract the 2nd equation from the first one...

Um, no we have not. Thats basically all it says in this certain practice question in our textbook.

Can u help me out on what to do next?

Thanks, appreciate the help :)
 
nukeman said:
Um, no we have not. Thats basically all it says in this certain practice question in our textbook.

Can u help me out on what to do next?

Thanks, appreciate the help :)

Well, I gave you a hint already on how to solve those two equations simultaneously. You want to manipulate the equations so that you can eliminate one of the two variables, and that let's you get a number for the other one. So you listed your two equations:

L: y = 2x - 5
M: y = -x + 4

Now just subtract the lower equation from the upper one. Like this:
Code:
  (y = 2x - 5)
- (y = -x + 4)
--------------

Negate each term in the 2nd line (distribute the "-" sign through), and add the two lines. The +y and -y cancel to give you 0 on the left of the resulting equation, and you will end up with some x term and some constant term on the right. That let's you solve for x, and then you plug that value of x back into either of your first equations to find the value of y. You can check your x,y answer in both equations L and M to be sure that both equations are satisfied by that x,y point on the graphs. That is where the two lines cross, with a common x,y point.
 
nukeman said:
Um, no we have not. Thats basically all it says in this certain practice question in our textbook.

Can u help me out on what to do next?

Thanks, appreciate the help :)

How about graphing? Have you learned how to graph an equation of a line in slope-intercept form (y = mx + b)? If so, carefully graph the two lines on graph paper and see where they intersect.

Or, if you have to solve the equations algebraically, the method shown above is solving by elimination. There's also a method known as solving by substitution. Start by setting one of the equations for one of the variables (already done in your case. Then substitute the equation you first manipulated into the other one for that variable. In your case, this means setting the two right sides equal:
2x - 5 = -x + 4
and solve for x. Then substitute the value for x in either of the original equation to solve for y.
 
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