Message Boards Message Boards

0
|
3021 Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Partial differential equation solution?

Posted 2 years ago

I am trying to find the solution of the equation x cos[y] dx+ sin x dy=0 in Mathematica, but couldn't find the solution. Professionals, Kindly help me out with it.

DSolve[y'[x] == Sin[x]/(x Cos[y[x]]), y[x], x]
POSTED BY: nani khan
3 Replies

Ok, but I think it should be the other way round because the question was x cos[y] dx+ sin x dy=0 :

DSolve[y'[x] == (x Cos[y[x]])/Sin[x], y[x], x]
POSTED BY: Hans Dolhaine
$Version

(* "12.3.0 for Microsoft Windows (64-bit) (May 10, 2021)" *)

DSolve[y'[x] == Sin[x]/(x Cos[y[x]]), y[x], x]

 (*{{y[x] -> ArcSin[C[1] + SinIntegral[x]]}}*)
POSTED BY: Mariusz Iwaniuk
Posted 2 years ago

Thank you, Sir.

POSTED BY: nani khan
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract