SlideShare a Scribd company logo
1 of 14
An Overview of the Area
Problem
Finding the area could
be broken down into the
following parts:

n = number of intervals

Δx = size of intervals

i = which interval

arbitrary
x2 − x1
n

1 to n
Lower estimate → left endpoints
approximation method - LAM
Here,
x1 = 0,
n = 4, and
Δx = 0.5

n

∑ f (x)• ∆x
i=1
Upper estimate → right endpoints
approximation method - RAM
Here,
x1 = 0,
n = 4, and
Δx = 0.5

n

∑ f (x)• ∆x
i=1
Average estimate → mid
endpoints approximation method MAM
Here,
x1 = 0,
n = 4, and
Δx = 0.5

n

∑ f (x)• ∆x
i=1
At some point we will use these formulas (pg.375 and pg. 376)

At some point you may want to use this formula:
How would we find the actual area?
Area = lim An
n→∞
Example Find the area of the
region under the curve using: LAM
y = x2
∆x =

[0, 2]

n=4

2−0
= 0.5
4

A = h ×l = f (x)×∆x
A1 = f (0)×0.5 = 0
A2 = f (0.5)×0.5 = 0.125

A3 = f (1)×0.5 = 0.5
A4 = f (1.5)×0.5 = 1.125

Atotal = A1 + A2 + A3 + A4
0

0.5

1

1.5

2

Atotal = 0 + 0.125 + 0.5 +1.125 = 1.75
Example Find the area of the
region under the curve using:
RAM
y = x2 2 − 0[0, 2]
∆x =

4

= 0.5

n=4

A = h ×l = f (x)×∆x
A1 = f (0.5)×0.5 = 0.125

A2 = f (1)×0.5 = 0.5

A3 = f (1.5)×0.5 = 1.125
A4 = f (2)×0.5 = 2

Atotal = A1 + A2 + A3 + A4
0

0.5

1

1.5

2

Atotal = 0.125 + 0.5 +1.125 + 2 = 3.75
Example Find the area of the
region under the curve using: MAM
y = x2
∆x =

[0, 2]

n=4

2−0
= 0.5
4

A = h ×l = f (x)×∆x
A1 = f (0.25)×0.5 = 0.0325

A2 = f (0.75)×0.5 = 0.28125

A3 = f (1.25)×0.5 = 0.78125
A4 = f (1.75)×0.5 = 1.53125

Atotal = A1 + A2 + A3 + A4
0.25

0.75

1.25

1.75

Atotal = 0.0325 + 0.28125 + 0.78125 +1.53125 = 2.62625
The Antiderivative method for
Finding Areas

A’ (x) = f(x)
A (x)

a

x
Let’s see how that works
Example: Find the area A(x) between the
graph of f(x) = 2 and the interval [a, x] = [-1
,x], and find the derivative A’(x) of this area
function.

y =2

A = L* w
A = 2 * (x + 1)

2
A=2x+2
-1

x
x+1

A’ = 2 = f (x)
More Examples !!!
Example: Find the area A(x) between the
graph of f(x) = x + 1 and the interval [a, x] = [1 ,x], and find the derivative A’(x) of this area
function.
y=x+1
A =1/2 * b* h
x+1

A =1/2 * (x + 1) * (x + 1)
A =1/ 2 (x2 + 2x+ 1)

-1

x
x+1

A = x2/2 + x + 1/2
A’ = x + 1 = f (x)
One More Example !!!
Example: Find the area A(x) between the
graph of f(x) = 2x + 3 and the interval [a, x] =
[-1 ,x], and find the derivative A’(x) of this area
function.
y = 2x + 3
A =1/2 *( b1 + b2) * h
2x + 3

A =1/2 *[ (2x + 3) + (2*(-1) + 3) ]* (x + 1)
A =1/2 * (2x + 4) * (x + 1)
A = 1/2 * (2x2 + 6x + 4)

-1

x
x+1

A = x2 + 3x + 2
A’ =2x + 3 = f (x)

More Related Content

What's hot

