BMATE201
BMATE201
2023
Note: 1. Answer any FIVE full questions, choosing at least ONE question from each
module.
2. VTU Formula Hand Book is permitted.
3. M: Marks, L: Bloom’s level, C: Course outcomes.
Module -1 M L C
2 2
Q.01 a Find the angle between the surfaces x𝑦 𝑧 = 3𝑥 + 𝑧 and 7 L3 CO1
3𝑥 2 − 𝑦 2 + 2𝑧 = 1 at the point (1, −2, 1)
b Find 𝑑𝑖𝑣 𝐹⃗ and 𝑐𝑢𝑟𝑙 𝐹⃗ at (1,2,3), if 𝐹⃗ = 3𝑥 2 𝑖̂ + 5𝑥𝑦 2 𝑗̂ + 5𝑥𝑦𝑧 3 𝑘̂ 7 L2 CO1
c Show that 𝐴⃗ = (𝑦 2 − 𝑧 2 + 3𝑦𝑧 − 2𝑥)𝑖̂ + (3𝑥𝑧 + 2𝑥𝑦)𝑗̂ + (3𝑥𝑦 − 2𝑥𝑧 + 2𝑧)𝑘̂ 6 L2 CO1
is both solenoidal and irrotational
OR
Q.02 a Find the work done in moving a particle in the force field 7 L2 CO1
𝐹⃗ = 3𝑥 2 𝑖̂ + (2𝑥𝑧 − 𝑦)𝑗̂ + 𝑧𝑘̂ along the straight line from
(0, 0, 0) 𝑡𝑜 (2, 1, 3)
b Using Green’s theorem evaluate ∮(𝑥𝑦 + 𝑦 2 )𝑑𝑥 + 𝑥 2 𝑑𝑦 over the region 7 L3 CO1
bounded by the curves 𝑦 = 𝑥 𝑎𝑛𝑑 𝑦 = 𝑥 2
c Using modern mathematical tools, write the code to find the gradient 6 L3 CO5
of 𝜙 = 𝑥 2 𝑦 + 2𝑥𝑧 − 4
Module-2
Q. 03 a Define a subspace. Show that the intersection of two subspaces of a 7 L2 CO2
vector space V is also a subspace of V.
b Define a basis for a vector space. Determine whether or not the vectors: 7 L2 CO2
(1, 1, 2), (1, 2, 5), (5, 3, 4) form a basis of 𝑅 3 .
c Prove that 𝑇: 𝑅 3 → 𝑅 3 be defined by 6 L2 CO2
𝑇(𝑎, 𝑏, 𝑐) = (3𝑎, 𝑎 – 𝑏, 2𝑎 + 𝑏 + 𝑐) is a linear transformation.
OR
Q.04 a Define linearly independent set of vectors and linearly dependent set 7 L2 CO2
of vectors. Are the vectors V1 = (2, 5, 3), V2 = (1, 1, 1), and
V3 = (4, −2, 0) linearly independent? Justify your answer.
10.07.2023
b State the rank-Nullity theorem and verify the theorem for the linear 7 L2 CO2
transformation 𝑇: 𝑅 3 → 𝑅 3 defined by
𝑇(𝑥, 𝑦, 𝑧) = (𝑥 + 2𝑦 − 𝑧, 𝑦 + 𝑧, 𝑥 + 𝑦 − 2𝑧).
c Using the modern mathematical tool, write the code to represent the 6 L3 CO5
reflection transformation 𝑇: 𝑅 2 → 𝑅 2 and to find the image of vector
(10, 0) when it is reflected about the y-axis.
Module-3
Q. 05 a Find the Laplace transform of 7 L2 CO3
(i) 𝑒 −3𝑡 (2 cos 5𝑡 − 3 sin 5𝑡)
cos 𝑎𝑡−cos 𝑏𝑡
(ii)
𝑡
b Find the Laplace transform of the triangular wave function 7 L2 CO3
𝑡 𝑖𝑓 0 ≤ 𝑡 ≤ 𝑎
𝑓(𝑡) = {
2𝑎 − 𝑡 𝑖𝑓 𝑎 ≤ 𝑡 ≤ 2𝑎
c Express the following function in terms of unit step function and 6 L3 CO3
𝑡2, 0 < 𝑡 < 2
hence find its Laplace transform of 𝑓(𝑡) = {4𝑡 , 2 < 𝑡 < 4
8, 𝑡>4
OR
Q. 06 a Find the inverse Laplace transform of 7 L2 CO3
𝑠
(i) 𝑠2 +2𝑠+3
1
(ii) (𝑠+2)2
b Using the convolution theorem, find the inverse Laplace transform of 7 L3 CO3
𝑠
(𝑠 + 𝑎2 )2
2
c Solve the differential equation by using the Laplace transform method 6 L3 CO3
𝑑2 𝑦
𝑑𝑡 2
+ 𝑦 = sin 2𝑡, 𝑦(0) = 0, 𝑦 ′ (0) = 0
Module-4
Q. 07 a By Newton-Raphson method, find the root of 𝑥 tan 𝑥 + 1 = 0 which 7 L2 CO4
is near to 𝑥 = 𝜋
b Using Lagrange’s interpolation formula, fit a polynomial which passes 7 L2 CO4
through the points (−1, 0), (1, 2), (2, 9) and (3, 8) and hence estimate
the value of y when 𝑥 = 2.2
c 6 L3 CO4
6 ex 1 𝑟𝑑
Evaluate ∫0 1+x 𝑑𝑥 using Simpson’s (3) rule by taking 7 ordinates
OR
Q. 08 a Find a real root of the equation 𝑥 3 − 4𝑥 − 9 = 0 correct to three 7 L2 C04
decimal places by the method of false position in (2, 3)
10.07.2023
x 4 6 8 10
f(x) 1 3 8 16
c 3 𝑥 3 𝑡ℎ 6 L2 CO4
Evaluate ∫0 cos 𝑥
𝑑𝑥 by using Simpson’s (8) rule, by taking 6 equal
intervals. (x is in radians)
Module-5
𝑑𝑦
Q. 09 a Use Taylor series method to find 𝑦(0.1) from 𝑑𝑥 = 𝑒 𝑥 − 𝑦 2 , 𝑤𝑖𝑡ℎ 𝑦(0) = 1 7 L2 CO4
b Using the Runge-Kutta method of order 4, find y at x = 0.6, given that 7 L2 CO4
𝑑𝑦
1. = √𝑥 + 𝑦, 𝑦(0.4) = 0.41 taking ℎ = 0.2
𝑑𝑥
𝑦(0.6) = 3.023
OR
Q. 10 a Solve by Using Modified Euler’s method, y′ = log10 (x + y), y(0) = 2
2. 7 L3 CO4
at x = 0.2 and x = 0.4
b Using the Runge-Kutta method of fourth order find y(0.1) given that
1. 7 L3 CO4
dy x
2. = 3e + 2y, y(0) = 0, taking h = 0.1
dx
c Using modern Mathematical tools, write the code to find the solution 6 L3 CO5
𝑑𝑦
of 𝑑𝑥
= 𝑥 − 𝑦 2 at y(0.1). Given that y(0) = 1 by Runge-Kutta 4th order
method.
Note: 1. Answer any FIVE full questions, choosing at least ONE question from each module.
2. VTU Formula Hand Book is permitted.
3. M: Marks, L: Bloom’s level, C: Course outcomes.
Module -1 M L C
Q.01 a Find the directional derivatives of ∅ = 𝑥 2 𝑦𝑧 + 4𝑥𝑧 2 at (1, 2, -1) along 7 L2 CO1
2𝑖 − 𝑗 − 2𝑘.
b Evaluate 𝐶𝑢𝑟𝑙(𝐶𝑢𝑟𝑙𝐹⃗ ) and 𝐷𝑖𝑣(𝐶𝑢𝑟𝑙𝐹⃗ ), if 𝐹⃗ = 𝑥 2 𝑦 𝑖̂ + 𝑦 2 𝑧 𝑗̂ + 𝑧 2 𝑥 𝑘̂. 7 L2 CO1
𝑥𝑖̂+𝑦𝑗̂
c Show that the vector 𝐹⃗ = 𝑥 2 +𝑦 2 is both solenoidal and irrotational. 6 L3 CO1
OR
Q.02 a Find the total work done by the force 𝐹 = 3𝑥𝑦𝑰 − 𝑦𝑱 + 2𝑧𝑥𝑲 in moving 7 L3 CO1
a particle around the circle 𝑥 2 + 𝑦 2 = 4.
b Verify Stoke’s theorem for the vector field 7 L2 CO1
𝑭 = (2𝑥 − 𝑦)𝑰 − 𝑦𝑧 2 𝑱 − 𝑦 2 𝑧𝑲 over the upper half surface of
𝑥 2 + 𝑦 2 + 𝑧 2 = 1, bounded by its projection on the 𝑥𝑦- plane.
c Using modern mathematical tools, write a code to find the divergence 6 L3 CO5
and curl of the vector 2𝑥 2 𝑖 − 3𝑦𝑧𝑗 + 𝑥𝑧 2 𝑘
Module-2
Q. 03 a Prove that in V3(R), the vectors {(1, 2, 1), (2, 1, 0), (1, -1, 2)} are 7 L2 CO2
linearly independent.
b If W is the set of all points in R3 satisfying the equation 7 L2 CO2
𝑙𝑥 + 𝑚𝑦 + 𝑛𝑧 = 0, then prove that W is a subspace of R3.
c Define an Inner product space. Consider 𝑓(𝑡) = 3𝑡 − 5 and 𝑔(𝑡) = 𝑡 2 , 6 L2 CO2
1
the inner product < 𝑓, 𝑔 > = ∫0 𝑓(𝑡)𝑔(𝑡)𝑑𝑡 . Find < 𝑓, 𝑔 >.
OR
Q.04 a Express the vector (3, 5, 2) as a linear combination of the vectors 7 L2 CO2
(1, 1, 0), (2, 3, 0), (0, 0, 1) of V3(R).
b Find the dimension and basis of the subspace spanned by the vectors 7 L2 CO2
(2, 4, 2), (1, -1, 0), (1, 2, 1), and (0, 3, 1) in V3 R .
c Let T : V W be a linear
transformation defined by 6 L2 CO2
T x, y , z x y, x y, 2 x z . Find the range, null
space, rank, nullity and hence verify the rank-nullity theorem.
10.07.2023
Module-3
1−𝑐𝑜𝑠𝑎𝑡
−𝑡
Q. 05 a Find the Laplace transform of (i) 𝑡𝑒 𝑠𝑖𝑛4𝑡 (ii) 𝑡 7 L2 CO3
b Find the Laplace transform of the square wave function of period 2a, 7 L3 CO3
𝑘, 0<𝑡<𝑎
defined by 𝑓(𝑡) = { .
−𝑘, 𝑎 < 𝑡 < 2𝑎
x 40 50 60 70 80 90
y 184 204 226 250 276 304
OR
Q. 08 a Using Newton-Raphson Method find the real root of 𝑡𝑎𝑛𝑥 = 𝑥 near x 7 L3 C04
= 4.5 correct to four decimal places.
b Find the interpolating polynomial using Newton’s divided difference 7 L2 CO4
formula for the following data
x 0 1 2 5
y 2 3 12 147
10.07.2023
c th 6 L3 CO4
3
5.2
Evaluate 4 log x dx using Simpson’s rule , taking h = 0.2
8
Module-5
Q. 09 a Use Taylor series method to find y (0.2) by considering the terms up to 7 L3 CO4
dy
4th degree, given 2 y 3 e x & y (0) 0.
dx
b dy y 7 L2 CO4
Given 3x , y 0 1 . Compute y (0.2) by taking h 0.2 using
dx 2
Runge-Kutta method of fourth order.
c dy 6 L2 CO4
Apply Milne’s method to find y (0.8) given xy 2 0
dx
x 0 0.2 0.4 0.6
y 2 1.9231 1.7214 1.4706
OR
Q. 10 a Using Modified Euler’s method to find y at x 0.2 given 7 L3 CO4
dy
x y 2 & y (0) 1 by taking step size h = 0.1
dx
b Find y (2) by using Milne’s Predictor and Corrector method, given 7 L2 CO4
dy x y
and
dx 2
x 0 0.5 1 1.5
y 2 2.636 3.595 4.968
c Using modern mathematical tools, write a code to find y (0.1) , given 6 L3 CO5
dy
x y, y (0) 1 by Taylor’s Series.
dx