What is the Correct Domain for this ODE Solution?

  • Thread starter Thread starter twoflower
  • Start date Start date
  • Tags Tags
    Ode Variables
twoflower
Messages
363
Reaction score
0
Hi all,

here is one ODE I solved now

<br /> y&#039; = 1 + y^2<br />

So

<br /> \frac{y&#039;}{1+y^2} = 1<br />

<br /> \int \frac{dy}{1+y^2} = \int 1 dx<br />

<br /> \arctan y = x + C \leftrightarrow y = \tan (x + C)<br />

<br /> x \in (-\frac{\pi}{2} - C, \frac{\pi}{2} - C)<br />

The last line is what I'm unsure about.

Shouldn't it rather be

<br /> x \in (-\frac{\pi}{2} - C + k\pi, \frac{\pi}{2} - C + k\pi), k \in \mathbb{Z}<br />

or is it ok as I wrote it originally?

Thank you.
 
Physics news on Phys.org
It depends. Usually you would determine the constant by an initial value, ie, y(x0)=y0, in which case the solution would be valid within whichever region (ie, of width \pi[/tex]) contains x<sub>0</sub>. If you&#039;re just looking for a completely general form, one that represents every possible solution, then your second form is correct.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
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