Hi everyone,
I need help in solving a Non-homogeneous first-order partial differential equations problem:
z∂x∂z−y∂y∂z=z−ysin(y)
I have, just a few steps and the final result included, but I don't get the same result when I try to solve it on my own. I tried again and again and I can't see what I am doing wrong. Please help.
This is the final result I should get:
F(yz,x(y+z)+cos(y+z))=0
That means I have to get two functions (two "first integrals" that would be the solution of the problem). First function (and thus the "first first integral") is yz=C1 and the second (and also "second first integral") is x(y+z)+cos(y+z))=C2
My solving steps:
1. I add an "associated system in symmetrical form" (not sure if this is how it's called in English):
zdx=−ydy=z−ysin(y)dz
2. Solving this system like any nonlinear system of differential equations, to get the "first integrals":
- I have used second part of the equation from step 1:
−ydy=z−ysin(y)dz
−yz−ysin(y)=dydz
dydz=−yz−ysin(y)
dydz=−y1z+sin(y)
z′+y1z=sin(y)
3. So I got one ordinary linear differential equation and I am solving it using a formula:
z=e−ln∣y∣⋅[C+sin(y)−ycos(y)]
z=y1⋅[C+sin(y)−ycos(y)]
zy−sin(y)+ycos(y)=C
and this should be the first integral, but (as you can see in final result above) their first integral is
yz=C
What am I doing wrong? And how did they get this first integral?
Thanks all.
I need help in solving a Non-homogeneous first-order partial differential equations problem:
z∂x∂z−y∂y∂z=z−ysin(y)
I have, just a few steps and the final result included, but I don't get the same result when I try to solve it on my own. I tried again and again and I can't see what I am doing wrong. Please help.
This is the final result I should get:
F(yz,x(y+z)+cos(y+z))=0
That means I have to get two functions (two "first integrals" that would be the solution of the problem). First function (and thus the "first first integral") is yz=C1 and the second (and also "second first integral") is x(y+z)+cos(y+z))=C2
My solving steps:
1. I add an "associated system in symmetrical form" (not sure if this is how it's called in English):
zdx=−ydy=z−ysin(y)dz
2. Solving this system like any nonlinear system of differential equations, to get the "first integrals":
- I have used second part of the equation from step 1:
−ydy=z−ysin(y)dz
−yz−ysin(y)=dydz
dydz=−yz−ysin(y)
dydz=−y1z+sin(y)
z′+y1z=sin(y)
3. So I got one ordinary linear differential equation and I am solving it using a formula:
In my case p(y)=y1 (thus ∫p(y)dy=∫ydy=ln∣y∣) and q(y)=sin(y) (thus ∫q(y)⋅e∫p(y)dy=∫ysin(y)dy=sin(y)−ycos(y)) Adding this in formula, I get:z′+p(y)z=q(y)
z=e−∫p(y)dy⋅[C+∫q(y)⋅e∫p(y)dydy]
z=e−ln∣y∣⋅[C+sin(y)−ycos(y)]
z=y1⋅[C+sin(y)−ycos(y)]
zy−sin(y)+ycos(y)=C
and this should be the first integral, but (as you can see in final result above) their first integral is
yz=C
What am I doing wrong? And how did they get this first integral?
Thanks all.
Last edited: