SlideShare une entreprise Scribd logo
1  sur  9
REAL NUMBERS
Euclid’s Division Lemma And Algorithm
𝐺𝑖𝑣𝑒𝑛 𝑡𝑤𝑜 𝑝𝑜𝑠𝑖𝑡𝑖𝑣𝑒 𝑖𝑛𝑡𝑒𝑔𝑒𝑟𝑠 𝑎 𝑎𝑛𝑑 𝑏 𝑡ℎ𝑒𝑟𝑒 𝑒𝑥𝑖𝑠𝑡 𝑢𝑛𝑖𝑞𝑢𝑒 𝑖𝑛𝑡𝑒𝑔𝑒𝑟𝑠 𝑞 𝑎𝑛𝑑 𝑟 𝑠𝑎𝑡𝑖𝑠𝑓𝑦𝑖𝑛𝑔 𝑎
= 𝑏𝑞 + 𝑟, 0 ≤ 𝑟 < 𝑏
Here ,
𝑎 = 𝑑𝑖𝑣𝑖𝑑𝑒𝑛𝑑 𝑏 = 𝑑𝑖𝑣𝑖𝑠𝑜𝑟 𝑞 = 𝑞𝑢𝑜𝑡𝑒𝑖𝑛𝑡 𝑟 =
𝑟𝑒𝑚𝑎𝑖𝑛𝑑𝑒𝑟
Example
13 = 2 × 6 + 1
Euclid’s division Algorithm
 Euclid’s division Algorithm –
