SlideShare a Scribd company logo
1 of 8
Download to read offline
System of Linear Equations
A System of Equations is when we have two or more equations working together

 Solve by Elimination
 Solve by Substitution
Solve by Elimination: Two equations in Two Variables:
 x+y=6
 -3x + y = 2
The two equations are shown on this graph:
Our task is to find where the two lines cross.
OK, we can see where they cross, but let's solve it using Algebra!
Hmmm ... how should we solve this? There can be many ways! In this case both equations
have "y" so I will try subtracting the second equation from the first:

x + y - (-3x + y) = 6 - 2
Which simplifies to:

x + y + 3x - y = 6 - 2
4x = 4
x=1
So now we know that x=1 is on both lines.
And we can find the matching value of y using either of the two original equations (because
we know they have the same value at x=1). Let's use the first one (you can try the second
one yourself):

x+y=6
1+y=6
y=5
And the solution is:

x = 1 and y = 5
And the graph shows us we are right!
Solving By Substitution: 3 equations in 3 variables
OK! Let's move to a longer example: 3 equations in 3 variables.
This is not hard to do... it just takes a long time to do it!

Example:




x+z=6
z - 3y = 7
2x + y + 2z = 11
I will try to line up my variables neatly, or I may lose track of what I am doing:

x

+

z

=

6

-

+

z

=

7

+

2x

3y
y

+

2z

=

11

One again, I can start with any equation and any variable. I will use the first equation
and the variable "x".

Write one of the equations so it is in the style "variable = ...":
x

=

6-z

-

+

z

=

7

+

2x

3y
y

+

2z

=

11

Now replace "x" with "6 - z" in the other equations:
(Luckily there is only one other equation with x in it)
x

=

6-z

-

+

z

=

7

+

2(6-z)

3y
y

+

3z

=

15

Solve using the usual algebra methods:
2(6-z) + y + 3z = 15 simplifies to y + z = 3:
x

=
-

6-z

3y

+

z

=

7

y

+

z

=

3

Good. We have made some progress, but not there yet.
Now repeat the process, but just for the last 2 equations.
Write one of the equations so it is in the style "variable = ...":
I will choose the last equation and the variable z:
x

=
-

3y

+

z

=

z

6-z
7

=

3-y

Now replace "z" with "3 - y" in the other equation:
x

=
-

3y

+

3-y

=

z

6-z
7

=

3-y

Solve using the usual algebra methods:
-3y + (3-y) = 7 simplifies to -4y = 4, or in other words y = -1
x

=
y

=
z

6-z
-1

=

3-y

Almost Done!
Knowing that y = -1 we can calculate that z = 3-y = 4:
x

=
y

6-z

=
z

-1

=

4

And knowing that z = 4 we can calculate that x = 6-z = 2:
x

=
=

y
z
And the answer is:

2
-1

=

4

x = 2, y = -1 and z = 4
Cramer's Rule

Given a system of linear equations, Cramer's Rule is a handy way to solve for just one of the variables
without having to solve the whole system of equations. They don't usually teach Cramer's Rule this way,
but this is supposed to be the point of the Rule: instead of solving the entire system of equations, you can
use Cramer's to solve for just one single variable.
Let's use the following system of equations:

2x + y + z = 3
x– y–z=0
x + 2y + z = 0
We have the left-hand side of the system with the variables (the "coefficient matrix") and the right-hand
side with the answer values. Let D be the determinant of the coefficient matrix of the above system, and
let Dx be the determinant formed by replacing the x-column values with the answer-column values:

system of
equations

coefficient
matrix's
determinant

answer
column

Dx: coefficient determinant
with answer-column
values in x-column

2x + 1y + 1z = 3
1x – 1y – 1z = 0
1x + 2y + 1z = 0
Similarly, Dy and Dz would then be:

Evaluating each determinant, we get:

Copyright © Elizabeth Stapel 2004-2011 All Rights Reserved
Cramer's Rule says that x

= Dx ÷ D, y = Dy ÷ D, and z = Dz ÷ D. That is:

x = 3/3 = 1, y = –6/3 = –2, and z = 9/3 = 3
That's all there is to Cramer's Rule. To find whichever variable you want (call it "ß" or "beta"), just
evaluate the determinant quotient Dß ÷ D. (Please don't ask me to explain why this works. Just trust me
that determinants can work many kinds of magic.)


Given the following system of equations, find the value of z.

2x + y + z = 1
x – y + 4z = 0
x + 2y – 2z = 3
To solve only for z, I first find the coefficient determinant.

Then I form

Dz by replacing the third column of values with the answer column:

Then I form the quotient and simplify:

