Lecture Notes: Pair of Linear Equations in Two Variables
Key Concepts
Definitions
- Pair of Linear Equations in Two Variables: Equations of the form
ax + by = c
where a, b, c
are constants, and x
and y
are variables. Multiple equations involving x
and y
represent lines.
- Types of Solutions:
- Consistent System: At least one solution (either unique or infinitely many).
- Inconsistent System: No solution.
- Dependent System: Infinitely many solutions (coinciding lines).
- Independent System: Exactly one solution (intersecting lines).
Geometric Interpretation
- Intersecting Lines: One solution (consistent, independent).
- Parallel Lines: No solution (inconsistent).
- Coinciding Lines: Infinitely many solutions (consistent, dependent).
Graphical Method
- Plot both equations on a graph. The point of intersection (if any) is the solution.
- Steps:
- Convert each equation to the form
y = mx + c
.
- Plot the lines on the graph.
- Identify the intersection point.
Algebraic Methods
-
Substitution Method:
- Solve one equation for one variable.
- Substitute this expression into the other equation.
- Solve for the second variable.
- Back-substitute to find the first variable.
-
Elimination Method:
- Multiply equations to make coefficients of one variable equal.
- Add or subtract equations to eliminate one variable.
- Solve the resulting equation.
- Substitute back to find the other variable.
Conditions for Consistency
- For equations of the form
a1x + b1y = c1
and a2x + b2y = c2
:</n
a1/a2 ≠ b1/b2
- One unique solution (consistent).
- Coinciding Lines:
a1/a2 = b1/b2 = c1/c2
- Infinitely many solutions (consistent).
- Parallel Lines:
a1/a2 = b1/b2 ≠ c1/c2
- No solution (inconsistent).
Word Problems
-
Forming Equations:
- Translate the problem into algebraic equations using x and y for unknowns.
- Use given conditions to form a system of equations.
-
Examples:
- Hostel Charges Problem:
x + 20y = 1000
, x + 26y = 1180
- Coin Problem:
x + y = 50
, x + 2y = 75
Miscellaneous Tips
- Convert to Standard Form: Ensure equations are in
Ax + By = C
form before solving.
- Checking Solutions: Verify by plugging back into original equations.
- Interchanged Coefficients Problem: Add and subtract equations to simplify complex systems.
Homework
- Solve the given system of linear equations by both substitution and elimination methods.
Review
- Revise and practice the steps and concepts mentioned above with different problems to solidify understanding.
- Make sure to revisit the graphical method, graphical interpretations, and conditions for consistency before moving on to more advanced problems.