Section 1-4 -- Trapezoid Rule
Section 1-4 -- Trapezoid RuleSection 1-4 -- Trapezoid Rule
Section 1-4 -- Trapezoid Rulechrismac47
 
NUMERICAL METHOD'S
NUMERICAL METHOD'SNUMERICAL METHOD'S
NUMERICAL METHOD'Ssrijanani16
 
Multiple sagement trapezoidal rule
Multiple sagement trapezoidal ruleMultiple sagement trapezoidal rule
Multiple sagement trapezoidal ruleTanmoy Debnath
 
Alg1 ch0407example4
Alg1 ch0407example4Alg1 ch0407example4
Alg1 ch0407example4amymallory
 
NUMERICAL INTEGRATION AND ITS APPLICATIONS
NUMERICAL INTEGRATION AND ITS APPLICATIONSNUMERICAL INTEGRATION AND ITS APPLICATIONS
NUMERICAL INTEGRATION AND ITS APPLICATIONSGOWTHAMGOWSIK98
 
A NEW STUDY OF TRAPEZOIDAL, SIMPSON’S1/3 AND SIMPSON’S 3/8 RULES OF NUMERICAL...
A NEW STUDY OF TRAPEZOIDAL, SIMPSON’S1/3 AND SIMPSON’S 3/8 RULES OF NUMERICAL...A NEW STUDY OF TRAPEZOIDAL, SIMPSON’S1/3 AND SIMPSON’S 3/8 RULES OF NUMERICAL...
A NEW STUDY OF TRAPEZOIDAL, SIMPSON’S1/3 AND SIMPSON’S 3/8 RULES OF NUMERICAL...mathsjournal
 
Obj. 41 Geometric Probability
Obj. 41 Geometric ProbabilityObj. 41 Geometric Probability
Obj. 41 Geometric Probabilitysmiller5
 
Quadratics Final
Quadratics FinalQuadratics Final
Quadratics Finalpelican24
 
Quadratic Functions
Quadratic FunctionsQuadratic Functions
Quadratic Functionsingroy
 
Period 4 Quadratic Funtions
Period 4 Quadratic FuntionsPeriod 4 Quadratic Funtions
Period 4 Quadratic Funtionsingroy
 
Derivation of Simpson's 1/3 rule
Derivation of Simpson's 1/3 ruleDerivation of Simpson's 1/3 rule
Derivation of Simpson's 1/3 ruleHapPy SumOn
 
7.1 area between curves
7.1 area between curves7.1 area between curves
7.1 area between curvesdicosmo178
 
Integration application (Aplikasi Integral)
Integration application (Aplikasi Integral)Integration application (Aplikasi Integral)
Integration application (Aplikasi Integral)Muhammad Luthfan
 
Numerical Differentiations Solved examples
Numerical Differentiations Solved examplesNumerical Differentiations Solved examples
Numerical Differentiations Solved examplesDevelopedia
 
Numerical Integration Project Report
Numerical Integration Project ReportNumerical Integration Project Report
Numerical Integration Project ReportMuhammad Bilal Khan
 
Lecture 8 power & exp rules
Lecture 8   power & exp rulesLecture 8   power & exp rules
Lecture 8 power & exp rulesnjit-ronbrown
 

What's hot (20)

Section 1-4 -- Trapezoid Rule
Section 1-4 -- Trapezoid RuleSection 1-4 -- Trapezoid Rule
Section 1-4 -- Trapezoid Rule
 
NUMERICAL METHOD'S
NUMERICAL METHOD'SNUMERICAL METHOD'S
NUMERICAL METHOD'S
 
weddle's rule
weddle's ruleweddle's rule
weddle's rule
 
Integration
IntegrationIntegration
Integration
 
Multiple sagement trapezoidal rule
Multiple sagement trapezoidal ruleMultiple sagement trapezoidal rule
Multiple sagement trapezoidal rule
 
Calculus 4.1-4.3
Calculus 4.1-4.3Calculus 4.1-4.3
Calculus 4.1-4.3
 
Alg1 ch0407example4
Alg1 ch0407example4Alg1 ch0407example4
Alg1 ch0407example4
 
