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

MT152 Assignment 1 2024-25

This document is an assignment for the BCA course MT152 focused on Numerical and Statistical Techniques for the academic session 2024-25. It includes ten problems that require the application of various numerical methods such as Newton-Raphson, Iteration, Regula-Falsi, and Bisection methods, as well as interpolation techniques. The problems involve finding roots of equations, constructing polynomials, and using difference formulas.

Uploaded by

dawasthi952
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)
41 views1 page

MT152 Assignment 1 2024-25

This document is an assignment for the BCA course MT152 focused on Numerical and Statistical Techniques for the academic session 2024-25. It includes ten problems that require the application of various numerical methods such as Newton-Raphson, Iteration, Regula-Falsi, and Bisection methods, as well as interpolation techniques. The problems involve finding roots of equations, constructing polynomials, and using difference formulas.

Uploaded by

dawasthi952
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

BCA

Course Code: MT152


Course Name: Numerical and Statistical Techniques
Session: 2024-25 Year: I Semester: II
Assignment-1

1. Using Newton-Raphson method, find a real root of the equation 𝑥2 − 5𝑥 + 2 = 0 in the interval (4, 5).
[BT-5, CO-1, PO-1]

2. Use Iteration method to find a real root of the equation x3 − 2x2 − 4 = 0. [BT-5, CO-1, PO-4]

3. Given u0=10, u2=8, u4=10, u6=50, find u5 by Newton backward difference interpolation formula.
[BT-5, CO-2, PO-1]
4. Draw divided difference table, for the given set of values [BT-3, CO-2, PO-1]

x -4 -1 0 2 5
y 1245 33 5 9 1335

5. Find a real root of the equation x3 − x2 − 2 = 0 in the interval (1,2) correct to three decimal
places by Regula–Falsi method. [BT-5, CO-1, PO-4]

6. Use Gauss backward formula to find f(51.5) given [BT-5, CO-2, PO-1]

x: 50 51 52 53 54
f(x): 1.19 1.24 1.28 1.32 1.38
7. Find a root of x3 − 9x +1= 0 in the interval (2, 3) by using Bisection method. [BT-5, CO-1, PO-1]

8. Find the cube root of 18 correct to four decimal places by using Newton-Raphson method.
[BT-5, CO-1, PO-1]

9. Construct a polynomial for the given data: [BT-6, CO-2, PO-4]

x: 0 1 2 3
y: 3 6 11 18

10. Given√5 = 2.236, √6 = 2.449, √7 = 2.646 , √8 = 2.828, find √5.5. [BT-5, CO-2, PO-1]

You might also like