𝑇𝑜 𝑜𝑏𝑡𝑎𝑖𝑛 𝑡ℎ𝑒 𝐻𝐶𝐹 𝑜𝑓 𝑡𝑤𝑜 𝑝𝑜𝑠𝑖𝑡𝑖𝑣𝑒 𝑖𝑛𝑡𝑒𝑔𝑒𝑟𝑠 𝑠𝑎𝑦 𝑎 𝑎𝑛𝑑 𝑏 𝑤𝑖𝑡ℎ 𝑎
> 𝑏, 𝑓𝑜𝑙𝑙𝑜𝑤 𝑡ℎ𝑒 𝑠𝑡𝑒𝑝𝑠 𝑏𝑒𝑙𝑜𝑤 ∶
1. Apply Euclid’s division lemma to 𝑎 and 𝑏 . So , we find whole numbers , 𝑞 𝑎𝑛𝑑 𝑟
such that 𝑎 = 𝑏𝑞 + 𝑟, 0 ≤ 𝑟 < 𝑏.
2. If 𝑟 = 0 , d is the HCF of 𝑎 and 𝑏 . If 𝑟 ≠ 0 apply the division lemma to 𝑏 and 𝑟 .
3. Continue the process till the remainder is zero . The divisor at this stage will be the
required HCF .
Example :- Using Euclid’s division algorithm find the HCF of 12576 and 4052
.
Since 12576 > 4052 we apply the division lemma to 12576 and 4052 to get
12576 = 4052 × 3 + 420
Since the remainder 420 ≠ 0 , we apply the division lemma to 4052 and 420 to get
4052 = 420 × 9 + 272
We consider the new divisor 420 and new remainder 272 apply the division lemma to get
420 = 272 × 1 + 148
Now we continue this process till remainder is zero .
272 = 148 × 1 + 124
148 = 124 × 1 + 24
124 = 24 × 5 + 4
24 = 4 × 6 + 0
The remainder has now become 0 , so our procedure stops . Since the divisor at this stage is 4 ,
the HCF of 12576 and 4052 is 4 .
Fundamental Theorem of Arithmetic
𝐸𝑣𝑒𝑟𝑦 𝑐𝑜𝑚𝑝𝑜𝑠𝑖𝑡𝑒 𝑛𝑢𝑚𝑏𝑒𝑟 𝑐𝑎𝑛 𝑏𝑒 𝑒𝑥𝑝𝑟𝑒𝑠𝑠𝑒𝑑 𝑎𝑠 𝑎 𝑝𝑟𝑜𝑑𝑢𝑐𝑡 𝑜𝑓 𝑝𝑟𝑖𝑚𝑒𝑠, 𝑎𝑛𝑑
𝑡ℎ𝑖𝑠 𝑓𝑎𝑐𝑡𝑜𝑟𝑖𝑠𝑎𝑡𝑖𝑜𝑛 𝑖𝑠 𝑢𝑛𝑖𝑞𝑢𝑒 , 𝑎𝑝𝑎𝑟𝑡 𝑓𝑟𝑜𝑚 𝑡ℎ𝑒 𝑜𝑟𝑑𝑒𝑟 𝑖𝑛 𝑤ℎ𝑖𝑐ℎ 𝑡ℎ𝑒𝑦 𝑜𝑐𝑐𝑢𝑟.
Now factorise a large number say 32760
2 32760
2 16380
2 8190
3 4095
3 1365
5 455
7 91
13 13
Revisiting Irrational Numbers
𝐿𝑒𝑡 𝑝 𝑏𝑒 𝑎 𝑝𝑟𝑖𝑚𝑒 𝑛𝑢𝑚𝑏𝑒𝑟 𝑖𝑓 𝑝 𝑑𝑖𝑣𝑖𝑑𝑒𝑠 𝑎2, 𝑡ℎ𝑒𝑛 𝑝 𝑑𝑖𝑣𝑖𝑑𝑒𝑠 𝑎 , 𝑎 𝑖𝑠 𝑎 𝑝𝑜𝑠𝑖𝑡𝑖𝑣𝑒 𝑖𝑛𝑡𝑒𝑔𝑒𝑟
Theorem - 2 𝑖𝑠 𝑖𝑟𝑟𝑎𝑡𝑖𝑜𝑛𝑎𝑙.
proof
Let us assume on contrary that 2 is rational where a and b are co-prime .
→ 2 =
𝑎
𝑏
(𝑏 ≠ 0)
squaring on both sides
2
2
=
𝑎
𝑏
2
𝑏2
=
𝑎2
2
Here 2 divides 𝑎2
, so it also divides 𝑎 .
so we can write a=2c for some integer c .
Substituting for 𝑎
we get
2𝑏2
= 4c2
𝑏2
= 2c2
𝑐2
=
𝑏2
2
Here 2 divides 𝑏2 , so it also divides 𝑏 .
This creates a contradiction that a and b have no common factors other than 1 .
This contradiction has arisen because of our wrong assumption .
So we conclude that 2 is a irrational number .
Revisiting Rational numbers and their decimal expansions
Theorem
𝐿𝑒𝑡 𝑥 𝑏𝑒 𝑎 𝑟𝑎𝑡𝑖𝑜𝑛𝑎𝑙 𝑛𝑢𝑚𝑏𝑒𝑟 𝑤ℎ𝑜𝑠𝑒 𝑑𝑒𝑐𝑖𝑚𝑎𝑙 𝑒𝑥𝑝𝑎𝑛𝑠𝑖𝑜𝑛 𝑡𝑒𝑟𝑚𝑖𝑛𝑎𝑡𝑒𝑠 .
𝑇ℎ𝑒𝑛 𝑥 𝑐𝑎𝑛 𝑏𝑒 𝑒𝑥𝑝𝑟𝑒𝑠𝑠𝑒𝑑 𝑖𝑛 𝑡ℎ𝑒 𝑓𝑜𝑟𝑚
𝑝
𝑞
, 𝑤ℎ𝑒𝑟𝑒 𝑝 𝑎𝑛𝑑 𝑞 𝑎𝑟𝑒 𝑐𝑜𝑝𝑟𝑖𝑚𝑒,
𝑎𝑛𝑑 𝑡ℎ𝑒 𝑝𝑟𝑖𝑚𝑒 𝑓𝑎𝑐𝑡𝑜𝑟𝑖𝑠𝑎𝑡𝑖𝑜𝑛 𝑜𝑓 𝑞 𝑖𝑠 𝑜𝑓 𝑡ℎ𝑒 𝑓𝑜𝑟𝑚 2 𝑛
5 𝑛
, where n and m
𝑎𝑟𝑒 𝑛𝑜𝑛 − 𝑛𝑒𝑔𝑎𝑡𝑖𝑣𝑒 𝑖𝑛𝑡𝑒𝑔𝑒𝑟𝑠
Example
1.
3
8
=
3
23
2.
13
125
=
13
53
Thank You
Made by :- Amit Choube
Class :- 10th B

Contenu connexe

Tendances

Quadratic equations class 10
Quadratic equations class 10Quadratic equations class 10
Quadratic equations class 10AadhiSXA
 
Rational numbers ppt
Rational numbers pptRational numbers ppt
Rational numbers pptMathukutty1
 
CLASS X MATHS Coordinate geometry
CLASS X MATHS Coordinate geometryCLASS X MATHS Coordinate geometry
CLASS X MATHS Coordinate geometryRc Os
 
