Solving Cauchy Prob: y'=sin(x+y+3) y(0)=-3

  • Thread starter Thread starter Kalidor
  • Start date Start date
  • Tags Tags
    Cauchy
Kalidor
Messages
68
Reaction score
0
y'=\sin (x+y+3)
y(0)=-3

I tried substituting x+y+3=u and solving I get
\tan (u(x)) - \sec (u(x)) = x

but what the heck can I do now?
 
Physics news on Phys.org
Kalidor said:
y'=\sin (x+y+3)
y(0)=-3

I tried substituting x+y+3=u

You get
\frac{d u}{dx} = 1+\sin(u)

and then

\int\frac{d u}{1+\sin(u)} = x+C,
where C is an arbitrary constant, or

-\frac{2}{\tan[\frac{u}{2}]+1}= x+C

so the general solution to your ODE is

y(x) = -2\arctan(\frac{2+x+C}{x+C})-x-3

Substituting x=0 you find that C=-2, so particular solution with condition y(0)=-3

y(x) = -2\arctan(\frac{x}{x-2})-x-3
 
Thanks, it seems fine now.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top