SlideShare a Scribd company logo
1 of 35
ELECTRICAL-1 
MATHS GROUP 
ID NUMBER:-31,32,33,34,35,36
Systems of Linear 
Equations 
How to: solve by graphing, substitution, linear 
combinations, and special types of linear systems
What is a Linear System, Anyways? 
A linear system includes two, or more, 
equations, and each includes two or more 
variables. 
When two equations are used to model a 
problem, it is called a linear system.
a linear equation in n variables: 
a1,a2,a3,…,an, b: real number 
a1: leading coefficient 
x1: leading variable
a system of m linear equations in n variables: 
5 
 
a x  a x  a x   a x  
b 
n n 
11 1 12 2 13 3 1 1 
 
a x  a x  a x   a x  
b 
n n 
21 1 22 2 23 3 2 2 
 
a x  a x  a x   a x  
b 
n n 
31 1 32 2 33 3 3 3 
 
 
a x  a x  a x   a x  
b 
m 1 1 m 2 2 m 3 3 
mn n m 
 Consistent: 
A system of linear equations has at least one solution. 
 Inconsistent: 
A system of linear equations has no solution. 
Elementary Linear Algebra: Section 1.1, p.4
Finding a Solution by Graphing 
• Since our chances of guessing the right 
coordinates to try for a solution are not that high, 
we’ll be more successful if we try a different 
technique. 
• Since a solution of a system of equations is a 
solution common to both equations, it would also 
be a point common to the graphs of both 
equations. 
• So to find the solution of a system of 2 linear 
equations, graph the equations and see where 
the lines intersect.
Finding a Solution by Graphing 
Solve the following 
system of equations 
by graphing. 
2x – y = 6 and 
x + 3y = 10 
x 
y 
First, graph 2x – y = 6. 
(0, -6) 
(3, 0) 
(6, 6) 
Second, graph x + 3y = 10 
(-2, 4) 
(1, 3) 
(-5, 5) 
The lines APPEAR to intersect at (4, 2). 
(4, 2) 
Example 
Continued.
Finding a Solution by Graphing 
Example continued 
Although the solution to the system of equations 
appears to be (4, 2), you still need to check the answer 
by substituting x = 4 and y = 2 into the two equations. 
First equation, 
2(4) – 2 = 8 – 2 = 6 true 
Second equation, 
4 + 3(2) = 4 + 6 = 10 true 
The point (4, 2) checks, so it is the solution of the 
system.
Finding a Solution by Graphing 
Example 
Solve the following 
system of equations 
by graphing. 
– x + 3y = 6 and 
3x – 9y = 9 
x 
y 
First, graph – x + 3y = 6 
(-6, 0) 
(0, 2) 
(6, 4) 
Second, graph 
3x-9y=9 
(0, -1) 
(6, 1) 
(3, 0) 
The lines APPEAR to be parallel. 
Continued.
Finding a Solution by Graphing 
Example continued 
Although the lines appear to be parallel, you still need to check 
that they have the same slope. You can do this by solving for y. 
First equation, 
–x + 3y = 6 
3y = x + 6 (add x to both sides) 
1 y = x + 2 (divide both sides by 3) 
3 
Second equation, 
3x – 9y = 9 
–9y = –3x + 9 (subtract 3x from both sides) 
1 y = x – 1 (divide both sides by –9) 
3 
Both lines have a slope of , so they are parallel and do not intersect. Hence, 
there is no solution to the system
SLOPE 
Slope is the ratio of the vertical rise to the horizontal 
run between any two points on a line. Usually 
referred to as the rise over run. Slope triangle between two 
points. Notice that the slope 
triangle can be drawn two 
different ways. 
Rise is -10 
because we 
went down 
Run is -6 
because we 
went to the 
left 
5 
3 
10 
6 
 
 
 
Theslopein this case is 
Rise is 10 
because we 
went up 
Run is 6 
because we 
went to the 
right 
5 
3 
10 
The slope in this case is  
6 
Another way to 
find slope
FORMULA FOR FINDING SLOPE 
The formula is used when you know two 
points of a line. 
( , ) ( , ) 1 1 2 2 They look like A X Y and B X Y 
Y  
Y 
2 1 
X X 
2 1 
RISE 
RUN 
SLOPE 
 
  
EXAMPLE
Find the slope of the line between the two points (-4, 8) and (10, -4) 
If it helps label the points. 1 X 1 Y 
2 X 2 Y 
Then use the 
formula 
Y  
Y 
2 1 
X  
X 
2 1 
(  4)  
(8) 
(10)  (  
4) 
SUBSTITUTE INTO FORMULA 
6 
( 4) (8)  
7 
12 
14 
  
