SlideShare a Scribd company logo
1 of 9
Equations, Inequations and
Determinants
Equations
 An equation is a mathematical statement that has two expressions
separated by an equal sign. The expression on the left side of the equal
sign has the same value as the expression on the right side.
 One or both of the expressions may contain variables. Solving an equation
means manipulating the expressions and finding the value of the
variables.
 An example might be :
 x=4+8
to solve this equation we would add 4 and 8 and find that x = 12.
 A mathematical expression can have a variable as part of the expression. If
x=3, the expression 7x + 4 becomes 7 * 3 + 4 which is equal to 21 + 4 or 25. To
evaluate an expression with a variable, simply substitute the value of the
variable into the expression and simplify.
 A mathematical expression can have variables as part of the expression. If
x=3, and y=5, the expression 7x + y - 4 becomes 7 * 3 +5 - 4 which is equal to
21 + 5 - 4 or 22. To evaluate an expression with two or more
variables, substitute the value of the variables into the expression and
simplify.
Examples
1. Solve: 7x - 7 = 42
Solution: 7x - 7 = 42
7x - 7 + 7 = 42 + 7
7x = 49
(7x) / 7 = 49 / 7
x = 7
The variable needs to be isolated. To undo subtracting 7, add 7 to both sides.
Adding 7 hasn't isolated the variable, so we need to continue. To undo
multiplying by 7, divide both sides by 7.
2. Solve: 5(x + 2) = 25
Solution: 5(x + 2) = 25
[5(x + 2]/5 = 25/5
x + 2 = 5
x + 2 -2 = 5 -2
x = 3
The variable needs to be isolated. To undo multiplying by 5, divide by 5 on
both sides. Dividing by 5 hasn't isolated the variable, so we need to continue.
To undo adding 2, subtract 2, from both sides.
Equations with Multi-variables
Solve for 3x + 2y = 3 and x = 3y -10 .
Solution: Replace x in the first equation
with its equivalent, (3y - 10) from
the second equation. 3x + 2y =
3 (Top equation. 3(3y - 10) +
2y = 3 Replaced x with (3y - 10).
9y - 30 + 2y = 3 Multiplied out.
11y = 33 Simplified. y = 3
Divide each side by
11 to get answer.)
Now that y has a value, you can plug
that value in either equation and
find a value for x.
Because the second equation has
already been solved for x, it will be
easier to plug 3 in for y in that
equation. x = 3(3) - 10 x = 9
- 10 x = -1 .
The solution is the ordered pair (-
1,3).
Inequalities
Math problems containing <, >, <=, and >= are called inequalities. A solution to any inequality is any
number that makes the inequality true.
On many occasions, you will be asked to show the solution to an inequality by graphing it on a
number line.
1. Addition Principle for Inequalities - If a > b then a + c > b + c.
Example: 1. Solve: x + 3 > 6 Solution: Using the Addition Principle, add -3 to each side of the
inequality. x + 3 - 3 > 6 - 3 After simplification, x > 3. 2. Multiplication Principle for
Inequalities - If a >b and c is positive, then ac > bc. If a > b and c is negative, then ac < bc (notice
the sign was reversed).
Example: 2. Solve: -4x < .8 Solution: Using the Multiplication Principle, multiply both sides of the
inequality by -.25. Then reverse the signs. -.25(-4x) > -.25(.8) x > -.2
Absolute value becomes even more complicated when dealing with equations. However, there is
a theorem that tells us how to deal with equations with absolute value and complicated
inequalities.
1. If X is any expression, and b any positive number, and |X| = b it is the same as |X| = b or
|X|=-b.
2. If X is any expression, and b any positive number, and |X| < b it is the same as -b < X < b.
3. If X is any expression, and b any positive number, and |X| > b it is the same as X < -b, X > b.
Example: 3. Solve: |5x - 4| = 11 Solution: Use the theorem stated above to rewrite the equation.
|X| = b X = 5x - 4 and b = 11 5x - 4 = 11, 5x - 4 = -11 Solve each equation using the Addition
Principle and the Multiplication Principle. 5x = 15, 5x = -7 x = 3, x = -(7/5)
Determinants
With each square matrix corresponds just one number. This number is
called the determinant of the matrix. The determinant of a matrix A is
denoted det(A) or |A|. Now we'll define this correspondence.
Determinant of a 1 x 1 matrix
The determinant of the matrix is the element itself.
Ex: det([-7]) = -7
Row and columns of the determinant
If we say the i-th row of a determinant we mean the i-th row of the
matrix corresponding with this determinant. If we say the i-th column of
a determinant we mean the i-th column of the matrix corresponding
with this determinant.
 Quick References:
 Determinant of a 1x1 matrix
 The determinant of a 1x1 matrix is the
element itself.
 Determinant of a 2x2 matrix
 |a b| |c d| = ad – cb
 Determinant of a 3x3 matrix
 The Sarrus rule : |a b c| |d e f| |g h i| =
aei + bfg + cdh - ceg - afh – bdi
 Cofactor of ai,j
 The cofactor Ai,j is independent of the
elements of the i-th row and the
elements of the j-th column.
The value of Ai,j = (-1)i+j.(the determinant
of the sub-matrix of A, obtained from A
by crossing out the i-th row and the j-th
column.
 Example : Take the 3 x 3 matrix A = [4 5
7] [1 2 3] [2 5 6] We calculate the cofactor
corresponding with the element a1,3 = 7.
We delete the first row and the third
column.
The cofactor A1,3 = (-1)4.(5 - 4) = 1
 Determinant of a nxn matrix : Choose a
fixed row value i.
The determinant can be calculated
emanating from the i-th row. |A| = Ai,1 .
ai,1 + Ai,2 . ai,2 + Ai,3 . ai,3 + ... Ai,n . ai,n
 Ai, j is the cofactor of ai,j.
We say we have unfold the determinant
following row i.
 Example : Take the 3 x 3 matrix A = [4 5 7]
[1 2 3] [2 5 6] We unfold the determinant
following row 1.
The three cofactors are -3 , 0 , 1.
|A| = 4.(-3) + 5.0 + 7.1 = -5. We unfold
the determinant following column 3.
The three cofactors are 1, -10, 3.
|A| = 7.1 - 3.10 + 6.3 = -5
Properties
A matrix A and its transpose have the same determinant.
If we swap two columns in A, |A| changes sign.
If we swap two rows in A, |A| changes sign.
If we multiply a row in A by a real number r, |A| changes in r.|A|
If we multiply a column in A by a real number r, |A| changes in r.|A|
If a row of a determinant only consists of zeros, the determinant is 0.
If a column of a determinant only consists of zeros, the determinant is 0.
If a determinant has two equal rows or two equal columns, the determinant is 0.
If a determinant has two proportional rows or two proportional columns, the
determinant is 0.
|a b c| |a b' c| |a b+b' c|
|d e f|+|d e' f| = |d e+e' f|
|g h i| |g h' i| |g h+h' i|
A determinant does not change if we add a multiple of a row to another row.
The same rule holds for columns
The determinant of the identity matrix is 1.
The determinant of a diagonal matrix is the product of the diagonal elements.
|A|.|B| = |A.B|
Cramer’s Rule
A system of n linear equations
in n unknowns is called a
Cramer system if and only if
the matrix formed by the
coefficients is regular. There is
a special method to solve
such a system. This method is
called Cramer's rule.
We'll prove the rule for a
system of 3 equations in 3
unknowns, but the rule is
universal.
Take,
/ ax + by + cz = d
| a'x+ b'y + c'z = d‘ (1)
 a"x+ b"y + c"z = d"
|a b c |
with |N| = |a' b' c'|
|a" b" c"|
Then
we have
x.|N| = |xa b c |
|xa' b' c'|
|xa" b" c"|
and using the properties of
determinants
|xa +by +cz b c |
x.|N| = |xa'+b'y+c'z b' c'|
|xa"+b"y+c"z b" c"|
and appealing to (1)
|d b c |
x.|N| = |d' b' c'|
|d" b" c"|
Thus, x =|d b c |
|d' b' c'| / |N| (2)
|d" b" c"| Similarly,
y =|a d c |
|a' d' c‘|/|N| (3)
|a" d" c"|
z = |a b d |
|a' b' d'| / |N| (4)
|a" b" d"|
The formulas (2), (3), (4)
constitute Cramer's rule. It
can be proved that this
solution is the only solution of
(1).
Example:
Solve the system in x, y and z .
This system has parameter p.
/ p x - y + z = 0
| 6 x + y - 2z = 2
 px - 2y - z = 1
We find : |N| = -4p - 18
We assume that p is not -4.5.
Men find : x.|N| = -5 y.|N| =
-2p + 6 z.|N| = 3p + 6
So, x = 5/(4p+18) ; y = (p-
3)/(2p+9) ; z = (3p+6)/(-4p-18)

More Related Content

What's hot

LINEAR EQUATION IN TWO VARIABLES
LINEAR EQUATION IN TWO VARIABLESLINEAR EQUATION IN TWO VARIABLES
LINEAR EQUATION IN TWO VARIABLESDEV YADAV
 
Pairs of linear equation in two variable by asim rajiv shandilya 10th a
Pairs of linear equation in two variable by asim rajiv shandilya 10th aPairs of linear equation in two variable by asim rajiv shandilya 10th a
Pairs of linear equation in two variable by asim rajiv shandilya 10th aasim1001
 
Linear equation in one variable for class VIII by G R Ahmed
Linear equation in one variable for class VIII by G R Ahmed Linear equation in one variable for class VIII by G R Ahmed
Linear equation in one variable for class VIII by G R Ahmed MD. G R Ahmed
 
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
 
Systems of Linear Equations Graphing
 Systems of Linear Equations Graphing  Systems of Linear Equations Graphing
Systems of Linear Equations Graphing PLeach
 
System of linear equations
System of linear equationsSystem of linear equations
System of linear equationsCesar Mendoza
 
Tutorial linear equations and linear inequalities
Tutorial linear equations and linear inequalitiesTutorial linear equations and linear inequalities
Tutorial linear equations and linear inequalitieskhyps13
 
linear equation in 2 variables
linear equation in 2 variableslinear equation in 2 variables
linear equation in 2 variablesmukundapriya
 
Linear equtions with one variable
Linear equtions with one variableLinear equtions with one variable
Linear equtions with one variableANKIT SAHOO
 
Linear Equation In one variable class 7
 Linear Equation In one variable class 7 Linear Equation In one variable class 7
Linear Equation In one variable class 7Poulami Choudhury
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equationsswartzje
 
Solving linear equation in one variable
Solving linear equation in one variableSolving linear equation in one variable
Solving linear equation in one variableMMcalipes
 
LINEAR EQUATION IN TWO VARIABLES
LINEAR EQUATION IN TWO VARIABLESLINEAR EQUATION IN TWO VARIABLES
LINEAR EQUATION IN TWO VARIABLESManah Chhabra
 
Linear Equation in one variables 3
Linear Equation in one variables 3Linear Equation in one variables 3
Linear Equation in one variables 3NG YIT HOE
 
5.4 write linear equations in standard form day 1
5.4 write linear equations in standard form   day 15.4 write linear equations in standard form   day 1
5.4 write linear equations in standard form day 1bweldon
 
Linear Equations
Linear EquationsLinear Equations
Linear Equationsrfant
 
Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)Sparsh Singh
 
Linear equations in 2 variables
Linear equations in 2 variables Linear equations in 2 variables
Linear equations in 2 variables Bhavyam Arora
 

What's hot (20)

LINEAR EQUATION IN TWO VARIABLES
LINEAR EQUATION IN TWO VARIABLESLINEAR EQUATION IN TWO VARIABLES
LINEAR EQUATION IN TWO VARIABLES
 
Pairs of linear equation in two variable by asim rajiv shandilya 10th a
Pairs of linear equation in two variable by asim rajiv shandilya 10th aPairs of linear equation in two variable by asim rajiv shandilya 10th a
Pairs of linear equation in two variable by asim rajiv shandilya 10th a
 
Linear Equations
Linear EquationsLinear Equations
Linear Equations
 
Linear equation in one variable for class VIII by G R Ahmed
Linear equation in one variable for class VIII by G R Ahmed Linear equation in one variable for class VIII by G R Ahmed
Linear equation in one variable for class VIII by G R Ahmed
 
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
 
linear equation
linear equationlinear equation
linear equation
 
Systems of Linear Equations Graphing
 Systems of Linear Equations Graphing  Systems of Linear Equations Graphing
Systems of Linear Equations Graphing
 
System of linear equations
System of linear equationsSystem of linear equations
System of linear equations
 
Tutorial linear equations and linear inequalities
Tutorial linear equations and linear inequalitiesTutorial linear equations and linear inequalities
Tutorial linear equations and linear inequalities
 
linear equation in 2 variables
linear equation in 2 variableslinear equation in 2 variables
linear equation in 2 variables
 
Linear equtions with one variable
Linear equtions with one variableLinear equtions with one variable
Linear equtions with one variable
 
Linear Equation In one variable class 7
 Linear Equation In one variable class 7 Linear Equation In one variable class 7
Linear Equation In one variable class 7
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equations
 
Solving linear equation in one variable
Solving linear equation in one variableSolving linear equation in one variable
Solving linear equation in one variable
 
LINEAR EQUATION IN TWO VARIABLES
LINEAR EQUATION IN TWO VARIABLESLINEAR EQUATION IN TWO VARIABLES
LINEAR EQUATION IN TWO VARIABLES
 
Linear Equation in one variables 3
Linear Equation in one variables 3Linear Equation in one variables 3
Linear Equation in one variables 3
 
5.4 write linear equations in standard form day 1
5.4 write linear equations in standard form   day 15.4 write linear equations in standard form   day 1
5.4 write linear equations in standard form day 1
 
Linear Equations
Linear EquationsLinear Equations
Linear Equations
 
Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)
 
