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

MT152 Assignment 2

This document is an assignment for BCA-A (Semester-II) at Integral University, focusing on Numerical and Statistical Techniques. It includes various mathematical problems such as finding derivatives, evaluating integrals using Simpson’s and Trapezoidal rules, and solving differential equations using methods like Taylor Series, Euler's method, and the Fourth order Runge-Kutta method. Each problem requires specific calculations based on provided data and initial conditions.
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)
6 views1 page

MT152 Assignment 2

This document is an assignment for BCA-A (Semester-II) at Integral University, focusing on Numerical and Statistical Techniques. It includes various mathematical problems such as finding derivatives, evaluating integrals using Simpson’s and Trapezoidal rules, and solving differential equations using methods like Taylor Series, Euler's method, and the Fourth order Runge-Kutta method. Each problem requires specific calculations based on provided data and initial conditions.
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

Department of Mathematics & Statistics

Integral University, Lucknow


Assignment-2
BCA-A (Semester-II)

Subject: Numerical and Statistical Techniques Subject Code: MT152

1. From the following data find 𝑓 ′ (10).

x 3 5 11 27 34

y=f(x) -13 23 899 17315 35606

6 1
2. Evaluate ∫0 𝑑𝑥 by Simpson’s 1/3rd rule.
1+𝑥 2

61
3. Calculate the value of ∫0 𝑑𝑥 by Trapezoidal rule.
𝑥

𝑑𝑦
4. Solve 𝑑𝑥 = 𝑥 + 𝑦, given 𝑦(1) = 0 and get 𝑦(1.1), 𝑦(1.2) by Taylor Series method.

5. Using Euler’s method to find 𝑦(0.4) given 𝑦 ′ = 𝑥𝑦, 𝑦(0) = 1.

𝑑𝑦
6. Using modified Euler’s method, find 𝑦(0.1), 𝑦(0.2) given that = 𝑥 2 + 𝑦 2, 𝑦(0) = 1.
𝑑𝑥

7. Apply the Fourth order Runge-kutta method to find 𝑦(0.2) for the differential equation

𝑑𝑦
= 𝑥 + 𝑦, with 𝑦(0) = 1
𝑑𝑥

You might also like