Strange Differential Equation: Solving a Radical Splitting ODE

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Bipolarity
Messages
773
Reaction score
2

Homework Statement


Solve the following differential equation, with the initial-value y(2)=2.

[tex]y' = \sqrt{ \frac{1-y^{2} } { 1-x^{2} } }[/tex]

Homework Equations


The Attempt at a Solution



This is a strange ODE. It is continuous when either both |x|<1 and |y|<1 or when both |x|>1 and |y|>1. (Both of the regions guarantee the existence and continuity of the derivative)

[tex]\frac{y'}{ \sqrt{ 1-y^{2} } } = \frac{1 } { \sqrt{1-x^{2} } }[/tex]

However, when you separate the variables (to solve it), the radical splits, causing the derivative to be defined only when both |x|<1 and |y|<1. The other region i.e. |x|>1 and |y|>1 is lost as a region in which a solution exists. This is strange.

By the existence theorem, that the function y'(x,y) is continuous when both |x|>1 and |y|>1 should guarantee the existence of a solution, yet separation of variables forces the loss of a solution in that region.

What then, is the (explicit) solution for that region, or how might I go about finding it?

I did end up finding the explicit solution to the IVP to be [itex]y = x[/itex] but to do so I required the computation [itex]arcsin(2)-arcsin(2) = 0[/itex]. This makes no sense.

BiP
 
Last edited:
Physics news on Phys.org
sqrt(a*b)=sqrt(a)*sqrt(b) is true only for a,b>0, otherwise your operation is invalid in the real numbers. For |x|, |y|>1, you cannot split them like that - unless you use complex numbers.
 
Bipolarity said:

Homework Statement


Solve the following differential equation, with the initial-value y(2)=2.

[tex]y' = \sqrt{ \frac{1-y^{2} } { 1-x^{2} } }[/tex]


Homework Equations





The Attempt at a Solution



This is a strange ODE. It is continuous when either both |x|<1 and |y|<1 or when both |x|>1 and |y|>1. (Both of the regions guarantee the existence and continuity of the derivative)

[tex]\frac{y'}{ \sqrt{ 1-y^{2} } } = \frac{1 } { \sqrt{1-x^{2} } }[/tex]

However, when you separate the variables (to solve it), the radical splits, causing the derivative to be defined only when both |x|<1 and |y|<1. The other region i.e. |x|>1 and |y|>1 is lost as a region in which a solution exists. This is strange.

By the existence theorem, that the function y'(x,y) is continuous when both |x|>1 and |y|>1 should guarantee the existence of a solution, yet separation of variables forces the loss of a solution in that region.

What then, is the (explicit) solution for that region, or how might I go about finding it?

For |x|,|y|>1 you need
[tex]\frac{y'}{\sqrt{y^2-1}} = \frac{1}{ \sqrt{x^2-1}}.[/tex]

For the first case you need integrals of the form ##\int dt/\sqrt{1-t^2},## while for the second case you need ##\int dt/\sqrt{t^2-1}.##
 
mfb said:
sqrt(a*b)=sqrt(a)*sqrt(b) is true only for a,b>0, otherwise your operation is invalid in the real numbers. For |x|, |y|>1, you cannot split them like that - unless you use complex numbers.

OK thanks, so then how would the explicit solution be obtained when |x|,|y|>1 ?

BiP