Linear equations in 2 variables
Linear equations in 2 variables Linear equations in 2 variables
Linear equations in 2 variables
 

Similar to 0.3.e,ine,det.

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
 
Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Rai University
 
Simplifying Expressions and Solving Linear Equations
Simplifying Expressions and Solving Linear EquationsSimplifying Expressions and Solving Linear Equations
Simplifying Expressions and Solving Linear Equationswbgillamjr
 
Linear equations
Linear equationsLinear equations
Linear equationsNisarg Amin
 
Class xii practice questions
Class xii practice questionsClass xii practice questions
Class xii practice questionsindu psthakur
 
chapter1_part2.pdf
chapter1_part2.pdfchapter1_part2.pdf
chapter1_part2.pdfAliEb2
 
Linear inequalities
Linear inequalitiesLinear inequalities
Linear inequalitiesMark Ryder
 
Advanced algebra
Advanced algebraAdvanced algebra
Advanced algebraspark21
 
U3 08 ecuaciones
U3   08 ecuacionesU3   08 ecuaciones
U3 08 ecuacionesUNEFA Zulia
 
Polynomials And Linear Equation of Two Variables
Polynomials And Linear Equation of Two VariablesPolynomials And Linear Equation of Two Variables
Polynomials And Linear Equation of Two VariablesAnkur Patel
 
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
 
