Vector in cylindrical polar coordinates

AI Thread Summary
To convert the vector V = i + j + k = (1, 1, 1) at the point (1, 1, 1) into cylindrical polar coordinates, the coordinates are calculated as r = √2, θ = π/4, and z = 1, resulting in V_cylindrical = (√2/2, √2/2, 1). The gradient of the function phi = x(x^2 + y^2)z at this point is computed using the formula ∇phi = (∂phi/∂x, ∂phi/∂y, ∂phi/∂z), yielding ∇phi = (4, 4, 2) at (1, 1, 1). The final gradient vector is expressed as 4i + 4j + 2k. This discussion highlights the conversion process between Cartesian and cylindrical coordinates and the calculation of gradients in vector calculus.
ilikephysics
Messages
18
Reaction score
0
The problem is:

Write the vector V=i+j+k=(1,1,1) at the point (x,y,z)=(1,1,1) in cylindrical polar coordinates. What is the gradient of the function phi=x(x^2+y^2)z at this point?

Answer:

I don't know how to write the vector in cylindrical polar coordinates. I know that the coordinates are (r(perpendicular), theta, z). Can someone show me how to do this in cylindrical polar coordinates with an example?

Is the gradient of the funcition 4i+2j+2k at (1,1,1)?
 
Physics news on Phys.org
The vector components in cylindrical polar coordinates depend on position. The position can be expressed in cylindrical polar coordinates as:

(ρ,θ,z)

where ρ is the perpendicular distance from the Cartesian z-axis, θ is the angle about the Cartesian z-axis that a line connecting the point to the Cartesian z-axis would make from the Cartesian x-axis, and z is the Cartesian z-coordinate. The Cartesian components of a vector transform into the cylindrical polar coordinates of a vector as:

vρ = (√(ux2+uy2))cos(θ-arctan(uy/ux))
vθ = -(√(ux2+uy2))sin(θ-arctan(uy/ux))
vz = uz

where

v = uxex+uyey+uzez = vρeρ+vθeθ+vzez




ilikephysics said:
Is the gradient of the funcition 4i+2j+2k at (1,1,1)?
That's what I got.
 


Sure, I can help with that! To write the vector V=i+j+k=(1,1,1) in cylindrical polar coordinates, we first need to convert the given cartesian coordinates (x,y,z)=(1,1,1) to cylindrical polar coordinates. This can be done using the following equations:

r = √(x^2 + y^2)
theta = tan^-1(y/x)
z = z

Substituting the given coordinates, we get r = √(1^2 + 1^2) = √2, theta = tan^-1(1/1) = π/4, and z = 1. So the cylindrical polar coordinates for the point (1,1,1) are (r, theta, z) = (√2, π/4, 1).

Now, to write the vector V in cylindrical polar coordinates, we can use the following conversion formula:

V_cylindrical = V_cartesian · (cos(theta), sin(theta), 1)

Substituting the values, we get V_cylindrical = (1,1,1) · (cos(π/4), sin(π/4), 1) = (√2/2, √2/2, 1). So the vector V in cylindrical polar coordinates is (√2/2, √2/2, 1).

Moving on to the second part of the problem, the gradient of a function phi(x,y,z) is given by the following formula:

∇phi = (∂phi/∂x, ∂phi/∂y, ∂phi/∂z)

In this case, the function is phi = x(x^2 + y^2)z. So, we can find the gradient at the point (1,1,1) by substituting the coordinates in the formula:

∇phi = (∂phi/∂x, ∂phi/∂y, ∂phi/∂z) = (3x^2z + z, 3xy + x^2z, x(x^2 + y^2))

Substituting (x,y,z) = (1,1,1), we get ∇phi = (4, 4, 2). So the gradient of the function at the given point is 4i+4j
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top