SlideShare ist ein Scribd-Unternehmen logo
1 von 20
Downloaden Sie, um offline zu lesen
LINEAR EQUATIONS IN TWO
VARIABLES
INTRODUCTION
General Form of Linear Equation in Two Variables
a x + b y +c = 0, a ≠ 0, b ≠ 0, a, b, c are real numbers
Solution
Values of x and y, for given a, b, c, such that
a x + b y +c = 0
Single linear equation
Example
3 x – 2 y + 4 = 0 (1)
Infinitely many values of
x and y satisfy equation (1)
x -3 -2 -1 0 1 2 3 4 5
y -2.5 -1 0.5 2 3.5 5 6.5 8.0 9.5
•All (x, y) values satisfying
equation (1) lie on a
straight line – (0, 2) satisfies
equation (1) and lies on
straight line
• Graph of the equation (1)
is shown in Figure 1
Figure 1
Single linear equation
• Every day example :
Cost of two oranges is Rs. 4 more than the cost of 3
bananas
• Assume cost of a banana is x Rs. and cost of an orange is y
Rs., then the relationship between cost of bananas and
oranges is given by
2 y = 3 x + 4 (1)
• The graph of equation (1) is the straight line in Figure 1
• Many similar relationships can be expressed by a linear
algebraic equation in two variables.
• Geometrically a linear equation in two variables can be
represented by a straight line in the Cartesian Plane.
Single linear equation
• Adding and subtracting a number on both sides of the
equation does not change the equation
3 x –2 y + 4 +(10) = 0 + (10)
• Multiplying or dividing both sides of the equation
does not change the equation
2*(3 x –2 y + 4) = 3 x – 2 y + 4 = 0
System of two linear equations
Two linear equations in x and y
3 x – 2 y + 4 = 0 (1)
x + 2 y + 4 = 0 (2)
Graph of the two
linear equations
Figure 2
System of two linear equations
• Both the linear equations are straight lines
• The two straight lines intersect at (-2 ,-1)
x = -2, y = -1 satisfy both the equations
3 x - 2 y + 4 = 3 *(-2) – 2* (-1) + 4 = 0
x + 2 y +4 = (-2) + 2* (-1) + 4 = 0
• (-2 , -1 ) is a common solution of the two linear equations
Condition for common solution
Consider two linear equations
2 x + 3 y = 6 (1)
4 x + 6 y = 24 (2)
• Both lines are parallel
and do not intersect
• No common solution if
lines are parallel
Figure 3
Graph of equation (1)
and equation (2) in
Figure 3
Condition for common solution (Contd.)
Consider another two linear equations
x + y = 3 (1)
7 x + 7 y = 21 (2)
Figure 4
Graph of equation (1)
and equation (2) in
Figure 4
• Both straight lines are
parallel
• They are also same or
coincident
•Only one straight line and
hence infinitely many
solutions
Condition for common solution (Contd.)
Two linear equations represented by two straight lines can
1. Have a unique common solution if the two straight
lines
intersect.
2. Have no common solution if the two straight lines are
parallel.
3. Have infinitely many solutions if the two straight lines
are same or coincident.
Algebraic Solution of System of Linear Equations
• Method of Elimination by Substitution
Consider two linear equations
2 x – y = 3 (1)
4 x – y = 5 (2)
1. Solve for y from equation (1) pretending x to be a constant, we get
y = 2 x – 3 (3)
2. Substitute y from (3) to (2) to get
4 x – (2 x –3) = 5 (4)
y is eliminated in Step 2. and we can now solve for x from (4)
2 x + 3 = 5 => x = 1
3. Substitute x = 1 in (1), to get
2 – y = 3 => y = – 1
(1, – 1) satisfy equations (1) and (2). Hence the solution is correct.
Algebraic Solution of System of Linear Equations
(Contd.)
• Method of Elimination by Equating
Coefficients
Consider two linear equations
11 x – 5 y + 61 = 0 (1)
3 x – 20 y – 2 = 0 (2)
1. Multiply equation (1) by 3 and equation (2) by 11 to get
33 x – 15 y + 183 = 0 (3)
33 x – 220 y – 22 = 0 (4)
2. Subtract (4) from (3) to get
205 y + 205 = 0
or y = – 1
3. Substitute y = – 1 in (2), we get
3 x – 20 *(– 1) – 2 = 0
or 3 x = – 18
or x = – 6
(-6, -1) satisfies (1) and (2) and hence is a correct solution.
Solution of System of Linear Equations by Cross
Multiplication
Consider two linear equations
a1 x + b1y + c1 = 0, a1≠ 0, b1≠ 0 (1)
a2 x + b2 y + c2 = 0, a2 ≠ 0, b2 ≠ 0 (2)
Eliminate y by substitution. From (1) we get
y = – (1/ b1 )(c1 + a1 x) b1 ≠ 0 (given)
Substitute y in (2), we get
a2 x + b2 [– (1/ b1 )(c1 + a1 x) ] + c2 = 0
or (a1 b2 - a2 b1 ) x = b1 c2 - b2 c1 (3)
Similarly by eliminating x, we get
(a1 b2 - a2 b1 ) y = c1 a2 - c2 a1 (4)
Solution of System of Linear Equations by Cross
Multiplication
• Case 1: (a1 b2 – a2 b1) ≠ 0
x = (b1 c2 – b2 c1)/(a1 b2 - a2 b1)
y = (c1 a2 – c2 a1)/(a1 b2 - a2 b1)
The above can be written as
__ x_______ = __ y_______ = __ 1_______
b1 c2 – b2 c1 c1 a2 – c2 a1 a1 a1 b2 - a2 b1
Solution of System of Linear Equations by Cross
Multiplication
• Case 2 : (a1 b2 – a2 b1) = 0
In this case we can not divide by a1 b2 – a2 b1 to get x and y
For a1 b2 – a2 b1 = 0, we get
a1 = k a2 and b1= k b2
• c1 = k c2then equation (1) becomes
k a2 x + k b2 y + k c2 = 0
or k (a2 x + b2 y + c2) = 0
or a2 x + b2 y + c2 = 0
Hence equation (1) and (2) are same and there are infinitely many
solutions
Solution of System of Linear Equations by Cross
Multiplication
• c1 ≠ k c2 then equation (1) becomes
or k (a2 x + b2 y) + c1= 0
or k (- c2) + c1= 0
or c1= k c2
k a2 x + k b2 y + c1 = 0
which is not true. Hence, no solution exists.
Example Problems
• 1) Solve by eliminating y : x+y=7; 2x–y=5
• Solution:
x+y=7 (1)
2x-y=5 (2)
(1)+(2) => x = 4
• Substituting x value in (1)
4+y =7 => y = 3
Example Problems
• 2) Solve by eliminating coefficients:
x+y = a+b; ax-by =a2
-b2
• Solution:
x+y = a+b (1)
ax-by = a2
-b2
(2)
• Multiplying (1) by b, we get
bx+by = ab +b2
(1) + (2) => x(a + b) = a(a+b)
x = a and y = b
Example Problems
3) Solve by cross multiplication:
x+y=17; 12x-5y =17
• Solution:
x+y=17 x+y-17=0
12x-5y=17 12x-5y-17=0
x y 1
1 -17 1 1
-5 -17 12 -5
•By cross-multiplication rule, we get
 x = 6 and y= 11
