I Solving a PDE for z(x,y) with Total and 2nd Derivatives: Step-by-Step Guide

  • I
  • Thread starter Thread starter chacal10
  • Start date Start date
  • Tags Tags
    Pde
chacal10
Messages
3
Reaction score
2
TL;DR Summary
I have not been able to solve this PDE; need some help pls
1589406168727.png


as you can see, z(x,y) is a function of x, y; and y is a function of x, therefore y'(x) is the total derivative of "y" respect to "x", and y"(x) is the 2nd derivative. y'(x)^2 is just the square of the derivative of y respect to x

I don't have boundary or initial conditions, so you can make up any if that simplifies finding the solution

Thank you !
 
Physics news on Phys.org
Have you tried the separation of variables strategy?

Assume ##Z(x,y) = X(x)Y(y)##
 
Let me try that. I think the problem with separation of variables is the total derivative terms y'(x) and y"(x) that multiply the partial derivatives
 
I don't know much about PDEs but I see you're looking for two functions here, shouldn't there be a system of coupled equations instead of just one?
 
@TheDS1337
Is actually one function Z(x,y), but "y" itself is a function of "x" (unknown at this time)
What I am trying to find as the "solution" to this PDE is Z(x,y), i.e. something like "...Z(x,y) = A*cos(y-wx) + exp(-y*x)..." or something like that.
Note that the first 2 parts of the PDE look suspiciously close to a wave equation (if you replace "x" by "t"), but then the 3rd part messes the whole thing up

Thank you all!
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top