Bmats201 Model Qsp-2
Bmats201 Model Qsp-2
Q.No. Question M L CO
MODULE-1
a a2 x2 a2 x2 y2
1
a Evaluate
0 0
0 a x y2 z2
2 2
dz dy dx . 6 L2 CO1
1 Evaluate e ( x y2 )
2
b dx dy using the changing into polar coordinates. 7 L2 CO1
0 0
1
c Using Beta-Gamma functions, show that . 7 L3 CO1
2
OR
x y z
Find the area of tetrahedron 1 bounded by the planes
a a b c 6 L2 CO1
x 0 , y 0 , z 0 using double integration.
2 2 2
d
b Using Beta-Gamma functions show that Sin . 7 L2 CO1
0 0 Sin
Write a program to evaluate improper integrals using any mathematical
c 7 L3 CO5
tool.
MODULE-2
Find the angle between the surfaces x 2 y 2 z 2 4 , x 2 y 2 30 z at
a 6 L2 CO2
the point (2 , 1 , 2).
3 b Obtain div F and Curl F for F x 3 y 3 z 3 3xyz . 7 L2 CO2
Find the directional derivative of x 2 yz 4xz 2 at ( 1 , -2 , 1) in the
c 7 L3 CO2
direction of the vector 2iˆ ˆj 2kˆ .
OR
a Express the vector 2 yI zJ 3xK in cylindrical coordinates. 6 L2 CO2
Express the vector field xI 2 yJ yzK in spherical polar coordinate
4 b 7 L2 CO2
system.
Write a program to find Gradient, divergent, curl and their geometrical
c 7 L3 CO5
interpretation using any mathematical tool.
MODULE-3
a State and prove Rank-nullity theorem. 6 L2 CO3
1 0 0 1` 0 0 0 0
5 b Show that the set S , , , forms basis. 7 L2 CO3
0 0 0 0 1 0 0 1
c Show that the set S (1 ,2 ,1), (1 ,1 ,0), (5 ,1 ,2) is linearly independent. 7 L3 CO3
OR
6 a Show that W ( x1 , x2 , x3 ) / x1 x2 x3 0is subspace of V3 ( R) . 6 L2 CO3
If T : V2 (R) V2 (R) is T ( x , y ) ( x cos y sin , x sin y cos ) ,
b 7 L2 CO3
then show that T is Linear transformation.
Express the vector (3 , 5 , 2) as a linear combination of (1,1, 0) , (2 , 3 , 0)
c and (0 , 0 ,1) of V3 ( R) . 7 L3 CO3
MODULE-4
Find the real root of the equation x log 10 x 1.2 0 , which lies in the
a 6 L2 CO4
interval (2,3) by using Regula falsi method.
Using an appropriate interpolation formula to compute f (42) from the
following
7 b x 40 50 60 70 80 90 7 L2 CO4
y 184 204 226 250 276 304
6
x
c Evaluate 1 x
0
2
dx by taking 7 ordinates using Trapezoidal rule. 7 L2 CO4
OR
Using Newton-Raphson method, find a real root of tan x x near to
a 6 L2 CO4
x 4.5 .
Evaluate f (9) using Newton’s divided difference formula from the
following data.
b x 5 7 11 13 17 7 L2 CO4
8
y 150 392 1452 2366 5602
2 rd
1
c Evaluate
0
Sin d by taking 7 ordinates using Simpson’s
3
rule. 7 L2 CO4
MODULE-5
Employ Taylor’s series method to find y at x 0.1 correct to four
a dy 6 L2 CO4
decimal places for 2 y 3e x , y (0) 0.
dx
dy
9 Solve ( x y ) 1 , y(0.4) 1 using Runge-Kutta method of fourth order,
b dx 7 L2 CO4
hence find y at x 0.5 and take h 0.1
If y 2e x y; y(0) 2 , y(0.1) 2.010 , y(0.2) 2.040 , y(0.3) 2.090
c 7 L3 CO4
Compute y at x 0.4 by using Milne’s predictor-corrector formula
OR
dy
Solve x 3 y , y(1) 1 using Taylor’s series method, hence find
a dx 6 L2 CO4
y(1.1).
dy
10 Solve x y , under the initial condition y(1) 1 using Euler’ modified
b dx 7 L2 CO4
method , find y(1.4). taking the step size h 0.2 .
Write a program to find the solution of ODE of first order by Runge-
c 7 L3 CO5
Kutta method of fourth order using any mathematical tool.
***