In this chapter, you will learn
- —Understand the concept of linear equations in two variables and standard form
- —Represent linear equations graphically on the coordinate plane
- —Determine if a pair of equations is consistent, inconsistent, or dependent
- —Solve equations using the graphical method
- —Apply substitution method for algebraic solutions
- —Use elimination method for efficient problem solving
- —Understand cross-multiplication method and its applications
- —Solve word problems using linear equations
Introduction and Standard Form
Linear Equation in Two Variables: An equation of the form ax + by + c = 0, where a, b, c are real numbers and a, b ≠ 0.
Standard Forms:
• General form: ax + by + c = 0
• Slope-intercept form: y = mx + c (where m is slope)
• Intercept form: x/a + y/b = 1
Examples of Linear Equations in Two Variables:
- 2x + 3y = 6 (rearrange: 2x + 3y - 6 = 0)
- x - y + 1 = 0
- 5x + 2y = 10
- 3x = y - 4 (rearrange: 3x - y + 4 = 0)
Not linear equations in two variables: x² + y = 5 (has x²), xy + 2 = 0 (has product term)
Solution of Linear Equation: Any pair (x, y) that satisfies the equation.
- A linear equation in two variables has infinitely many solutions
- Each solution is represented as an ordered pair (x, y)
- When plotted, all solutions lie on a straight line
Key Points:
- Linear equations are of the first degree (power of variables is 1)
- Two variables mean the equation has two unknowns (x and y)
- The solution set forms a straight line on the graph
Exam Tip
Recognize linear equations quickly by checking that variables are to the first power only and no product terms exist. Convert to standard form for consistency.
Common Mistake
Students confuse linear with quadratic equations. Remember: linear has degree 1 (x, not x²). Also, a = 0 or b = 0 makes it not a linear equation in two variables.
Graphical Representation
A linear equation in two variables can be represented as a straight line on the coordinate plane (Cartesian plane).
Method to Draw the Graph:
- Find at least two solutions by substituting values of x
- Plot these points on the coordinate plane
- Draw a straight line through these points
Example: Graph 2x + y = 4
- When x = 0: 2(0) + y = 4 → y = 4. Point: (0, 4)
- When x = 2: 2(2) + y = 4 → y = 0. Point: (2, 0)
- When x = 1: 2(1) + y = 4 → y = 2. Point: (1, 2)
Plot these three points and draw a straight line through them.
Finding Intercepts (Easier Method):
- x-intercept: Put y = 0 and solve for x. This gives point (x, 0)
- y-intercept: Put x = 0 and solve for y. This gives point (0, y)
- Example: For 3x + 2y = 6:
- x-intercept: y = 0 → 3x = 6 → x = 2. Point: (2, 0)
- y-intercept: x = 0 → 2y = 6 → y = 3. Point: (0, 3)
Key Features of the Graph:
- The graph is always a straight line
- Slope = -a/b (for equation ax + by + c = 0)
- Steeper lines have larger |slope| values
- Horizontal line: coefficient of x is 0 (e.g., y = 3)
- Vertical line: coefficient of y is 0 (e.g., x = 5)