Partial Derivative: Correct Formulation?

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
6 replies · 2K views
Apashanka
Messages
427
Reaction score
15
If given a function ##u(x,y) v(x,y)## then is it correct to write ##\frac{\partial }{\partial x}u(x,y)v(x,y)=\frac{u(x+dx,y)v(x+dx,y)-u(x,y)v(x,y)}{dx}##??
 
Physics news on Phys.org
Apashanka said:
If given a function ##u(x,y) v(x,y)## then is it correct to write ##\frac{\partial }{\partial x}u(x,y)v(x,y)=\frac{u(x+dx,y)v(x+dx,y)-u(x,y)v(x,y)}{dx}##??
Not quite. Above, you're using the definition of the (partial) derivative of the product of two functions, which is a limit.

Corrected, this would be $$\lim_{h \to 0}
\frac{u(x+h, y)v(x+h, y) - u(x, y)v(x,y )}{h}$$
 
  • Like
Likes   Reactions: Apashanka and jim mcnamara
Mark44 said:
Not quite. Above, you're using the definition of the (partial) derivative of the product of two functions, which is a limit.

Corrected, this would be $$\lim_{h \to 0}
\frac{u(x+h, y)v(x+h, y) - u(x, y)v(x,y )}{h}$$
Ok using ##\frac{\partial}{\partial x}u(x,y)v(x,y)=\frac{\partial u(x,y)}{\partial x}v(x,y)+u(x,y)\frac{\partial v(x,y)}{\partial x}## can't it be ##\frac{u(x+dx,y)-u(x,y)}{dx}v(x,y)+u(x,y)\frac{v(x+dx,y)-v(x,y)}{dx}??##
 
Apashanka said:
Ok using ##\frac{\partial}{\partial x}u(x,y)v(x,y)=\frac{\partial u(x,y)}{\partial x}v(x,y)+u(x,y)\frac{\partial v(x,y)}{\partial x}## can't it be ##\frac{u(x+dx,y)-u(x,y)}{dx}v(x,y)+u(x,y)\frac{v(x+dx,y)-v(x,y)}{dx}??##
Again, not quite -- you are trying to use the definitions of the two partial derivatives without including that these are limits.

The corrected version would be $$\lim_{h \to 0}\left(\frac{u(x+h,y)-u(x,y)}{h}\right) v(x,y)+u(x,y)\lim_{h \to 0}\left(\frac{v(x+h,y)-v(x,y)}{h}\right)$$
 
  • Like
Likes   Reactions: Apashanka
Mark44 said:
Again, not quite -- you are trying to use the definitions of the two partial derivatives without including that these are limits.

The corrected version would be $$\lim_{h \to 0}\left(\frac{u(x+h,y)-u(x,y)}{h}\right) v(x,y)+u(x,y)\lim_{h \to 0}\left(\frac{v(x+h,y)-v(x,y)}{h}\right)$$
So which is correct post 2 or post 4
 
Apashanka said:
So which is correct post 2 or post 4
Both are correct. It's possible to derive what I wrote in post 4 from what is in post 2.
 
  • Like
Likes   Reactions: Apashanka