(10) ( 4) 
 
 
 
  
Then Simplify
Matrix equation 
mn matrix: 
14 
 
 
 
 
 
 
 
 
n 
11 12 13 1 
n 
n 
 
a a a a 
 
a a a a 
21 22 23 2 
 
a a a a 
31 32 33 3 
 
 
a a a a 
 Notes: 
(1) Every entry aij in a matrix is a number. 
(2) A matrix with m rows and n columns is said to be of size mn . 
(4) For a square matrix, the entries a11, a22, …, ann are called 
the main diagonal entries. 
 
 
 
 
m 1 m 2 m 3 
mn 
m rows 
n columns 
(3) If m  n, then the matrix is called square of order n. 
Elementary Linear Algebra: Section 1.2, p.14
 
 
 
 
 
 
 
 
 
 
 
 
 
n 
11 12 13 1 
n 
n 
 
a a a a 
 
a a a a 
21 22 23 2 
a a a a 
31 32 33 3 
a a a a 
m m m mn 
A 
 
 
 
1 2 3 
 
 
 
 
 
 
 
 
 
 
 
b 
1 
b 
2 
m b 
b 
 
 
 
 
 
 
 
 
 
 
 
 
x 
x 
1 
2 
n x 
x 
 
b Ax  Matrix form: 
 Coefficient matrix: 
A 
 
a a a a 
11 12 13 1 
 
