01 Linear Equations Theory



1. Linear Equations in Two Variables

Core Definition Theorem

An equation is classified as a linear equation in two variables if it meets two strict criteria:

  1. It contains exactly two variables.
  2. The degree (highest exponent) of each term containing a variable is exactly one.

The General Form

The standard mathematical blueprint for a linear equation in two variables is written as:

\( ax + by + c = 0 \)

where \( a \), \( b \), and \( c \) are real numbers, under the strict condition that \( a \) and \( b \) cannot both equal zero simultaneously.

Example: The equation \( 3x = 4y - 12 \) rearranges into the general form \( 3x - 4y + 12 = 0 \).

Concept Mastery: Equation Identification Table

Let's analyze different equations to test if they qualify as linear equations in two variables:

No. Equation under Test Linear? Scientific Reason & Logic Analysis
1 \( 4m + 3n = 12 \) YES Two variables (\( m, n \)) present, both with a power degree of 1.
2 \( 3x^{2} - 7y = 13 \) NO The term \( 3x^{2} \) carries a degree of 2. Linear functions must have a maximum degree of 1.
3 \( \sqrt{2}x - \sqrt{5}y = 16 \) YES The coefficients are irrational constants (\( \sqrt{2}, \sqrt{5} \)), but the variables \( x, y \) have degrees of 1.
4 \( 0x + 6y - 3 = 0 \) NO The coefficient of \( x \) is 0, reducing the operational equation to single-variable space: \( 6y - 3 = 0 \).
5 \( 0.3x + 0y - 36 = 0 \) NO The coefficient of \( y \) is 0, which violates the requirement of containing two active variables.
6 \( \frac{4}{x} + \frac{5}{y} = 4 \) NO Variables are in denominators. Written as \( 4x^{-1} + 5y^{-1} = 4 \), the degree is -1, not 1.
7 \( 4xy - 5y - 8 = 0 \) NO The product term \( xy \) combines exponents to create a term with a degree of 2 (\( 1 + 1 \)).
``` ----- ### Module 2: Simultaneous Linear Equations & Elimination Frameworks ``` html

2. Simultaneous Linear Equations

When we analyze two distinct linear equations in two variables at the same time, they are classified as simultaneous linear equations.

Method 1: Elimination by Coefficient Alignment

Solve the simultaneous pair:

Equation (I): 5x - 3y = 8
Equation (II): 3x + y = 2

Step-by-Step Execution:

  1. Multiply Equation (II) by 3 to align the coefficients of \( y \) with Equation (I): $$\implies 3 \times (3x + y) = 3 \times 2 \implies 9x + 3y = 6 \quad \text{--- Equation (III)} \quad \text{}$$
  2. Add Equation (I) and Equation (III) to eliminate the variable \( y \): $$(5x - 3y) + (9x + 3y) = 8 + 6 \quad \text{}$$ $$\implies 14x = 14 \implies x = 1 \quad \text{}$$
  3. Substitute \( x = 1 \) back into Equation (II) to isolate \( y \): $$3(1) + y = 2 \implies 3 + y = 2 \implies y = 2 - 3 \implies y = -1 \quad \text{}$$

The solution is \( (x, y) = (1, -1) \).

Method 2: Symmetric Interchanged Coefficients (Addition-Subtraction Trick)

When coefficients of \( x \) and \( y \) are interchanged, solve by finding simpler, sum-and-difference helper equations. Solve:

Equation (I): 15x + 17y = 21
Equation (II): 17x + 15y = 11

Step-by-Step Execution:

  1. Add Equation (I) and Equation (II) together: $$32x + 32y = 32 \implies \text{Divide by 32} \implies x + y = 1 \quad \text{--- Equation (III)} \quad \text{}$$
  2. Subtract Equation (II) from Equation (I): $$(15x + 17y) - (17x + 15y) = 21 - 11 \quad \text{}$$ $$-2x + 2y = 10 \implies \text{Divide by 2} \implies -x + y = 5 \quad \text{--- Equation (IV)} \quad \text{}$$
  3. Add helper Equations (III) and (IV) to solve cleanly: $$(x + y) + (-x + y) = 1 + 5 \implies 2y = 6 \implies y = 3 \quad \text{}$$
  4. Substitute \( y = 3 \) into helper Equation (III): $$x + 3 = 1 \implies x = -2 \quad \text{}$$

The system solution is \( (x, y) = (-2, 3) \).

``` ----- ### Module 3: Graphical Coordinate Methods & Verification Postulates ``` html

