How to Solve a Partial Differential Equation with Variable Coefficients

Beer-monster
Messages
285
Reaction score
0
Hi does anyone know how to solve this partial differential equation. My brain appears to be burping (and strangely my past notes don't seem to have any similar equation in):confused:
\frac{\partial{\psi}}{\partial{x}} = k(x+y)
Anyone know any good tutorials or webpages for these sorts of equation? I'm a bit rusty with them
 
Physics news on Phys.org
\frac{\partial{\psi}}{\partial{x}} = k(x+y)

Since x and y are independent, all you can do is integrate, with respect to x, treating y as a constant:
\psi(x,y)= \frac{k}{2}x^2+ yx+ f(y)
Since the partial derivative wrt x is taken treating y as a constant, f(y) could be any function of y alone- its derivative will be 0.
 
I tried that but didn't get the right answer, I'll give it another shot.

Although isn't the second term kyx as it too is multiplied by k? Or am I being incredibly dense, it does happen a lot
 
Turn out the reason I was going wrong wasn't my method, I lost a minus in the calculation (slippery little blighters):rolleyes:

Thanks for the help anyway
 
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