How to integrate this partial differential equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 5K views
JulieK
Messages
50
Reaction score
0
I have the following equation

[itex]\frac{\partial}{\partial y}\left(m\frac{dy}{dx}\right)=0[/itex]

where [itex]y[/itex] is a function of [itex]x[/itex] and [itex]m[/itex] is a function of [itex]y[/itex]. If I integrate this equation first with respect to [itex]y[/itex] should I get a function of [itex]x[/itex] as the constant of integration (say [itex]C\left(x\right)[/itex]) or it is just a constant? If it is a function, how can I then find its form (e.g. polynomial, etc.)? Should I use boundary conditions or I can decide about the form from inspecting the type of the equation.
 
Physics news on Phys.org
Yes, you should have
[tex] m(y)\frac{dy}{dx}=C(x)[/tex]
And therefore you can solve it by
[tex] m(y)dy=C(x)dx[/tex]
Which you can integrate.
 
JulieK said:
how can I then find its form (e.g. polynomial, etc.)? Should I use boundary conditions or I can decide about the form from inspecting the type of the equation.
You'll have to use boundary conditions. There's nothing in the equation that gives a clue about the form of C(x).