
Jay S. answered 01/09/21
Patient, Engaging Math Tutor for Algebra through Calculus
a. The gradient of a scalar field is a vector made up of the partial derivatives with respect to each relevant variable (x, y, and z here). Gradient = <∂/∂x(Φ), ∂/∂y(Φ), ∂/∂z(Φ)>. Doing the actual calculations:
∂/∂x(Φ) = 3sin(-y)*cos(-x)*(-1) = -3cos(-x)sin(-y). Using the fact that sin(-y) = -sin(-y) and cos(-x) = cos(x) because of the properties of odd and even functions, it simplifies to 3cos(x)sin(y).
∂/∂y(Φ) = 3sin(-x)*cos(-y), and by the same reasoning, it simplifies to 3sin(x)cos(y).
∂/∂z(Φ) = 0, because there are no z-terms in the original scalar-valued function.
So the gradient is <3cos(x)sin(y), 3sin(x)cos(y), 0>.
b. The Laplacian, however, is not a vector: it's a scalar operator defined by ∂2/∂x2(Φ) + ∂2/∂y2(Φ) + ∂2/∂z2(Φ). Basically, it's the divergence of the gradient. We can take partial derivatives of each component of the gradient and just add them:
-3sin(x)sin(y) + -3sin(x)sin(y) + 0 = -6sin(x)sin(y).
c. A field is harmonic if the Laplacian is zero, which obviously isn't the case here. So Φ is not harmonic.