THANK YOU

Weitere ähnliche Inhalte

Ähnlich wie linearequns-classx-180912070018.pdf

Linear equation in two variable
Linear equation in two variableLinear equation in two variable
Linear equation in two variableRamjas College
 
Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsHazel Joy Chong
 
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPTCLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT05092000
 
C2 st lecture 2 handout
C2 st lecture 2 handoutC2 st lecture 2 handout
C2 st lecture 2 handoutfatima d
 
Pair of linear equation in two variables
Pair of linear equation in two variables Pair of linear equation in two variables
Pair of linear equation in two variables shivangi gupta
 
Linear equations in two variables
Linear equations in two variablesLinear equations in two variables
Linear equations in two variablesVinisha Pathak
 
Pair of linear equations in two variables for classX
Pair of linear equations in two variables for classXPair of linear equations in two variables for classX
Pair of linear equations in two variables for classXswastik999
 
Maths ppt linear equations in two variables
Maths ppt   linear equations in two variablesMaths ppt   linear equations in two variables
Maths ppt linear equations in two variablesgobilladraksharani
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1ingroy
 
Topic 8 (Writing Equations Of A Straight Lines)
Topic 8 (Writing Equations Of A Straight Lines)Topic 8 (Writing Equations Of A Straight Lines)
Topic 8 (Writing Equations Of A Straight Lines)florian Manzanilla
 
