SlideShare a Scribd company logo
1 of 12
Introduction to Calculus
Raymund T. de la Cruz
MAEd - Mathematics
Pure vs Applied Mathematics
Pure Mathematics - the branches of mathematics
that study and develop the principles of
mathematics for their own sake rather than for
their immediate usefulness.
Applied Mathematics - the branches of
mathematics that are involved in the study of
the physical or biological or sociological world
Pure vs Applied Mathematics
So what’s the difference?...
The difference between Pure Mathematics and
Applied Mathematics lies in application and use. Pure
Mathematics are studied with no consideration of
necessity or application; they develop the principles
of Mathematics for the sake of the principles of
Mathematics. Research in the Fibonacci Sequence is
an example of this: the Fibonacci Sequence has
almost no useful application to mankind. Applied
Mathematics, on the other hand, are studied purely
for the sake of application. Examples of this lie in
Economics, Computer Science, and Engineering.
Review of basic mathematics concept and definition
used in numerical analysis…
EXPONENTS
Simplify the following.
(a) 𝑥6 𝑥−3 (b) (𝑥−2 𝑦3)4 (c)
𝑥−1 𝑦2
𝑧−3 (d) (2𝑥2)−3 𝑦4 ÷ (𝑥−1 𝑦)2
ALGEBRAIC IDENTITIES & ALGEBRAIC EXPRESSIONS
(a) Expand 𝑥2 + 1 + 7 ( 𝑥2 + 1 − 7)
(b) Simplify
𝑥2−𝑥−6
𝑥2−6𝑥+9
SOLVING LINEAR EQUATIONS
(a) Solve 3𝑥 − 5 = 2 7 − 𝑥
(b) Solve 2 𝑥 + 4 = 7𝑥 + 2
Review of basic mathematics concept and definition
used in numerical analysis…
SOLVING QUADRATIC EQUATIONS
Solve the following:
(a) 𝑥2 + 2𝑥 − 15 = 0 (b) 2𝑥2 − 9𝑥 + 10 = 0
SOLVING LINEAR INEQUALITIES
Solve the following:
(a) 2𝑥 + 1 > 7(𝑥 + 3) (b) 3 𝑥 − 5 ≤ 7𝑥 + 1
SOLVING QUADRATIC INEQUALITIES
Solve the following:
(a) 𝑥2 + 3𝑥 − 10 < 0 (b) 𝑥2 + 8 ≥ 6𝑥
Review of basic mathematics concept and definition
used in numerical analysis…
SETS
A. Let A = {2, 3, 5}, B = {2, 5, 6, 8}, and C = {1, 2, 3}. Find the following sets.
(1) A ∩ B (2) A ∪ B (3) (A ∩ B) ∪ C
B. Let 𝑈 = 1, 2, 3, … , 12 and let
A = {𝑥 ∈ 𝑈: 𝑥 is a prime number}
B = {𝑥 ∈ 𝑈: 𝑥 is an even number}
C = {𝑥 ∈ 𝑈: 𝑥 is divisible by 3}.
(1) (A ∩ C) ∪ (B ∩ C) (2) (A ∪ B)’ (3) A’ ∩ B’
Graphical representation of different types of the
rectangular coordinate and polar coordinate system…
A RECTANGULAR COORDINATE SYSTEM consists of two perpendicular real number lines
called coordinate axes, that intersect at their origins. Generally one line is horizontal
and called the x-axis, and the other is vertical called the y-axis. The axes divide the
coordinate plane into four parts, called quadrants. Points on the axes are not in any
quadrant.
A ONE-TO-ONE CORRESPONDENCE exists between ordered pairs of numbers (𝑎, 𝑏) and
points in the coordinate plane. Thus,
1. To each point 𝑃 there corresponds an ordered pair of numbers (𝑎, 𝑏) called
coordinates of 𝑃, 𝑎 is called the abscissa; 𝑏 is called the ordinate.
2. To each ordered pair of numbers there corresponds a point, called the graph of the
ordered pair.
𝑃(𝑎, 𝑏)
THE DISTANCE BETWEEN TWO POINTS 𝑃1(𝑥1, 𝑦1) and 𝑃2(𝑥2, 𝑦2) in the plane coordinate
system is given by the distance formula:
𝑑 𝑃1, 𝑃2 = (𝑥2 − 𝑥1)2 + (𝑦2 − 𝑦1)2
Example: Find the distance between (3, -2) and (5, 3).
𝑑 = (3 + 2)2 + (5 − 3)2
𝑑 = 25 + 4
𝑑 = 29
𝑄𝐼V(+,-)𝑄𝐼II(-,-)
𝑄𝐼𝐼(-,+) 𝑄𝐼(+,+)
𝑥
𝑦
THE GRAPH OF AN EQUATION in two variables is the graph of its solution set, that is, of all
ordered pairs (𝑎, 𝑏) that satisfy the equation. Since there are ordinarily an infinite
number of solutions, a sketch of the graph is generally sufficient.
INTERCEPTS: The coordinate of the points where the graph of an equation crosses the
x-axis or y-axis. To find the x-intercept, set y = 0 and solve for x and to find the
y-intercept, set x = 0 and solve for y.
Example: Find the intercepts of the graph of the equation 𝑦 = 4 − 𝑥2.
Set x = 0; then 𝑦 = 4 − 02 = 4. Hence the y-intercept is 4.
Set y = 0. If 0 = 4 − 𝑥2, then 𝑥2 = 4; thus 𝑥 = ±2. Hence 2 & -2 are the x-intercepts.
THE MIDPOINT OF A LINE SEGMENT with endpoints 𝑃1(𝑥1, 𝑦1) and 𝑃2(𝑥2, 𝑦2) is given by
the midpoint formula.
Midpoint of 𝑃1 𝑃2 = (
𝑥1+𝑥2
2
,
𝑦1+𝑦2
2
)
Example: Find the midpoint between (6, -3) and (4, -5).
Midpoint =
6+4
2
,
−3+ −5
2
= (5, −4)
A point P in the Cartesian plane can be described, apart from using the known
coordinates (x, y), by polar coordinates (r, θ ), which are defined as follows. Denote
by r the distance of P from the origin O. If r > 0 we let θ be the angle, measured in
radians up to multiples of 2π, between the positive x-axis and the half-line
emanating from O and passing through P.
𝑥
𝑦
𝑂
𝑃 = (𝑥, 𝑦)
𝑟
𝜃
It is common to choose θ in (−π, π], or in [0, 2π). When r = 0, P coincides with the
origin, and θ may be any number.
The passage from polar coordinates (r, θ) to Cartesian coordinates (x, y) is given by
x = r cos θ , y = r sin θ .
Example:
1. Let 𝑃 have Cartesian coordinates (𝑥, 𝑦) = 6 2, 2 6 .
𝑟 = 72 + 24 = 96 = 4 6
As 𝑥 > 0, 𝜃 = 𝑎𝑟𝑐𝑡𝑎𝑛
2 6
6 2
= 𝑎𝑟𝑐𝑡𝑎𝑛
3
3
=
𝜋
6
.
The polar coordinates of 𝑃 are then 𝑟, 𝜃 = 4 6,
𝜋
6
.
2. Take 𝑃 of polar coordinates 𝑟, 𝜃 = 4,
2
3
𝜋 this time; in the Cartesian system
𝑥 = 4𝑐𝑜𝑠
2
3
𝜋 = 4 cos 𝜋 −
𝜋
3
= −4𝑐𝑜𝑠
𝜋
3
= −2.
y = 4𝑠𝑖𝑛
2
3
𝜋 = 4 sin 𝜋 −
𝜋
3
= 4𝑠𝑖𝑛
𝜋
3
= 2 3.
EXERCISES:
A. Find the distance between the following pair of points in the plane coordinate system.
1. (-3, 4) and (-5, -1) 2. (6, 2) and (-2, 3) 3. (1, -5) and (-2, 2)
B. Determine the intercepts of the given equations.
1. 2𝑥 + 3𝑦 = −4 2. 𝑦 − 5 = 3𝑥 3. 𝑦 = 𝑥2 − 36
C. Determine the midpoint from the given endpoints of a line.
1. (-4, 7) and (6, -3) 2. (1, 11) and (-3, -3) 3. (
3
2
, 4) and
4
3
,
1
2
D. Find the polar coordinates of the following points in the plane:
1. (5 6, 5 2) 2. (−5 6, 5 2)
E. Find the rectangular coordinates from the given polar coordinates:
1. (2,
𝜋
2
) 2. ( 20,
𝜋
4
)

