0% found this document useful (0 votes)
6 views2 pages

Programme List

The document outlines the test portion for an Engineering Mathematics Lab, detailing various tasks for two different program lists. Each program includes multiple mathematical problems, such as plotting curves, finding angles between polar curves, calculating partial derivatives, and testing for consistency in linear systems. Additionally, it includes programming tasks related to solving linear equations using the Gauss-Seidel Method.

Uploaded by

lalithashrees9a
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

Programme List

The document outlines the test portion for an Engineering Mathematics Lab, detailing various tasks for two different program lists. Each program includes multiple mathematical problems, such as plotting curves, finding angles between polar curves, calculating partial derivatives, and testing for consistency in linear systems. Additionally, it includes programming tasks related to solving linear equations using the Gauss-Seidel Method.

Uploaded by

lalithashrees9a
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Engineering Mathematics Lab TEST Portion

(One from each PROGRAMME)

PROGRAMME LIST - 1

1) plot an ellipse ((x/a)^2 + (y/b)^2 = 1) for any three different values of ‘b’

2) Plot an Intersection of two Cardioids.

3) Plot a parabola and a straight line in xy-plane. Locate the points of intersection.

4) Find the angle between two polar curves 𝑟 = 𝑎(1 + 𝑠𝑖𝑛𝜃)𝑎𝑛𝑑 𝑟 = 𝑎(1 − 𝑠𝑖𝑛𝜃) hence
show graphically point of intersection.

5) Find the angle between two polar curves 𝑟 = 𝑎𝑒 𝜃 and 𝑟𝑒 𝜃 = 𝑎

6) Find all possible partial derivatives up to second order for f(x,y,z)=xyz

(u, v, w)
, if u = x + y + z , v = xy + yz + zx, w = x + y + z
2 2 2
7) Find the Jacobian
 ( x, y , z )

 ( x, y , z )
8) If x = r sin  cos  , y = r sin  sin  , z = r cos  , then show that = r 2 sin 
 (r , ,  )
 x, y 
9) If x = u 2 − v 2 and y = 2uv , Show that J  (
 = 4 u2 + v2 )
 u, v 
10)

PROGRAMME LIST - 2


1) Show that the radius of curvature of the curve y = 4 sin x − sin 2 x at x = is 5 5
2
/4

2) Find the radius of curvature of the curve 𝑦 = 𝑥 3 (𝑥 − 𝑎) at the point (𝑎, 0)

 y x  2u x2 − y2
3) If u = x 2 tan −1   − y 2 tan −1   , show that = 2 .
x  y xy x + y 2
𝟐 𝟐
𝝏 𝒖 𝝏 𝒖
4) If u = x y , show that 𝝏𝒙𝝏𝒚
= 𝝏𝒚𝝏𝒙
5) If v = log (tan x + tan y + tan z ) , show that sin 2 x u x + sin 2 y u y + sin 2 z u z = 2
2
 z z   z z 
6) If z ( x + y) = x + y , show that  −  = 41 − −  .
2 2

 x y   x y 
7) Test for consistency 2𝑥 + 5𝑦 + 7𝑧 = 52 2𝑥 + 𝑦 − 𝑧 = 0 𝑥 + 𝑦 + 𝑧 = 9 (Any
Linear System from question bank)
8) Find the largest (Dominant) eigen value and the corresponding eigen vector of the
25 1 2
matrix by power method 𝐴 = [ 1 3 0 ] taking the initial eigen vector
2 0 −4
[1 0 0]′. (Any Matrix from question bank)

9) Write a program to solve a system of liner equations using Gauss-Seidel Method

(Any Linear System from question bank)


10) Solve and plot the solution curves for the following

You might also like