Solve Partial Derivatives for Exact Diff Eq

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
5 replies · 2K views
KillerZ
Messages
116
Reaction score
0

Homework Statement



Determine if the following differential equation is exact. If it is exact solve it.

Homework Equations



[tex]\left(\frac{1}{t} + \frac{1}{t^{2}} - \frac{y}{t^{2} + y^{2}}\right)dt + \left(ye^{y} + \frac{t}{t^{2} + y^{2}}\right)dy = 0[/tex]

The Attempt at a Solution



I am a little rusty on my partial derivatives I am not sure if this is right.

[tex]M(t, y) = \frac{1}{t} + \frac{1}{t^{2}} - \frac{y}{t^{2} + y^{2}}[/tex]

[tex]N(t, y) = ye^{y} + \frac{t}{t^{2} + y^{2}}[/tex]

[tex]\frac{\partial M}{\partial y} = -y[-(t^{2} + y^{2})^{-2}(2y)] - (t^{2} + y^{2})^{-1}[/tex]

[tex]\frac{\partial N}{\partial t} = t[-(t^{2} + y^{2})^{-2}(2t)] + (t^{2} + y^{2})^{-1}[/tex]
 
Physics news on Phys.org
[tex]-y[-(t^{2} + y^{2})^{-2}(2y)] - (t^{2} + y^{2})^{-1} = t[-(t^{2} + y^{2})^{-2}(2t)] + (t^{2} + y^{2})^{-1}[/tex]

[tex]-y\left[-\frac{2y}{(t^{2} + y^{2})^{2}}\right] - \frac{1}{t^{2} + y^{2}} = t\left[-\frac{2t}{(t^{2} + y^{2})^{2}}\right] + \frac{1}{t^{2} + y^{2}}[/tex]

[tex]\frac{2y^{2}}{(t^{2} + y^{2})^{2}} + \frac{2t^{2}}{(t^{2} + y^{2})^{2}} = \frac{1}{t^{2} + y^{2}} + \frac{1}{t^{2} + y^{2}}[/tex]

[tex]\frac{2y^{2} + 2t^{2}}{(t^{2} + y^{2})^{2}} = \frac{2}{t^{2} + y^{2}}[/tex]

[tex]\frac{2y^{2} + 2t^{2}}{t^{2} + y^{2}} = 2[/tex]

[tex]2y^{2} + 2t^{2} = 2y^{2} + 2t^{2}[/tex] They are exact.
 
Last edited:
To finish it:

[tex]\frac{\partial f}{\partial t} = \frac{1}{t} + \frac{1}{t^{2}} - \frac{y}{t^{2} + y^{2}}[/tex]

[tex]\frac{\partial f}{\partial y} = ye^{y} + \frac{t}{t^{2} + y^{2}}[/tex]

[tex]f(t,y) = \int\left(\frac{1}{t} + \frac{1}{t^{2}} - \frac{y}{t^{2} + y^{2}}\right)dt + \Phi(y)[/tex]

[tex]f(t,y) = ln|t| - \frac{1}{t} - tan^{-1}\left(\frac{t}{y}\right) + \Phi(y)[/tex]

[tex]\frac{\partial f}{\partial y} = 0 - 0 + \frac{t}{y^{2} + t^{2}} + \frac{d\Phi}{dy} = ye^{y} + \frac{t}{t^{2} + y^{2}}[/tex]

[tex]\frac{d\Phi}{dy} = ye^{y}[/tex]

[tex]\Phi = \int\left(ye^{y}\right)dy + c[/tex]

[tex]\Phi = ye^{y} - e^{y} + c[/tex]

[tex]f(t,y) = ln|t| - \frac{1}{t} - tan^{-1}\left(\frac{t}{y}\right) + ye^{y} - e^{y} + c[/tex]
 
Thanks for the help.