Mock End Sem 2024-2025 NMCP
Mock End Sem 2024-2025 NMCP
S.E(Semester II)
Amrutvahini College of Engineering,Sangamner
Department of Electrical Engineering
(2019 Pattern)
Semester and Year: Semester II,2024-2025
Subject:Numerical Method And Computer Programing
Class:SE Max.Marks:70
Date: Time: 2.30Hour
QN Description Marks CO BT
Level
Q.1A) Derive the formula for Newton forward interpolation formula. 8M CO3 6
B) Find polynomial fitting the following data using Lagrange 9M CO3 5
interpolation :
x 1 2 3 5
y 0 7 26 124
OR
Q.2A) For the following data calculate forward differences and obtain the forward 8M CO3 5
difference polynomial.Interpolate polynomial at x=0.25
x 0.1 0.2 0.3 0.4 0.5
y 1.40 1.56 1.76 2.00 2.28
B) The following is data from steam table, using Newton’s forward 9M CO3 5
interpolation, find pressure of steam for a temp of 142º :
Temp Pressure
140 3.685
150 4.854
160 6.302
170 8.076
180 10.225
Q.3A ) Derive the formula for trapezoidal rule for numerical integration 8M CO4 6
using Newton Cote’s formula
B) Compute the value of : ∫ using Simpson’s 1/3 rule and take step size as h = 9M CO4 3,5
0.2
OR
Q.4A) Use Trapezoidal rule with four steps to estimate the rule of 8M CO4 1,3,5
integral ∫ √
B) Evaluate∫ Using Simpsons 1/3 rd rule by taking h=0.2 9M CO4 3,5
Q.5 A) Explain Gauss Elimination methods for linear simultaneous Equation 9M CO5 2,3
B) Use Gauss –elimination method to solve the following system of equations 9M CO5 3,5
3x-y+2z=13
2x+3y+3z=10
X+2y+z=3=3
OR
Q.6 A) Explain Gauss-Jordon method for solution of linear simultaneous 9M CO5 2,3
equation.
B) Use Jacobi iterative method to solve the following system of equations 9M CO5 5
at the end of 5th iterations. Use initial values as x = 0,
y = 0 and z = 0
3x +y + z = 2
x + 4y +2z = -5
x+2y+5z=2
Q.7 A) Using 4th order RK method find y(0.4) given that dy/dx=y-x2+1 and y(0)=0.5 9M CO6 3,5
B) Explain Modified Eulers method for solution of ordinary differential 9M CO6 2,3
Equation.Draw suitable diagram
OR
Q.8 A) Apply modified Euler’s method to find y(0.1). Given 9M CO6 3,5
dy/dx= xy,y(0) = 1. Show 3 iterations.
B) Use 4 th order RK method to estimate y(0.4) when y’=x2+y2 9M CO6 5