Final presentation
Final presentationFinal presentation
Final presentationpaezp
 
Linear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One VariableLinear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One Variablemisey_margarette
 
Linear equations in two variables
Linear equations in two variablesLinear equations in two variables
Linear equations in two variablesVivekNaithani3
 

Similar to 0.3.e,ine,det. (20)

Maths
MathsMaths
Maths
 
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
 
Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -
 
Simplifying Expressions and Solving Linear Equations
Simplifying Expressions and Solving Linear EquationsSimplifying Expressions and Solving Linear Equations
Simplifying Expressions and Solving Linear Equations
 
Linear equations
Linear equationsLinear equations
Linear equations
 
Class xii practice questions
Class xii practice questionsClass xii practice questions
Class xii practice questions
 
chapter1_part2.pdf
chapter1_part2.pdfchapter1_part2.pdf
chapter1_part2.pdf
 
Linear inequalities
Linear inequalitiesLinear inequalities
Linear inequalities
 
Advanced algebra
Advanced algebraAdvanced algebra
Advanced algebra
 
U3 08 ecuaciones
U3   08 ecuacionesU3   08 ecuaciones
U3 08 ecuaciones
 
Polynomials And Linear Equation of Two Variables
Polynomials And Linear Equation of Two VariablesPolynomials And Linear Equation of Two Variables
Polynomials And Linear Equation of Two Variables
 