z=2
The point of Cramer's Rule is that you don't have to solve the whole system to get the one value you
need. This saved me a fair amount of time on some physics tests. I forget what we were working on
(something with wires and currents, I think), but Cramer's Rule was so much faster than any other
solution method (and God knows I needed the extra time). Don't let all the subscripts and stuff confuse
you; the Rule is really pretty simple. You just pick the variable you want to solve for, replace that
variable's column of values in the coefficient determinant with the answer-column's values, evaluate that
determinant, and divide by the coefficient determinant. That's all there is to it.
Almost.
What if the coefficient determinant is zero? You can't divide by zero, so what does this mean? I can't go
into the technicalities here, but "D = 0" means that the system of equations has no unique solution. The
system may be inconsistent (no solution at all) or dependent (an infinite solution, which may be
expressed as a parametric solution such as "(a, a + 3, a – 4)"). In terms of Cramer's Rule, "D = 0"
means that you'll have to use some other method (such as matrix row operations) to solve the system.
If D = 0, you can't use Cramer's Rule.

Quadratic Equations
1. Direct Method

In disguise

In standard form

a, b and c

x2 = 3x -1

x2 - 3x + 1 = 0

a=1, b=-3, c=1

2(x2 - 2x) = 5

2x2 - 4x - 5 = 0

a=2, b=-4, c=-5

x(x-1) = 3

x -x-3=0

a=1, b=-1, c=-3

5 + 1/x - 1/x2 = 0

5x2 + x - 1 = 0

a=5, b=1, c=-1

2

2. By Using Quadratic Formula
3. By Using Factorizing Method
Example
The factors of

x2 + 3x - 4 are:
(x+4) and (x-1)

Why? Well, let us multiply them to see:

(x+4)(x-1) = x(x-1) + 4(x-1)
= x2 - x + 4x - 4
= x2 + 3x - 4

4. By Completing the Square
Steps
Now we can solve a Quadratic Equation in 5 steps:
 Step 1 Divide all terms by a (the coefficient of x2).
 Step 2 Move the number term (c/a) to the right side of the

equation.
 Step 3 Complete the square on the left side of the equation and

balance this by adding the same value to the right side of the
equation.
We now have something that looks like (x + p) 2 = q, which can be solved
rather easily:
 Step 4 Take the square root on both sides of the equation.
 Step 5 Subtract the number that remains on the left side of the

equation to find x.
Example 1: Solve x2 + 4x + 1 = 0
Step 1 can be skipped in this example since the coefficient of x 2 is 1
Step 2 Move the number term to the right side of the equation:

x2 + 4x = -1
Step 3 Complete the square on the left side of the equation and balance this by
adding the same number to the right side of the equation.
(b/2)2 = (4/2)2 = 22 = 4

x2 + 4x + 4 = -1 + 4
(x + 2)2 = 3
Step 4 Take the square root on both sides of the equation:

x + 2 = ±√3 = ±1.73 (to 2 decimals)
Step 5 Subtract 2 from both sides:

x = ±1.73 – 2 = -3.73 or -0.27

Example 2: Solve 5x2 – 4x – 2 = 0
Step 1 Divide all terms by 5

x2 – 0.8x – 0.4 = 0
Step 2 Move the number term to the right side of the equation:

x2 – 0.8x = 0.4
Step 3 Complete the square on the left side of the equation and balance this by
adding the same number to the right side of the equation:
(b/2)2 = (0.8/2)2 = 0.42 = 0.16

x2 – 0.8x + 0.16 = 0.4 + 0.16
(x – 0.4)2 = 0.56
Step 4 Take the square root on both sides of the equation:

x – 0.4 = ±√0.56 = ±0.748 (to 3 decimals)
Step 5 Subtract (-0.4) from both sides (in other words, add 0.4):

x = ±0.748 + 0.4 = -0.348 or 1.148

More Related Content

What's hot

Solving Systems - Elimination NOTES
Solving Systems - Elimination NOTESSolving Systems - Elimination NOTES
Solving Systems - Elimination NOTESswartzje
 
Solve Systems By Elimination
Solve Systems By EliminationSolve Systems By Elimination
Solve Systems By Eliminationswartzje
 
Elimination method Ch 7
Elimination method Ch 7Elimination method Ch 7
Elimination method Ch 7Wood-Ridge
 
Solving Systems by Graphing and Substitution
Solving Systems by Graphing and SubstitutionSolving Systems by Graphing and Substitution
Solving Systems by Graphing and Substitutionswartzje
 
Solving linear systems by the substitution method
Solving linear systems by the substitution methodSolving linear systems by the substitution method
Solving linear systems by the substitution methodbutterflyrose0411
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equationsgandhinagar
 
System of linear equations
System of linear equationsSystem of linear equations
System of linear equationsCesar Mendoza
 