More Related Content

What's hot

2.0 rectangular coordinate system t
2.0 rectangular coordinate system t2.0 rectangular coordinate system t
2.0 rectangular coordinate system tmath260
 
5.3 geometric sequences
5.3 geometric sequences5.3 geometric sequences
5.3 geometric sequencesmath123c
 
6.2 solve quadratic equations by graphing
6.2 solve quadratic equations by graphing6.2 solve quadratic equations by graphing
6.2 solve quadratic equations by graphingJessica Garcia
 
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
 
5 3 the graphs of quadratic equations-x
5 3 the graphs of quadratic equations-x5 3 the graphs of quadratic equations-x
5 3 the graphs of quadratic equations-xmath123b
 
Introduction to coordinate geometry
Introduction to coordinate geometryIntroduction to coordinate geometry
Introduction to coordinate geometryjoannahstevens
 
Geometry (Grid & section formula)
Geometry (Grid & section formula)Geometry (Grid & section formula)
Geometry (Grid & section formula)itutor
 
Function and their graphs ppt
Function and their graphs pptFunction and their graphs ppt
Function and their graphs pptFarhana Shaheen
 
Analytic geometry lecture2
Analytic geometry lecture2Analytic geometry lecture2
Analytic geometry lecture2admercano101
 
Remainder and Factor Theorem
Remainder and Factor TheoremRemainder and Factor Theorem
Remainder and Factor TheoremTrish Hammond
 
Factor theorem solving cubic equations
Factor theorem solving cubic equationsFactor theorem solving cubic equations
Factor theorem solving cubic equationsAng Choon Cheng
 
CMSC 56 | Lecture 17: Matrices
CMSC 56 | Lecture 17: MatricesCMSC 56 | Lecture 17: Matrices
CMSC 56 | Lecture 17: Matricesallyn joy calcaben
 

What's hot (19)

2.0 rectangular coordinate system t
2.0 rectangular coordinate system t2.0 rectangular coordinate system t
2.0 rectangular coordinate system t
 
5.3 geometric sequences
5.3 geometric sequences5.3 geometric sequences
5.3 geometric sequences
 
Coordinate geometry
Coordinate geometryCoordinate geometry
Coordinate geometry
 
6.2 solve quadratic equations by graphing
6.2 solve quadratic equations by graphing6.2 solve quadratic equations by graphing
6.2 solve quadratic equations by graphing
 
Math project
Math projectMath project
Math project
 
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
 
5 3 the graphs of quadratic equations-x
5 3 the graphs of quadratic equations-x5 3 the graphs of quadratic equations-x
5 3 the graphs of quadratic equations-x
 
Introduction to coordinate geometry
Introduction to coordinate geometryIntroduction to coordinate geometry
Introduction to coordinate geometry
 
Math14 lesson 1
Math14 lesson 1Math14 lesson 1
Math14 lesson 1
 
Geometry (Grid & section formula)
Geometry (Grid & section formula)Geometry (Grid & section formula)
Geometry (Grid & section formula)
 
Lecture co1 math 21-1
Lecture co1 math 21-1Lecture co1 math 21-1
Lecture co1 math 21-1
 
Function and their graphs ppt
Function and their graphs pptFunction and their graphs ppt
Function and their graphs ppt
 
Math14 lesson 5
Math14 lesson 5Math14 lesson 5
Math14 lesson 5
 
Analytic geometry lecture2
Analytic geometry lecture2Analytic geometry lecture2
Analytic geometry lecture2
 
Remainder and Factor Theorem
Remainder and Factor TheoremRemainder and Factor Theorem
Remainder and Factor Theorem
 
Factor theorem solving cubic equations
Factor theorem solving cubic equationsFactor theorem solving cubic equations
Factor theorem solving cubic equations
 
CMSC 56 | Lecture 17: Matrices
CMSC 56 | Lecture 17: MatricesCMSC 56 | Lecture 17: Matrices
CMSC 56 | Lecture 17: Matrices
 
Remainder theorem
Remainder theoremRemainder theorem
Remainder theorem
 
Remainder theorem
Remainder theoremRemainder theorem
Remainder theorem
 

Viewers also liked

Sandalwood in Niue - An Overview
Sandalwood in Niue - An OverviewSandalwood in Niue - An Overview
Sandalwood in Niue - An OverviewYourAgri
 
Php guvenlik
Php guvenlikPhp guvenlik
Php guvenlikmerve_p
 
Γιορτή 4ης Οκτωβριου1919
Γιορτή 4ης Οκτωβριου1919Γιορτή 4ης Οκτωβριου1919
Γιορτή 4ης Οκτωβριου1919Ilias Koulalis
 