PROJECT (PPT) ON PAIR OF LINEAR EQUATIONS IN TWO VARIABLES - CLASS 10
PROJECT (PPT) ON PAIR OF LINEAR EQUATIONS IN TWO VARIABLES - CLASS 10PROJECT (PPT) ON PAIR OF LINEAR EQUATIONS IN TWO VARIABLES - CLASS 10
PROJECT (PPT) ON PAIR OF LINEAR EQUATIONS IN TWO VARIABLES - CLASS 10mayank78610
 
LINEAR EQUATION IN TWO VARIABLES PPT
LINEAR EQUATION  IN  TWO VARIABLES PPTLINEAR EQUATION  IN  TWO VARIABLES PPT
LINEAR EQUATION IN TWO VARIABLES PPTAbhishek Dev
 
Class 9th chapter 2 maths polynomials
Class 9th chapter 2 maths polynomialsClass 9th chapter 2 maths polynomials
Class 9th chapter 2 maths polynomialsSiddharth Jain
 
Linear equtions with one variable
Linear equtions with one variableLinear equtions with one variable
Linear equtions with one variableANKIT SAHOO
 
Maths Project Quadratic Equations
Maths Project Quadratic EquationsMaths Project Quadratic Equations
Maths Project Quadratic EquationsRishabh Dhakarwal
 
Linear Equation in one variable - Class 8 th Maths
Linear Equation in one variable - Class 8 th MathsLinear Equation in one variable - Class 8 th Maths
Linear Equation in one variable - Class 8 th MathsAmit Choube
 
Quadratic equation
Quadratic equation   Quadratic equation
Quadratic equation HOME!
 
PPT ON TRIANGLES FOR CLASS X
PPT ON TRIANGLES FOR CLASS XPPT ON TRIANGLES FOR CLASS X
PPT ON TRIANGLES FOR CLASS XMiku09
 
Coordinate geometry
Coordinate geometry Coordinate geometry
Coordinate geometry Anju Soman
 
Algebraic expressions and identities
Algebraic expressions and identitiesAlgebraic expressions and identities
Algebraic expressions and identitiesDeepansha Singh
 
PAIR OF LINEAR EQUATION IN TWO VARIABLE
PAIR OF LINEAR EQUATION IN TWO VARIABLEPAIR OF LINEAR EQUATION IN TWO VARIABLE
PAIR OF LINEAR EQUATION IN TWO VARIABLENaveen R
 

Tendances (20)

Quadratic equations class 10
Quadratic equations class 10Quadratic equations class 10
Quadratic equations class 10
 
Rational numbers ppt
Rational numbers pptRational numbers ppt
Rational numbers ppt
 
CLASS X MATHS Coordinate geometry
CLASS X MATHS Coordinate geometryCLASS X MATHS Coordinate geometry
CLASS X MATHS Coordinate geometry
 
PROJECT (PPT) ON PAIR OF LINEAR EQUATIONS IN TWO VARIABLES - CLASS 10
PROJECT (PPT) ON PAIR OF LINEAR EQUATIONS IN TWO VARIABLES - CLASS 10PROJECT (PPT) ON PAIR OF LINEAR EQUATIONS IN TWO VARIABLES - CLASS 10
PROJECT (PPT) ON PAIR OF LINEAR EQUATIONS IN TWO VARIABLES - CLASS 10
 
LINEAR EQUATION IN TWO VARIABLES PPT
LINEAR EQUATION  IN  TWO VARIABLES PPTLINEAR EQUATION  IN  TWO VARIABLES PPT
LINEAR EQUATION IN TWO VARIABLES PPT
 
Rational Numbers
Rational NumbersRational Numbers
Rational Numbers
 
Class 9th chapter 2 maths polynomials
Class 9th chapter 2 maths polynomialsClass 9th chapter 2 maths polynomials
Class 9th chapter 2 maths polynomials
 
Linear equtions with one variable
Linear equtions with one variableLinear equtions with one variable
Linear equtions with one variable
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Maths Project Quadratic Equations
Maths Project Quadratic EquationsMaths Project Quadratic Equations
Maths Project Quadratic Equations
 
Polynomials
PolynomialsPolynomials
Polynomials
 
IX polynomial
IX polynomialIX polynomial
IX polynomial
 
Circles IX
Circles IXCircles IX
Circles IX
 
comparing quantities
comparing quantitiescomparing quantities
comparing quantities
 
Linear Equation in one variable - Class 8 th Maths
Linear Equation in one variable - Class 8 th MathsLinear Equation in one variable - Class 8 th Maths
Linear Equation in one variable - Class 8 th Maths
 
Quadratic equation
Quadratic equation   Quadratic equation
Quadratic equation
 