Systems of Linear Equations
Systems of Linear EquationsSystems of Linear Equations
Systems of Linear Equationsalrosiemae
 
Consistency of linear equations in two and three variables
Consistency of linear equations in two and three variablesConsistency of linear equations in two and three variables
Consistency of linear equations in two and three variablesAamlan Saswat Mishra
 
8 - solving systems of linear equations by adding or subtracting
8  - solving systems of linear equations by adding or subtracting8  - solving systems of linear equations by adding or subtracting
8 - solving systems of linear equations by adding or subtractingAnthony_Maiorano
 
Systemsof3 equations
Systemsof3 equationsSystemsof3 equations
Systemsof3 equationsgandhinagar
 
System of equations
System of equationsSystem of equations
System of equationsmariacadena
 
Lecture 10a system of linear equations
Lecture 10a system of linear equationsLecture 10a system of linear equations
Lecture 10a system of linear equationsHazel Joy Chong
 
Solution of system of linear equations by elimination
Solution of system of linear equations by eliminationSolution of system of linear equations by elimination
Solution of system of linear equations by eliminationRegie Panganiban
 
4 3 solving linear systems by elimination
4 3 solving linear systems by elimination4 3 solving linear systems by elimination
4 3 solving linear systems by eliminationhisema01
 

What's hot (18)

Solving Systems - Elimination NOTES
Solving Systems - Elimination NOTESSolving Systems - Elimination NOTES
Solving Systems - Elimination NOTES
 
Solve Systems By Elimination
Solve Systems By EliminationSolve Systems By Elimination
Solve Systems By Elimination
 
Elimination method Ch 7
Elimination method Ch 7Elimination method Ch 7
Elimination method Ch 7
 
6.3 presentation
6.3 presentation6.3 presentation
6.3 presentation
 
Solving Systems by Graphing and Substitution
Solving Systems by Graphing and SubstitutionSolving Systems by Graphing and Substitution
Solving Systems by Graphing and Substitution
 
Solving linear systems by the substitution method
Solving linear systems by the substitution methodSolving linear systems by the substitution method
Solving linear systems by the substitution method
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equations
 
System of linear equations
System of linear equationsSystem of linear equations
System of linear equations
 
Systems of Linear Equations
Systems of Linear EquationsSystems of Linear Equations
Systems of Linear Equations
 
Consistency of linear equations in two and three variables
Consistency of linear equations in two and three variablesConsistency of linear equations in two and three variables
Consistency of linear equations in two and three variables
 
8 - solving systems of linear equations by adding or subtracting
8  - solving systems of linear equations by adding or subtracting8  - solving systems of linear equations by adding or subtracting
8 - solving systems of linear equations by adding or subtracting
 
Systemsof3 equations
Systemsof3 equationsSystemsof3 equations
Systemsof3 equations
 
Funcion lineal y cuadratica
Funcion lineal y cuadraticaFuncion lineal y cuadratica
Funcion lineal y cuadratica
 
System of equations
System of equationsSystem of equations
System of equations
 
Lecture 10a system of linear equations
Lecture 10a system of linear equationsLecture 10a system of linear equations
Lecture 10a system of linear equations
 
Systems of 3 Equations in 3 Variables
Systems of 3 Equations in 3 VariablesSystems of 3 Equations in 3 Variables
Systems of 3 Equations in 3 Variables
 
Solution of system of linear equations by elimination
Solution of system of linear equations by eliminationSolution of system of linear equations by elimination
Solution of system of linear equations by elimination
 
4 3 solving linear systems by elimination
4 3 solving linear systems by elimination4 3 solving linear systems by elimination
4 3 solving linear systems by elimination
 

Viewers also liked

Benginning Calculus Lecture notes 7 - exp, log
Benginning Calculus Lecture notes 7 - exp, logBenginning Calculus Lecture notes 7 - exp, log
Benginning Calculus Lecture notes 7 - exp, logbasyirstar
 
Math lecture 8 (Introduction to Trigonometry)
Math lecture 8 (Introduction to Trigonometry)Math lecture 8 (Introduction to Trigonometry)
Math lecture 8 (Introduction to Trigonometry)Osama Zahid
 
Benginning Calculus Lecture notes 5 - chain rule
Benginning Calculus Lecture notes 5 - chain ruleBenginning Calculus Lecture notes 5 - chain rule
Benginning Calculus Lecture notes 5 - chain rulebasyirstar
 
Benginning Calculus Lecture notes 6 - implicit differentiation
Benginning Calculus Lecture notes 6 - implicit differentiationBenginning Calculus Lecture notes 6 - implicit differentiation
Benginning Calculus Lecture notes 6 - implicit differentiationbasyirstar
 
