Finals Numerical

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Final Examination in Numerical Solutions

Instructions:
1. Indicate your name and student ID on every page that you use.
2. Place your signature on top of your name.
3. Show your complete solution. Enclose your final answer in a box.
4. Submit not later than January 15, 2022 10 pm. No extension until further notice!
5. Pass in pdf form to josephcabalbag@gmail.com

Use N = last digit of your student ID.

P1. Fit a straight line trend using the method of least square from the following data set, and find the
trend values. Estimate y when x = 8. Determine the correlation coefficient r.

x y = f(x)
1.5 3.1
2 5.1
6 10+N/2
12 21.1

P2. Estimate the area under the curve f(x) = 2x2 - 2sin (x) + N/9 within the limits x = 1 and x = 3.
a. Use the Trapezoidal Rule. Use n = 6.
b. Use the Simpson's 1/3 rule. Use n = 6.

P3. Use the Euler's Method to numerically integrate the function dy/dx = 5x3 - Nx/2 from x = 1 to x = 5.
Initial condition at x = 1, y = 2. Use a step size h such that %Error ≤ 1%.

P4. Estimate the deflection in the simply-supported beam shown. Use Finite Difference Method.
Assume constant EI and neglect the weight of beam. Use n such that %Error ≤ 1%.

You might also like