Newton Method Computation
Summary
Learning Goals
MATLAB code is provided for students to experiment with.
Problems are set up so the student is encouraged to use graphical and analytical skills to solve problems.
Students are expected to explain their solutions in clear and precise language.
Context for Use
Description and Teaching Materials
Teaching Notes and Tips
Assessment
This project is more than just problem solving. Students are expected to write up solutions in a way that explains their thinking. Students are expected to experiment and describe their conclusions. Graphical and analytical methods should be used. Since this is a project, students should have the opportunity to submit preliminary drafts of their work for feedback.
In the end students are graded on the correctness of their work, their explanation of their thinking and on the their creativity in experimenting with Newton's Method.
For instance consider the function $f(x)= 1/(x^2+1)$. This equation has no real solutions. A graph will clearly show this. By applying newton method, the iterations will not converge. The student should see that newton will not converge because there is no root, and because of the graph of $f(x)$ the iterates will grow without bound.
References and Resources
This teaching activity was created as a part of the Teaching Computation with MATLAB Workshop held in 2023 at Carleton College.