Finding Functions: v(x,y) with v_x & v_y

  • Thread starter Thread starter Trung
  • Start date Start date
  • Tags Tags
    Functions
Trung
Messages
4
Reaction score
0

Homework Statement



Find all functions v(x,y) such that both v_x(x,y) = x^2 + y and v_y(x,y) = x - y^3.

Homework Equations





The Attempt at a Solution



I have no idea how to start. My instructor says to guess the solution, which I have tried, but failed.
 
Physics news on Phys.org
Integrate V_x with respect to x, then you have V(x,y) = x^3/3 + xy + f(y), where f is an arbitrary function. Then differentiate that expression with respect to y and compare to V_y.
 
Trung said:
I have no idea how to start. My instructor says to guess the solution, which I have tried, but failed.
He gave you THAT advice? I really don't know what to make of it, but guessing definitely doesn't work for me.

As nicksauce said, the best way to do this is to treat to find F(x,y) such that its partial derivatives wrt x,y are given by your question. Have you learned what are conservative vector fields/functions yet? The method we're using here is the same as that used to find the potential function, given a conservative vector field.
 
Trung said:

Homework Statement



Find all functions v(x,y) such that both v_x(x,y) = x^2 + y and v_y(x,y) = x - y^3.

Homework Equations





The Attempt at a Solution



I have no idea how to start. My instructor says to guess the solution, which I have tried, but failed.
"Guessing a solution" (and then checking) is a good way to solve a problem if you have lots of experience!

Notice, by the way, that if vx= x2+ y then, differentiating again with respect to y, vyx= 1. If vy= x- y3 then, differentiating again with respect to x, vxy= 1. The fact that those are the same (so that the "mixed" derivatives are the same) tells us we can find such a v!

Follow nicksauce's advice.
 
It may help to look at the problem in differential form:

d v = \frac{\partial v}{\partial x} dx + \frac{\partial v}{\partial y}dy

(This differential formula can be though of as the definition of the partial derivatives!)


then integration yields:
v+C = \int dv = \int\left(\frac{\partial v}{\partial x}\right) dx + \int\left(\frac{\partial v}{\partial y}\right)dy

(Trust the notation!)

Note that when you integrate with respect to say x your constant of integration is only "constant" with respect to x and so can be any function of y alone. (Since x and y are both independent variables you treat y as a constant when integrating with respect to x and vise versa).

Say you do the above integration and get:

v= F(x,y) + C_1(y) \quad +\quad G(x,y) + C_2(x)

(You can absorb the left hand side constant into the other "constant" functions.)
You'll know F and G but must figure out C_1 and C_2. You can do this by differentiating again once with each of x or y.
 
Oops! I erred Terribly:
I should have said that integration yields:

v+C = \int dv = \int \left( \frac{\partial v}{\partial x}\right) dx = \int \left( \frac{\partial v}{\partial y}\right)dy

you would then get something like:

v = F(x,y) + C_1(y) = G(x,y)+C_2(x)
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top