ArticleslgStudy

mathematics

System of linear equations

System of linear equations is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand System of linear equations rather than just read about it. In short: In mathematics, a system of linear equations (or linear system) is a collection of two or more linear equations involving the same variables. For example, { 3 x + 2 y − z = 1 2 x − 2 y + 4 z = − 2 − x + 1 2 y − z = 0 {\displaystyle {\begin{cases}3x+2y-z=1\\2x-2y+4z=-2\\-x+{\frac {1}{2}}y-z=0\end{cases}}} is a system of three equations in the three variables x, y, z.

System of linear equations — main illustration
System of linear equations — illustration

Key takeaways

  • System of linear equations belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect System of linear equations to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of System of linear equations from memory before moving on to harder problems.

Reference excerpt

In mathematics, a system of linear equations (or linear system) is a collection of two or more linear equations involving the same variables. For example,

{ 3 x + 2 y − z = 1 2 x − 2 y + 4 z = − 2 − x + 1 2 y − z = 0 {\displaystyle {\begin{cases}3x+2y-z=1\\2x-2y+4z=-2\\-x+{\frac {1}{2}}y-z=0\end{cases}}}

is a system of three equations in the three variables x, y, z. A solution to a linear system is an assignment of values to the variables such that all the equations are simultaneously satisfied. In the example above, a solution is given by the ordered triple

( x , y , z ) = ( 1 , − 2 , − 2 ) , {\displaystyle (x,y,z)=(1,-2,-2),}

since it makes all three equations valid. Linear systems are a fundamental part of linear algebra, a subject used in most modern mathematics. Computational algorithms for finding the solutions are an important part of numerical linear algebra, and play a prominent role in engineering, physics, chemistry, computer science, and economics. A system of non-linear equations can often be approximated by a linear system (see linearization), a helpful technique when making a mathematical model or computer simulation of a relatively complex system. Very often, and in this article, the coefficients and solutions of the equations are constrained to be real or complex numbers, but the theory and algorithms apply to coefficients and solutions in any field. For other algebraic structures, other theories have been developed. For coefficients and solutions in an integral domain, such as the ring of integers, see Linear equation over a ring. For coefficients and solutions that are polynomials, see Gröbner basis. For finding the "best" integer solutions among many, see Integer linear programming. For an example of a more exotic structure to which linear algebra can be applied, see Tropical geometry.

Elementary examples

Trivial example The system of one equation in one unknown

2 x = 4 {\displaystyle 2x=4}

has the solution

x = 2. {\displaystyle x=2.}

However, most interesting linear systems have at least two equations.

Simple nontrivial example The simplest kind of nontrivial linear system involves two equations and two variables:

2 x + 3 y = 6 4 x + 9 y = 15 . {\displaystyle {\begin{alignedat}{5}2x&&\;+\;&&3y&&\;=\;&&6&\\4x&&\;+\;&&9y&&\;=\;&&15&.\end{alignedat}}}

One method for solving such a system is as follows. First, solve the top equation for x {\displaystyle x} in terms of y {\displaystyle y} :

x = 3 − 3 2 y . {\displaystyle x=3-{\frac {3}{2}}y.}

Now substitute this expression for x into the bottom equation:

4 ( 3 − 3 2 y ) + 9 y = 15. {\displaystyle 4\left(3-{\frac {3}{2}}y\right)+9y=15.}

This results in a single equation involving only the variable y {\displaystyle y} . Solving gives y = 1 {\displaystyle y=1} , and substituting this back into the equation for x {\displaystyle x} yields x = 3 2 {\displaystyle x={\frac {3}{2}}} . This method generalizes to systems with additional variables (see "elimination of variables" below, or the article on elementary algebra).

General form A general system of m linear equations with n unknowns and coefficients can be written as

… excerpt ends here. Continue reading the full article.

Illustrations

System of linear equations: A linear system in three variables determines a collection of planes. The intersection point is the solution.
A linear system in three variables determines a collection of planes. The intersection point is the solution.
System of linear equations: The solution set for the equations x − y = −1 and 3x + y = 9 is the single point (2, 3).
The solution set for the equations x − y = −1 and 3x + y = 9 is the single point (2, 3).
System of linear equations: The solution set for two equations in three variables is, in general, a line.
The solution set for two equations in three variables is, in general, a line.
System of linear equations illustration
System of linear equations illustration

Worked examples

Example 1 — a first encounter with System of linear equations

Start with the simplest possible case. Write down what System of linear equations claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to System of linear equations before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about System of linear equations ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of System of linear equations

In research
System of linear equations appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses System of linear equations in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
System of linear equations is common in secondary-school and first-year university syllabi. It links to neighbouring topics Equations, Linear algebra, Numerical linear algebra, so understanding it makes those chapters shorter.
In everyday life
Look for System of linear equations outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study System of linear equations in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what System of linear equations means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain System of linear equations out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is System of linear equations in simple terms?

In mathematics, a system of linear equations (or linear system) is a collection of two or more linear equations involving the same variables. For example, { 3 x + 2 y − z = 1 2 x − 2 y + 4 z = − 2 − x + 1 2 y − z = 0 {\displaystyle {\begin{cases}3x+2y-z=1\\2x-2y+4z=-2\\-x+{\frac {1}{2}}y-z=0\end{ca…

Why does System of linear equations matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study System of linear equations?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on System of linear equations.

Tags

  • Equations
  • Linear algebra
  • Numerical linear algebra

Keep exploring