I Partial Derivative: Correct Formulation?

AI Thread Summary
The discussion centers on the correct formulation of the partial derivative of the product of two functions, u(x,y) and v(x,y). It clarifies that the initial expressions provided are incorrect as they do not account for the limit definition of partial derivatives. The correct formulation involves using limits, specifically expressed as the limit of the difference quotient for both functions. Both proposed formulations in the discussion are deemed correct, with one being derivable from the other. The conversation emphasizes the importance of understanding the limit concept in the context of partial derivatives.
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}##??
 
Mathematics 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 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 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 Apashanka
When you write "u(x+ dx)" exactly what do you mean by "x+ dx"? In order to make sense of that you would have to use "non-standard analysis" and I don't think that's what you mean.
 

Similar threads

Back
Top