PPT ON TRIANGLES FOR CLASS X
PPT ON TRIANGLES FOR CLASS XPPT ON TRIANGLES FOR CLASS X
PPT ON TRIANGLES FOR CLASS X
 
Coordinate geometry
Coordinate geometry Coordinate geometry
Coordinate geometry
 
Algebraic expressions and identities
Algebraic expressions and identitiesAlgebraic expressions and identities
Algebraic expressions and identities
 
PAIR OF LINEAR EQUATION IN TWO VARIABLE
PAIR OF LINEAR EQUATION IN TWO VARIABLEPAIR OF LINEAR EQUATION IN TWO VARIABLE
PAIR OF LINEAR EQUATION IN TWO VARIABLE
 

En vedette

CBSE Class 10 Mathematics Real Numbers Topic
CBSE Class 10 Mathematics Real Numbers TopicCBSE Class 10 Mathematics Real Numbers Topic
CBSE Class 10 Mathematics Real Numbers TopicEdvie
 
NUMBER SYSTEM CLASS-IX
NUMBER SYSTEM  CLASS-IXNUMBER SYSTEM  CLASS-IX
NUMBER SYSTEM CLASS-IXShikha Pandey
 
CBSE Class 10 Mathematics 2014 Summative Assesments 2 (SA 2 ) Question Papers...
CBSE Class 10 Mathematics 2014 Summative Assesments 2 (SA 2 ) Question Papers...CBSE Class 10 Mathematics 2014 Summative Assesments 2 (SA 2 ) Question Papers...
CBSE Class 10 Mathematics 2014 Summative Assesments 2 (SA 2 ) Question Papers...shantanu vaibhav
 
Ncert-solutions-for-class10-maths
Ncert-solutions-for-class10-mathsNcert-solutions-for-class10-maths
Ncert-solutions-for-class10-mathsncertsolutions
 
Mathematics Quiz Class 9
Mathematics Quiz Class 9Mathematics Quiz Class 9
Mathematics Quiz Class 9Samyak Jain
 
Power Distribution Overview
Power Distribution OverviewPower Distribution Overview
Power Distribution OverviewHIMADRI BANERJI
 
Maths Project on sets
Maths Project on setsMaths Project on sets
Maths Project on setsatifansari17
 
Mathematics class XI SETS
Mathematics class XI SETSMathematics class XI SETS
Mathematics class XI SETSNaveen R
 
Trigonometry, Applications of Trigonometry CBSE Class X Project
Trigonometry, Applications of Trigonometry CBSE Class X ProjectTrigonometry, Applications of Trigonometry CBSE Class X Project
Trigonometry, Applications of Trigonometry CBSE Class X ProjectSpandan Bhattacharya
 
Electrical distribution system
Electrical distribution system Electrical distribution system
Electrical distribution system Ankush Bharti
 
SET THEORY
SET THEORYSET THEORY
SET THEORYLena
 
Maths Project 11 class(SETS)
Maths Project 11 class(SETS)Maths Project 11 class(SETS)
Maths Project 11 class(SETS)Sahil Mehra
 

En vedette (13)

CBSE Class 10 Mathematics Real Numbers Topic
CBSE Class 10 Mathematics Real Numbers TopicCBSE Class 10 Mathematics Real Numbers Topic
CBSE Class 10 Mathematics Real Numbers Topic
 
NUMBER SYSTEM CLASS-IX
NUMBER SYSTEM  CLASS-IXNUMBER SYSTEM  CLASS-IX
NUMBER SYSTEM CLASS-IX
 
CBSE Class 10 Mathematics 2014 Summative Assesments 2 (SA 2 ) Question Papers...
CBSE Class 10 Mathematics 2014 Summative Assesments 2 (SA 2 ) Question Papers...CBSE Class 10 Mathematics 2014 Summative Assesments 2 (SA 2 ) Question Papers...
CBSE Class 10 Mathematics 2014 Summative Assesments 2 (SA 2 ) Question Papers...
 
Ncert-solutions-for-class10-maths
Ncert-solutions-for-class10-mathsNcert-solutions-for-class10-maths
Ncert-solutions-for-class10-maths
 
Mathematics Quiz Class 9
Mathematics Quiz Class 9Mathematics Quiz Class 9
Mathematics Quiz Class 9
 
CCC Project class ix x coordinate geometry
 CCC Project class ix x coordinate geometry CCC Project class ix x coordinate geometry
CCC Project class ix x coordinate geometry
 
Power Distribution Overview
Power Distribution OverviewPower Distribution Overview
Power Distribution Overview
 
