Group Abstract Group Abstract

Message Boards Message Boards

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

Partial differential equation solution?

Posted 5 years ago
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
Posted 5 years ago

Thank you, Sir.

POSTED BY: nani khan
$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
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard