Linear Equation in Two Variables-RRB

Linear Equation With Two variables

A linear system of two equations with two variables is any system that can be written in the form.

ax + by = p

cx + dy = q

where any of the constants can be zero with the exception that each equation must have at least one variable in it.

Also, the system is called linear if the variables are only to the first power, are only in the numerator and there are no products of variables in any of the equations.

3x – y = 7

2x + 3y = 1

Before we discuss how to solve systems we should first talk about just what a solution to a system of equations is.  A solution to a system of equations is a value of x and a value of y that, when substituted into the equations, satisfies both equations at the same time.

For the example above  x = 2 and  y = -1  is a solution to the system.  This is easy enough to check.

Here is an example of a system with numbers.

example above  and  is a solution to the system.  This is easy enough to check.

3(2) – (-1)= 7

2(2)+3(-1)= 1

So, sure enough that pair of numbers is a solution to the system.  Do not worry about how we got these values.  This will be the very first system that we solve when we get into examples.

Note that it is important that the pair of numbers satisfy both equations.  For instance  x = 1 and y = -4 will satisfy the first equation, but not the second and so isn’t a solution to the system.  Likewise, x = -1 and y = 1  will satisfy the second equation but not the first and so can’t be a solution to the system.

Now, just what does a solution to a system of two equations represent?  Well if you think about it both of the equations in the system are lines.  So, let’s graph them and see what we get.

As you can see the solution to the system is the coordinates of the point where the two lines intersect.  So, when solving linear systems with two variables we are really asking where the two lines will intersect.

We will be looking at two methods for solving systems in this section.

The first method is called the method of substitution.  In this method we will solve one of the equations for one of the variables and substitute this into the other equation.  This will yield one equation with one variable that we can solve.  Once this is solved we substitute this value back into one of the equations to find the value of the remaining variable.

In words this method is not always very clear.  Let’s work a couple of examples to see how this method works.

Example 1:  Solve each of the following systems.

3x – y = 7

2x+ 3y = 1

Solution: 

So, this was the first system that we looked at above.  We already know the solution, but this will give us a chance to verify the values that we wrote down for the solution.

Now, the method says that we need to solve one of the equations for one of the variables.  Which equation we choose and which variable that we choose is up to you, but it’s usually best to pick an equation and variable that will be easy to deal with.  This means we should try to avoid fractions if at all possible.

In this case it looks like it will be really easy to solve the first equation for y so let’s do that.

3x- 7 = y

Now, substitute this into the second equation.

2x + 3(3x- 7) = 1

This is an equation in x that we can solve so let’s do that.

 2x + 9x -21 =1

11x = 22

x = 2

So, there is the x portion of the solution.

Finally, do NOT forget to go back and find the y portion of the solution.  This is one of the more common mistakes students make in solving systems.  To so this we can either plug the x value into one of the original equations and solve for y or we can just plug it into our substitution that we found in the first step.  That will be easier so let’s do that.

y = 3x -7 = 3(2)-7 = -1

So, the solution is x = 2  and  y = -1  as we noted above.

Problem 2: The equation 2x + y + 4

Solution: 
Express y in terms of x
Put any value of x and find the corresponding value of y
The values of x and y so obtained give solution of the equation
Here 2x + y = 4
Y = 4 – 2x
Put x =0, then y = 0; x=0 and y = 4 or the ordered pair (0,4) is the solution of the given equation.
Next, put x=1, then y = 4 –(2×1) =4 – 2 =2; thus x = 1 and y = 2 or the ordered pair (1,2) is another solution of the given equation.
Problem 3: Solve: 7x + 2y =23
           X – Y=2
Solution: the given equations are
7x +2y = 23                                                                                                                                    …………….. (i)
X –y = 2                                                                                                                                          …………….. (ii)
From (ii), we get  y = x – 2                                                                                                         ………………(iii)
Putting (iii) in (i), we have
7x + 2(x-2) = 23
Or 7x + 2x – 4 = 23
Or 9x = 23 + 4 =27
Therefore, x = 27/9 = 3                                                                                                             ………………. (iv)
Putting (iv) in (ii), we have
3 –y = 2
3 – 2 = y
Y = 1
Therefore, x =3, y = 1 is the required solution.

Problem 4: Solve the equations given below and establish the relationship between x and y.

6x + 7y = 93
3x + 2y = 33

Solution:
We can easily equate the coefficients of x in the 2 equations by multiplying the second equation with 2.

(3x + 2y = 33) * 2
6x + 4y = 66

To get the value of x, we must subtract the 2 equations:

6x + 7y = 93
_6x + 4y = 66
3y = 27
y = 9

Substituting value of y in the first equation:

6x + 7y = 93
6x + 7*9 = 93
6x + 63 = 93
6x = 93 – 63
6x = 30
x = 5
Since y = 9 and x = 5, the relationship between x and y is said to be x<y.
Problem 5: Solve the equations and establish the relationship between the variables x and y.
√36 x + √64 = 0
√81 y + 4² = 0
Solution:
First Equation:
√36 x + √64 = 0
6x + 8 = 0
x = -8/6
x = -4/3
Second Equation:
√81 y + 4² = 0
9y + 16 = 0
y = -16/9
Comparision of fractions:
To establish the relationship between x and y, simply cross multiply the two variables.
x * y
– 4/3 * – 16/9
– 36 > – 48
x>y