Partial Differentiation Troubles

Saladsamurai
Messages
3,009
Reaction score
7

Homework Statement



Okay, I know that I must be overlooking the obvious here, but here goes.

Take some velocity function of time and space V(x,y,z,t) and we want to find its derivative, the acceleration vector a(x,y,z,t)

If we have

\vec{V}=u\hat{i}+v\hat{j}+w\hat{k}

Then by chain rule:

\vec{a}=\frac{\partial{\vec{V}}}{\partial{t}}+u\frac{\partial{\vec{V}}}{\partial{x}}+v\frac{\partial{\vec{V}}}{\partial{y}}+w\frac{\partial{\vec{V}}}{\partial{z}}

(did I mess something up in the last step? Where did i, j and k go? Sorry...Engineer :blushing:)

Now isn't it true that (ignoring the first term involving time)

a_x=u\frac{\partial{\vec{V}}}{\partial{x}} ?Because I am confused as to why my book says that a_x=u\frac{\partial{u}}{\partial{x}}+v\frac{\partial{u}}{\partial{y}}

I am not seeing how the two are equivalent?

Where am I screwing this up? Because I know that it is me :smile:

Also: feel free to address any notational issues you see with my math. I would like to be able to communicate this stuff clearly and properly
 
Physics news on Phys.org
V is a vector-valued function of x, y, and z, each of which is a function of t alone. So ultimately, V and a are functions of t alone, and it makes sense to talk about dV/dt. At least that's what I think you're talking about. To find a, calculate dV/dt, which means that you calculate dx/dt, dy/dt, and dz/dt.

For example, if V(t) = (cos t, sin t, t), then a(t) = (-sin t, cos t, 1). You can also write these in the unit vector notation as
V(t) = cost i + sin t j + t k, and a(t) = -sin t i + cos t j + k.
 
This is also known as the convective derivative. You can write it compactly as:

\frac{D \vec{V}}{Dt} = \frac{\partial \vec{V}}{\partial t} + \vec{V}\cdot \nabla \vec{V}

Or in terms of components:

\frac{D V_{i}}{Dt} = \frac{\partial V_{i}}{\partial t} + \sum_{k}V_{k}\frac{\partial V_{i}}{\partial x_{k}}
 
I think you are confusing different problems. The "convective derivative" that Count Iblis mentions applies to the rate of change of a some property of a "fluid" as you move along with the fluid. If you are given the velocity vector \vec{V}=u\hat{i}+v\hat{j}+w\hat{k} giving the velocity vector at some point in the x,y,z coordinate system, the acceleration vector at that point is just \vec{a}= \frac{d\vec{V}}{dt}=\frac{du}[dt}\hat{i}+\frac{dv}{dt}\hat{j}+\frac{dw}{dt}\hat{k}
What count Iblis gives is the rate of change of velocity if you measured it from a boat moving with the flow.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top