Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If I understand you correctly, you meant that Ux=Ux, right ? If so, your result is a triviality, since :

  • There exists some quantity K such as U(x,y)=Kxα, where K doesn't depend on x (in fact, it is obvious that K=Ayβ).

  • Therefore Ux=Kxαx=Kαxα1

This can be checked in sage quite directly:

sage: U(x,y)=A*x^a*y^b;U
(x, y) |--> A*x^a*y^b
sage: bool(U(x,y).diff(x)==a*U(x,y)/x)
True