Udjuni.com

udjuni.com search:




Solving linear equations with two variables


In the last posting titled "Basic Linear equations", we covered the basics of solving an equation with one "unknown". There are rules that govern linear equations that we did not cover in the last posting. I will be covering those rules here before we move on to linear equations with two unknowns.



Rules that govern linear equations


Rule 1: unknown variables can not be multiplied by itself or another variable. unknown variables shall not be devided by one another in linear equation. For example, the equations xy=4 and x*x = 10 violates the linear equation rule. why? Consider this:



If we were to solve for x in xy = 4, to solve this equation, we are reqyured to isolate one variable and solve the equation in terms of the other variable. In our case we can not isolate x or y without deviding by the one or the other, which is against the rule of linear equations.

Now let us take a look at the second example: x * x = 10, in other words, this equation gives us x 2 = 10. Obviously, this does not fit the rules of a linear equation because linear equation can not have exponents or powers which is our Rule number 2



Rule number 3: For an equation to be linear, such an equation shall not have a variable under the root sign.


Solving a linear equation



Now that we have laid out the rules, let us solve our first linear equation with two variable:

solve for x in : 4x + 4y = 20


Step 1: Isolate y from x by moving the number with variable y to the right => 4x + 4y - 4y = 20 -4y
=> 4x = 20 - 4y
Step 2: Devide both sides by 4 to get x on the left



4x = (20 - 4y)
---------
44


=>
x = 5 - y)


To test the equation we substitute (x by 5 - y in the original equation):

=> 4 * (5-y) + 4y = 20
=> 4 * 5 - 4y + 4y = 20
=> 20 = 20

Since the substituting our anser into the equation produces results that balances the left and right sides of our equation, we can be sure the answer our answer (x = 5 - y) is correct.



RELATED ARTICLES:


Solving Simultaneous Linear Equations
By implication this means solving a number of equations at the same time. The main approach to doing this is getting rid of one variable, solving for the other and then later substituting your answer for the known variable in order to find the value of the other variable: Let us take an

Solving Quadratic equations
In the posting Quadratic equations, we covered the quadratic equation formula, and how to solve quadratic equations. This posting is aimed at giving you more detail and perhaps a practical example of how to solve and graph a quadratic equation. To start with we take the...

Solving literal equations
Solving literal equations are equations with two or more letters or variables. Examples of literal equations are: x + y = 10 2x + 4y - z = 9 Solving such equations for any of the letters is basically the same as solving any other equation. For example: Solve for x in 2x +

Linear Equation Graph Part 2
One form of finding the equation of a given line is to use what is called the slope-point approach. Before we go any further, I need to explain the formula that we use to find the slope of a linear graph: slope = change in y change

Linear Equation Graphs part 1
As we saw in the other postings such as Solving Linear Equations, every liear equation can be transformed or represented in the form: y= mx + b where m is the slope of the line, and b is the y intercept or a point where

PHP Variables
Variables In PHP, unlike other programming languages you can declare a variable or allocate variable storage space without worrying about the type of data that will be stored in it. Thus values are used when data in your script becomes available and can change during the lifetime o

Quadratic Equations
Quadratic equations are polynomial equations of the second degree. This means that at least one occurrence of the variable (x) in the equation is raised to the power of 2. The general format for a quadratic equation is: ax2 + bx + c = 0 where x is the variable,

Equations
Algebra is a division of mathematics designed to help solve certain types of problems quicker and easier. Algebra is based on the concept of unknown values called variables, unlike arithmetic which is based entirely on known number values.

Exponents of Variables


Of Variables


Did not find it? Try udjuni.com search:







© 2009 UdjunI LLC. All rights reserved | Privacy policy | Tutorial Index | RSS Feed