SlideShare a Scribd company logo
1 of 10
Approximate a zero of a function using Newton’s Method
This method, named Newton’s Method, uses tangent lines to approximate the value of the x-intercepts of a function. Consider a function that is continuous on interval [a, b].  If the graph crosses the x-axis somewhere between a and b, or in other words, if f(a) and f(b) are different signs, then a tangent line crosses the x-axis at about the same location as the actual x-intercept of  f .
If f(a) and f(b) differ in sign, the intermediate value theorem guarantees at least one zero in (a, b).  Choose a value at x 1 .  Newton’s method assumes that the graph of  f  and the tangent line through (x 1 ,f(x 1 )) both cross the x-axis at about the same place.  We can calculate the x-intercept of the tangent line, then use this new x-intercept x 2  to repeat the process.
By the third x-intercept from a tangent, we are SOOOO close to the actual x-intercept for  f. Here’s the math behind things. The tangent line through (x 1 , f(x 1 )) with a slope of f’(x 1 ) is Letting y = 0 and solving for x: This new x we’ll call x 2: Repeat again and we get:  This repeated application is called Newton’s Method.
This process could be how the calculator is solving for zeros.
Isaac Newton wrote about his method in 1671 in a text called  Method of Fluxions .  It wasn’t published until 1736, and another man, Joseph Raphson published a paper in 1690 describing a method very similar to Newton’s.  So this method is often called the Newton-Raphson method. Luckily for us there is a calculator program that will apply Newton’s Method for us and count how many repeated times it is applied, the iterations. It is on the list of programs that you already have been given.
I also found a calc program for the TI-83/84 that shows all the table values and works well.  I entitled it NEWTON2, so come and get that one if you would like.  This would be especially helpful if you are planning on taking the AP Calculus exam, where they expect you to show each iteration and the values you get that way. I didn’t find one like this for TI-86, but if you find one, let me know. If each subsequent approximations approach some limit, the sequence x 1 , x 2 , x 3 , . . . X n ,. . . is said to  converge . Newton’s method doesn’t give you answers if the process doesn’t result in a convergent sequence.  One way it fails is if f’(x n ) is zero.  Usually you can overcome that by choosing a different initial guess.
Another way it fails is by having an x-intercept where the function’s derivative is not defined. Ex 3 p.231  The function: The derivative: The method: In this case,  x n  continues to increase in absolute value, switching between negative and positive, so the limit of the sequence doesn’t exist.
Condition for convergence:  for interval. For f(x) = x 2  -2, f’(x) = 2x, f”(x) = 2, So you can find zero. So you can’t find zero with Newton’s method for any interval.
3.8 p. 233/ 5-18, 21-24 (find approximations)

More Related Content

What's hot

Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson methodJayesh Ranjan
 
Newton Raphson Method
Newton Raphson MethodNewton Raphson Method
Newton Raphson MethodBarkha Gupta
 
Secent method
Secent methodSecent method
Secent methodritu1806
 
Chapter 2 solving nonlinear equations
Chapter 2 solving nonlinear equationsChapter 2 solving nonlinear equations
Chapter 2 solving nonlinear equationsssuser53ee01
 
Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2Asad Ali
 
Regulafalsi_bydinesh
Regulafalsi_bydineshRegulafalsi_bydinesh
Regulafalsi_bydineshDinesh Kumar
 
Secant Iterative method
Secant Iterative methodSecant Iterative method
Secant Iterative methodIsaac Yowetu
 
ROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONSROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONSfenil patel
 
Root Equations Methods
Root Equations MethodsRoot Equations Methods
Root Equations MethodsUIS
 
Tutorfly Review Session Math 31A
Tutorfly Review Session Math 31ATutorfly Review Session Math 31A
Tutorfly Review Session Math 31AEge Tanboga
 
31A WePrep Presentation
31A WePrep Presentation31A WePrep Presentation
31A WePrep PresentationEge Tanboga
 
NEWTON RPHSON METHOD WITH CALCULATOR TUTORIAL
NEWTON RPHSON METHOD WITH CALCULATOR TUTORIALNEWTON RPHSON METHOD WITH CALCULATOR TUTORIAL
NEWTON RPHSON METHOD WITH CALCULATOR TUTORIALVaitheeswaran Gnanaraj
 
