0% found this document useful (0 votes)
20 views1 page

Unit-4 Assignment

Uploaded by

dr.jigarsoni28
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views1 page

Unit-4 Assignment

Uploaded by

dr.jigarsoni28
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment

Unit 4: Numerical Methods for first order and first-degree


differential equations
1. Derive the Newton–Cotes formula.
2. Obtain trapezoidal formula.
3. Find the area bounded by the curve and the x-axis from x = 7.47 to x = 7.52 from the
following table, by using the trapezoidal rule.
𝒙 7.47 7.48 7.49 7.50 7.51 7.52
𝒇(𝒙) 1.93 1.95 1.98 2.01 2.03 2.06

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.

You might also like