Maths Project on sets
Maths Project on setsMaths Project on sets
Maths Project on sets
 
Mathematics class XI SETS
Mathematics class XI SETSMathematics class XI SETS
Mathematics class XI SETS
 
Trigonometry, Applications of Trigonometry CBSE Class X Project
Trigonometry, Applications of Trigonometry CBSE Class X ProjectTrigonometry, Applications of Trigonometry CBSE Class X Project
Trigonometry, Applications of Trigonometry CBSE Class X Project
 
Electrical distribution system
Electrical distribution system Electrical distribution system
Electrical distribution system
 
SET THEORY
SET THEORYSET THEORY
SET THEORY
 
Maths Project 11 class(SETS)
Maths Project 11 class(SETS)Maths Project 11 class(SETS)
Maths Project 11 class(SETS)
 

Similaire à Real numbers- class 10 mathematics

Semana 14 ecuacion cuadratica álgebra-uni ccesa007
Semana 14   ecuacion cuadratica  álgebra-uni ccesa007Semana 14   ecuacion cuadratica  álgebra-uni ccesa007
Semana 14 ecuacion cuadratica álgebra-uni ccesa007Demetrio Ccesa Rayme
 
Advanced-Differentiation-Rules.pdf
Advanced-Differentiation-Rules.pdfAdvanced-Differentiation-Rules.pdf
Advanced-Differentiation-Rules.pdfKyleBrianSLumanglas
 
P1-Chp12-Differentiation (1).pptx
P1-Chp12-Differentiation (1).pptxP1-Chp12-Differentiation (1).pptx
P1-Chp12-Differentiation (1).pptxMIhaelaCorche1
 
P1-Chp12-Differentiation (1).pptx
P1-Chp12-Differentiation (1).pptxP1-Chp12-Differentiation (1).pptx
P1-Chp12-Differentiation (1).pptxMIhaelaCorche1
 
Lesson 22: Polynomial Long Division
Lesson 22: Polynomial Long DivisionLesson 22: Polynomial Long Division
Lesson 22: Polynomial Long DivisionKevin Johnson
 
P1-Chp12-Differentiation.pptx
P1-Chp12-Differentiation.pptxP1-Chp12-Differentiation.pptx
P1-Chp12-Differentiation.pptxssusere6db97
 
Real number by G R Ahmed of KVK
Real number by G R Ahmed of KVKReal number by G R Ahmed of KVK
Real number by G R Ahmed of KVKMD. G R Ahmed
 
Lesson 10: Solving Quadratic Equations
Lesson 10: Solving Quadratic EquationsLesson 10: Solving Quadratic Equations
Lesson 10: Solving Quadratic EquationsKevin Johnson
 
X ch 1 real numbers
X  ch 1  real numbersX  ch 1  real numbers
X ch 1 real numbersAmruthaKB2
 
Numerical Techniques
Numerical TechniquesNumerical Techniques
Numerical TechniquesYasir Mahdi
 
Lesson 18: Rational Exponents
Lesson 18: Rational ExponentsLesson 18: Rational Exponents
Lesson 18: Rational ExponentsKevin Johnson
 
Lesson 3: Problem Set 4
Lesson 3: Problem Set 4Lesson 3: Problem Set 4
Lesson 3: Problem Set 4Kevin Johnson
 
Ncert Maths Class-X | Chapter-1 | Slides By MANAV |
Ncert Maths Class-X | Chapter-1 | Slides By MANAV |Ncert Maths Class-X | Chapter-1 | Slides By MANAV |
Ncert Maths Class-X | Chapter-1 | Slides By MANAV |Slides With MANAV
 

Similaire à Real numbers- class 10 mathematics (20)

Semana 14 ecuacion cuadratica álgebra-uni ccesa007
Semana 14   ecuacion cuadratica  álgebra-uni ccesa007Semana 14   ecuacion cuadratica  álgebra-uni ccesa007
Semana 14 ecuacion cuadratica álgebra-uni ccesa007
 
P1-Chp2-Quadratics.pptx
P1-Chp2-Quadratics.pptxP1-Chp2-Quadratics.pptx
P1-Chp2-Quadratics.pptx
 
Advanced-Differentiation-Rules.pdf
Advanced-Differentiation-Rules.pdfAdvanced-Differentiation-Rules.pdf
Advanced-Differentiation-Rules.pdf
 
P1-Chp12-Differentiation (1).pptx
P1-Chp12-Differentiation (1).pptxP1-Chp12-Differentiation (1).pptx
P1-Chp12-Differentiation (1).pptx
 
