Difference between revisions of "Linear equation"

(New page: Linear equations are any algebraic equations where both sides of the equation are polynomials of the first degree. == single-variable equations == Single-variable linear equation...)
 
(remove nonexistent category)
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Linear equations are any algebraic equations where both sides of the equation are [[polynomials]] of the first [[degree]].
+
In [[elementary algebra]], '''linear equations''' are algebraic [[equation]]s in which both sides of the equation are [[polynomials]] or [[monomials]] of the first [[degree]] - i.e. each term does not have any variables to a power other than one.  
  
== single-variable equations ==
+
== Form and Connection to Analytic Geometry ==
 +
In general, a linear equation with <math>n</math> variables can be written in the form <math>\sum_{i=1}^{n}a_ib_i=c</math>, where <math>a_i</math> is a series of constants, <math>b_i</math> is a series of variables, and <math>c</math> is a [[constant]].
  
Single-variable linear equations can '''always''' be expressed in the form:
+
In other words, a linear equation is an equation that can be written in the form <cmath>a_1b_1 + a_2b_2 + ... +a_nb_n = c</cmath>, where <math>a_1, a_2,... , a_n</math> are constants multiplied by variables <math>b_1, b_2, ..., b_n</math> and <math>c</math> is a constant.
<math>ax+b=0</math>
 
  
where <math>a</math> and <math>b</math> are constants and <math>x</math> is the variable.
+
For the particular case <math>n=1</math> (single variable equation), the resulting equation can be graphed as a point on the number line, and for the case <math>n=2</math> (resulting in a [[linear function]]), it can be graphed as a line on the [[Cartesian plane]], hence the term "linear" equation. This can extended to a general Cartesian n-space, in which the linear equation with the corresponding number of variables can be graphed as an n-1-space - this concept is the idea behind [[analytic geometry]] as envisioned by Fermat and Descartes.
  
From this form, they can be solved with the following steps:
+
== Systems, solutions and methods of solving ==
 +
=== Variable Elimination ===
 +
=== Matrices and Cramer's Law ===
  
1. subtract <math>b</math> from both sides.
+
==See Also==
2. divide <math>a</math> from both sides.
 
  
== two-variable equations ==
 
  
Two-variable linear equations can '''always''' be expressed in the form:
+
[[Category:Definition]]
<math>y=mx+b</math>
+
[[Category:Elementary algebra]]
 
 
Where <math>y</math> and <math>x</math> are variables and <math>m</math> and <math>b</math> are constants.
 
 
 
Two-variable linear equations can be drawn as a straight line on a coordinate plane.
 
<math>m</math> can be defined as the [[slope]] and <math>b</math> can be defined as the [[y-intercept]]
 

Revision as of 20:11, 23 January 2017

In elementary algebra, linear equations are algebraic equations in which both sides of the equation are polynomials or monomials of the first degree - i.e. each term does not have any variables to a power other than one.

Form and Connection to Analytic Geometry

In general, a linear equation with $n$ variables can be written in the form $\sum_{i=1}^{n}a_ib_i=c$, where $a_i$ is a series of constants, $b_i$ is a series of variables, and $c$ is a constant.

In other words, a linear equation is an equation that can be written in the form \[a_1b_1 + a_2b_2 + ... +a_nb_n = c\], where $a_1, a_2,... , a_n$ are constants multiplied by variables $b_1, b_2, ..., b_n$ and $c$ is a constant.

For the particular case $n=1$ (single variable equation), the resulting equation can be graphed as a point on the number line, and for the case $n=2$ (resulting in a linear function), it can be graphed as a line on the Cartesian plane, hence the term "linear" equation. This can extended to a general Cartesian n-space, in which the linear equation with the corresponding number of variables can be graphed as an n-1-space - this concept is the idea behind analytic geometry as envisioned by Fermat and Descartes.

Systems, solutions and methods of solving

Variable Elimination

Matrices and Cramer's Law

See Also