Solving an Ordinary Differential Equation Problem: x*x''-y*y''=0

lurflurf
Homework Helper
Messages
2,459
Reaction score
159
I have been looking though Ince (Ordinary Differential Equations), nice book.
I enjoyed solving this problem:
6) pp. 157
Integrate the system
x*x''-y*y''=0
x''+y''+x+y=0
[Edinburgh, 1909.]
we may assume x and y are twice differentiable functions
defined everywhere from reals to reals
' denotes differentiation

I would be interested in the methods used by others.
 
Physics news on Phys.org
lurflurf said:
I have been looking though Ince (Ordinary Differential Equations), nice book.
I enjoyed solving this problem:
6) pp. 157
Integrate the system
x*x''-y*y''=0
x''+y''+x+y=0
[Edinburgh, 1909.]
we may assume x and y are twice differentiable functions
defined everywhere from reals to reals
' denotes differentiation

I would be interested in the methods used by others.
Well, my first reaction would be that yy"= xx" so x"= (y/x)y".
Then x"+ y"+ x+ y= 0 becomes (y/x)y"+ y"= (y+x)y"/x= -(x+y) so y"= -x. Put that back into the original equation and we have x"= y. Differentiating twice more gives xIV= -x.
 
  • Like
Likes 1 person
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