a a a a 
21 22 23 2 
a a a a 
31 32 33 3 
a a a a 
n 
n 
n 
m m m mn 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1 2 3
The Substitution Method 
Another method (beside getting lucky with 
trial and error or graphing the equations) that 
can be used to solve systems of equations is 
called the substitution method. 
You solve one equation for one of the 
variables, then substitute the new form of the 
equation into the other equation for the 
solved variable.
The Substitution Method 
Solve the following system using the substitution method. 
3x – y = 6 and – 4x + 2y = –8 
Solving the first equation for y, 
3x – y = 6 
–y = –3x + 6 (subtract 3x from both sides) 
y = 3x – 6 (multiply both sides by – 1) 
Substitute this value for y in the second equation. 
–4x + 2y = –8 
–4x + 2(3x – 6) = –8 (replace y with result from first equation) 
–4x + 6x – 12 = –8 (use the distributive property) 
2x – 12 = –8 (simplify the left side) 
2x = 4 (add 12 to both sides) 
x = 2 (divide both sides by 2) 
Example 
Continued.
The Substitution Method 
Example continued 
Substitute x = 2 into the first equation solved for y. 
y = 3x – 6 = 3(2) – 6 = 6 – 6 = 0 
Our computations have produced the point (2, 0). 
Check the point in the original equations. 
First equation, 
3x – y = 6 
3(2) – 0 = 6 true 
Second equation, 
–4x + 2y = –8 
–4(2) + 2(0) = –8 true 
The solution of the system is (2, 0).
The Substitution Method 
Solving a System of Linear Equations by the 
Substitution Method 
1) Solve one of the equations for a variable. 
2) Substitute the expression from step 1 into 
the other equation. 
3) Solve the new equation. 
4) Substitute the value found in step 3 into 
either equation containing both variables. 
5) Check the proposed solution in the original 
equations.
The Substitution Method 
Solve the following system of equations using the 
substitution method. 
y = 2x – 5 and 8x – 4y = 20 
Since the first equation is already solved for y, substitute 
this value into the second equation. 
8x – 4y = 20 
8x – 4(2x – 5) = 20 (replace y with result from first equation) 
8x – 8x + 20 = 20 (use distributive property) 
20 = 20 (simplify left side) 
Example 
Continued.
The Substitution Method 
Example continued 
When you get a result, like the one on the previous 
slide, that is obviously true for any value of the 
replacements for the variables, this indicates that 
the two equations actually represent the same line. 
There are an infinite number of solutions for this 
system. Any solution of one equation would 
automatically be a solution of the other equation. 
This represents a consistent system and the linear 
equations are dependent equations.
The Substitution Method 
Solve the following system of equations using the substitution 
method. 
3x – y = 4 and 6x – 2y = 4 
Solve the first equation for y. 
3x – y = 4 
–y = –3x + 4 (subtract 3x from both sides) 
y = 3x – 4 (multiply both sides by –1) 
Substitute this value for y into the second equation. 
6x – 2y = 4 
6x – 2(3x – 4) = 4 (replace y with the result from the first equation) 
6x – 6x + 8 = 4 (use distributive property) 
8 = 4 (simplify the left side) 
Example 
Continued.
The Substitution Method 
Example continued 
When you get a result, like the one on the previous 
slide, that is never true for any value of the 
replacements for the variables, this indicates that 
the two equations actually are parallel and never 
intersect. 
There is no solution to this system. 
This represents an inconsistent system, even though 
the linear equations are independent.
Solving systems of linear equations 
by addition
The Elimination Method 
Another method that can be used to solve 
systems of equations is called the addition or 
elimination method. 
You multiply both equations by numbers that 
will allow you to combine the two equations 
and eliminate one of the variables.
The Elimination Method 
Solve the following system of equations using the elimination 
method. 
6x – 3y = –3 and 4x + 5y = –9 
Multiply both sides of the first equation by 5 and the second 
equation by 3. 
First equation, 
5(6x – 3y) = 5(–3) 
30x – 15y = –15 (use the distributive property) 
Second equation, 
3(4x + 5y) = 3(–9) 
12x + 15y = –27 (use the distributive property) 
Example 
Continued.
The Elimination Method 
Example continued 
Combine the two resulting equations (eliminating the 
variable y). 
30x – 15y = –15 
12x + 15y = –27 
42x = –42 
x = –1 (divide both sides by 42) 
Continued.
The Elimination Method 
Example continued 
Substitute the value for x into one of the original 
equations. 
6x – 3y = –3 
6(–1) – 3y = –3 (replace the x value in the first equation) 
–6 – 3y = –3 (simplify the left side) 
–3y = –3 + 6 = 3 (add 6 to both sides and simplify) 
y = –1 (divide both sides by –3) 
Our computations have produced the point (–1, –1). 
Continued.
The Elimination Method 
Example continued 
Check the point in the original equations. 
First equation, 
6x – 3y = –3 
6(–1) – 3(–1) = –3 true 
Second equation, 
4x + 5y = –9 
4(–1) + 5(–1) = –9 true 
The solution of the system is (–1, –1).
The cryptographic method 
Example 
Use of matrix 
1 2 
0 3 
To obtain the Hill cipher for the obain text message 
I AM HIDING
The Cryptographic method 
Example Continued 
Solution 
If we group the plaintext into pairs and add the 
dummy letter G to fill out the last pair we obtain 
IA MH ID IN GG
The cryptographic method 
Example Continued 
91 13 8 94 9 14 77 
To cipher the paintext, we form the matrix product 
1 2 9 11 
= 
0 3 1 3 
or equivalently
The cryptographic method 
Example Continued 
Which from , yields ciphertext KC 
To encipher the pair MH, we form the product 
1 2 13 29 
= 
0 3 8 24
The cryptographic method 
Example Continued 
Whenever an integer greater than 25 occurs, it will be 
by the remainder that results when this integer is 
divided by 26 
1 2 9 17 
= 
0 3 4 12 
1 2 9 37 11 
= or 
0 3 14 42 16 
1 2 7 21
The cryptographic method 
Example Continued 
The entire ciphertext message is 
KC CX QL KP UU 
which would usually be transmitted as a single string 
Without spaces 
KCCXQLKPUU

More Related Content

What's hot

System Of Linear Equations
System Of Linear EquationsSystem Of Linear Equations
System Of Linear Equationssaahil kshatriya
 
system linear equations and matrices
 system linear equations and matrices system linear equations and matrices
system linear equations and matricesAditya Vaishampayan
 
Higher Order Deriavatives
Higher Order DeriavativesHigher Order Deriavatives
Higher Order DeriavativesPadme Amidala
 
Lesson 16 indeterminate forms (l'hopital's rule)
Lesson 16 indeterminate forms (l'hopital's rule)Lesson 16 indeterminate forms (l'hopital's rule)
Lesson 16 indeterminate forms (l'hopital's rule)Rnold Wilson
 
Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION KERNEL AND RANGE OF LINEAR TR...
Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION   KERNEL AND RANGE OF LINEAR TR...Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION   KERNEL AND RANGE OF LINEAR TR...
Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION KERNEL AND RANGE OF LINEAR TR...Sukhvinder Singh
 
Compound Inequalities (Algebra 2)
Compound Inequalities (Algebra 2)Compound Inequalities (Algebra 2)
Compound Inequalities (Algebra 2)rfant
 
Solving 2x2 systems using inverse matrix (December 12, 2013)
Solving 2x2 systems using inverse matrix (December 12, 2013)Solving 2x2 systems using inverse matrix (December 12, 2013)
Solving 2x2 systems using inverse matrix (December 12, 2013)Fei Ye YEW
 
