Online Homework System |
Assignment Worksheet 3/1/22 - 10:57:14 AM CET |
Name: | ____________________________ | Class: | |
Class #: | ____________________________ | Section #: | ____________________________ |
Instructor: | Richard Dwight | Assignment: | AE2220-I exam - 28 February 2022 |
Question 1: (1 point) Consider the positive floating point number system , where , is a 15-digit significant and . This is close to the double-precision standard. What is the machine epsilon in this system (i.e.\ the smallest number which, when added to 1, gives a result distinct from 1)?
| |||||||||||||||||||||
Question 2: (1 point) Consider the floating-point system from the previous question. Newton's method is applied (in exact arithmetic) to find a root of a function . Let the initial error be , and assume Newton's method converges quadratically from here. Approximately how many iterations are required before the error is smaller than the machine epsilon of the floating-point system?
| |||||||||||||||||||||
Question 3: (1 point) The small-angle approximation for trigonometric functions is based on a Taylor expansion about , up to quadratic terms. For which angle does the approximation of have a relative error exceeding approximately ? [Note: Relative error: ]
| |||||||||||||||||||||
Question 4: (1 point) Consider an twice-continuously differentiable periodic function , with
| |||||||||||||||||||||
Question 5: (1 point) Using the property of fixed-point iterations, that they are guaranteed to converge if for , and noting that Newton is a fixed-point iteration with
| |||||||||||||||||||||
Question 6: (1 point) In the course ``Introduction to Aerospace Engineering II'' you might have encountered Kepler's equation for elliptical orbital properties: where is the mean anomaly, the eccentric anomaly and the eccentricity. Unfortunately given and the value of can not be found analytically. The iteration is used to approximate a solution, with an appropriate starting guess . For which values of is the iteration guaranteed to converge to a root, given any value of and any ?
| |||||||||||||||||||||
Question 7: (1 point) Consider the two-variable problem consisting of two scalar equations: Using Newton's method starting with , what is the estimate of the root after single iteration? [Hint: For multiple equations and variables the derivatives form a matrix.]
| |||||||||||||||||||||
Question 8: (1 point) Newton's method is used to find the root of . Given that , where is the error at iteration , what are and ? [Hint: Starting from the definition of the Newton iteration, derive an expression for the error.]
| |||||||||||||||||||||
Question 9: (1 point) Consider the nodes , and the Lagrange basis polynomial with the usual property . The function is itself approximated by a monomial basis with interpolating at distinct unspecified nodes. What is the value of ? [Hint: You only need to find the coefficient of the highest-degree term in the polynomial, which simplifies the calculation.]
| |||||||||||||||||||||
Question 10: (1 point) Consider the interpolant where . Note that the coefficients and basis functions are complex-valued, while . You are given a set of distinct nodes where is odd. For what relation between and does there exist a unique solution to the interpolation problem for any complex-valued samples ?
| |||||||||||||||||||||