Physics Wallah

Linear Equations in Two Variables Formula, Definition,

Linear equations involving two variables are characterized by each variable having the highest exponent of 1. These equations can yield one, zero, or an infinite number of solutions. The typical structure of a two-variable linear equation is ax + by + c = 0, where 'x' and 'y' represent the variables. Solutions are often presented as ordered pairs like (x, y).
authorImageSawat Sayyed11 Sept, 2023
Share

Share

Linear Equations in Two Variables Formula

A l inear Equations in two Variables is characterized by both variables having an exponent of 1. When addressing a system of equations with two variables, the potential outcomes encompass a distinct solution, a lack of solutions, or an infinite number of solutions. Such a linear equation system could encompass 'n' variables. In the process of solving linear equations with 'n' variables, a crucial rule to remember is that the number of equations should match 'n' to enable the determination of variable values.

Linear equations in two variables adopt the format (or can be transformed into the format) y = mx + b, where 'm' signifies the slope and 'b' represents the y-intercept. They are classified as first-order equations. For instance, y = 2x + 3 and 2y = 4x + 9 exemplify two-variable linear equations.

What are Linear Equations in Two Variables?

Linear equations involving two variables are characterized by each variable having the highest exponent of 1. These equations can yield one, zero, or an infinite number of solutions. The typical structure of a two-variable linear equation is ax + by + c = 0, where 'x' and 'y' represent the variables. Solutions are often presented as ordered pairs like (x, y). The graphical depiction of pairs of linear equations in two variables results in the formation of two straight lines that can be:

  • Intersecting lines
  • Parallel lines
  • Coincident lines
Also Check - Rational Number Formula

Forms of Linear Equations in Two Variables

A linear equation involving two variables can be expressed in various formats, including standard form, intercept form, and point-slope form. For instance, the equation 2x + 3y = 9 can be represented in each of these forms: 2x + 3y - 9 = 0 (standard form), y = (-2/3)x + 3 (slope-intercept form), and y - 5/3 = -2/3(x + (-2)) (point-slope form). Refer to the provided image illustrating these three ways of representing linear equations in two variables, accompanied by examples.

Forms of Linear Equations in Two Variables

A system of equations denotes a group of equations, often known as simultaneous linear equations. In our exploration, we will delve into the techniques for solving pairs of linear equations involving two variables through various methods.

Also Check - Linear Equation Formula

Solving Pairs of Linear Equations in Two Variables

Five strategies are available to address the resolution of pairs of linear equations in two variables, outlined as follows:

  1. Graphical Method
  2. Substitution Method
  3. Cross Multiplication Method
  4. Elimination Method
  5. Determinant Method
Also Check - Quadrilaterals Formula

Graphical Method for Solving Linear Equations in Two Variables

Here is a breakdown of the procedural steps for graphically solving linear equations in two variables:

Step 1: To solve a system of two equations involving two variables graphically, create a graph for each equation. You can learn the process here or follow steps 2 and 3 below.

Step 2: For manual graphing of an equation, transform it into the form y = mx + b by solving for y.

Download PDF Linear Equations in two Variables

Step 3: Begin by substituting values of x, such as 0, 1, 2, and so forth, to determine the corresponding y-values, or vice versa.

Step 4: Identify the point at which both lines intersect on the graph.

Step 5: The point of intersection signifies the solution to the provided system of equations.

Illustration: Determine the solution of the subsequent system of equations using a graphical approach.

Equations:

-x + 2y - 3 = 0

3x + 4y - 11 = 0

Resolution: By graphing the equations and examining their intersection, we find that both lines converge at the point (1, 2). Consequently, the solution to the provided system of linear equations is x = 1 and y = 2.

Graph of Linear Equations in Two Variables

However, it's important to note that intersections don't always occur. Occasionally, the lines might run in parallel, signifying that pairs of linear equations in two variables lack a solution. On the contrary, there are instances where both lines coincide, implying that every point along that line is a solution to the given system. This scenario results in the system possessing an infinite number of solutions.

Consistent and Inconsistent System of Linear Equations:

In cases where a system possesses a solution, it is referred to as a consistent system. Conversely, if no solution exists, the system is termed inconsistent.

Independent and Dependent System of Linear Equations:

When a system possesses a sole and distinct solution, it is categorized as an independent system. Alternatively, if it harbors an infinite array of solutions, it falls under the classification of a dependent system, signifying that one variable hinges upon the other.

Take into account a system of two linear equations: a1x + b1y + c1 = 0 and a2x + b2y + c2 = 0. By analyzing these equations, we can ascertain the conditions under which a linear system with two variables is either consistent or inconsistent and whether it is independent or dependent.

Types of Solution and their graph

Method of Substitution

To effectively solve a system of two linear equations in two variables through the substitution method, adhere to the following sequence of steps:

Step 1: Resolve one of the equations to isolate one of the variables.

Step 2: Substitute the value obtained in Step 1 into the other equation, rendering it an equation with a sole variable.

Step 3: Solve this derived equation for the variable.

