krit.club logo

Linear Equations in Two Variables - Introduction to Linear Equations

Grade 9CBSE

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

A linear equation in two variables is an equation that can be written in the form ax+by+c=0ax + by + c = 0, where a,ba, b, and cc are real numbers, and aa and bb are not both zero. This is known as the 'Standard Form'. Visually, this equation represents a straight line on a two-dimensional Cartesian plane.

The degree of a linear equation is always 11. This means the highest power of the variables xx and yy is one. Because the degree is one, the graph of the equation does not curve or bend, appearing as a perfectly straight path that extends infinitely in both directions.

A linear equation in two variables has infinitely many solutions. Each solution is an ordered pair (x,y)(x, y) that makes the LHS equal to the RHS. On a coordinate plane, every single point that lies on the line representing the equation is a solution, and there are an unlimited number of such points.

To find a solution, you can assume a value for one variable (e.g., x=0x = 0) and solve for the other. For instance, finding where the line crosses the vertical yy-axis (the yy-intercept) or the horizontal xx-axis (the xx-intercept) provides clear, distinct points to start drawing the line.

The solution of a linear equation is not affected when the same number is added to or subtracted from both sides of the equation, or when both sides are multiplied or divided by the same non-zero number. This allows us to rearrange equations into standard form without changing the line they describe visually.

Special cases include equations like ax+c=0ax + c = 0. While this looks like an equation in one variable, it can be written in two variables as ax+0y+c=0ax + 0y + c = 0. Visually, if the yy coefficient is zero, the equation represents a vertical line. If the xx coefficient is zero, it represents a horizontal line.

📐Formulae

Standard Form: ax+by+c=0ax + by + c = 0

Condition for aa and bb: a2+b20a^2 + b^2 \neq 0

Linear Equation in one variable: ax+b=0ax + b = 0

Conversion of x=kx = k to two variables: 1x+0yk=01x + 0y - k = 0

Conversion of y=ky = k to two variables: 0x+1yk=00x + 1y - k = 0

💡Examples

Problem 1:

Write the equation 2x+3y=4.372x + 3y = 4.37 in the form ax+by+c=0ax + by + c = 0 and indicate the values of a,b,a, b, and cc.

Solution:

  1. Write the given equation: 2x+3y=4.372x + 3y = 4.37
  2. Transpose the constant term to the left-hand side to make the right-hand side zero: 2x+3y4.37=02x + 3y - 4.37 = 0
  3. Comparing this with ax+by+c=0ax + by + c = 0, we get: a=2a = 2 b=3b = 3 c=4.37c = -4.37

Explanation:

The goal is to align the given terms with the standard template. By moving 4.374.37 across the equals sign, its sign changes to negative, allowing us to identify cc correctly.

Problem 2:

Check whether (3,2)(3, -2) is a solution of the equation 4x3y=184x - 3y = 18.

Solution:

  1. Substitute x=3x = 3 and y=2y = -2 into the Left Hand Side (LHS) of the equation: 4(3)3(2)4(3) - 3(-2)
  2. Calculate the values: 12(6)=12+6=1812 - (-6) = 12 + 6 = 18
  3. Compare with the Right Hand Side (RHS): 18=1818 = 18
  4. Since LHS=RHSLHS = RHS, the ordered pair (3,2)(3, -2) is a solution.

Explanation:

A point is a solution if substituting its coordinates into the equation results in a true statement. Visually, this means the point (3,2)(3, -2) lies exactly on the line defined by 4x3y=184x - 3y = 18.