Meaning of the arguments outside the operation? $(\nabla u \cdot \boldsymbol{n})(\boldsymbol{x},t)=0$

33 Views Asked by At

What does it mean to write the arguments outside the functions, e.g. $(\nabla u \cdot \boldsymbol{n})(\boldsymbol{x},t)=0$? $\boldsymbol{n}$ is the unit outward normal vector to a surface.

Does it mean $\nabla u(\boldsymbol{x},t) \cdot \boldsymbol{n}=0$ or $\nabla u(\boldsymbol{x},t) \cdot \boldsymbol{n}(\boldsymbol{x},t)=0$ or maybe something else?

1

There are 1 best solutions below

2
On

It's like $(fg) (x)$, which means $f(x) g(x)$. In your case it means

$$\big( (\nabla u) (x,t) \big) \cdot \big(\boldsymbol n(x,t) \big)$$

(with more paranthese added for more clarity).