CaSt 01122015 Een kijkje in de nieuwe wereld
CaSt 01122015 Een kijkje in de nieuwe wereldCaSt 01122015 Een kijkje in de nieuwe wereld
CaSt 01122015 Een kijkje in de nieuwe wereldDr. Carl H.D. Steinmetz
 
CaSt 30092015 Utrecht Opvoeden en Radicaliseren versie2
CaSt 30092015 Utrecht Opvoeden en Radicaliseren versie2CaSt 30092015 Utrecht Opvoeden en Radicaliseren versie2
CaSt 30092015 Utrecht Opvoeden en Radicaliseren versie2Dr. Carl H.D. Steinmetz
 
CaSt 28102014 Bullies & Whipping Boys Korean School Amsterdam
CaSt 28102014 Bullies & Whipping Boys Korean School AmsterdamCaSt 28102014 Bullies & Whipping Boys Korean School Amsterdam
CaSt 28102014 Bullies & Whipping Boys Korean School AmsterdamDr. Carl H.D. Steinmetz
 
CaSt 11012016 De Nieuwe Wereld op school versie 2
CaSt 11012016 De Nieuwe Wereld op school versie 2CaSt 11012016 De Nieuwe Wereld op school versie 2
CaSt 11012016 De Nieuwe Wereld op school versie 2Dr. Carl H.D. Steinmetz
 
Jacob riis[1] (1) lol
Jacob riis[1] (1) lolJacob riis[1] (1) lol
Jacob riis[1] (1) lolmicaelalol
 
Mulleres e homes no mercado laboral
Mulleres e homes no mercado laboralMulleres e homes no mercado laboral
Mulleres e homes no mercado laboralBertaLema
 
Reporte de global de las calificaciones de todos los cursos del iv modulo i g...
Reporte de global de las calificaciones de todos los cursos del iv modulo i g...Reporte de global de las calificaciones de todos los cursos del iv modulo i g...
Reporte de global de las calificaciones de todos los cursos del iv modulo i g...Holmes Iza Sinche
 
ข่าว IT-NEWS
ข่าว IT-NEWSข่าว IT-NEWS
ข่าว IT-NEWSPor Tanyaporn
 
Php guvenlik
Php guvenlikPhp guvenlik
Php guvenlikmerve_p
 

Viewers also liked (20)

Sandalwood in Niue - An Overview
Sandalwood in Niue - An OverviewSandalwood in Niue - An Overview
Sandalwood in Niue - An Overview
 
Php guvenlik
Php guvenlikPhp guvenlik
Php guvenlik
 
Γιορτή 4ης Οκτωβριου1919
Γιορτή 4ης Οκτωβριου1919Γιορτή 4ης Οκτωβριου1919
Γιορτή 4ης Οκτωβριου1919
 
CaSt 01122015 Een kijkje in de nieuwe wereld
CaSt 01122015 Een kijkje in de nieuwe wereldCaSt 01122015 Een kijkje in de nieuwe wereld
CaSt 01122015 Een kijkje in de nieuwe wereld
 
CaSt 30092015 Utrecht Opvoeden en Radicaliseren versie2
CaSt 30092015 Utrecht Opvoeden en Radicaliseren versie2CaSt 30092015 Utrecht Opvoeden en Radicaliseren versie2
CaSt 30092015 Utrecht Opvoeden en Radicaliseren versie2
 
CaSt 28102014 Bullies & Whipping Boys Korean School Amsterdam
CaSt 28102014 Bullies & Whipping Boys Korean School AmsterdamCaSt 28102014 Bullies & Whipping Boys Korean School Amsterdam
CaSt 28102014 Bullies & Whipping Boys Korean School Amsterdam
 
CaSt 11012016 De Nieuwe Wereld op school versie 2
CaSt 11012016 De Nieuwe Wereld op school versie 2CaSt 11012016 De Nieuwe Wereld op school versie 2
CaSt 11012016 De Nieuwe Wereld op school versie 2
 
εργασια 1
εργασια 1εργασια 1
εργασια 1
 
Tobacco Control and Prevention - Public Health Agency of Catalonia
Tobacco Control and Prevention - Public Health Agency of Catalonia Tobacco Control and Prevention - Public Health Agency of Catalonia
Tobacco Control and Prevention - Public Health Agency of Catalonia
 
