BMATS201 Set – 2 Solved Model Question Paper 2nd Semester P Cycle for Computer Science and Engineering (CSE) Stream 22 Scheme
MODULE – 1
1.A] Evaluate \iiint_{-a}^{a} (x^2 + y^2 + z^2) , dx,dy,dz
1.B] Evaluate \int_{0}^{1} \int_{y}^{1} xy \sqrt{x} , dx , dy by changing the order of integration.
1.C] Show that \Gamma \left( \frac{1}{2} \right) = \sqrt{\pi}
OR
2.B] Find by double integration, the area between the parabolas y^2 = 4ax and x^2 = 4ay .
MODULE – 2
3.B] If \vec{F} = \nabla(xy^3z^2) , find \nabla \cdot \vec{F} and \nabla \times \vec{F} at (1, -1, 1).
3.C] Prove that the spherical coordinate system is orthogonal.
OR
4.A] Find the angle between the surfaces x^2 + y^2 - z^2 = 4 and z = x^2 + y^2 - 13 at (2, 1, 2).
4.B] Show that \vec{F} = \frac{x\hat{i} + y\hat{j}}{x^2 + y^2} is both solenoidal and irrotational.
4.C] Write the code to find the curl of \vec{F} = xy^2\hat{i} + 2x^2yz \hat{j} - 3yz^2 \hat{k}
MODULE – 3
5.A] Let V = \mathbb{R}^3 . Is the set W = { (a, a², b) } a subspace of V?
5.B] Find basis and dimension of the subspace spanned by
{ (2, 4, 2), (1, −1, 0), (1, 2, 1), (0, 3, 1) }
5.C] Find the kernel and range of the linear transformation T(x, y, z) = (x + y, z)
OR
6.A] Show that h(x) = 4x^2 + 3x - 7 lies in the span of f(x) = 2x^2 - 5 and g(x) = x + 1 .
6.B] Prove that the transformation T(x, y) = (3x, x + y) is linear. Find T(1, 3) and T(-1, 2) .
MODULE – 4
7.A] Find the root of x e^x = 3 using Regula-Falsi method (3 iterations).
7.C] Evaluate \int_{0}^{1} \frac{1}{1 + x^2} , dx using Trapezoidal Rule (6 divisions)
OR
8.A] Solve \cos x = x e^x using Newton-Raphson method near x = 0.5 (3 decimal accuracy)
8.C] Evaluate \int_{0}^{30} \frac{1}{4x + 5} , dx using Simpson’s 1/3 Rule (7 ordinates)
MODULE – 5
9.B] Solve \frac{dy}{dx} = 3e^x + 2y, \quad y(0) = 0 at x = 0.1 using RK-4, h = 0.1
OR
10.A] Solve \frac{dy}{dx} = x^2 + y, \quad y(0) = 1 using Modified Euler’s method (h = 0.05, 2 iterations)
10.B] Solve \frac{dy}{dx} = \frac{y - x}{y + x}, \quad y(0.1) = 1.0912 at x = 0.2 using RK-4, h = 0.1