3.5 Rational Functions
3.5 Rational Functions3.5 Rational Functions
3.5 Rational Functionssmiller5
 
Gaussian Integration
Gaussian IntegrationGaussian Integration
Gaussian IntegrationReza Rahimi
 
14 formulas from integration by parts x
14 formulas from integration by parts x14 formulas from integration by parts x
14 formulas from integration by parts xmath266
 
systems of linear equations & matrices
systems of linear equations & matricessystems of linear equations & matrices
systems of linear equations & matricesStudent
 
Lesson 19: Double Integrals over General Regions
Lesson 19: Double Integrals over General RegionsLesson 19: Double Integrals over General Regions
Lesson 19: Double Integrals over General RegionsMatthew Leingang
 
Use of cramer`s rule in word problem
Use of cramer`s rule in word problem Use of cramer`s rule in word problem
Use of cramer`s rule in word problem Nadeem Uddin
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equationsgandhinagar
 
9 determinant and cross product
9 determinant and cross product9 determinant and cross product
9 determinant and cross productmath267
 

What's hot (20)

Myp10 system of linear equations with solution
Myp10 system of linear equations with solutionMyp10 system of linear equations with solution
Myp10 system of linear equations with solution
 
System Of Linear Equations
System Of Linear EquationsSystem Of Linear Equations
System Of Linear Equations
 
system linear equations and matrices
 system linear equations and matrices system linear equations and matrices
system linear equations and matrices
 
Curve sketching
Curve sketchingCurve sketching
Curve sketching
 
Higher Order Deriavatives
Higher Order DeriavativesHigher Order Deriavatives
Higher Order Deriavatives
 
Linear equations
Linear equationsLinear equations
Linear equations
 
Lesson 16 indeterminate forms (l'hopital's rule)
Lesson 16 indeterminate forms (l'hopital's rule)Lesson 16 indeterminate forms (l'hopital's rule)
Lesson 16 indeterminate forms (l'hopital's rule)
 
Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION KERNEL AND RANGE OF LINEAR TR...
Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION   KERNEL AND RANGE OF LINEAR TR...Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION   KERNEL AND RANGE OF LINEAR TR...
Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION KERNEL AND RANGE OF LINEAR TR...
 
Compound Inequalities (Algebra 2)
Compound Inequalities (Algebra 2)Compound Inequalities (Algebra 2)
Compound Inequalities (Algebra 2)
 
Solving 2x2 systems using inverse matrix (December 12, 2013)
Solving 2x2 systems using inverse matrix (December 12, 2013)Solving 2x2 systems using inverse matrix (December 12, 2013)
Solving 2x2 systems using inverse matrix (December 12, 2013)
 
3.5 Rational Functions
3.5 Rational Functions3.5 Rational Functions
3.5 Rational Functions
 
Gaussian Integration
Gaussian IntegrationGaussian Integration
Gaussian Integration
 
14 formulas from integration by parts x
14 formulas from integration by parts x14 formulas from integration by parts x
14 formulas from integration by parts x
 
systems of linear equations & matrices
systems of linear equations & matricessystems of linear equations & matrices
systems of linear equations & matrices
 
Hamilton path and euler path
Hamilton path and euler pathHamilton path and euler path
Hamilton path and euler path
 
Lesson 19: Double Integrals over General Regions
Lesson 19: Double Integrals over General RegionsLesson 19: Double Integrals over General Regions
Lesson 19: Double Integrals over General Regions
 
the inverse of the matrix
the inverse of the matrixthe inverse of the matrix
the inverse of the matrix
 
Use of cramer`s rule in word problem
Use of cramer`s rule in word problem Use of cramer`s rule in word problem
Use of cramer`s rule in word problem
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equations
 
9 determinant and cross product
9 determinant and cross product9 determinant and cross product
9 determinant and cross product
 

Similar to Solving Linear Systems Graphing, Substitution & Elimination

Linear Algebra - systems of equations (week 1).ppt
Linear Algebra - systems of equations (week 1).pptLinear Algebra - systems of equations (week 1).ppt
Linear Algebra - systems of equations (week 1).pptAraMaeMina
 
systems of equations.ppt
systems of equations.pptsystems of equations.ppt
systems of equations.pptreboy_arroyo
 
Linear equation in 2 variables
Linear equation in 2 variablesLinear equation in 2 variables
Linear equation in 2 variablesavb public school
 
Linear equations rev
Linear equations revLinear equations rev
Linear equations revYash Jain
 