PAIR OF LINEAR EQUATION IN TWO VARIABLE
PAIR OF LINEAR EQUATION IN TWO VARIABLEPAIR OF LINEAR EQUATION IN TWO VARIABLE
PAIR OF LINEAR EQUATION IN TWO VARIABLENaveen R
 
Linear equations in Two Variable
Linear equations in Two VariableLinear equations in Two Variable
Linear equations in Two VariableAbhinav Somani
 
LINEAR EQUATION IN TWO VARIABLES PPT
LINEAR EQUATION  IN  TWO VARIABLES PPTLINEAR EQUATION  IN  TWO VARIABLES PPT
LINEAR EQUATION IN TWO VARIABLES PPTAbhishek Dev
 
PPT on Linear Equations in two variables
PPT on Linear Equations in two variables PPT on Linear Equations in two variables
PPT on Linear Equations in two variables sagar9971
 
Pair of linear equations in two variable
Pair of linear equations in two variablePair of linear equations in two variable
Pair of linear equations in two variableBuddhimaan Chanakya
 

Ähnlich wie linearequns-classx-180912070018.pdf (20)

Linear equation in two variable
Linear equation in two variableLinear equation in two variable
Linear equation in two variable
 
Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equations
 
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPTCLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
 
C2 st lecture 2 handout
C2 st lecture 2 handoutC2 st lecture 2 handout
C2 st lecture 2 handout
 
Pair of linear equation in two variables
Pair of linear equation in two variables Pair of linear equation in two variables
Pair of linear equation in two variables
 
Linear equations in two variables
Linear equations in two variablesLinear equations in two variables
Linear equations in two variables
 
TABREZ KHAN.ppt
TABREZ KHAN.pptTABREZ KHAN.ppt
TABREZ KHAN.ppt
 
Pair of linear equations in two variables for classX
Pair of linear equations in two variables for classXPair of linear equations in two variables for classX
Pair of linear equations in two variables for classX
 
Maths ppt linear equations in two variables
Maths ppt   linear equations in two variablesMaths ppt   linear equations in two variables
Maths ppt linear equations in two variables
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1
 
Topic 8 (Writing Equations Of A Straight Lines)
Topic 8 (Writing Equations Of A Straight Lines)Topic 8 (Writing Equations Of A Straight Lines)
Topic 8 (Writing Equations Of A Straight Lines)
 
Aieee Maths 2004
Aieee Maths  2004Aieee Maths  2004
Aieee Maths 2004
 
Algebra
AlgebraAlgebra
Algebra
 
PAIR OF LINEAR EQUATION IN TWO VARIABLE
PAIR OF LINEAR EQUATION IN TWO VARIABLEPAIR OF LINEAR EQUATION IN TWO VARIABLE
PAIR OF LINEAR EQUATION IN TWO VARIABLE
 
Persamaan fungsi linier
Persamaan fungsi linierPersamaan fungsi linier
Persamaan fungsi linier
 
Linear equations
Linear equationsLinear equations
Linear equations
 
Linear equations in Two Variable
Linear equations in Two VariableLinear equations in Two Variable
Linear equations in Two Variable
 
LINEAR EQUATION IN TWO VARIABLES PPT
LINEAR EQUATION  IN  TWO VARIABLES PPTLINEAR EQUATION  IN  TWO VARIABLES PPT
LINEAR EQUATION IN TWO VARIABLES PPT
 
PPT on Linear Equations in two variables
PPT on Linear Equations in two variables PPT on Linear Equations in two variables
PPT on Linear Equations in two variables
 
Pair of linear equations in two variable
Pair of linear equations in two variablePair of linear equations in two variable
Pair of linear equations in two variable
 

Kürzlich hochgeladen

Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 

Kürzlich hochgeladen (20)

Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 

linearequns-classx-180912070018.pdf

  • 1. LINEAR EQUATIONS IN TWO VARIABLES
  • 2. INTRODUCTION General Form of Linear Equation in Two Variables a x + b y +c = 0, a ≠ 0, b ≠ 0, a, b, c are real numbers Solution Values of x and y, for given a, b, c, such that a x + b y +c = 0
  • 3. Single linear equation Example 3 x – 2 y + 4 = 0 (1) Infinitely many values of x and y satisfy equation (1) x -3 -2 -1 0 1 2 3 4 5 y -2.5 -1 0.5 2 3.5 5 6.5 8.0 9.5 •All (x, y) values satisfying equation (1) lie on a straight line – (0, 2) satisfies equation (1) and lies on straight line • Graph of the equation (1) is shown in Figure 1 Figure 1
  • 4. Single linear equation • Every day example : Cost of two oranges is Rs. 4 more than the cost of 3 bananas • Assume cost of a banana is x Rs. and cost of an orange is y Rs., then the relationship between cost of bananas and oranges is given by 2 y = 3 x + 4 (1) • The graph of equation (1) is the straight line in Figure 1 • Many similar relationships can be expressed by a linear algebraic equation in two variables. • Geometrically a linear equation in two variables can be represented by a straight line in the Cartesian Plane.
  • 5. Single linear equation • Adding and subtracting a number on both sides of the equation does not change the equation 3 x –2 y + 4 +(10) = 0 + (10) • Multiplying or dividing both sides of the equation does not change the equation 2*(3 x –2 y + 4) = 3 x – 2 y + 4 = 0
  • 6. System of two linear equations Two linear equations in x and y 3 x – 2 y + 4 = 0 (1) x + 2 y + 4 = 0 (2) Graph of the two linear equations Figure 2
  • 7. System of two linear equations • Both the linear equations are straight lines • The two straight lines intersect at (-2 ,-1) x = -2, y = -1 satisfy both the equations 3 x - 2 y + 4 = 3 *(-2) – 2* (-1) + 4 = 0 x + 2 y +4 = (-2) + 2* (-1) + 4 = 0 • (-2 , -1 ) is a common solution of the two linear equations
  • 8. Condition for common solution Consider two linear equations 2 x + 3 y = 6 (1) 4 x + 6 y = 24 (2) • Both lines are parallel and do not intersect • No common solution if lines are parallel Figure 3 Graph of equation (1) and equation (2) in Figure 3
  • 9. Condition for common solution (Contd.) Consider another two linear equations x + y = 3 (1) 7 x + 7 y = 21 (2) Figure 4 Graph of equation (1) and equation (2) in Figure 4 • Both straight lines are parallel • They are also same or coincident •Only one straight line and hence infinitely many solutions
  • 10. Condition for common solution (Contd.) Two linear equations represented by two straight lines can 1. Have a unique common solution if the two straight lines intersect. 2. Have no common solution if the two straight lines are parallel. 3. Have infinitely many solutions if the two straight lines are same or coincident.
  • 11. Algebraic Solution of System of Linear Equations • Method of Elimination by Substitution Consider two linear equations 2 x – y = 3 (1) 4 x – y = 5 (2) 1. Solve for y from equation (1) pretending x to be a constant, we get y = 2 x – 3 (3) 2. Substitute y from (3) to (2) to get 4 x – (2 x –3) = 5 (4) y is eliminated in Step 2. and we can now solve for x from (4) 2 x + 3 = 5 => x = 1 3. Substitute x = 1 in (1), to get 2 – y = 3 => y = – 1 (1, – 1) satisfy equations (1) and (2). Hence the solution is correct.
  • 12. Algebraic Solution of System of Linear Equations (Contd.) • Method of Elimination by Equating Coefficients Consider two linear equations 11 x – 5 y + 61 = 0 (1) 3 x – 20 y – 2 = 0 (2) 1. Multiply equation (1) by 3 and equation (2) by 11 to get 33 x – 15 y + 183 = 0 (3) 33 x – 220 y – 22 = 0 (4) 2. Subtract (4) from (3) to get 205 y + 205 = 0 or y = – 1 3. Substitute y = – 1 in (2), we get 3 x – 20 *(– 1) – 2 = 0 or 3 x = – 18 or x = – 6 (-6, -1) satisfies (1) and (2) and hence is a correct solution.
  • 13. Solution of System of Linear Equations by Cross Multiplication Consider two linear equations a1 x + b1y + c1 = 0, a1≠ 0, b1≠ 0 (1) a2 x + b2 y + c2 = 0, a2 ≠ 0, b2 ≠ 0 (2) Eliminate y by substitution. From (1) we get y = – (1/ b1 )(c1 + a1 x) b1 ≠ 0 (given) Substitute y in (2), we get a2 x + b2 [– (1/ b1 )(c1 + a1 x) ] + c2 = 0 or (a1 b2 - a2 b1 ) x = b1 c2 - b2 c1 (3) Similarly by eliminating x, we get (a1 b2 - a2 b1 ) y = c1 a2 - c2 a1 (4)
  • 14. Solution of System of Linear Equations by Cross Multiplication • Case 1: (a1 b2 – a2 b1) ≠ 0 x = (b1 c2 – b2 c1)/(a1 b2 - a2 b1) y = (c1 a2 – c2 a1)/(a1 b2 - a2 b1) The above can be written as __ x_______ = __ y_______ = __ 1_______ b1 c2 – b2 c1 c1 a2 – c2 a1 a1 a1 b2 - a2 b1
  • 15. Solution of System of Linear Equations by Cross Multiplication • Case 2 : (a1 b2 – a2 b1) = 0 In this case we can not divide by a1 b2 – a2 b1 to get x and y For a1 b2 – a2 b1 = 0, we get a1 = k a2 and b1= k b2 • c1 = k c2then equation (1) becomes k a2 x + k b2 y + k c2 = 0 or k (a2 x + b2 y + c2) = 0 or a2 x + b2 y + c2 = 0 Hence equation (1) and (2) are same and there are infinitely many solutions
  • 16. Solution of System of Linear Equations by Cross Multiplication • c1 ≠ k c2 then equation (1) becomes or k (a2 x + b2 y) + c1= 0 or k (- c2) + c1= 0 or c1= k c2 k a2 x + k b2 y + c1 = 0 which is not true. Hence, no solution exists.
  • 17. Example Problems • 1) Solve by eliminating y : x+y=7; 2x–y=5 • Solution: x+y=7 (1) 2x-y=5 (2) (1)+(2) => x = 4 • Substituting x value in (1) 4+y =7 => y = 3
  • 18. Example Problems • 2) Solve by eliminating coefficients: x+y = a+b; ax-by =a2 -b2 • Solution: x+y = a+b (1) ax-by = a2 -b2 (2) • Multiplying (1) by b, we get bx+by = ab +b2 (1) + (2) => x(a + b) = a(a+b) x = a and y = b
  • 19. Example Problems 3) Solve by cross multiplication: x+y=17; 12x-5y =17 • Solution: x+y=17 x+y-17=0 12x-5y=17 12x-5y-17=0 x y 1 1 -17 1 1 -5 -17 12 -5 •By cross-multiplication rule, we get  x = 6 and y= 11