Solving Initial Value Problems for Differential Equations - Tips & Examples

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
Gogeta007
Messages
21
Reaction score
0

Homework Statement



Im having trouble with "initial value" problems. I can't seem to grasp the "way" around it. any help is greatly appreciated.

[tex]\sqrt{}1-y^2[/tex] dx - [tex]\sqrt{}1-x^2[/tex] dy = 0
y(0) = sqr(3) / 2

Homework Equations



solve by separation of variables and inital value.

The Attempt at a Solution



rearranging
i get dy / [tex]\sqrt{}1-y^2[/tex] = dx / [tex]\sqrt{}1-x^2[/tex]
integrating
arcsin(y) = arcsin(x) + c

y = sin (arcsin (x) + c))
y (o) = sqr3/2

c = pi/3

therefore y = sin(arcsin x + pi/3)

the back of the book says:

y=.5x + sqr(3)/2 ([tex]\sqrt{}1-x^2[/tex]

====
i was reading the book but there's only 1 example about initial value problems.
so If anyone can give me "tips" on how to solve this problems that'd be great
 
Physics news on Phys.org
Thank you.

Another question regarding my homework, same topic (differential equations)

Im doing "substitution" where you have to identify that M(x,y) and N(x,y) have the same degree by doing M(tx,ty) and N(tx,ty) and such. . . substitute by u= x/y or u=y/x

anyways I don't see any "usefulness" in this process. . .1. Problem:
(x-y)dx + xdy = 0

M = x - y
N = x

u=x/y
x=uy
dx = ydu + udy

subsitute:

(uy - y)(ydu + udy) + uydy = 0 (now everything is more complicated. . .yay?)
multiply trough?
or what do I do next?
y^2 udu + u^2 ydy - y^2 du = 0

and now what?

thnkz again
 
are there any specific "tips" on like how to work around them? from what i saw there its good to get a dy/dx somewhere (like there by dividing everything by xdx) and then doing the substitution. . .
but how do you know if its better to use u=y/x or v=x/y ?
 
Depends what you want the dependent variable to be. If you want to find y as a function of x, then I suggest u=y/x. If you want x as a function of y then x/y is probably better. Really, just practicing with different combinations will tell you what's better. That's how I learned.