Trastornos por deterioro cognitivo griselda
Trastornos por deterioro cognitivo griseldaTrastornos por deterioro cognitivo griselda
Trastornos por deterioro cognitivo griselda
 
Education POG GGZ for InHolland
Education POG GGZ for InHollandEducation POG GGZ for InHolland
Education POG GGZ for InHolland
 
Jacob riis[1] (1) lol
Jacob riis[1] (1) lolJacob riis[1] (1) lol
Jacob riis[1] (1) lol
 
Mulleres e homes no mercado laboral
Mulleres e homes no mercado laboralMulleres e homes no mercado laboral
Mulleres e homes no mercado laboral
 
3 g by pasha
3 g by pasha3 g by pasha
3 g by pasha
 
Ca st 04042014 expats at stake
Ca st 04042014 expats at stakeCa st 04042014 expats at stake
Ca st 04042014 expats at stake
 
Reporte de global de las calificaciones de todos los cursos del iv modulo i g...
Reporte de global de las calificaciones de todos los cursos del iv modulo i g...Reporte de global de las calificaciones de todos los cursos del iv modulo i g...
Reporte de global de las calificaciones de todos los cursos del iv modulo i g...
 
Social media plan
Social media planSocial media plan
Social media plan
 
Dharmendra maharana
Dharmendra maharanaDharmendra maharana
Dharmendra maharana
 
ข่าว IT-NEWS
ข่าว IT-NEWSข่าว IT-NEWS
ข่าว IT-NEWS
 
Php guvenlik
Php guvenlikPhp guvenlik
Php guvenlik
 

Similar to Math Analysis I

Linear equation in 2 variables
Linear equation in 2 variablesLinear equation in 2 variables
Linear equation in 2 variablesavb public school
 
2.1 Rectangular Coordinate Systems
2.1 Rectangular Coordinate Systems2.1 Rectangular Coordinate Systems
2.1 Rectangular Coordinate Systemssmiller5
 
A Probabilistic Algorithm for Computation of Polynomial Greatest Common with ...
A Probabilistic Algorithm for Computation of Polynomial Greatest Common with ...A Probabilistic Algorithm for Computation of Polynomial Greatest Common with ...
A Probabilistic Algorithm for Computation of Polynomial Greatest Common with ...mathsjournal
 
Class 10 mathematics compendium
Class 10 mathematics compendiumClass 10 mathematics compendium
Class 10 mathematics compendiumAPEX INSTITUTE
 
Lecture 1.2 quadratic functions
Lecture 1.2 quadratic functionsLecture 1.2 quadratic functions
Lecture 1.2 quadratic functionsnarayana dash
 
Class 11 chapters 9, 10, 11
Class 11 chapters 9, 10, 11Class 11 chapters 9, 10, 11
Class 11 chapters 9, 10, 11KarunaGupta1982
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSRai University
 
NA_Lecture-7.pdf
NA_Lecture-7.pdfNA_Lecture-7.pdf
NA_Lecture-7.pdfRayhan331
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSRai University
 
Advanced algebra
Advanced algebraAdvanced algebra
Advanced algebraspark21
 
1- Matrices and their Applications.pdf
1- Matrices and their Applications.pdf1- Matrices and their Applications.pdf
1- Matrices and their Applications.pdfd00a7ece
 
chapter1_part2.pdf
chapter1_part2.pdfchapter1_part2.pdf
chapter1_part2.pdfAliEb2
 
2.1 Rectangular Coordinates
2.1 Rectangular Coordinates2.1 Rectangular Coordinates
2.1 Rectangular Coordinatessmiller5
 
Lesson 9: Linear Relations and Lines
Lesson 9: Linear Relations and LinesLesson 9: Linear Relations and Lines
Lesson 9: Linear Relations and LinesKevin Johnson
 
IIT JAM Math 2022 Question Paper | Sourav Sir's Classes
IIT JAM Math 2022 Question Paper | Sourav Sir's ClassesIIT JAM Math 2022 Question Paper | Sourav Sir's Classes
IIT JAM Math 2022 Question Paper | Sourav Sir's ClassesSOURAV DAS
 
Lecture-4 Reduction of Quadratic Form.pdf
Lecture-4 Reduction of Quadratic Form.pdfLecture-4 Reduction of Quadratic Form.pdf
Lecture-4 Reduction of Quadratic Form.pdfRupesh383474
 

Similar to Math Analysis I (20)

