Linear Equations
Linear Equations
Linear Equations
constant or the product of a constant and (the first power of) a single variable.
Linear equations can have one or more variables.
While they arise quite naturally when modeling many phenomena, they are
particularly useful since many non-linear equations may be reduced to linear
equations by assuming that quantities of interest vary to only a small extent from
some "background" state. Linear equations do not include exponents.
Linear equations in two variables ( y = mx + b )
The origin of the name "linear" comes from the fact that the
set of solutions of such an equation forms a straight line in the
plane. In this particular equation, the constant m determines
the slope or gradient of that line, and the constant term b
determines the point at which the line crosses the y-axis,
otherwise known as the y-intercept.
Equations of the straight line
General (or standard) form
In the general (or standard) form the linear equation is written as:
Ax + By = C
Pointslope form
y - y1 = m(x - x1), where
m - the slope of the line
(x1,y1) - any point on the
line
Two-point form
(x1, y1) and (x2, y2) are two points on the line
x1
m = (y2 y1)/(x2 x1) the slope
with x2
Intercept form
where a and b must be nonzero. The graph of the equation has x-intercept a and yintercept b. The intercept form is in standard form with A = 1/a and B = 1/b.
Polar form
where m is the slope of the line and b is the yintercept.
Normal form
The normal segment for a given line is defined to be the line segment drawn from
the origin perpendicular to the line. This segment joins the origin with the closest
point on the line to the origin. The normal form of the equation of a straight line is
given by:
where is the angle of inclination of the normal segment, and p is the length of the
normal segment.
Matrix form
Using the order of the standard form:
Ax + By = C
one can rewrite the equation in matrix form:
Further, this representation extends to systems of linear equations.
becomes
There are named methods for solving simultaneous linear equations like GaussJordan which can be expressed as matrix elementary row operations.