NUMERICAL INTEGRATION AND ITS APPLICATIONS
NUMERICAL INTEGRATION AND ITS APPLICATIONSNUMERICAL INTEGRATION AND ITS APPLICATIONS
NUMERICAL INTEGRATION AND ITS APPLICATIONS
 
A NEW STUDY OF TRAPEZOIDAL, SIMPSON’S1/3 AND SIMPSON’S 3/8 RULES OF NUMERICAL...
A NEW STUDY OF TRAPEZOIDAL, SIMPSON’S1/3 AND SIMPSON’S 3/8 RULES OF NUMERICAL...A NEW STUDY OF TRAPEZOIDAL, SIMPSON’S1/3 AND SIMPSON’S 3/8 RULES OF NUMERICAL...
A NEW STUDY OF TRAPEZOIDAL, SIMPSON’S1/3 AND SIMPSON’S 3/8 RULES OF NUMERICAL...
 
Obj. 41 Geometric Probability
Obj. 41 Geometric ProbabilityObj. 41 Geometric Probability
Obj. 41 Geometric Probability
 
Quadratics Final
Quadratics FinalQuadratics Final
Quadratics Final
 
Quadratic Functions
Quadratic FunctionsQuadratic Functions
Quadratic Functions
 
Period 4 Quadratic Funtions
Period 4 Quadratic FuntionsPeriod 4 Quadratic Funtions
Period 4 Quadratic Funtions
 
Derivation of Simpson's 1/3 rule
Derivation of Simpson's 1/3 ruleDerivation of Simpson's 1/3 rule
Derivation of Simpson's 1/3 rule
 
7.1 area between curves
7.1 area between curves7.1 area between curves
7.1 area between curves
 
21 simpson's rule
21 simpson's rule21 simpson's rule
21 simpson's rule
 
Integration application (Aplikasi Integral)
Integration application (Aplikasi Integral)Integration application (Aplikasi Integral)
Integration application (Aplikasi Integral)
 
Numerical Differentiations Solved examples
Numerical Differentiations Solved examplesNumerical Differentiations Solved examples
Numerical Differentiations Solved examples
 
Numerical Integration Project Report
Numerical Integration Project ReportNumerical Integration Project Report
Numerical Integration Project Report
 
Lecture 8 power & exp rules
Lecture 8   power & exp rulesLecture 8   power & exp rules
Lecture 8 power & exp rules
 

Viewers also liked

Marinier Laird Cogsci 2008 Emotionrl Pres
Marinier Laird Cogsci 2008 Emotionrl PresMarinier Laird Cogsci 2008 Emotionrl Pres
Marinier Laird Cogsci 2008 Emotionrl Presgueste9cbbf
 
High School Assessment & Grading
High School Assessment & GradingHigh School Assessment & Grading
High School Assessment & GradingTom Schimmer
 
सत्ता की साझेदारी (power sharing Importance)
सत्ता की साझेदारी (power sharing Importance)सत्ता की साझेदारी (power sharing Importance)
सत्ता की साझेदारी (power sharing Importance)Pardeep Kumar
 
Social media Takeaways 2016
Social media Takeaways 2016Social media Takeaways 2016
Social media Takeaways 2016Ricky Musicroot
 
Motivacion del arbitro
Motivacion del arbitroMotivacion del arbitro
Motivacion del arbitroCarlos Posada
 
Final presentation powerpoint
Final presentation powerpointFinal presentation powerpoint
Final presentation powerpointjdkerk
 
Maravillas chinen apaza roberto
Maravillas chinen apaza robertoMaravillas chinen apaza roberto
Maravillas chinen apaza robertoJApon
 
5.8 rectilinear motion
5.8 rectilinear motion5.8 rectilinear motion
5.8 rectilinear motiondicosmo178
 

Viewers also liked (16)

Marinier Laird Cogsci 2008 Emotionrl Pres
Marinier Laird Cogsci 2008 Emotionrl PresMarinier Laird Cogsci 2008 Emotionrl Pres
Marinier Laird Cogsci 2008 Emotionrl Pres
 