Linear equations rev - copy
Linear equations rev - copyLinear equations rev - copy
Linear equations rev - copyYash Jain
 
Pair of linear equations
Pair of linear equationsPair of linear equations
Pair of linear equationsYash Jain
 
Chapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/SlidesChapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/SlidesChaimae Baroudi
 
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
 
Final presentation
Final presentationFinal presentation
Final presentationpaezp
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSRai University
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSRai University
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1ingroy
 
Module 1 plane coordinate geometry
Module 1   plane coordinate geometryModule 1   plane coordinate geometry
Module 1 plane coordinate geometrydionesioable
 
chapter1_part2.pdf
chapter1_part2.pdfchapter1_part2.pdf
chapter1_part2.pdfAliEb2
 

Similar to Solving Linear Systems Graphing, Substitution & Elimination (20)

Linear Equations
Linear Equations Linear Equations
Linear Equations
 
Linear Algebra - systems of equations (week 1).ppt
Linear Algebra - systems of equations (week 1).pptLinear Algebra - systems of equations (week 1).ppt
Linear Algebra - systems of equations (week 1).ppt
 
systems of equations.ppt
systems of equations.pptsystems of equations.ppt
systems of equations.ppt
 
systems of equations.ppt
systems of equations.pptsystems of equations.ppt
systems of equations.ppt
 
Linear equation in 2 variables
Linear equation in 2 variablesLinear equation in 2 variables
Linear equation in 2 variables
 
Maths
MathsMaths
Maths
 
Linear equations rev
Linear equations revLinear equations rev
Linear equations rev
 
Linear equations rev - copy
Linear equations rev - copyLinear equations rev - copy
Linear equations rev - copy
 
Pair of linear equations
Pair of linear equationsPair of linear equations
Pair of linear equations
 
Chapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/SlidesChapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/Slides
 
LecturePresentation.pptx
LecturePresentation.pptxLecturePresentation.pptx
LecturePresentation.pptx
 
.Chapter7&8.
.Chapter7&8..Chapter7&8.
.Chapter7&8.
 
7.2
7.27.2
7.2
 
Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equations
 
Final presentation
Final presentationFinal presentation
Final presentation
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1
 
Module 1 plane coordinate geometry
Module 1   plane coordinate geometryModule 1   plane coordinate geometry
Module 1 plane coordinate geometry
 
chapter1_part2.pdf
chapter1_part2.pdfchapter1_part2.pdf
chapter1_part2.pdf
 

More from Nisarg Amin

Goods & services tax (gst)
Goods & services tax (gst)Goods & services tax (gst)
Goods & services tax (gst)Nisarg Amin
 
Power system earthing
Power system earthingPower system earthing
Power system earthingNisarg Amin
 
Improving boiler availability
Improving boiler availabilityImproving boiler availability
Improving boiler availabilityNisarg Amin
 
Types of welding
Types of weldingTypes of welding
Types of weldingNisarg Amin
 
Symmetrical component method for 3 phase power representation
Symmetrical component method for 3 phase power representationSymmetrical component method for 3 phase power representation
Symmetrical component method for 3 phase power representationNisarg Amin
 
Single phase full bridge inverter
Single phase full bridge inverterSingle phase full bridge inverter
Single phase full bridge inverterNisarg Amin
 
Flowchart for optimal design of dc machine and transfomer
Flowchart for optimal design of dc machine and transfomerFlowchart for optimal design of dc machine and transfomer
Flowchart for optimal design of dc machine and transfomerNisarg Amin
 
Design of commutator and brush
Design of commutator and brushDesign of commutator and brush
Design of commutator and brushNisarg Amin
 
Typical a.c. supply system
Typical a.c. supply systemTypical a.c. supply system
Typical a.c. supply systemNisarg Amin
 
Servomechanism in Control systems engineering
Servomechanism in Control systems engineeringServomechanism in Control systems engineering
Servomechanism in Control systems engineeringNisarg Amin
 
Dynamic characteristics of thyristor
Dynamic characteristics of thyristorDynamic characteristics of thyristor
Dynamic characteristics of thyristorNisarg Amin
 
Digital logic devices
Digital logic devicesDigital logic devices
Digital logic devicesNisarg Amin
 
Design of field regulators for dc shunt generators
Design of field regulators   for dc shunt generatorsDesign of field regulators   for dc shunt generators
Design of field regulators for dc shunt generatorsNisarg Amin
 
Firewall and its types and function
Firewall and its types and functionFirewall and its types and function
Firewall and its types and functionNisarg Amin
 
Nuclear power plant
Nuclear power plantNuclear power plant
Nuclear power plantNisarg Amin
 