Scribe Post 6
Scribe Post 6Scribe Post 6
Scribe Post 6MrSiwWy
 

What's hot (20)

Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
Secant method
Secant methodSecant method
Secant method
 
Newton Raphson Method
Newton Raphson MethodNewton Raphson Method
Newton Raphson Method
 
Secent method
Secent methodSecent method
Secent method
 
newton raphson method
newton raphson methodnewton raphson method
newton raphson method
 
Chapter 2 solving nonlinear equations
Chapter 2 solving nonlinear equationsChapter 2 solving nonlinear equations
Chapter 2 solving nonlinear equations
 
Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2
 
Regulafalsi_bydinesh
Regulafalsi_bydineshRegulafalsi_bydinesh
Regulafalsi_bydinesh
 
Secant Iterative method
Secant Iterative methodSecant Iterative method
Secant Iterative method
 
ROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONSROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONS
 
Root Equations Methods
Root Equations MethodsRoot Equations Methods
Root Equations Methods
 
Mah
MahMah
Mah
 
Unit4
Unit4Unit4
Unit4
 
Secant Method
Secant MethodSecant Method
Secant Method
 
Tutorfly Review Session Math 31A
Tutorfly Review Session Math 31ATutorfly Review Session Math 31A
Tutorfly Review Session Math 31A
 
31A WePrep Presentation
31A WePrep Presentation31A WePrep Presentation
31A WePrep Presentation
 
OPERATIONS RESEARCH
OPERATIONS RESEARCHOPERATIONS RESEARCH
OPERATIONS RESEARCH
 
NEWTON RPHSON METHOD WITH CALCULATOR TUTORIAL
NEWTON RPHSON METHOD WITH CALCULATOR TUTORIALNEWTON RPHSON METHOD WITH CALCULATOR TUTORIAL
NEWTON RPHSON METHOD WITH CALCULATOR TUTORIAL
 
Calc 4.6
Calc 4.6Calc 4.6
Calc 4.6
 
Scribe Post 6
Scribe Post 6Scribe Post 6
Scribe Post 6
 

Similar to Calc 3.8

Newton paper.docx
Newton  paper.docxNewton  paper.docx
Newton paper.docxnitmor1
 
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...mathsjournal
 
lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...
lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...
lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...mathsjournal
 
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...mathsjournal
 
B02110105012
B02110105012B02110105012
B02110105012theijes
 
The International Journal of Engineering and Science (The IJES)
 The International Journal of Engineering and Science (The IJES) The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...mathsjournal
 
Newton raphson halley_householder_simpleexplanation
Newton raphson halley_householder_simpleexplanationNewton raphson halley_householder_simpleexplanation
Newton raphson halley_householder_simpleexplanationmuyuubyou
 
Non linearequationsmatlab
Non linearequationsmatlabNon linearequationsmatlab
Non linearequationsmatlabsheetslibrary
 
Solution of non-linear equations
Solution of non-linear equationsSolution of non-linear equations
Solution of non-linear equationsZunAib Ali
 
Non linearequationsmatlab
Non linearequationsmatlabNon linearequationsmatlab
Non linearequationsmatlabZunAib Ali
 
Numerical Study of Some Iterative Methods for Solving Nonlinear Equations
Numerical Study of Some Iterative Methods for Solving Nonlinear EquationsNumerical Study of Some Iterative Methods for Solving Nonlinear Equations
Numerical Study of Some Iterative Methods for Solving Nonlinear Equationsinventionjournals
 
Roots of equations
Roots of equationsRoots of equations
Roots of equationsMileacre
 
Equations root
Equations rootEquations root
Equations rootMileacre
 
Roots of equations
Roots of equationsRoots of equations
Roots of equationsgilandio
 
Newton-Raphson Iteration marths 4 ntsm
Newton-Raphson Iteration marths 4 ntsmNewton-Raphson Iteration marths 4 ntsm
Newton-Raphson Iteration marths 4 ntsmNemish Bhojani
 

Similar to Calc 3.8 (20)

Newton paper.docx
Newton  paper.docxNewton  paper.docx
Newton paper.docx
 
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
 
lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...
lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...
lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...
 
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 
B02110105012
B02110105012B02110105012
B02110105012
 
The International Journal of Engineering and Science (The IJES)
 The International Journal of Engineering and Science (The IJES) The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
 
S3-3.pdf
S3-3.pdfS3-3.pdf
S3-3.pdf
 
Newton raphson halley_householder_simpleexplanation
Newton raphson halley_householder_simpleexplanationNewton raphson halley_householder_simpleexplanation
Newton raphson halley_householder_simpleexplanation
 
App8
App8App8
App8
 
Non linearequationsmatlab
Non linearequationsmatlabNon linearequationsmatlab
Non linearequationsmatlab
 
Solution of non-linear equations
Solution of non-linear equationsSolution of non-linear equations
Solution of non-linear equations
 
Non linearequationsmatlab
Non linearequationsmatlabNon linearequationsmatlab
Non linearequationsmatlab
 
Newton
NewtonNewton
Newton
 
Numerical Study of Some Iterative Methods for Solving Nonlinear Equations
Numerical Study of Some Iterative Methods for Solving Nonlinear EquationsNumerical Study of Some Iterative Methods for Solving Nonlinear Equations
Numerical Study of Some Iterative Methods for Solving Nonlinear Equations
 
Roots of equations
Roots of equationsRoots of equations
Roots of equations
 
Equations root
Equations rootEquations root
Equations root
 
Roots of equations
Roots of equationsRoots of equations
Roots of equations
 
Newton-Raphson Iteration marths 4 ntsm
Newton-Raphson Iteration marths 4 ntsmNewton-Raphson Iteration marths 4 ntsm
Newton-Raphson Iteration marths 4 ntsm
 

More from hartcher

Binomial distributions
Binomial distributionsBinomial distributions
Binomial distributionshartcher
 
10.2 using combinations and the binomial theorem
10.2 using combinations and the binomial theorem10.2 using combinations and the binomial theorem
10.2 using combinations and the binomial theoremhartcher
 
2.6b scatter plots and lines of best fit
2.6b scatter plots and lines of best fit2.6b scatter plots and lines of best fit
2.6b scatter plots and lines of best fithartcher
 
Ap and dual enrollment presentation
Ap and dual enrollment presentationAp and dual enrollment presentation
Ap and dual enrollment presentationhartcher
 
Ap and Dual Enrollment Presentation
Ap and Dual Enrollment PresentationAp and Dual Enrollment Presentation
Ap and Dual Enrollment Presentationhartcher
 
AP and Dual Enrollment Presentation
AP and Dual Enrollment PresentationAP and Dual Enrollment Presentation
AP and Dual Enrollment Presentationhartcher
 
Ap and dual enrollment presentation final
Ap and dual enrollment presentation   finalAp and dual enrollment presentation   final
Ap and dual enrollment presentation finalhartcher
 
7.4 A arc length
7.4 A arc length7.4 A arc length
7.4 A arc lengthhartcher
 
Calc 8.7 again
Calc 8.7 againCalc 8.7 again
Calc 8.7 againhartcher
 
Calc 8.7 l'hopital
Calc 8.7 l'hopitalCalc 8.7 l'hopital
Calc 8.7 l'hopitalhartcher
 

More from hartcher (20)

Binomial distributions
Binomial distributionsBinomial distributions
Binomial distributions
 
10.2 using combinations and the binomial theorem
10.2 using combinations and the binomial theorem10.2 using combinations and the binomial theorem
10.2 using combinations and the binomial theorem
 
Calc 3.4b
Calc 3.4bCalc 3.4b
Calc 3.4b
 
2.6b scatter plots and lines of best fit
2.6b scatter plots and lines of best fit2.6b scatter plots and lines of best fit
2.6b scatter plots and lines of best fit
 
Ap and dual enrollment presentation
Ap and dual enrollment presentationAp and dual enrollment presentation
Ap and dual enrollment presentation
 
Ap and Dual Enrollment Presentation
Ap and Dual Enrollment PresentationAp and Dual Enrollment Presentation
Ap and Dual Enrollment Presentation
 
AP and Dual Enrollment Presentation
AP and Dual Enrollment PresentationAP and Dual Enrollment Presentation
AP and Dual Enrollment Presentation
 