Brecha de desarrollo
Brecha de desarrolloBrecha de desarrollo
Brecha de desarrollo
 
Vark work
Vark workVark work
Vark work
 
High School Assessment & Grading
High School Assessment & GradingHigh School Assessment & Grading
High School Assessment & Grading
 
सत्ता की साझेदारी (power sharing Importance)
सत्ता की साझेदारी (power sharing Importance)सत्ता की साझेदारी (power sharing Importance)
सत्ता की साझेदारी (power sharing Importance)
 
PR Campaign
PR CampaignPR Campaign
PR Campaign
 
Mark zuckerberg»
Mark zuckerberg»Mark zuckerberg»
Mark zuckerberg»
 
2013 xmas
2013 xmas2013 xmas
2013 xmas
 
Take a look at
Take a look atTake a look at
Take a look at
 
Social media Takeaways 2016
Social media Takeaways 2016Social media Takeaways 2016
Social media Takeaways 2016
 
Motivacion del arbitro
Motivacion del arbitroMotivacion del arbitro
Motivacion del arbitro
 
Final presentation powerpoint
Final presentation powerpointFinal presentation powerpoint
Final presentation powerpoint
 
Maravillas chinen apaza roberto
Maravillas chinen apaza robertoMaravillas chinen apaza roberto
Maravillas chinen apaza roberto
 
Conjuro
ConjuroConjuro
Conjuro
 
5.8 rectilinear motion
5.8 rectilinear motion5.8 rectilinear motion
5.8 rectilinear motion
 
Empresa Sid
Empresa SidEmpresa Sid
Empresa Sid
 

Similar to 6.1 & 6.4 an overview of the area problem area

Local linear approximation
Local linear approximationLocal linear approximation
Local linear approximationTarun Gehlot
 
Linear approximations and_differentials
Linear approximations and_differentialsLinear approximations and_differentials
Linear approximations and_differentialsTarun Gehlot
 
5.4 absolute maxima and minima
5.4 absolute maxima and minima5.4 absolute maxima and minima
5.4 absolute maxima and minimadicosmo178
 
25 surface area
25 surface area25 surface area
25 surface areamath267
 
Algebra lesson 4.2 zeroes of quadratic functions
Algebra lesson 4.2 zeroes of quadratic functionsAlgebra lesson 4.2 zeroes of quadratic functions
Algebra lesson 4.2 zeroes of quadratic functionspipamutuc
 
7.1 area between curves
7.1 area between curves7.1 area between curves
7.1 area between curvesdicosmo178
 
7.1 area between curves
7.1 area between curves7.1 area between curves
7.1 area between curvesdicosmo178
 
Final technology presentatio
Final technology presentatioFinal technology presentatio
Final technology presentatioEvaSadowski
 
Developing Expert Voices
Developing Expert VoicesDeveloping Expert Voices
Developing Expert Voicessuzanne
 
Mac2311 study guide-tcm6-49721
Mac2311 study guide-tcm6-49721Mac2311 study guide-tcm6-49721
Mac2311 study guide-tcm6-49721Glicerio Gavilan
 
maths Individual assignment on differentiation
maths Individual assignment on differentiationmaths Individual assignment on differentiation
maths Individual assignment on differentiationtenwoalex
 
Differentiation
DifferentiationDifferentiation
Differentiationtimschmitz
 

Similar to 6.1 & 6.4 an overview of the area problem area (20)

Local linear approximation
Local linear approximationLocal linear approximation
Local linear approximation
 
Linear approximations and_differentials
Linear approximations and_differentialsLinear approximations and_differentials
Linear approximations and_differentials
 
5.4 absolute maxima and minima
5.4 absolute maxima and minima5.4 absolute maxima and minima
5.4 absolute maxima and minima
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 
1552 limits graphically and nume
1552 limits graphically and nume1552 limits graphically and nume
1552 limits graphically and nume
 
Chapter 04 answers
Chapter 04 answersChapter 04 answers
Chapter 04 answers
 
25 surface area
25 surface area25 surface area
25 surface area
 
251exn
251exn251exn
251exn
 
