0% found this document useful (0 votes)
105 views

Module 1: Introduction To Numerical Analysis Questions

This document contains 5 questions and answers related to numerical analysis concepts. Question 1 asks to write the linear approximation of the function y=e^x at x=0 and sketch the graph. Question 2 asks for the first 3 non-zero terms of the Taylor polynomial approximation of sin(x) about x=0. Question 3 uses this approximation to estimate sin(3) and Question 4 estimates the error. Question 5 represents 387 and 25 as floating point numbers and calculates their sum to illustrate rounding.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
105 views

Module 1: Introduction To Numerical Analysis Questions

This document contains 5 questions and answers related to numerical analysis concepts. Question 1 asks to write the linear approximation of the function y=e^x at x=0 and sketch the graph. Question 2 asks for the first 3 non-zero terms of the Taylor polynomial approximation of sin(x) about x=0. Question 3 uses this approximation to estimate sin(3) and Question 4 estimates the error. Question 5 represents 387 and 25 as floating point numbers and calculates their sum to illustrate rounding.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Module 1: Introduction to Numerical Analysis

Questions
Q1. Write down the linear (tangent line) approximation to y = e / at the
point x = 0, and sketch the graph of this function and the tangent line.
x 2

y = ex/2 , x = 0
Answer:
y= +1

Q2. Give the first 3 non-zero terms of the Taylor polynomial approximation to
sin x about the point x = 0.
Answer:
f(x) = sin(x) = x - + ...

Q3. Let N be the second last digit of your student number, so N = 3. Use the
Taylor polynomial of Q2 to give an approximation to sin N
Answer:
f(x) = sin(x) = x - + = 3 - + = 0.525
Q4. Using the remainder formula for the Taylor polynomial approximation, estimate
the error in your approximation to sin N.
Answer:
sin(3o) = 0.0523
Q5 Represent the numbers 387 and 25 as floating point numbers and illustrate the
calculation of 387+25, using rounding. What is the calculated sum?
Answer:
+.39 x 103
+.02 x 103
+.41 x 103
Calculated sum is 412

You might also like