Ap and dual enrollment presentation final
Ap and dual enrollment presentation   finalAp and dual enrollment presentation   final
Ap and dual enrollment presentation final
 
7.4 A arc length
7.4 A arc length7.4 A arc length
7.4 A arc length
 
Calc 2.2b
Calc 2.2bCalc 2.2b
Calc 2.2b
 
Calc 8.7 again
Calc 8.7 againCalc 8.7 again
Calc 8.7 again
 
Calc 8.7 l'hopital
Calc 8.7 l'hopitalCalc 8.7 l'hopital
Calc 8.7 l'hopital
 
Calc 2.6
Calc 2.6Calc 2.6
Calc 2.6
 
Calc 6.1b
Calc 6.1bCalc 6.1b
Calc 6.1b
 
Calc 6.1a
Calc 6.1aCalc 6.1a
Calc 6.1a
 
Calc 7.3a
Calc 7.3aCalc 7.3a
Calc 7.3a
 
Calc 7.3b
Calc 7.3bCalc 7.3b
Calc 7.3b
 
Calc 7.2a
Calc 7.2aCalc 7.2a
Calc 7.2a
 
Calc 7.2b
Calc 7.2bCalc 7.2b
Calc 7.2b
 
Calc 7.1b
Calc 7.1bCalc 7.1b
Calc 7.1b
 

Recently uploaded

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
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
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 

Recently uploaded (20)

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 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
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 

Calc 3.8

  • 1. Approximate a zero of a function using Newton’s Method
  • 2. This method, named Newton’s Method, uses tangent lines to approximate the value of the x-intercepts of a function. Consider a function that is continuous on interval [a, b]. If the graph crosses the x-axis somewhere between a and b, or in other words, if f(a) and f(b) are different signs, then a tangent line crosses the x-axis at about the same location as the actual x-intercept of f .
  • 3. If f(a) and f(b) differ in sign, the intermediate value theorem guarantees at least one zero in (a, b). Choose a value at x 1 . Newton’s method assumes that the graph of f and the tangent line through (x 1 ,f(x 1 )) both cross the x-axis at about the same place. We can calculate the x-intercept of the tangent line, then use this new x-intercept x 2 to repeat the process.
  • 4. By the third x-intercept from a tangent, we are SOOOO close to the actual x-intercept for f. Here’s the math behind things. The tangent line through (x 1 , f(x 1 )) with a slope of f’(x 1 ) is Letting y = 0 and solving for x: This new x we’ll call x 2: Repeat again and we get: This repeated application is called Newton’s Method.
  • 5. This process could be how the calculator is solving for zeros.
  • 6. Isaac Newton wrote about his method in 1671 in a text called Method of Fluxions . It wasn’t published until 1736, and another man, Joseph Raphson published a paper in 1690 describing a method very similar to Newton’s. So this method is often called the Newton-Raphson method. Luckily for us there is a calculator program that will apply Newton’s Method for us and count how many repeated times it is applied, the iterations. It is on the list of programs that you already have been given.
  • 7. I also found a calc program for the TI-83/84 that shows all the table values and works well. I entitled it NEWTON2, so come and get that one if you would like. This would be especially helpful if you are planning on taking the AP Calculus exam, where they expect you to show each iteration and the values you get that way. I didn’t find one like this for TI-86, but if you find one, let me know. If each subsequent approximations approach some limit, the sequence x 1 , x 2 , x 3 , . . . X n ,. . . is said to converge . Newton’s method doesn’t give you answers if the process doesn’t result in a convergent sequence. One way it fails is if f’(x n ) is zero. Usually you can overcome that by choosing a different initial guess.
  • 8. Another way it fails is by having an x-intercept where the function’s derivative is not defined. Ex 3 p.231 The function: The derivative: The method: In this case, x n continues to increase in absolute value, switching between negative and positive, so the limit of the sequence doesn’t exist.
  • 9. Condition for convergence: for interval. For f(x) = x 2 -2, f’(x) = 2x, f”(x) = 2, So you can find zero. So you can’t find zero with Newton’s method for any interval.
  • 10. 3.8 p. 233/ 5-18, 21-24 (find approximations)