maths 12th.pdf
maths 12th.pdfmaths 12th.pdf
maths 12th.pdf
 
Linear equation in 2 variables
Linear equation in 2 variablesLinear equation in 2 variables
Linear equation in 2 variables
 
2.1 Rectangular Coordinate Systems
2.1 Rectangular Coordinate Systems2.1 Rectangular Coordinate Systems
2.1 Rectangular Coordinate Systems
 
A Probabilistic Algorithm for Computation of Polynomial Greatest Common with ...
A Probabilistic Algorithm for Computation of Polynomial Greatest Common with ...A Probabilistic Algorithm for Computation of Polynomial Greatest Common with ...
A Probabilistic Algorithm for Computation of Polynomial Greatest Common with ...
 
Class 10 mathematics compendium
Class 10 mathematics compendiumClass 10 mathematics compendium
Class 10 mathematics compendium
 
Lecture 1.2 quadratic functions
Lecture 1.2 quadratic functionsLecture 1.2 quadratic functions
Lecture 1.2 quadratic functions
 
Class 11 chapters 9, 10, 11
Class 11 chapters 9, 10, 11Class 11 chapters 9, 10, 11
Class 11 chapters 9, 10, 11
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
 
NA_Lecture-7.pdf
NA_Lecture-7.pdfNA_Lecture-7.pdf
NA_Lecture-7.pdf
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
 
Advanced algebra
Advanced algebraAdvanced algebra
Advanced algebra
 
Lemh103
Lemh103Lemh103
Lemh103
 
Curve fitting
Curve fittingCurve fitting
Curve fitting
 
Curve fitting
Curve fittingCurve fitting
Curve fitting
 
1- Matrices and their Applications.pdf
1- Matrices and their Applications.pdf1- Matrices and their Applications.pdf
1- Matrices and their Applications.pdf
 
chapter1_part2.pdf
chapter1_part2.pdfchapter1_part2.pdf
chapter1_part2.pdf
 
2.1 Rectangular Coordinates
2.1 Rectangular Coordinates2.1 Rectangular Coordinates
2.1 Rectangular Coordinates
 
Lesson 9: Linear Relations and Lines
Lesson 9: Linear Relations and LinesLesson 9: Linear Relations and Lines
Lesson 9: Linear Relations and Lines
 
IIT JAM Math 2022 Question Paper | Sourav Sir's Classes
IIT JAM Math 2022 Question Paper | Sourav Sir's ClassesIIT JAM Math 2022 Question Paper | Sourav Sir's Classes
IIT JAM Math 2022 Question Paper | Sourav Sir's Classes
 
Lecture-4 Reduction of Quadratic Form.pdf
Lecture-4 Reduction of Quadratic Form.pdfLecture-4 Reduction of Quadratic Form.pdf
Lecture-4 Reduction of Quadratic Form.pdf
 

More from Raymundo Raymund

Application of Integration
Application of IntegrationApplication of Integration
Application of IntegrationRaymundo Raymund
 
Integration of Trigonometric Functions
Integration of Trigonometric FunctionsIntegration of Trigonometric Functions
Integration of Trigonometric FunctionsRaymundo Raymund
 
Higher Derivatives & Partial Differentiation
Higher Derivatives & Partial DifferentiationHigher Derivatives & Partial Differentiation
Higher Derivatives & Partial DifferentiationRaymundo Raymund
 
Congruence between triangles
Congruence between trianglesCongruence between triangles
Congruence between trianglesRaymundo Raymund
 
Report on differential equation
Report on differential equationReport on differential equation
Report on differential equationRaymundo Raymund
 

More from Raymundo Raymund (8)

Application of Integration
Application of IntegrationApplication of Integration
Application of Integration
 
Integration of Trigonometric Functions
Integration of Trigonometric FunctionsIntegration of Trigonometric Functions
Integration of Trigonometric Functions
 
Higher Derivatives & Partial Differentiation
Higher Derivatives & Partial DifferentiationHigher Derivatives & Partial Differentiation
Higher Derivatives & Partial Differentiation
 
Report on set theory
Report on set theoryReport on set theory
Report on set theory
 
Report on set theory
Report on set theoryReport on set theory
Report on set theory
 
Graph of linear equations
Graph of linear equationsGraph of linear equations
Graph of linear equations
 
Congruence between triangles
Congruence between trianglesCongruence between triangles
Congruence between triangles
 