Lesson 7
Lesson 7Lesson 7
Lesson 7
 
.
..
.
 
7 4
7 47 4
7 4
 
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
 
Final presentation
Final presentationFinal presentation
Final presentation
 
Linear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One VariableLinear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One Variable
 
Linear equations in two variables
Linear equations in two variablesLinear equations in two variables
Linear equations in two variables
 
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
 

Recently uploaded

How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Simple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdfSimple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdfstareducators107
 
21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptxJoelynRubio1
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsSandeep D Chaudhary
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
What is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptxWhat is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptxCeline George
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17Celine George
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonhttgc7rh9c
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...EADTU
 
Introduction to TechSoup’s Digital Marketing Services and Use Cases
Introduction to TechSoup’s Digital Marketing  Services and Use CasesIntroduction to TechSoup’s Digital Marketing  Services and Use Cases
Introduction to TechSoup’s Digital Marketing Services and Use CasesTechSoup
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSAnaAcapella
 
Play hard learn harder: The Serious Business of Play
Play hard learn harder:  The Serious Business of PlayPlay hard learn harder:  The Serious Business of Play
Play hard learn harder: The Serious Business of PlayPooky Knightsmith
 

Recently uploaded (20)

How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Simple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdfSimple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdf
 
21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
What is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptxWhat is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptx
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
 
