Help with Vector Function Calculations

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
franky2727
Messages
131
Reaction score
0
missed a lecture and now have this homework problem and don't even know what the upside down triangle symbol indicates, can someone please give me a hand getting started, thanks

consider the vector function q=(1/4X^4 y^2 z, x^3 yz^6 - cosh(xz), 1/7x^3 z^7)

calculate f(x,y,z)=upside down triangle . q
 
Physics news on Phys.org
That upside down triangle is the nabla symbol and is typically called "del". "Del" is an operator analagous to the derivative operator d/dx except that del takes partial derivatives. In Cartesian 3-space,

[tex]\boldsymbol{\nabla} \equiv<br /> \hat{\boldsymbol x} \frac{\partial}{\partial x} +<br /> \hat{\boldsymbol y} \frac{\partial}{\partial y} +<br /> \hat{\boldsymbol z} \frac{\partial}{\partial z}[/tex]

When applied to a scalar function f(x,y,z), the del operator yields the gradient of the function:

[tex]\boldsymbol{\nabla} f(x,y,z) \equiv<br /> \hat{\boldsymbol x} \frac{\partial f(x,y,z)}{\partial x} +<br /> \hat{\boldsymbol y} \frac{\partial f(x,y,z)}{\partial y} +<br /> \hat{\boldsymbol z} \frac{\partial f(x,y,z)}{\partial z}[/tex]

The operator definition of del looks like a vector. With a little abuse of notation, it can be applied to vector functions as a dot product (yielding a scalar) and a cross product (yielding a vector):

[tex]\boldsymbol{\nabla} \cdot \boldsymbol{f}(x,y,z) \equiv<br /> \hat{\boldsymbol x} \frac{\partial f_x(x,y,z)}{\partial x} +<br /> \hat{\boldsymbol y} \frac{\partial f_y(x,y,z)}{\partial y} +<br /> \hat{\boldsymbol z} \frac{\partial f_z(x,y,z)}{\partial z}[/tex]

and similarly for the cross product. The expression [itex]\boldsymbol{\nabla} \cdot \boldsymbol{f}(x,y,z)[/itex] is called the divergence of f(x,y,z) while [itex]\boldsymbol{\nabla} \times \boldsymbol{f}(x,y,z)[/itex] is called the curl.