Report on differential equation
Report on differential equationReport on differential equation
Report on differential equation
 

Recently uploaded

_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
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
“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
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
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
 
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
 
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
 
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
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 

Recently uploaded (20)

_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
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
“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...
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
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 ...
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
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
 
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
 
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
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
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
 

Math Analysis I

  • 1. Introduction to Calculus Raymund T. de la Cruz MAEd - Mathematics
  • 2. Pure vs Applied Mathematics Pure Mathematics - the branches of mathematics that study and develop the principles of mathematics for their own sake rather than for their immediate usefulness. Applied Mathematics - the branches of mathematics that are involved in the study of the physical or biological or sociological world
  • 3. Pure vs Applied Mathematics So what’s the difference?... The difference between Pure Mathematics and Applied Mathematics lies in application and use. Pure Mathematics are studied with no consideration of necessity or application; they develop the principles of Mathematics for the sake of the principles of Mathematics. Research in the Fibonacci Sequence is an example of this: the Fibonacci Sequence has almost no useful application to mankind. Applied Mathematics, on the other hand, are studied purely for the sake of application. Examples of this lie in Economics, Computer Science, and Engineering.
  • 4. Review of basic mathematics concept and definition used in numerical analysis… EXPONENTS Simplify the following. (a) 𝑥6 𝑥−3 (b) (𝑥−2 𝑦3)4 (c) 𝑥−1 𝑦2 𝑧−3 (d) (2𝑥2)−3 𝑦4 ÷ (𝑥−1 𝑦)2 ALGEBRAIC IDENTITIES & ALGEBRAIC EXPRESSIONS (a) Expand 𝑥2 + 1 + 7 ( 𝑥2 + 1 − 7) (b) Simplify 𝑥2−𝑥−6 𝑥2−6𝑥+9 SOLVING LINEAR EQUATIONS (a) Solve 3𝑥 − 5 = 2 7 − 𝑥 (b) Solve 2 𝑥 + 4 = 7𝑥 + 2
  • 5. Review of basic mathematics concept and definition used in numerical analysis… SOLVING QUADRATIC EQUATIONS Solve the following: (a) 𝑥2 + 2𝑥 − 15 = 0 (b) 2𝑥2 − 9𝑥 + 10 = 0 SOLVING LINEAR INEQUALITIES Solve the following: (a) 2𝑥 + 1 > 7(𝑥 + 3) (b) 3 𝑥 − 5 ≤ 7𝑥 + 1 SOLVING QUADRATIC INEQUALITIES Solve the following: (a) 𝑥2 + 3𝑥 − 10 < 0 (b) 𝑥2 + 8 ≥ 6𝑥
  • 6. Review of basic mathematics concept and definition used in numerical analysis… SETS A. Let A = {2, 3, 5}, B = {2, 5, 6, 8}, and C = {1, 2, 3}. Find the following sets. (1) A ∩ B (2) A ∪ B (3) (A ∩ B) ∪ C B. Let 𝑈 = 1, 2, 3, … , 12 and let A = {𝑥 ∈ 𝑈: 𝑥 is a prime number} B = {𝑥 ∈ 𝑈: 𝑥 is an even number} C = {𝑥 ∈ 𝑈: 𝑥 is divisible by 3}. (1) (A ∩ C) ∪ (B ∩ C) (2) (A ∪ B)’ (3) A’ ∩ B’
  • 7. Graphical representation of different types of the rectangular coordinate and polar coordinate system… A RECTANGULAR COORDINATE SYSTEM consists of two perpendicular real number lines called coordinate axes, that intersect at their origins. Generally one line is horizontal and called the x-axis, and the other is vertical called the y-axis. The axes divide the coordinate plane into four parts, called quadrants. Points on the axes are not in any quadrant. A ONE-TO-ONE CORRESPONDENCE exists between ordered pairs of numbers (𝑎, 𝑏) and points in the coordinate plane. Thus, 1. To each point 𝑃 there corresponds an ordered pair of numbers (𝑎, 𝑏) called coordinates of 𝑃, 𝑎 is called the abscissa; 𝑏 is called the ordinate. 2. To each ordered pair of numbers there corresponds a point, called the graph of the ordered pair.
  • 8. 𝑃(𝑎, 𝑏) THE DISTANCE BETWEEN TWO POINTS 𝑃1(𝑥1, 𝑦1) and 𝑃2(𝑥2, 𝑦2) in the plane coordinate system is given by the distance formula: 𝑑 𝑃1, 𝑃2 = (𝑥2 − 𝑥1)2 + (𝑦2 − 𝑦1)2 Example: Find the distance between (3, -2) and (5, 3). 𝑑 = (3 + 2)2 + (5 − 3)2 𝑑 = 25 + 4 𝑑 = 29 𝑄𝐼V(+,-)𝑄𝐼II(-,-) 𝑄𝐼𝐼(-,+) 𝑄𝐼(+,+) 𝑥 𝑦
  • 9. THE GRAPH OF AN EQUATION in two variables is the graph of its solution set, that is, of all ordered pairs (𝑎, 𝑏) that satisfy the equation. Since there are ordinarily an infinite number of solutions, a sketch of the graph is generally sufficient. INTERCEPTS: The coordinate of the points where the graph of an equation crosses the x-axis or y-axis. To find the x-intercept, set y = 0 and solve for x and to find the y-intercept, set x = 0 and solve for y. Example: Find the intercepts of the graph of the equation 𝑦 = 4 − 𝑥2. Set x = 0; then 𝑦 = 4 − 02 = 4. Hence the y-intercept is 4. Set y = 0. If 0 = 4 − 𝑥2, then 𝑥2 = 4; thus 𝑥 = ±2. Hence 2 & -2 are the x-intercepts. THE MIDPOINT OF A LINE SEGMENT with endpoints 𝑃1(𝑥1, 𝑦1) and 𝑃2(𝑥2, 𝑦2) is given by the midpoint formula. Midpoint of 𝑃1 𝑃2 = ( 𝑥1+𝑥2 2 , 𝑦1+𝑦2 2 ) Example: Find the midpoint between (6, -3) and (4, -5). Midpoint = 6+4 2 , −3+ −5 2 = (5, −4)
  • 10. A point P in the Cartesian plane can be described, apart from using the known coordinates (x, y), by polar coordinates (r, θ ), which are defined as follows. Denote by r the distance of P from the origin O. If r > 0 we let θ be the angle, measured in radians up to multiples of 2π, between the positive x-axis and the half-line emanating from O and passing through P. 𝑥 𝑦 𝑂 𝑃 = (𝑥, 𝑦) 𝑟 𝜃 It is common to choose θ in (−π, π], or in [0, 2π). When r = 0, P coincides with the origin, and θ may be any number. The passage from polar coordinates (r, θ) to Cartesian coordinates (x, y) is given by x = r cos θ , y = r sin θ .
  • 11. Example: 1. Let 𝑃 have Cartesian coordinates (𝑥, 𝑦) = 6 2, 2 6 . 𝑟 = 72 + 24 = 96 = 4 6 As 𝑥 > 0, 𝜃 = 𝑎𝑟𝑐𝑡𝑎𝑛 2 6 6 2 = 𝑎𝑟𝑐𝑡𝑎𝑛 3 3 = 𝜋 6 . The polar coordinates of 𝑃 are then 𝑟, 𝜃 = 4 6, 𝜋 6 . 2. Take 𝑃 of polar coordinates 𝑟, 𝜃 = 4, 2 3 𝜋 this time; in the Cartesian system 𝑥 = 4𝑐𝑜𝑠 2 3 𝜋 = 4 cos 𝜋 − 𝜋 3 = −4𝑐𝑜𝑠 𝜋 3 = −2. y = 4𝑠𝑖𝑛 2 3 𝜋 = 4 sin 𝜋 − 𝜋 3 = 4𝑠𝑖𝑛 𝜋 3 = 2 3.
  • 12. EXERCISES: A. Find the distance between the following pair of points in the plane coordinate system. 1. (-3, 4) and (-5, -1) 2. (6, 2) and (-2, 3) 3. (1, -5) and (-2, 2) B. Determine the intercepts of the given equations. 1. 2𝑥 + 3𝑦 = −4 2. 𝑦 − 5 = 3𝑥 3. 𝑦 = 𝑥2 − 36 C. Determine the midpoint from the given endpoints of a line. 1. (-4, 7) and (6, -3) 2. (1, 11) and (-3, -3) 3. ( 3 2 , 4) and 4 3 , 1 2 D. Find the polar coordinates of the following points in the plane: 1. (5 6, 5 2) 2. (−5 6, 5 2) E. Find the rectangular coordinates from the given polar coordinates: 1. (2, 𝜋 2 ) 2. ( 20, 𝜋 4 )