Math lecture 9 (Absolute Value in Algebra)
Math lecture 9 (Absolute Value in Algebra)Math lecture 9 (Absolute Value in Algebra)
Math lecture 9 (Absolute Value in Algebra)Osama Zahid
 
Math Lecture 11 (Cartesian Coordinates)
Math Lecture 11 (Cartesian Coordinates)Math Lecture 11 (Cartesian Coordinates)
Math Lecture 11 (Cartesian Coordinates)Osama Zahid
 
Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)Osama Zahid
 
Benginning Calculus Lecture notes 4 - rules
Benginning Calculus Lecture notes 4 - rulesBenginning Calculus Lecture notes 4 - rules
Benginning Calculus Lecture notes 4 - rulesbasyirstar
 
Benginning Calculus Lecture notes 3 - derivatives
Benginning Calculus Lecture notes 3 - derivativesBenginning Calculus Lecture notes 3 - derivatives
Benginning Calculus Lecture notes 3 - derivativesbasyirstar
 
A presentation on differencial calculus
A presentation on differencial calculusA presentation on differencial calculus
A presentation on differencial calculusbujh balok
 
Benginning Calculus Lecture notes 14 - areas & volumes
Benginning Calculus Lecture notes 14 - areas & volumesBenginning Calculus Lecture notes 14 - areas & volumes
Benginning Calculus Lecture notes 14 - areas & volumesbasyirstar
 
Benginning Calculus Lecture notes 11 - related rates
Benginning Calculus Lecture notes 11 - related ratesBenginning Calculus Lecture notes 11 - related rates
Benginning Calculus Lecture notes 11 - related ratesbasyirstar
 
Benginning Calculus Lecture notes 10 - max, min
Benginning Calculus Lecture notes 10 - max, minBenginning Calculus Lecture notes 10 - max, min
Benginning Calculus Lecture notes 10 - max, minbasyirstar
 
Benginning Calculus Lecture notes 13 - fundamental theorem of calculus 1 & 2
Benginning Calculus Lecture notes 13 - fundamental theorem of calculus 1 & 2Benginning Calculus Lecture notes 13 - fundamental theorem of calculus 1 & 2
Benginning Calculus Lecture notes 13 - fundamental theorem of calculus 1 & 2basyirstar
 
Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)Osama Zahid
 
Benginning Calculus Lecture notes 9 - derivative functions
Benginning Calculus Lecture notes 9 - derivative functionsBenginning Calculus Lecture notes 9 - derivative functions
Benginning Calculus Lecture notes 9 - derivative functionsbasyirstar
 
Benginning Calculus Lecture notes 8 - linear, quadratic approximation
Benginning Calculus Lecture notes 8 - linear, quadratic approximationBenginning Calculus Lecture notes 8 - linear, quadratic approximation
Benginning Calculus Lecture notes 8 - linear, quadratic approximationbasyirstar
 
Benginning Calculus Lecture notes 15 - techniques of integration
Benginning Calculus Lecture notes 15 - techniques of integrationBenginning Calculus Lecture notes 15 - techniques of integration
Benginning Calculus Lecture notes 15 - techniques of integrationbasyirstar
 
Benginning Calculus Lecture notes 2 - limits and continuity
Benginning Calculus Lecture notes 2 - limits and continuityBenginning Calculus Lecture notes 2 - limits and continuity
Benginning Calculus Lecture notes 2 - limits and continuitybasyirstar
 
Benginning Calculus Lecture notes 12 - anti derivatives indefinite and defini...
Benginning Calculus Lecture notes 12 - anti derivatives indefinite and defini...Benginning Calculus Lecture notes 12 - anti derivatives indefinite and defini...
Benginning Calculus Lecture notes 12 - anti derivatives indefinite and defini...basyirstar
 

Viewers also liked (20)

Benginning Calculus Lecture notes 7 - exp, log
Benginning Calculus Lecture notes 7 - exp, logBenginning Calculus Lecture notes 7 - exp, log
Benginning Calculus Lecture notes 7 - exp, log
 
Math lecture 8 (Introduction to Trigonometry)
Math lecture 8 (Introduction to Trigonometry)Math lecture 8 (Introduction to Trigonometry)
Math lecture 8 (Introduction to Trigonometry)
 
Benginning Calculus Lecture notes 5 - chain rule
Benginning Calculus Lecture notes 5 - chain ruleBenginning Calculus Lecture notes 5 - chain rule
Benginning Calculus Lecture notes 5 - chain rule
 
Benginning Calculus Lecture notes 6 - implicit differentiation
Benginning Calculus Lecture notes 6 - implicit differentiationBenginning Calculus Lecture notes 6 - implicit differentiation
Benginning Calculus Lecture notes 6 - implicit differentiation
 