Limit - Mohd Noor
Limit - Mohd NoorLimit - Mohd Noor
Limit - Mohd Noor
 
Algebra lesson 4.2 zeroes of quadratic functions
Algebra lesson 4.2 zeroes of quadratic functionsAlgebra lesson 4.2 zeroes of quadratic functions
Algebra lesson 4.2 zeroes of quadratic functions
 
7.1 area between curves
7.1 area between curves7.1 area between curves
7.1 area between curves
 
7.1 area between curves
7.1 area between curves7.1 area between curves
7.1 area between curves
 
Final technology presentatio
Final technology presentatioFinal technology presentatio
Final technology presentatio
 
Developing Expert Voices
Developing Expert VoicesDeveloping Expert Voices
Developing Expert Voices
 
Bisection and fixed point method
Bisection and fixed point methodBisection and fixed point method
Bisection and fixed point method
 
Mac2311 study guide-tcm6-49721
Mac2311 study guide-tcm6-49721Mac2311 study guide-tcm6-49721
Mac2311 study guide-tcm6-49721
 
maths Individual assignment on differentiation
maths Individual assignment on differentiationmaths Individual assignment on differentiation
maths Individual assignment on differentiation
 
Chap6_Sec1.ppt
Chap6_Sec1.pptChap6_Sec1.ppt
Chap6_Sec1.ppt
 
Differentiation
DifferentiationDifferentiation
Differentiation
 
Taylor series
Taylor seriesTaylor series
Taylor series
 

More from dicosmo178

8.7 numerical integration
8.7 numerical integration8.7 numerical integration
8.7 numerical integrationdicosmo178
 
8.2 integration by parts
8.2 integration by parts8.2 integration by parts
8.2 integration by partsdicosmo178
 
7.3 volumes by cylindrical shells
7.3 volumes by cylindrical shells7.3 volumes by cylindrical shells
7.3 volumes by cylindrical shellsdicosmo178
 
7.2 volumes by slicing disks and washers
7.2 volumes by slicing disks and washers7.2 volumes by slicing disks and washers
7.2 volumes by slicing disks and washersdicosmo178
 
6.5 & 6.6 & 6.9 the definite integral and the fundemental theorem of calculus...
6.5 & 6.6 & 6.9 the definite integral and the fundemental theorem of calculus...6.5 & 6.6 & 6.9 the definite integral and the fundemental theorem of calculus...
6.5 & 6.6 & 6.9 the definite integral and the fundemental theorem of calculus...dicosmo178
 
6.3 integration by substitution
6.3 integration by substitution6.3 integration by substitution
6.3 integration by substitutiondicosmo178
 
6.2 the indefinite integral
6.2 the indefinite integral 6.2 the indefinite integral
6.2 the indefinite integral dicosmo178
 
5.7 rolle's thrm & mv theorem
5.7 rolle's thrm & mv theorem5.7 rolle's thrm & mv theorem
5.7 rolle's thrm & mv theoremdicosmo178
 
5.5 optimization
5.5 optimization5.5 optimization
5.5 optimizationdicosmo178
 
5.3 curve sketching
5.3 curve sketching5.3 curve sketching
5.3 curve sketchingdicosmo178
 
5.2 first and second derivative test
5.2 first and second derivative test5.2 first and second derivative test
5.2 first and second derivative testdicosmo178
 
5.1 analysis of function i
5.1 analysis of function i5.1 analysis of function i
5.1 analysis of function idicosmo178
 
4.3 derivatives of inv erse trig. functions
4.3 derivatives of inv erse trig. functions4.3 derivatives of inv erse trig. functions
4.3 derivatives of inv erse trig. functionsdicosmo178
 
7.2 volumes by slicing disks and washers
7.2 volumes by slicing disks and washers7.2 volumes by slicing disks and washers
7.2 volumes by slicing disks and washersdicosmo178
 
8.2 integration by parts
8.2 integration by parts8.2 integration by parts
8.2 integration by partsdicosmo178
 
8.7 numerical integration
8.7 numerical integration8.7 numerical integration
8.7 numerical integrationdicosmo178
 