P1-Chp12-Differentiation (1).pptx
P1-Chp12-Differentiation (1).pptxP1-Chp12-Differentiation (1).pptx
P1-Chp12-Differentiation (1).pptx
 
Lesson 22: Polynomial Long Division
Lesson 22: Polynomial Long DivisionLesson 22: Polynomial Long Division
Lesson 22: Polynomial Long Division
 
P1-Chp12-Differentiation.pptx
P1-Chp12-Differentiation.pptxP1-Chp12-Differentiation.pptx
P1-Chp12-Differentiation.pptx
 
Real number by G R Ahmed of KVK
Real number by G R Ahmed of KVKReal number by G R Ahmed of KVK
Real number by G R Ahmed of KVK
 
Lesson 10: Solving Quadratic Equations
Lesson 10: Solving Quadratic EquationsLesson 10: Solving Quadratic Equations
Lesson 10: Solving Quadratic Equations
 
Maths project
Maths projectMaths project
Maths project
 
Maths project
Maths projectMaths project
Maths project
 
Maths project
Maths projectMaths project
Maths project
 
X ch 1 real numbers
X  ch 1  real numbersX  ch 1  real numbers
X ch 1 real numbers
 
Vedic maths 2
Vedic maths 2Vedic maths 2
Vedic maths 2
 
Real numbers
Real numbers Real numbers
Real numbers
 
Numerical Techniques
Numerical TechniquesNumerical Techniques
Numerical Techniques
 
CALCULUS 2.pptx
CALCULUS 2.pptxCALCULUS 2.pptx
CALCULUS 2.pptx
 
Lesson 18: Rational Exponents
Lesson 18: Rational ExponentsLesson 18: Rational Exponents
Lesson 18: Rational Exponents
 
Lesson 3: Problem Set 4
Lesson 3: Problem Set 4Lesson 3: Problem Set 4
Lesson 3: Problem Set 4
 
Ncert Maths Class-X | Chapter-1 | Slides By MANAV |
Ncert Maths Class-X | Chapter-1 | Slides By MANAV |Ncert Maths Class-X | Chapter-1 | Slides By MANAV |
Ncert Maths Class-X | Chapter-1 | Slides By MANAV |
 

Plus de Amit Choube

Natural vegetation and wild life
Natural vegetation  and wild lifeNatural vegetation  and wild life
Natural vegetation and wild lifeAmit Choube
 
How Do Organisms Reproduce ? - Class 10 CBSE science (BIo)
How Do Organisms Reproduce ? - Class 10 CBSE  science (BIo)How Do Organisms Reproduce ? - Class 10 CBSE  science (BIo)
How Do Organisms Reproduce ? - Class 10 CBSE science (BIo)Amit Choube
 
Julius Caesar- Summary and character sketchs of main characters.
Julius Caesar- Summary and character sketchs of main characters.Julius Caesar- Summary and character sketchs of main characters.
Julius Caesar- Summary and character sketchs of main characters.Amit Choube
 
Areas related to Circles - class 10 maths
Areas related to Circles - class 10 maths Areas related to Circles - class 10 maths
Areas related to Circles - class 10 maths Amit Choube
 
Electricity- physics class 10
Electricity- physics class 10Electricity- physics class 10
Electricity- physics class 10Amit Choube
 
Quiz on general knowledge
Quiz on general knowledgeQuiz on general knowledge
Quiz on general knowledgeAmit Choube
 
Connectors in english grammer
Connectors in english grammerConnectors in english grammer
Connectors in english grammerAmit Choube
 
Soil and its brief - class 10 geography
Soil and its brief - class 10 geography Soil and its brief - class 10 geography
Soil and its brief - class 10 geography Amit Choube
 

Plus de Amit Choube (8)

Natural vegetation and wild life
Natural vegetation  and wild lifeNatural vegetation  and wild life
Natural vegetation and wild life
 
How Do Organisms Reproduce ? - Class 10 CBSE science (BIo)
How Do Organisms Reproduce ? - Class 10 CBSE  science (BIo)How Do Organisms Reproduce ? - Class 10 CBSE  science (BIo)
How Do Organisms Reproduce ? - Class 10 CBSE science (BIo)
 
Julius Caesar- Summary and character sketchs of main characters.
Julius Caesar- Summary and character sketchs of main characters.Julius Caesar- Summary and character sketchs of main characters.
Julius Caesar- Summary and character sketchs of main characters.
 
Areas related to Circles - class 10 maths
Areas related to Circles - class 10 maths Areas related to Circles - class 10 maths
Areas related to Circles - class 10 maths
 