Step 4: Subsequently, substitute the value determined in Step 3 into either of the original equations to ascertain the value of the other variable.

Also Check - Coordinate Geometry Formula

Cross Multiplication Method

Let's consider a linear equation system: a1x + b1y + c1 = 0 and a2x + b2y + c2 = 0.

For solving this system using the cross multiplication method, we begin by arranging the coefficients of x, y, and constants in the given manner:

Cross Multiplication Method

Cross Multiplication Method for Solving Linear Equations in Two Variables

In the above representation, the arrows indicate that these coefficients need to be multiplied. Following this, we establish the subsequent equation by performing cross-multiplication and subtracting the resultant products:

Cross Multiplication Method Cross Multiplication Method

Method of Elimination

To effectively solve a system of linear equations in two variables using the elimination method, follow these stepwise instructions:

Step 1: Arrange the equations in standard form: ax + by + c = 0 or ax + by = c.

Step 2: Determine if the addition or subtraction of the equations would eliminate one of the variables.

Step 3: If not, multiply one or both equations by the coefficient of 'x' or 'y' to enable their addition or subtraction, leading to the elimination of one variable.

Step 4: Solve the resulting single-variable equation.

Step 5: Subsequently, substitute the derived value into either of the initial equations to determine the value of the other variable.

Also Check - Comparing Quantities Formula

Determinant Method

The determinant of a 2x2 matrix is acquired by cross-multiplying elements, commencing from the upper-left corner, and subsequently subtracting the products.

Determinant Method

Let's consider a linear equation system in two variables: a1x + b1y = c1 and a2x + b2y = c2. To solve this using the determinant method, often referred to as Cramer's Rule, adhere to the subsequent steps:

Step 1: Start by computing the determinant formed by the coefficients of 'x' and 'y' and label it as Δ.

Step 2: Compute the determinant Δx by substituting the first column of Δ with the constants.

Step 3: Calculate the determinant Δy by substituting the second column of Δ with the constants.

The solution to the given linear equation system is determined using the following formulas:

x = Δx / Δ

y = Δy / Δ

Points to Remember

  • A linear equation involving two variables takes the structure ax + by + c = 0, where x and y stand as the variables, while a, b, and c are real numbers.
  • A set of linear equations consists of pairs like a1x + b1y + c1 = 0 and a2x + b2y + c2 = 0, and its solution corresponds to a pair of values (x, y) that simultaneously fulfill both equations.
  • Solving linear equations in two variables necessitates a minimum of two equations.
  • A linear equation with two variables yields an unbounded array of solutions.

Linear Equations in Two Variables Formula FAQs

Define linear equations.

A linear equation is characterized by having a degree of 1. When dealing with linear equations in two variables, there are precisely 2 variables within the equation. For instance, equations like 2x - y = 45, x + y = 35, and a - b = 45 all fall under this category.

How many solutions are there for a linear equation involving two variables?

Consider the equations a1x + b1y + c1 = 0 and a2x + b2y + c2 = 0. The outcomes for a linear equation with two variables are as follows: One and unique if a1/a2 ≠ b1/b2 None if a1/a2 = b1/b2 ≠ c1/c2 Infinitely many if a1/a2 = b1/b2 = c1/c2

How can you recognize linear equations involving two variables?

A linear equation involving two variables can be identified when it takes the form ax + by + c = 0, encompassing two variables, x and y, and featuring the highest degree of 1 in the equation.
Join 15 Million students on the app today!
Point IconLive & recorded classes available at ease
Point IconDashboard for progress tracking
Point IconMillions of practice questions at your fingertips
Download ButtonDownload Button
Banner Image
Banner Image
Free Learning Resources
Know about Physics Wallah
Physics Wallah is an Indian edtech platform that provides accessible & comprehensive learning experiences to students from Class 6th to postgraduate level. We also provide extensive NCERT solutions, sample paper, NEET, JEE Mains, BITSAT previous year papers & more such resources to students. Physics Wallah also caters to over 3.5 million registered students and over 78 lakh+ Youtube subscribers with 4.8 rating on its app.
We Stand Out because
We provide students with intensive courses with India’s qualified & experienced faculties & mentors. PW strives to make the learning experience comprehensive and accessible for students of all sections of society. We believe in empowering every single student who couldn't dream of a good career in engineering and medical field earlier.
Our Key Focus Areas
Physics Wallah's main focus is to make the learning experience as economical as possible for all students. With our affordable courses like Lakshya, Udaan and Arjuna and many others, we have been able to provide a platform for lakhs of aspirants. From providing Chemistry, Maths, Physics formula to giving e-books of eminent authors like RD Sharma, RS Aggarwal and Lakhmir Singh, PW focuses on every single student's need for preparation.
What Makes Us Different
Physics Wallah strives to develop a comprehensive pedagogical structure for students, where they get a state-of-the-art learning experience with study material and resources. Apart from catering students preparing for JEE Mains and NEET, PW also provides study material for each state board like Uttar Pradesh, Bihar, and others

Copyright © 2025 Physicswallah Limited All rights reserved.