Math lecture 9 (Absolute Value in Algebra)
Math lecture 9 (Absolute Value in Algebra)Math lecture 9 (Absolute Value in Algebra)
Math lecture 9 (Absolute Value in Algebra)
 
Math Lecture 11 (Cartesian Coordinates)
Math Lecture 11 (Cartesian Coordinates)Math Lecture 11 (Cartesian Coordinates)
Math Lecture 11 (Cartesian Coordinates)
 
Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)
 
Benginning Calculus Lecture notes 4 - rules
Benginning Calculus Lecture notes 4 - rulesBenginning Calculus Lecture notes 4 - rules
Benginning Calculus Lecture notes 4 - rules
 
Benginning Calculus Lecture notes 3 - derivatives
Benginning Calculus Lecture notes 3 - derivativesBenginning Calculus Lecture notes 3 - derivatives
Benginning Calculus Lecture notes 3 - derivatives
 
A presentation on differencial calculus
A presentation on differencial calculusA presentation on differencial calculus
A presentation on differencial calculus
 
Benginning Calculus Lecture notes 14 - areas & volumes
Benginning Calculus Lecture notes 14 - areas & volumesBenginning Calculus Lecture notes 14 - areas & volumes
Benginning Calculus Lecture notes 14 - areas & volumes
 
Benginning Calculus Lecture notes 11 - related rates
Benginning Calculus Lecture notes 11 - related ratesBenginning Calculus Lecture notes 11 - related rates
Benginning Calculus Lecture notes 11 - related rates
 
Benginning Calculus Lecture notes 10 - max, min
Benginning Calculus Lecture notes 10 - max, minBenginning Calculus Lecture notes 10 - max, min
Benginning Calculus Lecture notes 10 - max, min
 
Benginning Calculus Lecture notes 13 - fundamental theorem of calculus 1 & 2
Benginning Calculus Lecture notes 13 - fundamental theorem of calculus 1 & 2Benginning Calculus Lecture notes 13 - fundamental theorem of calculus 1 & 2
Benginning Calculus Lecture notes 13 - fundamental theorem of calculus 1 & 2
 
Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)
 
Benginning Calculus Lecture notes 9 - derivative functions
Benginning Calculus Lecture notes 9 - derivative functionsBenginning Calculus Lecture notes 9 - derivative functions
Benginning Calculus Lecture notes 9 - derivative functions
 
Benginning Calculus Lecture notes 8 - linear, quadratic approximation
Benginning Calculus Lecture notes 8 - linear, quadratic approximationBenginning Calculus Lecture notes 8 - linear, quadratic approximation
Benginning Calculus Lecture notes 8 - linear, quadratic approximation
 
Benginning Calculus Lecture notes 15 - techniques of integration
Benginning Calculus Lecture notes 15 - techniques of integrationBenginning Calculus Lecture notes 15 - techniques of integration
Benginning Calculus Lecture notes 15 - techniques of integration
 
Benginning Calculus Lecture notes 2 - limits and continuity
Benginning Calculus Lecture notes 2 - limits and continuityBenginning Calculus Lecture notes 2 - limits and continuity
Benginning Calculus Lecture notes 2 - limits and continuity
 
Benginning Calculus Lecture notes 12 - anti derivatives indefinite and defini...
Benginning Calculus Lecture notes 12 - anti derivatives indefinite and defini...Benginning Calculus Lecture notes 12 - anti derivatives indefinite and defini...
Benginning Calculus Lecture notes 12 - anti derivatives indefinite and defini...
 

Similar to Solve Linear and Quadratic Equations

Final presentation
Final presentationFinal presentation
Final presentationpaezp
 
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
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1ingroy
 
M1 L5 Remediation Notes
M1 L5 Remediation NotesM1 L5 Remediation Notes
M1 L5 Remediation Notestoni dimella
 
Mathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesMathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesJuan Miguel Palero
 
System of equations
System of equationsSystem of equations
System of equationsmariacadena
 
System of equations
System of equationsSystem of equations
System of equationsmariacadena
 
System of equations
System of equationsSystem of equations
System of equationsmariacadena
 
System of equations
System of equationsSystem of equations
System of equationsmariacadena
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equationsswartzje
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3Nazrin Nazdri
 
Solving Linear Equations
Solving Linear EquationsSolving Linear Equations
Solving Linear Equationstaco40
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Brit4
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Harsh Arora
 
Linear equation in two variables
Linear equation in two variablesLinear equation in two variables
Linear equation in two variablesAbhaya Gupta
 

Similar to Solve Linear and Quadratic Equations (20)

Final presentation
Final presentationFinal presentation
Final presentation
 
Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equations
 
