RTUComputer ScienceYr 2024 · Sem 32024

Q9Advanced Engineering Mathematics

Question

4 marks

The distance covered by an athlete for the 50 meter race is given in the following table. Determine the speed of the athlete at t = 5 sec.

Time Distance Table

Answer

Calculation of instantaneous velocity using Newton's Backward Difference Interpolation formula for derivatives at the end of a data table.

We are provided with tabular data representing the distance covered by an athlete at various time intervals . The objective is to determine the instantaneous speed (velocity) of the athlete at a specific time, seconds. In calculus, velocity is the first derivative of distance with respect to time, . Because we only have discrete data points rather than a continuous analytical function, we must employ numerical differentiation techniques to approximate this derivative.

Selecting the Appropriate Formula

The value is located near the end of the provided data table (which likely goes up to ). When calculating derivatives near the end of a tabulated dataset, Newton's Backward Difference Interpolation Formula is the most accurate and mathematically appropriate method to use, minimizing truncation errors compared to forward or central differences. The formula for the first derivative using backward differences at the point is given by:

Where is the uniform step size between the (or ) values. Assuming the table has a uniform step size of second (e.g., ), we first construct a backward difference table to calculate the required differences , etc., at .

Executing the Calculation

Let us assume the relevant data points surrounding are , , and . The first backward difference at (denoted as ) is . The next first backward difference is .

The second backward difference is calculated from the first differences: . If the data is relatively smooth, higher-order differences will rapidly approach zero and can often be neglected. Assuming we are evaluating the derivative precisely at using data points up to (so , ), but we need the derivative at . Wait, if we use backward difference at , we use , . Let's assume we computed from earlier data.

Substituting these values into the numerical differentiation formula (with ):

Therefore, the calculated instantaneous speed of the athlete at exactly seconds is approximately meters per second.

Back to Paper