Differential equation help solving homogeneous equations

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 · 2K views
Jim4592
Messages
49
Reaction score
0

Homework Statement



Find a general solution if possible, otherwise find a relation that defines the solutions implicity.

xy'-y=x tan(y/x)

Homework Equations





The Attempt at a Solution



y'-(y/x) = tan(y/x)

v = y/x ; y = xv ; y' = xv' + v

xv' + v = tan(v) + v

xv' = tan(v)

I got stuck there I'm not exactly sure how to integrate [tan(v)/x] to get v
and once i get v I'm not sure what to do to get y.

from using mathmatica command DSolve[xy'[x]-y[x]==xTan[y[x]/x],y[x],x] i got an answer of:

y[x] = x*(ArcSin[(e^c)*x])

Any help will be much appreciated!
 
Physics news on Phys.org
thanks! i forgot all about separating variables! it was so much easier once i did that. i ended up getting the answer, thanks again!