.
..
.
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1
 
M1 L5 Remediation Notes
M1 L5 Remediation NotesM1 L5 Remediation Notes
M1 L5 Remediation Notes
 
Mathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesMathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear Inequalities
 
System of equations
System of equationsSystem of equations
System of equations
 
System of equations
System of equationsSystem of equations
System of equations
 
System of equations
System of equationsSystem of equations
System of equations
 
System of equations
System of equationsSystem of equations
System of equations
 
Maths
MathsMaths
Maths
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equations
 
Equations Revision
Equations RevisionEquations Revision
Equations Revision
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3
 
Solving Linear Equations
Solving Linear EquationsSolving Linear Equations
Solving Linear Equations
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1
 
Linear equation in two variables
Linear equation in two variablesLinear equation in two variables
Linear equation in two variables
 
Class 3.pdf
Class 3.pdfClass 3.pdf
Class 3.pdf
 
Theory of Equation
Theory of EquationTheory of Equation
Theory of Equation
 

More from Osama Zahid

Various Casting Techniques
Various Casting TechniquesVarious Casting Techniques
Various Casting TechniquesOsama Zahid
 
Basic rope work & restraining of animals
Basic rope work & restraining of animalsBasic rope work & restraining of animals
Basic rope work & restraining of animalsOsama Zahid
 
Restraining of Animals
Restraining of AnimalsRestraining of Animals
Restraining of AnimalsOsama Zahid
 
Ticks (Soft and Hard)
Ticks (Soft and Hard)Ticks (Soft and Hard)
Ticks (Soft and Hard)Osama Zahid
 
Cyclorrapha by shoaib
Cyclorrapha by shoaibCyclorrapha by shoaib
Cyclorrapha by shoaibOsama Zahid
 
Ticks identification
Ticks identificationTicks identification
Ticks identificationOsama Zahid
 
Butterfly by asad aslam
Butterfly by asad aslamButterfly by asad aslam
Butterfly by asad aslamOsama Zahid
 
Ixodes (Hard Ticks)
Ixodes (Hard Ticks)Ixodes (Hard Ticks)
Ixodes (Hard Ticks)Osama Zahid
 
Brachycera by maham
Brachycera by mahamBrachycera by maham
Brachycera by mahamOsama Zahid
 
Hyalomma (Ticks)
Hyalomma (Ticks)Hyalomma (Ticks)
Hyalomma (Ticks)Osama Zahid
 
Brachycera by 17 , 18 ,30
Brachycera by 17 , 18 ,30Brachycera by 17 , 18 ,30
Brachycera by 17 , 18 ,30Osama Zahid
 
Fleas by jalees mirza
Fleas by jalees mirzaFleas by jalees mirza
Fleas by jalees mirzaOsama Zahid
 
Amblyomma variegatum (Ticks)
Amblyomma variegatum (Ticks)Amblyomma variegatum (Ticks)
Amblyomma variegatum (Ticks)Osama Zahid
 
Amblyomma (Ticks)
Amblyomma (Ticks)Amblyomma (Ticks)
Amblyomma (Ticks)Osama Zahid
 
Drug Dosage Forms
Drug Dosage FormsDrug Dosage Forms
Drug Dosage FormsOsama Zahid
 
Factors Affecting the Productivity of Small Ruminants
Factors Affecting the Productivity of Small RuminantsFactors Affecting the Productivity of Small Ruminants
Factors Affecting the Productivity of Small RuminantsOsama Zahid
 

More from Osama Zahid (20)

Various Casting Techniques
Various Casting TechniquesVarious Casting Techniques
Various Casting Techniques
 
Basic rope work & restraining of animals
Basic rope work & restraining of animalsBasic rope work & restraining of animals
Basic rope work & restraining of animals
 
Restraining of Animals
Restraining of AnimalsRestraining of Animals
Restraining of Animals
 
Ticks (Soft and Hard)
Ticks (Soft and Hard)Ticks (Soft and Hard)
Ticks (Soft and Hard)
 
Cyclorrapha by shoaib
Cyclorrapha by shoaibCyclorrapha by shoaib
Cyclorrapha by shoaib
 
Ticks identification
Ticks identificationTicks identification
Ticks identification
 
Butterfly by asad aslam
Butterfly by asad aslamButterfly by asad aslam
Butterfly by asad aslam
 
Soft ticks
Soft ticksSoft ticks
Soft ticks
 
Ixodes (Hard Ticks)
Ixodes (Hard Ticks)Ixodes (Hard Ticks)
Ixodes (Hard Ticks)
 
Brachycera by maham
Brachycera by mahamBrachycera by maham
Brachycera by maham
 
