MCS 471 Practice Problems 3: Interpolation

Hand Calculator and Maple Calculations

Do NOT Hand In: Practice Problems ONLY!



Background Reading:

Practice Problem 3 Topics


CAUTION: These problems are just for practice and are not to be handed in. Some of these old exam problems and answers may not be relevant to your current course. Caveat Usor!

Practice Problems:

In computational problems, use "EXAM PRECISION": Chop to 4 significant (4C) digits only when you write an intermediate or final answer down and continue calculations with those numbers recorded.
  1. For problems in the Gerald and Wheatley text, try chapter 3 exercises (pp. 300-307, 5th ed.) #1,2,3,4,11,12,13,14,24,26,28,29,30,31,32.
  2. Find an approximation to the value f(0.25) using an interpolating polynomial passing through the 3 points: using d=4 digit chopping.
    (Ans.:  0.1984)
    
  3. Inverse quadratic interpolation: Suppose the inverse function x=g(y)=y*exp(y) is given instead of the direct function y=f(x).
         (Ans.:    (a) x-vector=(2.71,14.7,60.2);   
                   (b)  f(10) =1.64+or-0.01 depending on the chops.)
    
  4. Compute P_n(n+1), where P_n(x) = "P-sub-n-of-x", for n=0,1,2,3,4 if P_n(k)=k/(k+1) for k=0 to n.
         (Partial Ans.:  P_2(3)=0.500 for n=2 only).
    
  5. How many multiplications/divisions and additions/subtractions as a function of n are needed to compute the sum of x^k from k=0 to n by (a) direct (slow) sum of powers counting exponentiations as equivalent multiplications and (b) by Newton's (Horner's) rule of fast polynomial evaluation?. (Hint: sum of k for k=1 to m is m*(m+1)/2).
         (Ans.:  mults. = n; adds. = n)
    
  6. Approximate v(2.738) using an interpolatory polynomial that best fits the data, Here d=4.
         (Final Ans.: v(2.738)=(4c) 8.429 or 8.428 with extra intermediate chops).
    
  7. Approximate j3(5.137) by interpolating the data: Here d =4.
         (Final Ans.:  j3(5.137)=(4c) .3392 or .3390 with extra chops).
    


Web Source: http://www.math.uic.edu/~hanson/mcs471/pp3.html

Email Comments or Questions to hanson A T math uic edu

Click Here For Currrent Class HomePage