7.3 volumes by cylindrical shells
7.3 volumes by cylindrical shells7.3 volumes by cylindrical shells
7.3 volumes by cylindrical shellsdicosmo178
 
6.5 & 6.6 & 6.9 the definite integral and the fundemental theorem of calculus...
6.5 & 6.6 & 6.9 the definite integral and the fundemental theorem of calculus...6.5 & 6.6 & 6.9 the definite integral and the fundemental theorem of calculus...
6.5 & 6.6 & 6.9 the definite integral and the fundemental theorem of calculus...dicosmo178
 
5.8 rectilinear motion
5.8 rectilinear motion5.8 rectilinear motion
5.8 rectilinear motiondicosmo178
 
6.1 & 6.4 an overview of the area problem area
6.1 & 6.4 an overview of the area problem area6.1 & 6.4 an overview of the area problem area
6.1 & 6.4 an overview of the area problem areadicosmo178
 

More from dicosmo178 (20)

8.7 numerical integration
8.7 numerical integration8.7 numerical integration
8.7 numerical integration
 
8.2 integration by parts
8.2 integration by parts8.2 integration by parts
8.2 integration by parts
 
7.3 volumes by cylindrical shells
7.3 volumes by cylindrical shells7.3 volumes by cylindrical shells
7.3 volumes by cylindrical shells
 
7.2 volumes by slicing disks and washers
7.2 volumes by slicing disks and washers7.2 volumes by slicing disks and washers
7.2 volumes by slicing disks and washers
 
6.5 & 6.6 & 6.9 the definite integral and the fundemental theorem of calculus...
6.5 & 6.6 & 6.9 the definite integral and the fundemental theorem of calculus...6.5 & 6.6 & 6.9 the definite integral and the fundemental theorem of calculus...
6.5 & 6.6 & 6.9 the definite integral and the fundemental theorem of calculus...
 
6.3 integration by substitution
6.3 integration by substitution6.3 integration by substitution
6.3 integration by substitution
 
6.2 the indefinite integral
6.2 the indefinite integral 6.2 the indefinite integral
6.2 the indefinite integral
 
5.7 rolle's thrm & mv theorem
5.7 rolle's thrm & mv theorem5.7 rolle's thrm & mv theorem
5.7 rolle's thrm & mv theorem
 
5.5 optimization
5.5 optimization5.5 optimization
5.5 optimization
 
5.3 curve sketching
5.3 curve sketching5.3 curve sketching
5.3 curve sketching
 
5.2 first and second derivative test
5.2 first and second derivative test5.2 first and second derivative test
5.2 first and second derivative test
 
5.1 analysis of function i
5.1 analysis of function i5.1 analysis of function i
5.1 analysis of function i
 
4.3 derivatives of inv erse trig. functions
4.3 derivatives of inv erse trig. functions4.3 derivatives of inv erse trig. functions
4.3 derivatives of inv erse trig. functions
 
7.2 volumes by slicing disks and washers
7.2 volumes by slicing disks and washers7.2 volumes by slicing disks and washers
7.2 volumes by slicing disks and washers
 
8.2 integration by parts
8.2 integration by parts8.2 integration by parts
8.2 integration by parts
 
8.7 numerical integration
8.7 numerical integration8.7 numerical integration
8.7 numerical integration
 
7.3 volumes by cylindrical shells
7.3 volumes by cylindrical shells7.3 volumes by cylindrical shells
7.3 volumes by cylindrical shells
 
6.5 & 6.6 & 6.9 the definite integral and the fundemental theorem of calculus...
6.5 & 6.6 & 6.9 the definite integral and the fundemental theorem of calculus...6.5 & 6.6 & 6.9 the definite integral and the fundemental theorem of calculus...
6.5 & 6.6 & 6.9 the definite integral and the fundemental theorem of calculus...
 
5.8 rectilinear motion
5.8 rectilinear motion5.8 rectilinear motion
5.8 rectilinear motion
 
6.1 & 6.4 an overview of the area problem area
6.1 & 6.4 an overview of the area problem area6.1 & 6.4 an overview of the area problem area
6.1 & 6.4 an overview of the area problem area
 

