Apashanka
- 427
- 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}##??
The discussion revolves around the correct formulation of the partial derivative of the product of two functions, specifically examining the expressions for ##\frac{\partial }{\partial x}u(x,y)v(x,y)##. Participants explore the definitions and limits involved in calculating these derivatives.
Participants do not reach a consensus on a single correct formulation, as multiple interpretations and approaches are presented. There is acknowledgment that both post 2 and post 4 can be seen as correct under different contexts.
Limitations include the need for clarity on the use of limits in the definitions of partial derivatives and the implications of using non-standard analysis in the discussion.
Not quite. Above, you're using the definition of the (partial) derivative of the product of two functions, which is a limit.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}##??
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}??##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}$$
Again, not quite -- you are trying to use the definitions of the two partial derivatives without including that these are limits.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}??##
So which is correct post 2 or post 4Mark44 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)$$
Both are correct. It's possible to derive what I wrote in post 4 from what is in post 2.Apashanka said:So which is correct post 2 or post 4