Monday, July 12, 2010

Linear Equations in Two Variables

A common form of a linear equation in the two variables x and y is:



where m and b designate constants. 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.

Since terms of a linear equations cannot contain products of distinct or equal variables, nor any power (other than 1) or other function of a variable, equations involving terms such as xy, x2, y1/3, and sin(x) are nonlinear.


Forms for 2D Linear Equations

Linear equations can be rewritten using the laws of elementary algebra into several different forms. These equations are often referred to as the "equations of the straight line". In what follows x, y and t are variables; other letters represent constants (fixed numbers).

General Form



where A and B are not both equal to zero. The equation is usually written so that A ≥ 0, by convention. The graph of the equation is a straight line, and every straight line can be represented by an equation in the above form. If A is nonzero, then the x-intercept, that is the x-coordinate of the point where the graph crosses the x-axis (y is zero), is −C/A. If B is nonzero, then the y-intercept, that is the y-coordinate of the point where the graph crosses the y-axis (x is zero), is −C/B, and the slope of the line is −A/B.

Standard Form



where A, B, and C are integers whose greatest common factor is 1, A and B are not both equal to zero, and A is non-negative (and if A = 0 then B has to be positive). The standard form can be converted to the general form, but not always to all the other forms if A or B is zero. It is worth noting that, while the term occurs frequently in school-level US textbooks, it makes little mathematical sense since most lines cannot be described by such equations. For instance, the line x + y = √2 cannot be described by a linear equation with integer coefficients since √2 is irrational.

Slope–intercept Form



where m is the slope of the line and b is the y-intercept, which is the y-coordinate of the point where the line crosses the y axis. This can be seen by letting x = 0, which immediately gives y = b. Vertical lines, having undefined slope, cannot be represented by this form.

Point–slope Form



where m is the slope of the line and (x1,y1) is any point on the line. The point-slope and slope-intercept forms are easily interchangeable.

The point-slope form expresses the fact that the difference in the y coordinate between two points on a line (that is, y − y1) is proportional to the difference in the x coordinate (that is, x − x1). The proportionality constant is m (the slope of the line).

Two-point Form




where (x1,y1) and (x2,y2) are two points on the line with x2 ≠ x1. This is equivalent to the point-slope form above, where the slope is explicitly given as:





Intercept Form




where a and b must be nonzero. The graph of the equation has x-intercept a and y-intercept b. The intercept form can be converted to the standard form by setting A = 1/a, B = 1/b and C = 1.

Parametric Form


and




Two simultaneous equations in terms of a variable parameter t, with slope m = V / T, x-intercept (VU−WT) / V and y-intercept (WT−VU) / T.
This can also be related to the two-point form, where T = p−h, U = h, V = q−k, and W = k:

and



In this case t varies from 0 at point (h,k) to 1 at point (p,q), with values of t between 0 and 1 providing interpolation and other values of t providing extrapolation.

Polar Form




where m is the slope of the line and b is the y-intercept. When θ = 0 the graph will be undefined. Thus, the equation can be rewritten to eliminate discontinuities:



Normal Form



where φ is the angle of inclination of the normal and p is the length of the normal. The normal is defined to be the shortest segment between the line in question and the origin. Normal form can be derived from general form by dividing all of the coefficients by:




This form is also called the "Hesse Standard Form", named after the German mathematician Ludwig Otto Hesse.

Reference:
http://en.wikipedia.org/wiki/Linear_equation

No comments:

Post a Comment