You are on page 1of 1

Numerical analysis Assignment 1

Due on 4th of June (Tue)

1. (Problem 17.9) Fit an exponential model to the following experimental data

x 0.4 0.8 1.2 1.6 2 2.3


y 800 975 1500 1950 2900 3600

2. (Problem 17.24) A material is tested for cyclic fatigue failure whereby a stress, in MPa, is
applied to the material and the number of cycles needed to cause failure is measured.

The results are in the table below. When a log-log plot of stress versus cycles is
generated, the data trend shows a linear relationship. Determine a best-fit equation for

this data

N (cycles) 1 10 100 1000 10,000 100,000 1,000,000


Stress 1100 1000 925 800 625 550 420
(Mpa)

3. (Problem 17.18) Use multiple linear regression to fit

X1 0 1 1 2 2 3 3 4 4
X2 0 1 2 1 2 1 2 1 2
y 15.1 17.9 12.7 25.6 20.5 35.1 29.7 45.4 40.2

4. (Problem 18.14) Develop cubic splines for the following data.

a) Predict f(4) and f(2.5);

b) Verify f2(3)=f3(3)=19.

X 1 2 3 5 7 8
f(x) 3 6 19 99 291 444

You might also like