Recently uploaded

FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard37
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKJago de Vreede
 

Recently uploaded (20)

FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 

6.1 & 6.4 an overview of the area problem area

  • 1. An Overview of the Area Problem
  • 2. Finding the area could be broken down into the following parts: n = number of intervals Δx = size of intervals i = which interval arbitrary x2 − x1 n 1 to n
  • 3. Lower estimate → left endpoints approximation method - LAM Here, x1 = 0, n = 4, and Δx = 0.5 n ∑ f (x)• ∆x i=1
  • 4. Upper estimate → right endpoints approximation method - RAM Here, x1 = 0, n = 4, and Δx = 0.5 n ∑ f (x)• ∆x i=1
  • 5. Average estimate → mid endpoints approximation method MAM Here, x1 = 0, n = 4, and Δx = 0.5 n ∑ f (x)• ∆x i=1
  • 6. At some point we will use these formulas (pg.375 and pg. 376) At some point you may want to use this formula:
  • 7. How would we find the actual area? Area = lim An n→∞
  • 8. Example Find the area of the region under the curve using: LAM y = x2 ∆x = [0, 2] n=4 2−0 = 0.5 4 A = h ×l = f (x)×∆x A1 = f (0)×0.5 = 0 A2 = f (0.5)×0.5 = 0.125 A3 = f (1)×0.5 = 0.5 A4 = f (1.5)×0.5 = 1.125 Atotal = A1 + A2 + A3 + A4 0 0.5 1 1.5 2 Atotal = 0 + 0.125 + 0.5 +1.125 = 1.75
  • 9. Example Find the area of the region under the curve using: RAM y = x2 2 − 0[0, 2] ∆x = 4 = 0.5 n=4 A = h ×l = f (x)×∆x A1 = f (0.5)×0.5 = 0.125 A2 = f (1)×0.5 = 0.5 A3 = f (1.5)×0.5 = 1.125 A4 = f (2)×0.5 = 2 Atotal = A1 + A2 + A3 + A4 0 0.5 1 1.5 2 Atotal = 0.125 + 0.5 +1.125 + 2 = 3.75
  • 10. Example Find the area of the region under the curve using: MAM y = x2 ∆x = [0, 2] n=4 2−0 = 0.5 4 A = h ×l = f (x)×∆x A1 = f (0.25)×0.5 = 0.0325 A2 = f (0.75)×0.5 = 0.28125 A3 = f (1.25)×0.5 = 0.78125 A4 = f (1.75)×0.5 = 1.53125 Atotal = A1 + A2 + A3 + A4 0.25 0.75 1.25 1.75 Atotal = 0.0325 + 0.28125 + 0.78125 +1.53125 = 2.62625
  • 11. The Antiderivative method for Finding Areas A’ (x) = f(x) A (x) a x
  • 12. Let’s see how that works Example: Find the area A(x) between the graph of f(x) = 2 and the interval [a, x] = [-1 ,x], and find the derivative A’(x) of this area function. y =2 A = L* w A = 2 * (x + 1) 2 A=2x+2 -1 x x+1 A’ = 2 = f (x)
  • 13. More Examples !!! Example: Find the area A(x) between the graph of f(x) = x + 1 and the interval [a, x] = [1 ,x], and find the derivative A’(x) of this area function. y=x+1 A =1/2 * b* h x+1 A =1/2 * (x + 1) * (x + 1) A =1/ 2 (x2 + 2x+ 1) -1 x x+1 A = x2/2 + x + 1/2 A’ = x + 1 = f (x)
  • 14. One More Example !!! Example: Find the area A(x) between the graph of f(x) = 2x + 3 and the interval [a, x] = [-1 ,x], and find the derivative A’(x) of this area function. y = 2x + 3 A =1/2 *( b1 + b2) * h 2x + 3 A =1/2 *[ (2x + 3) + (2*(-1) + 3) ]* (x + 1) A =1/2 * (2x + 4) * (x + 1) A = 1/2 * (2x2 + 6x + 4) -1 x x+1 A = x2 + 3x + 2 A’ =2x + 3 = f (x)