Message Boards Message Boards

0
|
3807 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Numerical and Analytical Solution of First ODE's

Posted 9 years ago

What is the Analytical and Numerical Solution of the following First ODE's.

y^2 +x^2 y'=xyy'

POSTED BY: ms engr
2 Replies

You can get a solution in terms of elementary functions if you make y the independent variable:

y^2 dx + x^2 dy = x y dy

y^2 x'[y] + x[y]^2 == x[y] y

In[5]:= DSolve[y^2 x'[y] + x[y]^2 == x[y] y, x[y], y]

Out[5]= {{x[y] -> y/(C[1] + Log[y])}}
POSTED BY: S M Blinder

You can enter the equation into Wolfram|Alpha and it will tell you:

http://www.wolframalpha.com/input/?i=y%5E2+%2Bx%5E2+y%27%3Dxyy%27

The result appears using a function called "product log". You can learn more about the function in the documentation or online.

POSTED BY: Sean Clarke
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