Solving Initial Value Problems for Differential Equations - Tips & Examples

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.

\sqrt{}1-y^2 dx - \sqrt{}1-x^2 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 / \sqrt{}1-y^2 = dx / \sqrt{}1-x^2
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 (\sqrt{}1-x^2

====
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
Your answer is correct, but so is the book's. Use sin(a+b)=sin(a)cos(b)+cos(a)sin(b) to show this.
 
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
 
Divide the equation through by xdx. (1-y/x)+dy/dx=0. Set u=y/x and figure out what dy/dx is in terms of du/dx. Eliminate the y's. Not the x's.
 
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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top