Hyalomma (Ticks)
Hyalomma (Ticks)Hyalomma (Ticks)
Hyalomma (Ticks)
 
Brachycera by 17 , 18 ,30
Brachycera by 17 , 18 ,30Brachycera by 17 , 18 ,30
Brachycera by 17 , 18 ,30
 
Fleas by jalees mirza
Fleas by jalees mirzaFleas by jalees mirza
Fleas by jalees mirza
 
Flea lecture
Flea lectureFlea lecture
Flea lecture
 
Amblyomma variegatum (Ticks)
Amblyomma variegatum (Ticks)Amblyomma variegatum (Ticks)
Amblyomma variegatum (Ticks)
 
Bugs
BugsBugs
Bugs
 
Amblyomma (Ticks)
Amblyomma (Ticks)Amblyomma (Ticks)
Amblyomma (Ticks)
 
Drug Dosage Forms
Drug Dosage FormsDrug Dosage Forms
Drug Dosage Forms
 
Factors Affecting the Productivity of Small Ruminants
Factors Affecting the Productivity of Small RuminantsFactors Affecting the Productivity of Small Ruminants
Factors Affecting the Productivity of Small Ruminants
 
Helminthology
HelminthologyHelminthology
Helminthology
 

Recently uploaded

Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxabhijeetpadhi001
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 

Recently uploaded (20)

Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 

