Pages

Wednesday, May 28, 2014

Linear Equations in one variable

Linear Equations are the starting point of two branches of mathematics. One deals with roots and other deals with solutions. Linear equation can be single variable or multi variable. The complexity of the solutions increases as we move to higher number of variables. As we will see every degree equation can be represented as multi variable linear equations. The point here is that the equations are related and a quadratic and cubic has 3 and 4 unknowns in it. Let us talk about the single variable linear equation. A single variable linear equation is very simple and is taught from the very basic grades or classes. A single variable linear equation looks like this:

ax + b = 0.

There can be many variant of it. ax + b = c or ax + c = bx + d or ax + c = bx, etc.

All we need to know is basic arithmetic. All the laws of basic arithmetic also works in algebra. To solve a linear equation in one variable we perform operations like this:

Let us solve different types of linear equations:
  1. ax + b = 0
    Transpose b to right hand side and divide by a.
    x = -b/a
  2. ax + b = c
    Transpose b to RHS and divide by a.
    x = (c - b)/a
  3. ax + b = cx
    Transpose cx to LHS and b to RHS
    ax - cx = -b
    (a-c)x = -b
    x = -b/(a-c)
Solution

The simplest way to solve a linear equation is to transpose all the constants to RHS and terms containing variable to LHS and divide RHS by the coefficient of resulting LHS.

No comments:

Post a Comment