Unit-4 Assignment
Unit-4 Assignment
4. Use trapezoidal rule to evaluate ∫ 𝑑𝑥, dividing the interval into four equal parts.
√
5. Use trapezoidal rule to evaluate ∫ 𝑒 𝑑𝑥 , dividing the interval into ten equal parts.
6. Derive the Simpson’s 1/3 formula.
7. A rocket is launched from the ground. Its acceleration is registered during the first 80
seconds and is given as follows:
𝒕(𝒔) 0 10 20 30 40 50 60 70 80
𝒂(𝒎/𝒔𝟐 ) 30 31.63 33.34 35.47 37.75 40.33 43.25 46.69 50.67
By Simpson’s 1/3 rule, find the velocity at 𝑡 = 80𝑠.
8. Use Simpson’s 1/3 rule to evaluate ∫ 𝑑𝑥 , take h=1.
9. Evaluate the integral ∫ (1 + 𝑥 ) 𝑑𝑥, by Simpson’s 1/3 rule with taking 6 sub-
intervals. Use four digits after the decimal point for calculations.
10. Estimate ∫ 𝑐𝑜𝑠 𝑥 𝑑𝑥, by using Simpson’s 1/3 rule with 6 intervals.
11. Explain the Euler’s method.
12. Find the value of 𝑦 for = 𝑥 + 𝑦, 𝑦(0) = 1 when 𝑥 = 0.1, 0.2 with step size h=0.05.
13. Discuss the modified Euler’s method.
14. Using the modified Euler’s method, solve = 1 − 𝑦, 𝑦(0) = 0 at 𝑥 = 0.1, 0.2.
15. Discuss the Runge-Kutta method of all four orders.
16. Use the second-order Runge–Kutta method to find an approximate value of y given
that = 𝑥 − 𝑦 and y (0) =1 at x=0.2 taking h=0.1.
17. Obtain the values of y at x = 0.1, 0.2 using the Runge–Kutta method of third order for
the differential equation + 𝑦 = 0, 𝑦(0) = 1.
18. Obtain the values of y at x = 0.1, 0.2 using the Runge–Kutta method of forth order for
the differential equation 10 = 𝑥 + 𝑦 , 𝑦(0) = 1 taking h=0.1.