Solve Linear and Quadratic Equations

  • 1. System of Linear Equations A System of Equations is when we have two or more equations working together  Solve by Elimination  Solve by Substitution Solve by Elimination: Two equations in Two Variables:  x+y=6  -3x + y = 2 The two equations are shown on this graph: Our task is to find where the two lines cross. OK, we can see where they cross, but let's solve it using Algebra! Hmmm ... how should we solve this? There can be many ways! In this case both equations have "y" so I will try subtracting the second equation from the first: x + y - (-3x + y) = 6 - 2 Which simplifies to: x + y + 3x - y = 6 - 2 4x = 4 x=1 So now we know that x=1 is on both lines. And we can find the matching value of y using either of the two original equations (because we know they have the same value at x=1). Let's use the first one (you can try the second one yourself): x+y=6 1+y=6 y=5 And the solution is: x = 1 and y = 5 And the graph shows us we are right!
  • 2. Solving By Substitution: 3 equations in 3 variables OK! Let's move to a longer example: 3 equations in 3 variables. This is not hard to do... it just takes a long time to do it! Example:    x+z=6 z - 3y = 7 2x + y + 2z = 11 I will try to line up my variables neatly, or I may lose track of what I am doing: x + z = 6 - + z = 7 + 2x 3y y + 2z = 11 One again, I can start with any equation and any variable. I will use the first equation and the variable "x". Write one of the equations so it is in the style "variable = ...": x = 6-z - + z = 7 + 2x 3y y + 2z = 11 Now replace "x" with "6 - z" in the other equations: (Luckily there is only one other equation with x in it) x = 6-z - + z = 7 + 2(6-z) 3y y + 3z = 15 Solve using the usual algebra methods: 2(6-z) + y + 3z = 15 simplifies to y + z = 3: x = - 6-z 3y + z = 7 y + z = 3 Good. We have made some progress, but not there yet. Now repeat the process, but just for the last 2 equations.
  • 3. Write one of the equations so it is in the style "variable = ...": I will choose the last equation and the variable z: x = - 3y + z = z 6-z 7 = 3-y Now replace "z" with "3 - y" in the other equation: x = - 3y + 3-y = z 6-z 7 = 3-y Solve using the usual algebra methods: -3y + (3-y) = 7 simplifies to -4y = 4, or in other words y = -1 x = y = z 6-z -1 = 3-y Almost Done! Knowing that y = -1 we can calculate that z = 3-y = 4: x = y 6-z = z -1 = 4 And knowing that z = 4 we can calculate that x = 6-z = 2: x = = y z And the answer is: 2 -1 = 4 x = 2, y = -1 and z = 4
  • 4. Cramer's Rule Given a system of linear equations, Cramer's Rule is a handy way to solve for just one of the variables without having to solve the whole system of equations. They don't usually teach Cramer's Rule this way, but this is supposed to be the point of the Rule: instead of solving the entire system of equations, you can use Cramer's to solve for just one single variable. Let's use the following system of equations: 2x + y + z = 3 x– y–z=0 x + 2y + z = 0 We have the left-hand side of the system with the variables (the "coefficient matrix") and the right-hand side with the answer values. Let D be the determinant of the coefficient matrix of the above system, and let Dx be the determinant formed by replacing the x-column values with the answer-column values: system of equations coefficient matrix's determinant answer column Dx: coefficient determinant with answer-column values in x-column 2x + 1y + 1z = 3 1x – 1y – 1z = 0 1x + 2y + 1z = 0 Similarly, Dy and Dz would then be: Evaluating each determinant, we get: Copyright © Elizabeth Stapel 2004-2011 All Rights Reserved
  • 5. Cramer's Rule says that x = Dx ÷ D, y = Dy ÷ D, and z = Dz ÷ D. That is: x = 3/3 = 1, y = –6/3 = –2, and z = 9/3 = 3 That's all there is to Cramer's Rule. To find whichever variable you want (call it "ß" or "beta"), just evaluate the determinant quotient Dß ÷ D. (Please don't ask me to explain why this works. Just trust me that determinants can work many kinds of magic.)  Given the following system of equations, find the value of z. 2x + y + z = 1 x – y + 4z = 0 x + 2y – 2z = 3 To solve only for z, I first find the coefficient determinant. Then I form Dz by replacing the third column of values with the answer column: Then I form the quotient and simplify: z=2 The point of Cramer's Rule is that you don't have to solve the whole system to get the one value you need. This saved me a fair amount of time on some physics tests. I forget what we were working on (something with wires and currents, I think), but Cramer's Rule was so much faster than any other
  • 6. solution method (and God knows I needed the extra time). Don't let all the subscripts and stuff confuse you; the Rule is really pretty simple. You just pick the variable you want to solve for, replace that variable's column of values in the coefficient determinant with the answer-column's values, evaluate that determinant, and divide by the coefficient determinant. That's all there is to it. Almost. What if the coefficient determinant is zero? You can't divide by zero, so what does this mean? I can't go into the technicalities here, but "D = 0" means that the system of equations has no unique solution. The system may be inconsistent (no solution at all) or dependent (an infinite solution, which may be expressed as a parametric solution such as "(a, a + 3, a – 4)"). In terms of Cramer's Rule, "D = 0" means that you'll have to use some other method (such as matrix row operations) to solve the system. If D = 0, you can't use Cramer's Rule. Quadratic Equations 1. Direct Method In disguise In standard form a, b and c x2 = 3x -1 x2 - 3x + 1 = 0 a=1, b=-3, c=1 2(x2 - 2x) = 5 2x2 - 4x - 5 = 0 a=2, b=-4, c=-5 x(x-1) = 3 x -x-3=0 a=1, b=-1, c=-3 5 + 1/x - 1/x2 = 0 5x2 + x - 1 = 0 a=5, b=1, c=-1 2 2. By Using Quadratic Formula
  • 7. 3. By Using Factorizing Method Example The factors of x2 + 3x - 4 are: (x+4) and (x-1) Why? Well, let us multiply them to see: (x+4)(x-1) = x(x-1) + 4(x-1) = x2 - x + 4x - 4 = x2 + 3x - 4 4. By Completing the Square Steps Now we can solve a Quadratic Equation in 5 steps:  Step 1 Divide all terms by a (the coefficient of x2).  Step 2 Move the number term (c/a) to the right side of the equation.  Step 3 Complete the square on the left side of the equation and balance this by adding the same value to the right side of the equation. We now have something that looks like (x + p) 2 = q, which can be solved rather easily:  Step 4 Take the square root on both sides of the equation.  Step 5 Subtract the number that remains on the left side of the equation to find x.
  • 8. Example 1: Solve x2 + 4x + 1 = 0 Step 1 can be skipped in this example since the coefficient of x 2 is 1 Step 2 Move the number term to the right side of the equation: x2 + 4x = -1 Step 3 Complete the square on the left side of the equation and balance this by adding the same number to the right side of the equation. (b/2)2 = (4/2)2 = 22 = 4 x2 + 4x + 4 = -1 + 4 (x + 2)2 = 3 Step 4 Take the square root on both sides of the equation: x + 2 = ±√3 = ±1.73 (to 2 decimals) Step 5 Subtract 2 from both sides: x = ±1.73 – 2 = -3.73 or -0.27 Example 2: Solve 5x2 – 4x – 2 = 0 Step 1 Divide all terms by 5 x2 – 0.8x – 0.4 = 0 Step 2 Move the number term to the right side of the equation: x2 – 0.8x = 0.4 Step 3 Complete the square on the left side of the equation and balance this by adding the same number to the right side of the equation: (b/2)2 = (0.8/2)2 = 0.42 = 0.16 x2 – 0.8x + 0.16 = 0.4 + 0.16 (x – 0.4)2 = 0.56 Step 4 Take the square root on both sides of the equation: x – 0.4 = ±√0.56 = ±0.748 (to 3 decimals) Step 5 Subtract (-0.4) from both sides (in other words, add 0.4): x = ±0.748 + 0.4 = -0.348 or 1.148