Solutions Manual to Accompany An Introduction to Numerical Methods and Analysis. James F. Epperson

Чтение книги онлайн.

Читать онлайн книгу Solutions Manual to Accompany An Introduction to Numerical Methods and Analysis - James F. Epperson страница 6

Solutions Manual to Accompany An Introduction to Numerical Methods and Analysis - James F. Epperson

Скачать книгу

Office 111 River Street, Hoboken, NJ 07030, USA

      For details of our global editorial offices, customer services, and more information about Wiley products visit us at www.wiley.com.

      Wiley also publishes its books in a variety of electronic formats and by print‐on‐demand. Some content that appears in standard print versions of this book may not be available in other formats.

      Limit of Liability/Disclaimer of Warranty While the publisher and authors have used their best efforts in preparing this work, they make no representations or warranties with respect to the accuracy or completeness of the contents of this work and specifically disclaim all warranties, including without limitation any implied warranties of merchantability or fitness for a particular purpose. No warranty may be created or extended by sales representatives, written sales materials or promotional statements for this work. The fact that an organization, website, or product is referred to in this work as a citation and/or potential source of further information does not mean that the publisher and authors endorse the information or services the organization, website, or product may provide or recommendations it may make. This work is sold with the understanding that the publisher is not engaged in rendering professional services. The advice and strategies contained herein may not be suitable for your situation. You should consult with a specialist where appropriate. Further, readers should be aware that websites listed in this work may have changed or disappeared between when this work was written and when it is read. Neither the publisher nor authors shall be liable for any loss of profit or any other commercial damages, including but not limited to special, incidental, consequential, or other damages.

      Library of Congress Cataloging‐in‐Publication Data is applied for ISBN: 9781119604532

      Cover Design: Wiley

      This manual is written for instructors, not students. It includes worked solutions for many (roughly 75%) of the problems in the text. For the computational exercises I have given the output generated by my program, or sometimes a program listing. Most of the programming was done in MATLAB, some in FORTRAN. (The author is well aware that FORTRAN is archaic, but there is a lot of “legacy code” in FORTRAN, and the author believes there is value in learning a new language, even an archaic one.) When the text has a series of exercises that are obviously similar and have similar solutions, then sometimes only one of these problems has a worked solution included. When computational results are asked for a series of similar functions or problems, only a subset of solutions are reported, largely for the sake of brevity. Some exercises that simply ask the student to perform a straightforward computation are skipped. Exercises that repeat the same computation but with a different method are also often skipped, as are exercises that ask the student to “verify” a straight‐forward computation.

      Some of the exercises were designed to be open-ended and almost “essay‐like.” For these exercises, the only solution typically provided is a short hint or brief outline of the kind of discussion anticipated by the author.

      In many exercises the student needs to construct an upper bound on a derivative of some function in order to determine how small a parameter has to be to achieve a desired level of accuracy. For many of the solutions this was done using a computer algebra package and the details are not given.

      Students who acquire a copy of this manual in order to obtain worked solutions to homework problems should be aware that none of the solutions are given in enough detail to earn full credit from an instructor.

      The author freely admits the potential for error in any of these solutions, especially since many of the exercises were modified after the final version of the text was submitted to the publisher and because the ordering of the exercises was changed between editions. While we tried to make all the appropriate corrections, the possibility of error is still present, and undoubtedly the author's responsibility.

      Because much of the manual was constructed by doing “copy‐and‐paste” from the files for the text, the enumeration of many tables and figures will be different. I have tried to note what the number is in the text, but certainly may have missed some instances.

      Suggestions for new exercises and corrections to these solutions are very welcome. Contact the author at [email protected] or [email protected] .

      Differences from the text The text itself went through a copy‐editing process after this manual was completed. As was to be expected, the wording of several problems was slightly changed. None of these changes should affect the problem in terms of what is expected of students; the vast majority of the changes were to replace “previous problem” (a bad habit of mine) with “Problem X.Y” (which I should have done on my own, in the first place). Some punctuation was also changed. The point of adding this note is to explain the textual differences which might be noticed between the text and this manual. If something needs clarification, please contact me at the above email.

      1.1 BASIC TOOLS OF CALCULUS

      Exercises:

      1 1. Show that the third‐order Taylor polynomial for , about , isSolution: We have andso that , , . Therefore,

      1 2. What is the third‐order Taylor polynomial for , about ?Solution: We have andso that , , . Therefore

      2 3. What is the sixth‐order Taylor polynomial for , using ? Hint: Consider the previous problem.

      3 4. Given thatfor , where is between and 0, find an upper bound for , valid for all , that is independent of and .

      4 5. Repeat the above, but this time require that the upper bound be valid only for all .Solution: The only significant difference is the introduction of a factor of in the denominator:

      5 6. Given thatfor , where is between and 0, find an upper bound for , valid for all , that is independent of and .

      6 7. Use a Taylor polynomial to find an approximate value for that is accurate to within .Solution: There are two ways to do this. We can approximate and use , or we can approximate and use . In addition, we can be conventional and take , or we can take in order to speed convergence.The most straightforward approach (in my opinion) is to use a Taylor polynomial for about . The remainder after terms isWe quickly have thatand a little playing with a calculator shows thatbutSo we would useTo fourteen digits, , and the error is , much smaller than required.

      7 8. What is the fourth‐order Taylor polynomial for , about ?Solution: We have andso that , , . Thus,

      8 9. What is the fourth‐order Taylor polynomial for , about ?

      9 10. Find the Taylor polynomial of third‐order for , using:.Solution: We haveso;.

      10 11. For each function below construct the third‐order Taylor polynomial approximation, using , and then estimate the error by computing an upper bound on the remainder, over the given interval., ;, ;, ;, ;, .Solution:The polynomial iswith remainderThis can be bounded above, for all , byThe polynomial iswith remainderWe can't bound this for all , because of the potential division by zero.The polynomial iswith remainderThis can be bounded above, for all , byThe polynomial is the same as in (b), of course,with remainderFor all this can be bounded byThe polynomial iswith remainderThis can be bounded above, for all , byObviously,

Скачать книгу