I have noticed that many different areas of physics and engineering make use of 'scalar and vector fields'. I just want someone to tell me whether my understanding is right:
A scalar field will have some scalar value 'A' at every point in space, and can be represented by (in 3 dimensions):
A=f(x,y,z)
The rate of change of this field with respect to time at any point is given by:
∂A/∂t = ∂x/∂t + ∂y/∂t + ∂z/∂t
For a vector field, there will be some vector value 'v' at every point in space, then each component of the vector will be a function of x, y and z independently. so:
v = [V1, V2, V3] = [ f(x,y,z), g(x,y,z), h(x,y,z) ]
Then for the rate of change of the vector field at any point, we will have a partial differential equation for each component (3 in this case), for example:
∂V1/∂t = f '(x) + f '(y) + f '(z)