IMP
IMP
Assignment-1
(Kiran Naseem)
ID: BC230215172
Name: Ahmad
Question-1:
For the line joining two points A (2,3,1) and B (5,4,2) find the Direction Ratios and Direction Cosines.
Solution:
The direction ratio of A & B = V = (5-2, 4-3, 2-1)
= (3, 1, 1)
Now
|V| = √((3)² + (1)² + (1)²)
= √(11)
--------------------------------------
Question-2:
Convert the cylindrical coordinates (r, θ, z) = (1, π/2, 2) to the rectangular coordinate system (x, y, z).
Solution:
x = r cos θ, y = r sin θ, z = z
x = 1 * cos(π/2) = 1 * 0 = 0
y = 1 * sin(π/2) = 1 * 1 = 1
z=2
--------------------------------------
Question-3:
Determine the limit of the given function:
Solution:
To find the limit, substitute x = 2 and y = -1 directly into the numerator and the denominator.
= 2 / 15
limit is = 2/15.
---------------------------------------------------------
Question-4-
Verify if the function f(x, y) = x^2 - y^2 + 2xy satisfies Laplace’s equation.
Solution:
Laplace's equation: ∂²f/∂x² + ∂²f/∂y² = 0.
∂²f/∂x² = 2, ∂²f/∂y² = -2
Laplace's equation:
∂²f/∂x² + ∂²f/∂y² = 2 - 2 = 0