Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

[35 pts.] A car travelling along a straight road is clocked at a number of points. The data from the observations are given in the

image text in transcribed

[35 pts.] A car travelling along a straight road is clocked at a number of points. The data from the observations are given in the following table, where the time is in seconds, the distance is in feet, and the speed is in feet per second. Time xi Distance vi 0 Speed si 6 374 80 10 643 75 13 982 73 0 220 76 74 (a) Write a MATLAB function a-HermiteInterp(x.y,s) which use Newton's divided difference to compute the Hermite polynomial interpolating given data {(xi ,yi,si)} n i=1. (b) Write a MATLAB function pval-HornerHermite(ax,t) which evaluate Hermite polynomials at given points t by using Horner's rule. (c) Use your MATLAB functions in (a) and (b) to compute the Hermite polynomial for the data in the table and predict the position of the car att-8 s. (d) Use the derivative of the Hermite polynomial to predict the speed of the car att = 8 s. (You may compute the derivative by using MATLAB build-in functions diff and subs. Type help sym/diff and help subs in MATLAB main command window to see how to use them.) [35 pts.] A car travelling along a straight road is clocked at a number of points. The data from the observations are given in the following table, where the time is in seconds, the distance is in feet, and the speed is in feet per second. Time xi Distance vi 0 Speed si 6 374 80 10 643 75 13 982 73 0 220 76 74 (a) Write a MATLAB function a-HermiteInterp(x.y,s) which use Newton's divided difference to compute the Hermite polynomial interpolating given data {(xi ,yi,si)} n i=1. (b) Write a MATLAB function pval-HornerHermite(ax,t) which evaluate Hermite polynomials at given points t by using Horner's rule. (c) Use your MATLAB functions in (a) and (b) to compute the Hermite polynomial for the data in the table and predict the position of the car att-8 s. (d) Use the derivative of the Hermite polynomial to predict the speed of the car att = 8 s. (You may compute the derivative by using MATLAB build-in functions diff and subs. Type help sym/diff and help subs in MATLAB main command window to see how to use them.)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases On The Web Designing And Programming For Network Access

Authors: Patricia Ju

1st Edition

1558515100, 978-1558515109

More Books

Students also viewed these Databases questions

Question

LO10.3 Explain how demand is seen by a purely competitive seller.

Answered: 1 week ago