Introduction to TechSoup’s Digital Marketing Services and Use Cases
Introduction to TechSoup’s Digital Marketing  Services and Use CasesIntroduction to TechSoup’s Digital Marketing  Services and Use Cases
Introduction to TechSoup’s Digital Marketing Services and Use Cases
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
 
Play hard learn harder: The Serious Business of Play
Play hard learn harder:  The Serious Business of PlayPlay hard learn harder:  The Serious Business of Play
Play hard learn harder: The Serious Business of Play
 

0.3.e,ine,det.

  • 2. Equations  An equation is a mathematical statement that has two expressions separated by an equal sign. The expression on the left side of the equal sign has the same value as the expression on the right side.  One or both of the expressions may contain variables. Solving an equation means manipulating the expressions and finding the value of the variables.  An example might be :  x=4+8 to solve this equation we would add 4 and 8 and find that x = 12.  A mathematical expression can have a variable as part of the expression. If x=3, the expression 7x + 4 becomes 7 * 3 + 4 which is equal to 21 + 4 or 25. To evaluate an expression with a variable, simply substitute the value of the variable into the expression and simplify.  A mathematical expression can have variables as part of the expression. If x=3, and y=5, the expression 7x + y - 4 becomes 7 * 3 +5 - 4 which is equal to 21 + 5 - 4 or 22. To evaluate an expression with two or more variables, substitute the value of the variables into the expression and simplify.
  • 3. Examples 1. Solve: 7x - 7 = 42 Solution: 7x - 7 = 42 7x - 7 + 7 = 42 + 7 7x = 49 (7x) / 7 = 49 / 7 x = 7 The variable needs to be isolated. To undo subtracting 7, add 7 to both sides. Adding 7 hasn't isolated the variable, so we need to continue. To undo multiplying by 7, divide both sides by 7. 2. Solve: 5(x + 2) = 25 Solution: 5(x + 2) = 25 [5(x + 2]/5 = 25/5 x + 2 = 5 x + 2 -2 = 5 -2 x = 3 The variable needs to be isolated. To undo multiplying by 5, divide by 5 on both sides. Dividing by 5 hasn't isolated the variable, so we need to continue. To undo adding 2, subtract 2, from both sides.
  • 4. Equations with Multi-variables Solve for 3x + 2y = 3 and x = 3y -10 . Solution: Replace x in the first equation with its equivalent, (3y - 10) from the second equation. 3x + 2y = 3 (Top equation. 3(3y - 10) + 2y = 3 Replaced x with (3y - 10). 9y - 30 + 2y = 3 Multiplied out. 11y = 33 Simplified. y = 3 Divide each side by 11 to get answer.) Now that y has a value, you can plug that value in either equation and find a value for x. Because the second equation has already been solved for x, it will be easier to plug 3 in for y in that equation. x = 3(3) - 10 x = 9 - 10 x = -1 . The solution is the ordered pair (- 1,3).
  • 5. Inequalities Math problems containing <, >, <=, and >= are called inequalities. A solution to any inequality is any number that makes the inequality true. On many occasions, you will be asked to show the solution to an inequality by graphing it on a number line. 1. Addition Principle for Inequalities - If a > b then a + c > b + c. Example: 1. Solve: x + 3 > 6 Solution: Using the Addition Principle, add -3 to each side of the inequality. x + 3 - 3 > 6 - 3 After simplification, x > 3. 2. Multiplication Principle for Inequalities - If a >b and c is positive, then ac > bc. If a > b and c is negative, then ac < bc (notice the sign was reversed). Example: 2. Solve: -4x < .8 Solution: Using the Multiplication Principle, multiply both sides of the inequality by -.25. Then reverse the signs. -.25(-4x) > -.25(.8) x > -.2 Absolute value becomes even more complicated when dealing with equations. However, there is a theorem that tells us how to deal with equations with absolute value and complicated inequalities. 1. If X is any expression, and b any positive number, and |X| = b it is the same as |X| = b or |X|=-b. 2. If X is any expression, and b any positive number, and |X| < b it is the same as -b < X < b. 3. If X is any expression, and b any positive number, and |X| > b it is the same as X < -b, X > b. Example: 3. Solve: |5x - 4| = 11 Solution: Use the theorem stated above to rewrite the equation. |X| = b X = 5x - 4 and b = 11 5x - 4 = 11, 5x - 4 = -11 Solve each equation using the Addition Principle and the Multiplication Principle. 5x = 15, 5x = -7 x = 3, x = -(7/5)
  • 6. Determinants With each square matrix corresponds just one number. This number is called the determinant of the matrix. The determinant of a matrix A is denoted det(A) or |A|. Now we'll define this correspondence. Determinant of a 1 x 1 matrix The determinant of the matrix is the element itself. Ex: det([-7]) = -7 Row and columns of the determinant If we say the i-th row of a determinant we mean the i-th row of the matrix corresponding with this determinant. If we say the i-th column of a determinant we mean the i-th column of the matrix corresponding with this determinant.
  • 7.  Quick References:  Determinant of a 1x1 matrix  The determinant of a 1x1 matrix is the element itself.  Determinant of a 2x2 matrix  |a b| |c d| = ad – cb  Determinant of a 3x3 matrix  The Sarrus rule : |a b c| |d e f| |g h i| = aei + bfg + cdh - ceg - afh – bdi  Cofactor of ai,j  The cofactor Ai,j is independent of the elements of the i-th row and the elements of the j-th column. The value of Ai,j = (-1)i+j.(the determinant of the sub-matrix of A, obtained from A by crossing out the i-th row and the j-th column.  Example : Take the 3 x 3 matrix A = [4 5 7] [1 2 3] [2 5 6] We calculate the cofactor corresponding with the element a1,3 = 7. We delete the first row and the third column. The cofactor A1,3 = (-1)4.(5 - 4) = 1  Determinant of a nxn matrix : Choose a fixed row value i. The determinant can be calculated emanating from the i-th row. |A| = Ai,1 . ai,1 + Ai,2 . ai,2 + Ai,3 . ai,3 + ... Ai,n . ai,n  Ai, j is the cofactor of ai,j. We say we have unfold the determinant following row i.  Example : Take the 3 x 3 matrix A = [4 5 7] [1 2 3] [2 5 6] We unfold the determinant following row 1. The three cofactors are -3 , 0 , 1. |A| = 4.(-3) + 5.0 + 7.1 = -5. We unfold the determinant following column 3. The three cofactors are 1, -10, 3. |A| = 7.1 - 3.10 + 6.3 = -5
  • 8. Properties A matrix A and its transpose have the same determinant. If we swap two columns in A, |A| changes sign. If we swap two rows in A, |A| changes sign. If we multiply a row in A by a real number r, |A| changes in r.|A| If we multiply a column in A by a real number r, |A| changes in r.|A| If a row of a determinant only consists of zeros, the determinant is 0. If a column of a determinant only consists of zeros, the determinant is 0. If a determinant has two equal rows or two equal columns, the determinant is 0. If a determinant has two proportional rows or two proportional columns, the determinant is 0. |a b c| |a b' c| |a b+b' c| |d e f|+|d e' f| = |d e+e' f| |g h i| |g h' i| |g h+h' i| A determinant does not change if we add a multiple of a row to another row. The same rule holds for columns The determinant of the identity matrix is 1. The determinant of a diagonal matrix is the product of the diagonal elements. |A|.|B| = |A.B|
  • 9. Cramer’s Rule A system of n linear equations in n unknowns is called a Cramer system if and only if the matrix formed by the coefficients is regular. There is a special method to solve such a system. This method is called Cramer's rule. We'll prove the rule for a system of 3 equations in 3 unknowns, but the rule is universal. Take, / ax + by + cz = d | a'x+ b'y + c'z = d‘ (1) a"x+ b"y + c"z = d" |a b c | with |N| = |a' b' c'| |a" b" c"| Then we have x.|N| = |xa b c | |xa' b' c'| |xa" b" c"| and using the properties of determinants |xa +by +cz b c | x.|N| = |xa'+b'y+c'z b' c'| |xa"+b"y+c"z b" c"| and appealing to (1) |d b c | x.|N| = |d' b' c'| |d" b" c"| Thus, x =|d b c | |d' b' c'| / |N| (2) |d" b" c"| Similarly, y =|a d c | |a' d' c‘|/|N| (3) |a" d" c"| z = |a b d | |a' b' d'| / |N| (4) |a" b" d"| The formulas (2), (3), (4) constitute Cramer's rule. It can be proved that this solution is the only solution of (1). Example: Solve the system in x, y and z . This system has parameter p. / p x - y + z = 0 | 6 x + y - 2z = 2 px - 2y - z = 1 We find : |N| = -4p - 18 We assume that p is not -4.5. Men find : x.|N| = -5 y.|N| = -2p + 6 z.|N| = 3p + 6 So, x = 5/(4p+18) ; y = (p- 3)/(2p+9) ; z = (3p+6)/(-4p-18)