Properties of fourier transform
Properties of fourier transformProperties of fourier transform
Properties of fourier transformNisarg Amin
 
Induction generator
Induction generatorInduction generator
Induction generatorNisarg Amin
 
Engineering applications of thermodynamics
Engineering applications of thermodynamicsEngineering applications of thermodynamics
Engineering applications of thermodynamicsNisarg Amin
 
Decimal number system
Decimal number systemDecimal number system
Decimal number systemNisarg Amin
 

More from Nisarg Amin (20)

Goods & services tax (gst)
Goods & services tax (gst)Goods & services tax (gst)
Goods & services tax (gst)
 
Power system earthing
Power system earthingPower system earthing
Power system earthing
 
Improving boiler availability
Improving boiler availabilityImproving boiler availability
Improving boiler availability
 
Types of welding
Types of weldingTypes of welding
Types of welding
 
Symmetrical component method for 3 phase power representation
Symmetrical component method for 3 phase power representationSymmetrical component method for 3 phase power representation
Symmetrical component method for 3 phase power representation
 
Streamer theory
Streamer theoryStreamer theory
Streamer theory
 
Single phase full bridge inverter
Single phase full bridge inverterSingle phase full bridge inverter
Single phase full bridge inverter
 
Flowchart for optimal design of dc machine and transfomer
Flowchart for optimal design of dc machine and transfomerFlowchart for optimal design of dc machine and transfomer
Flowchart for optimal design of dc machine and transfomer
 
Design of commutator and brush
Design of commutator and brushDesign of commutator and brush
Design of commutator and brush
 
Typical a.c. supply system
Typical a.c. supply systemTypical a.c. supply system
Typical a.c. supply system
 
Servomechanism in Control systems engineering
Servomechanism in Control systems engineeringServomechanism in Control systems engineering
Servomechanism in Control systems engineering
 
Dynamic characteristics of thyristor
Dynamic characteristics of thyristorDynamic characteristics of thyristor
Dynamic characteristics of thyristor
 
Digital logic devices
Digital logic devicesDigital logic devices
Digital logic devices
 
Design of field regulators for dc shunt generators
Design of field regulators   for dc shunt generatorsDesign of field regulators   for dc shunt generators
Design of field regulators for dc shunt generators
 
Firewall and its types and function
Firewall and its types and functionFirewall and its types and function
Firewall and its types and function
 
Nuclear power plant
Nuclear power plantNuclear power plant
Nuclear power plant
 
Properties of fourier transform
Properties of fourier transformProperties of fourier transform
Properties of fourier transform
 
Induction generator
Induction generatorInduction generator
Induction generator
 
Engineering applications of thermodynamics
Engineering applications of thermodynamicsEngineering applications of thermodynamics
Engineering applications of thermodynamics
 
Decimal number system
Decimal number systemDecimal number system
Decimal number system
 

Recently uploaded

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxPurva Nikam
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 

Recently uploaded (20)

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptx
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 