3. Graphical Analysis of Linear Equations

The geometric graph of any linear equation in two variables forms a perfectly straight line. Every ordered coordinate pair \( (x, y) \) that satisfies the algebraic equation maps directly onto that line.

Visualizing System Solutions via Intersecting Lines
X Y Intersection Point (2, 2) x + y = 4 2x - y = 2

Graphical Solution Postulates

  1. The Intersection Postulate: The point of intersection between two single lines on a coordinate plane represents the unique simultaneous solution to that linear system.
  2. The Core Sufficiency Rule: Geometrically, only two points are required to construct a line. However, calculations require plotting four points. If one point contains a computational error, it will immediately stand out because the four points will not be collinear.
  3. Special Asymptotic Configurations:
    • The graph of the equation \( y = b \) (or \( 0x + y = b \)) forms a horizontal line parallel to the X-axis.
    • The graph of the equation \( x = a \) (or \( x + 0y = a \)) forms a vertical line parallel to the Y-axis.
``` ----- ### Module 4: Determinant Mechanics & Cramer’s Rule ``` html

4. Determinant Mechanics and Cramer’s Rule

The determinant method allows us to calculate solutions for simultaneous linear systems efficiently and with minimal algebraic steps. This method is named after the mathematician Gabriel Cramer.

The \( 2 \times 2 \) Determinant Blueprint

A determinant containing two rows and two columns has a degree of 2. It maps to a numerical value via cross-multiplication subtraction:

\( D = \begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad - bc \)

Cramer's Rule Derivation Formulas

Given a pair of standard general-form linear equations:

\( a_{1}x + b_{1}y = c_{1} \)
\( a_{2}x + b_{2}y = c_{2} \)

We build three distinct determinants using matrix columns:

Main Determinant (\( D \))
\( D = \begin{vmatrix} a_{1} & b_{1} \\ a_{2} & b_{2} \end{vmatrix} \)
Omit constant columns.
\( x \)-Substituted (\( D_{x} \))
\( D_{x} = \begin{vmatrix} c_{1} & b_{1} \\ c_{2} & b_{2} \end{vmatrix} \)
Replace \( x \)-coefficients with constants.
\( y \)-Substituted (\( D_{y} \))
\( D_{y} = \begin{vmatrix} a_{1} & c_{1} \\ a_{2} & c_{2} \end{vmatrix} \)
Replace \( y \)-coefficients with constants.

The definitive coordinate solutions are calculated using the formulas:

\( x = \frac{D_{x}}{D} \)      and      \( y = \frac{D_{y}}{D} \)

⚠️ Edge Condition: Cramer's rule is valid if and only if the main determinant \( D \neq 0 \). If \( D = 0 \), the system is either dependent (infinite solutions) or inconsistent (parallel lines with no solution).

``` ----- ### Module 5: Non-Linear Coordinate Transformations & Reductions ``` html

5. Equations Reducible to Linear Equations

Some equations are not linear because their variables appear in the denominators or as product terms. We can transform these into linear equations using substitution.

Transformation Demonstration

Solve the following non-linear system:

\( \frac{4}{x} + \frac{5}{y} = 7 \)      and      \( \frac{3}{x} + \frac{4}{y} = 5 \)

Step-by-Step Execution:

  1. Isolate the fractional blocks into a product format: $$4\left(\frac{1}{x}\right) + 5\left(\frac{1}{y}\right) = 7 \quad \text{and} \quad 3\left(\frac{1}{x}\right) + 4\left(\frac{1}{y}\right) = 5 \quad \text{}$$
  2. Introduce auxiliary placeholder variables. Let \( m = \frac{1}{x} \) and \( n = \frac{1}{y} \). This gives us a standard linear system: $$4m + 5n = 7 \quad \text{--- Equation (I)} \quad \text{}$$ $$3m + 4n = 5 \quad \text{--- Equation (II)} \quad \text{}$$
  3. Solving this system using elimination or determinants yields: $$m = 3 \quad \text{and} \quad n = -1 \quad \text{}$$
  4. Substitute back to find the values of our original variables \( x \) and \( y \): $$3 = \frac{1}{x} \implies x = \frac{1}{3} \quad \text{}$$ $$-1 = \frac{1}{y} \implies y = -1 \quad \text{}$$

The system solution is \( (x, y) = \left(\frac{1}{3}, -1\right) \).

```
Last modified: Wednesday, 26 August 2026, 10:57 PM