ASSIGMENT-1 2nd sem
ASSIGMENT-1 2nd sem
)
THE OXFORD COLLEGE OF ENGINEERING
Bommanahalli, Hosur Road, Bangalore-560 068
(Approved by AICTE, Accredited by NAAC “A”, NBA, New Delhi & Affiliated to VTU,
Belgaum)
080-30219601/602, Fax: 080-25730551, 30219629, www.theoxford.edu
-8 0 20 58 12 21
0 2
7. A rod is rotating in a plane the following gives the angle radians through which the
rod has turned for various values of the time secs.
0 0.2 0.4 0.6 0.8 1.0 1.2
Calculate the angular velocity and angular acceleration of the rod when secs.
Employ Newton‟s Forward interpolation formula.
8. Find the interpolating polynomial by using Newton‟s divided difference
interpolation formula from the data:
0 1 2 3 4 5
3 2 7 24 59 118
9. Fit interpolating polynomial for using divided difference formula and hence
evaluate given
.
10. Determine as a polynomial in for the data given below by using the Newton‟s
divided difference formula:
2 4 5 6 8 10
12. Using the Lagrange‟s formula, find the interpolating polynomial that approximates to
the function described by the following table:
0 1 2 3 4
3 6 11 18 27
16. Evaluate ∫ , by using Simpson‟s rule taking 10 equal parts. Hence find
17. Write a python program to obtain a root of equation -2x-5=0 between 2 and 3 by
regular –falsi method perform 5 iterations.
18. Write a python program to obtain a root of equation 3x= +1 near 1,by Newton
raphson method .perform upto 5 iterations.
.
7. Find the value of when by Runge-kutta method of fourth order, given that
.
8. Using Runge kutta method of fourth order find y(0.2) given that
in steps of 0.1
12. Given
Evaluate y (0.8) by Milne‟s method.
Module-1: Vector Calculus
1. Find the unit vector normal to the following surfaces at the indicated points
a) 2 + 2 = 4 at (2, -2, 3) b) 3 2 = 4 at (-1, -1, 2) c) 2 − 2 + 2 2 4 = 10 at
(2, 1, -1).
2. Find the directional derivative of the following a) 𝜑 = 2 + 4 2 at (1, -2, -1) along 2i
– j – 2k b) 𝜑 = 4 3 − 3 2 2 at (2, -1, 2) along 2i – 3j + 6k c) 𝜑 = 2+ 2 at (1, -1, 1)
in the direction of = − 2𝑗 + 𝑘
3. Find the angle between the surfaces 2 + 2 + 2 = 9 and = 2 + 2 − 3 at the point
(2, -1, 2).
4. Find the angle between the normal to the surface = 2 at (4, 1, 2) and (3, 3, -3).
5. Find the value of the constants a and b such that the surfaces 2−𝑏 = ( + 2) and 4
2 + 3 = 4 are orthogonal at the point (1, -1, 2).
6. Show that = + 𝑗 2+ 2 is both solenoidal and irrotational.
7. Show that = ( + ) + ( + ) + ( + )𝑘 is irrotational. Also find a scalar function 𝜑
such that = ∇𝜑.
8. Show that =( + )+( 𝑜 − ) + ( − )𝑘 is irrotational. Hence find a scalar
function 𝜑 such that = ∇𝜑.
9. Find the value of the constant „a‟ such that the vector field, =( + 3) + ( − 2) 2 𝑗
+ (1 − ) 2𝑘 is irrotational and hence find a scalar function 𝜑 such that = ∇𝜑.
10. Write a python program to find gradient of 𝜑 = 2 +2 − 4.
11. Write a python program to find divergence of = 2 + 2𝑗+ 2 𝑘.
12. Write a python program to find curl of = 2 +2 2 𝑗−3 2𝑘.