Solving Linear Systems Graphing, Substitution & Elimination

  • 1. ELECTRICAL-1 MATHS GROUP ID NUMBER:-31,32,33,34,35,36
  • 2. Systems of Linear Equations How to: solve by graphing, substitution, linear combinations, and special types of linear systems
  • 3. What is a Linear System, Anyways? A linear system includes two, or more, equations, and each includes two or more variables. When two equations are used to model a problem, it is called a linear system.
  • 4. a linear equation in n variables: a1,a2,a3,…,an, b: real number a1: leading coefficient x1: leading variable
  • 5. a system of m linear equations in n variables: 5  a x  a x  a x   a x  b n n 11 1 12 2 13 3 1 1  a x  a x  a x   a x  b n n 21 1 22 2 23 3 2 2  a x  a x  a x   a x  b n n 31 1 32 2 33 3 3 3   a x  a x  a x   a x  b m 1 1 m 2 2 m 3 3 mn n m  Consistent: A system of linear equations has at least one solution.  Inconsistent: A system of linear equations has no solution. Elementary Linear Algebra: Section 1.1, p.4
  • 6. Finding a Solution by Graphing • Since our chances of guessing the right coordinates to try for a solution are not that high, we’ll be more successful if we try a different technique. • Since a solution of a system of equations is a solution common to both equations, it would also be a point common to the graphs of both equations. • So to find the solution of a system of 2 linear equations, graph the equations and see where the lines intersect.
  • 7. Finding a Solution by Graphing Solve the following system of equations by graphing. 2x – y = 6 and x + 3y = 10 x y First, graph 2x – y = 6. (0, -6) (3, 0) (6, 6) Second, graph x + 3y = 10 (-2, 4) (1, 3) (-5, 5) The lines APPEAR to intersect at (4, 2). (4, 2) Example Continued.
  • 8. Finding a Solution by Graphing Example continued Although the solution to the system of equations appears to be (4, 2), you still need to check the answer by substituting x = 4 and y = 2 into the two equations. First equation, 2(4) – 2 = 8 – 2 = 6 true Second equation, 4 + 3(2) = 4 + 6 = 10 true The point (4, 2) checks, so it is the solution of the system.
  • 9. Finding a Solution by Graphing Example Solve the following system of equations by graphing. – x + 3y = 6 and 3x – 9y = 9 x y First, graph – x + 3y = 6 (-6, 0) (0, 2) (6, 4) Second, graph 3x-9y=9 (0, -1) (6, 1) (3, 0) The lines APPEAR to be parallel. Continued.
  • 10. Finding a Solution by Graphing Example continued Although the lines appear to be parallel, you still need to check that they have the same slope. You can do this by solving for y. First equation, –x + 3y = 6 3y = x + 6 (add x to both sides) 1 y = x + 2 (divide both sides by 3) 3 Second equation, 3x – 9y = 9 –9y = –3x + 9 (subtract 3x from both sides) 1 y = x – 1 (divide both sides by –9) 3 Both lines have a slope of , so they are parallel and do not intersect. Hence, there is no solution to the system
  • 11. SLOPE Slope is the ratio of the vertical rise to the horizontal run between any two points on a line. Usually referred to as the rise over run. Slope triangle between two points. Notice that the slope triangle can be drawn two different ways. Rise is -10 because we went down Run is -6 because we went to the left 5 3 10 6    Theslopein this case is Rise is 10 because we went up Run is 6 because we went to the right 5 3 10 The slope in this case is  6 Another way to find slope
  • 12. FORMULA FOR FINDING SLOPE The formula is used when you know two points of a line. ( , ) ( , ) 1 1 2 2 They look like A X Y and B X Y Y  Y 2 1 X X 2 1 RISE RUN SLOPE    EXAMPLE
  • 13. Find the slope of the line between the two points (-4, 8) and (10, -4) If it helps label the points. 1 X 1 Y 2 X 2 Y Then use the formula Y  Y 2 1 X  X 2 1 (  4)  (8) (10)  (  4) SUBSTITUTE INTO FORMULA 6 ( 4) (8)  7 12 14   (10) ( 4)      Then Simplify
  • 14. Matrix equation mn matrix: 14         n 11 12 13 1 n n  a a a a  a a a a 21 22 23 2  a a a a 31 32 33 3   a a a a  Notes: (1) Every entry aij in a matrix is a number. (2) A matrix with m rows and n columns is said to be of size mn . (4) For a square matrix, the entries a11, a22, …, ann are called the main diagonal entries.     m 1 m 2 m 3 mn m rows n columns (3) If m  n, then the matrix is called square of order n. Elementary Linear Algebra: Section 1.2, p.14
  • 15.              n 11 12 13 1 n n  a a a a  a a a a 21 22 23 2 a a a a 31 32 33 3 a a a a m m m mn A    1 2 3            b 1 b 2 m b b             x x 1 2 n x x  b Ax  Matrix form:  Coefficient matrix: A  a a a a 11 12 13 1  a a a a 21 22 23 2 a a a a 31 32 33 3 a a a a n n n m m m mn                 1 2 3
  • 16. The Substitution Method Another method (beside getting lucky with trial and error or graphing the equations) that can be used to solve systems of equations is called the substitution method. You solve one equation for one of the variables, then substitute the new form of the equation into the other equation for the solved variable.
  • 17. The Substitution Method Solve the following system using the substitution method. 3x – y = 6 and – 4x + 2y = –8 Solving the first equation for y, 3x – y = 6 –y = –3x + 6 (subtract 3x from both sides) y = 3x – 6 (multiply both sides by – 1) Substitute this value for y in the second equation. –4x + 2y = –8 –4x + 2(3x – 6) = –8 (replace y with result from first equation) –4x + 6x – 12 = –8 (use the distributive property) 2x – 12 = –8 (simplify the left side) 2x = 4 (add 12 to both sides) x = 2 (divide both sides by 2) Example Continued.
  • 18. The Substitution Method Example continued Substitute x = 2 into the first equation solved for y. y = 3x – 6 = 3(2) – 6 = 6 – 6 = 0 Our computations have produced the point (2, 0). Check the point in the original equations. First equation, 3x – y = 6 3(2) – 0 = 6 true Second equation, –4x + 2y = –8 –4(2) + 2(0) = –8 true The solution of the system is (2, 0).
  • 19. The Substitution Method Solving a System of Linear Equations by the Substitution Method 1) Solve one of the equations for a variable. 2) Substitute the expression from step 1 into the other equation. 3) Solve the new equation. 4) Substitute the value found in step 3 into either equation containing both variables. 5) Check the proposed solution in the original equations.
  • 20. The Substitution Method Solve the following system of equations using the substitution method. y = 2x – 5 and 8x – 4y = 20 Since the first equation is already solved for y, substitute this value into the second equation. 8x – 4y = 20 8x – 4(2x – 5) = 20 (replace y with result from first equation) 8x – 8x + 20 = 20 (use distributive property) 20 = 20 (simplify left side) Example Continued.
  • 21. The Substitution Method Example continued When you get a result, like the one on the previous slide, that is obviously true for any value of the replacements for the variables, this indicates that the two equations actually represent the same line. There are an infinite number of solutions for this system. Any solution of one equation would automatically be a solution of the other equation. This represents a consistent system and the linear equations are dependent equations.
  • 22. The Substitution Method Solve the following system of equations using the substitution method. 3x – y = 4 and 6x – 2y = 4 Solve the first equation for y. 3x – y = 4 –y = –3x + 4 (subtract 3x from both sides) y = 3x – 4 (multiply both sides by –1) Substitute this value for y into the second equation. 6x – 2y = 4 6x – 2(3x – 4) = 4 (replace y with the result from the first equation) 6x – 6x + 8 = 4 (use distributive property) 8 = 4 (simplify the left side) Example Continued.
  • 23. The Substitution Method Example continued When you get a result, like the one on the previous slide, that is never true for any value of the replacements for the variables, this indicates that the two equations actually are parallel and never intersect. There is no solution to this system. This represents an inconsistent system, even though the linear equations are independent.
  • 24. Solving systems of linear equations by addition
  • 25. The Elimination Method Another method that can be used to solve systems of equations is called the addition or elimination method. You multiply both equations by numbers that will allow you to combine the two equations and eliminate one of the variables.
  • 26. The Elimination Method Solve the following system of equations using the elimination method. 6x – 3y = –3 and 4x + 5y = –9 Multiply both sides of the first equation by 5 and the second equation by 3. First equation, 5(6x – 3y) = 5(–3) 30x – 15y = –15 (use the distributive property) Second equation, 3(4x + 5y) = 3(–9) 12x + 15y = –27 (use the distributive property) Example Continued.
  • 27. The Elimination Method Example continued Combine the two resulting equations (eliminating the variable y). 30x – 15y = –15 12x + 15y = –27 42x = –42 x = –1 (divide both sides by 42) Continued.
  • 28. The Elimination Method Example continued Substitute the value for x into one of the original equations. 6x – 3y = –3 6(–1) – 3y = –3 (replace the x value in the first equation) –6 – 3y = –3 (simplify the left side) –3y = –3 + 6 = 3 (add 6 to both sides and simplify) y = –1 (divide both sides by –3) Our computations have produced the point (–1, –1). Continued.
  • 29. The Elimination Method Example continued Check the point in the original equations. First equation, 6x – 3y = –3 6(–1) – 3(–1) = –3 true Second equation, 4x + 5y = –9 4(–1) + 5(–1) = –9 true The solution of the system is (–1, –1).
  • 30. The cryptographic method Example Use of matrix 1 2 0 3 To obtain the Hill cipher for the obain text message I AM HIDING
  • 31. The Cryptographic method Example Continued Solution If we group the plaintext into pairs and add the dummy letter G to fill out the last pair we obtain IA MH ID IN GG
  • 32. The cryptographic method Example Continued 91 13 8 94 9 14 77 To cipher the paintext, we form the matrix product 1 2 9 11 = 0 3 1 3 or equivalently
  • 33. The cryptographic method Example Continued Which from , yields ciphertext KC To encipher the pair MH, we form the product 1 2 13 29 = 0 3 8 24
  • 34. The cryptographic method Example Continued Whenever an integer greater than 25 occurs, it will be by the remainder that results when this integer is divided by 26 1 2 9 17 = 0 3 4 12 1 2 9 37 11 = or 0 3 14 42 16 1 2 7 21
  • 35. The cryptographic method Example Continued The entire ciphertext message is KC CX QL KP UU which would usually be transmitted as a single string Without spaces KCCXQLKPUU