Electricity- physics class 10
Electricity- physics class 10Electricity- physics class 10
Electricity- physics class 10
 
Quiz on general knowledge
Quiz on general knowledgeQuiz on general knowledge
Quiz on general knowledge
 
Connectors in english grammer
Connectors in english grammerConnectors in english grammer
Connectors in english grammer
 
Soil and its brief - class 10 geography
Soil and its brief - class 10 geography Soil and its brief - class 10 geography
Soil and its brief - class 10 geography
 

Dernier

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
 
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
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
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
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 

Dernier (20)

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
 
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
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.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🔝
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
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
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 

Real numbers- class 10 mathematics

  • 2. Euclid’s Division Lemma And Algorithm 𝐺𝑖𝑣𝑒𝑛 𝑡𝑤𝑜 𝑝𝑜𝑠𝑖𝑡𝑖𝑣𝑒 𝑖𝑛𝑡𝑒𝑔𝑒𝑟𝑠 𝑎 𝑎𝑛𝑑 𝑏 𝑡ℎ𝑒𝑟𝑒 𝑒𝑥𝑖𝑠𝑡 𝑢𝑛𝑖𝑞𝑢𝑒 𝑖𝑛𝑡𝑒𝑔𝑒𝑟𝑠 𝑞 𝑎𝑛𝑑 𝑟 𝑠𝑎𝑡𝑖𝑠𝑓𝑦𝑖𝑛𝑔 𝑎 = 𝑏𝑞 + 𝑟, 0 ≤ 𝑟 < 𝑏 Here , 𝑎 = 𝑑𝑖𝑣𝑖𝑑𝑒𝑛𝑑 𝑏 = 𝑑𝑖𝑣𝑖𝑠𝑜𝑟 𝑞 = 𝑞𝑢𝑜𝑡𝑒𝑖𝑛𝑡 𝑟 = 𝑟𝑒𝑚𝑎𝑖𝑛𝑑𝑒𝑟 Example 13 = 2 × 6 + 1
  • 3. Euclid’s division Algorithm  Euclid’s division Algorithm – 𝑇𝑜 𝑜𝑏𝑡𝑎𝑖𝑛 𝑡ℎ𝑒 𝐻𝐶𝐹 𝑜𝑓 𝑡𝑤𝑜 𝑝𝑜𝑠𝑖𝑡𝑖𝑣𝑒 𝑖𝑛𝑡𝑒𝑔𝑒𝑟𝑠 𝑠𝑎𝑦 𝑎 𝑎𝑛𝑑 𝑏 𝑤𝑖𝑡ℎ 𝑎 > 𝑏, 𝑓𝑜𝑙𝑙𝑜𝑤 𝑡ℎ𝑒 𝑠𝑡𝑒𝑝𝑠 𝑏𝑒𝑙𝑜𝑤 ∶ 1. Apply Euclid’s division lemma to 𝑎 and 𝑏 . So , we find whole numbers , 𝑞 𝑎𝑛𝑑 𝑟 such that 𝑎 = 𝑏𝑞 + 𝑟, 0 ≤ 𝑟 < 𝑏. 2. If 𝑟 = 0 , d is the HCF of 𝑎 and 𝑏 . If 𝑟 ≠ 0 apply the division lemma to 𝑏 and 𝑟 . 3. Continue the process till the remainder is zero . The divisor at this stage will be the required HCF .
  • 4. Example :- Using Euclid’s division algorithm find the HCF of 12576 and 4052 . Since 12576 > 4052 we apply the division lemma to 12576 and 4052 to get 12576 = 4052 × 3 + 420 Since the remainder 420 ≠ 0 , we apply the division lemma to 4052 and 420 to get 4052 = 420 × 9 + 272 We consider the new divisor 420 and new remainder 272 apply the division lemma to get 420 = 272 × 1 + 148 Now we continue this process till remainder is zero . 272 = 148 × 1 + 124 148 = 124 × 1 + 24 124 = 24 × 5 + 4 24 = 4 × 6 + 0 The remainder has now become 0 , so our procedure stops . Since the divisor at this stage is 4 , the HCF of 12576 and 4052 is 4 .
  • 5. Fundamental Theorem of Arithmetic 𝐸𝑣𝑒𝑟𝑦 𝑐𝑜𝑚𝑝𝑜𝑠𝑖𝑡𝑒 𝑛𝑢𝑚𝑏𝑒𝑟 𝑐𝑎𝑛 𝑏𝑒 𝑒𝑥𝑝𝑟𝑒𝑠𝑠𝑒𝑑 𝑎𝑠 𝑎 𝑝𝑟𝑜𝑑𝑢𝑐𝑡 𝑜𝑓 𝑝𝑟𝑖𝑚𝑒𝑠, 𝑎𝑛𝑑 𝑡ℎ𝑖𝑠 𝑓𝑎𝑐𝑡𝑜𝑟𝑖𝑠𝑎𝑡𝑖𝑜𝑛 𝑖𝑠 𝑢𝑛𝑖𝑞𝑢𝑒 , 𝑎𝑝𝑎𝑟𝑡 𝑓𝑟𝑜𝑚 𝑡ℎ𝑒 𝑜𝑟𝑑𝑒𝑟 𝑖𝑛 𝑤ℎ𝑖𝑐ℎ 𝑡ℎ𝑒𝑦 𝑜𝑐𝑐𝑢𝑟. Now factorise a large number say 32760 2 32760 2 16380 2 8190 3 4095 3 1365 5 455 7 91 13 13
  • 6. Revisiting Irrational Numbers 𝐿𝑒𝑡 𝑝 𝑏𝑒 𝑎 𝑝𝑟𝑖𝑚𝑒 𝑛𝑢𝑚𝑏𝑒𝑟 𝑖𝑓 𝑝 𝑑𝑖𝑣𝑖𝑑𝑒𝑠 𝑎2, 𝑡ℎ𝑒𝑛 𝑝 𝑑𝑖𝑣𝑖𝑑𝑒𝑠 𝑎 , 𝑎 𝑖𝑠 𝑎 𝑝𝑜𝑠𝑖𝑡𝑖𝑣𝑒 𝑖𝑛𝑡𝑒𝑔𝑒𝑟 Theorem - 2 𝑖𝑠 𝑖𝑟𝑟𝑎𝑡𝑖𝑜𝑛𝑎𝑙. proof Let us assume on contrary that 2 is rational where a and b are co-prime . → 2 = 𝑎 𝑏 (𝑏 ≠ 0) squaring on both sides 2 2 = 𝑎 𝑏 2 𝑏2 = 𝑎2 2 Here 2 divides 𝑎2 , so it also divides 𝑎 . so we can write a=2c for some integer c .
  • 7. Substituting for 𝑎 we get 2𝑏2 = 4c2 𝑏2 = 2c2 𝑐2 = 𝑏2 2 Here 2 divides 𝑏2 , so it also divides 𝑏 . This creates a contradiction that a and b have no common factors other than 1 . This contradiction has arisen because of our wrong assumption . So we conclude that 2 is a irrational number .
  • 8. Revisiting Rational numbers and their decimal expansions Theorem 𝐿𝑒𝑡 𝑥 𝑏𝑒 𝑎 𝑟𝑎𝑡𝑖𝑜𝑛𝑎𝑙 𝑛𝑢𝑚𝑏𝑒𝑟 𝑤ℎ𝑜𝑠𝑒 𝑑𝑒𝑐𝑖𝑚𝑎𝑙 𝑒𝑥𝑝𝑎𝑛𝑠𝑖𝑜𝑛 𝑡𝑒𝑟𝑚𝑖𝑛𝑎𝑡𝑒𝑠 . 𝑇ℎ𝑒𝑛 𝑥 𝑐𝑎𝑛 𝑏𝑒 𝑒𝑥𝑝𝑟𝑒𝑠𝑠𝑒𝑑 𝑖𝑛 𝑡ℎ𝑒 𝑓𝑜𝑟𝑚 𝑝 𝑞 , 𝑤ℎ𝑒𝑟𝑒 𝑝 𝑎𝑛𝑑 𝑞 𝑎𝑟𝑒 𝑐𝑜𝑝𝑟𝑖𝑚𝑒, 𝑎𝑛𝑑 𝑡ℎ𝑒 𝑝𝑟𝑖𝑚𝑒 𝑓𝑎𝑐𝑡𝑜𝑟𝑖𝑠𝑎𝑡𝑖𝑜𝑛 𝑜𝑓 𝑞 𝑖𝑠 𝑜𝑓 𝑡ℎ𝑒 𝑓𝑜𝑟𝑚 2 𝑛 5 𝑛 , where n and m 𝑎𝑟𝑒 𝑛𝑜𝑛 − 𝑛𝑒𝑔𝑎𝑡𝑖𝑣𝑒 𝑖𝑛𝑡𝑒𝑔𝑒𝑟𝑠 Example 1. 3 8 = 3 23 2. 13 125 = 13 53
  • 9. Thank You Made by :- Amit Choube Class :- 10th B