How to Solve a First-Order Nonlinear PDE using the Method of Characteristics?

Eren10
Messages
17
Reaction score
0
i have to solve this equation :

du/dx * du/dy = x*y

u(x,y) = x for y =0

with putting this equation in the form : F(x,y,u,du/dx,du/dy) = 0 . it can be solved.
But mine book does not explain how to do this, there are no examples.

Can someone help me ? or any links of examples on the internet?
 
Physics news on Phys.org
Your PDE already is in a such form!?

If you suppose that

u(x,y)=A(x)*B(y)

then substitution such u into PDE gives you after separation of variables

diff(A(x),x)*A(x)/x=1/(B(y)*diff(B(y),y)/y)=c ,

where c is a constant. Solutions of these two ODEs lead to particular solution

u(x,y) = (c*x^2+C2)^(1/2)*1/c*(c*(y^2+C1*c))^(1/2)

(among other things this solution allows to obtain the general sulution to your PDE!).
If now substitute y=0 into above solution, we find that it must be

C2=0, C1=1/c

so the required solution is as follows

u(x,y) = x*(y^2+1)^(1/2)
 
Thank you for giving the answer. Mine mistake I had to tell, to solve this problem we had to use method of characteristics. I did it and found the same answer. so it is correct.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top