First order linear D.E. involving i

Syrus
Messages
213
Reaction score
0

Homework Statement




I am familiar with the standard method of obtaining a solution to a first-order, linear D.E. (i.e. using an integrating factor). However, consider the D.E. if'(x) = qf(x). It seems (after recasting the equation in the proper form) the solution suggested by the above method is f(x) = exp(iqx). However, this solution does not satisfy the original D.E. The correct solution seems to be exp(-iqx). I am curious as to why the method isn't working here. Furthermore, what general branch(s) deals with such topics if not general O.D.E.s?


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
Syrus said:

Homework Statement

I am familiar with the standard method of obtaining a solution to a first-order, linear D.E. (i.e. using an integrating factor). However, consider the D.E. if'(x) = qf(x). It seems (after recasting the equation in the proper form) the solution suggested by the above method is f(x) = exp(iqx). However, this solution does not satisfy the original D.E. The correct solution seems to be exp(-iqx). I am curious as to why the method isn't working here. Furthermore, what general branch(s) deals with such topics if not general O.D.E.s?

If q is a (complex) constant, and i represents the square root of -1, then this is just a simple separable ODE.

##if'(x) = qf(x)##

##\frac{f'(x)}{f(x)} = \frac{q}{i} = -iq##

Integrating both sides wrt x,

##\ln(f(x)) = -iqx + \ln C##

##f(x) = Ce^{-iqx}##

where C is an arbitrary (complex) constant.

So what did you do to get the answer involving ##e^{iqx}##?
 
Ah, I see. I was using an integrating factor:

That is, for equations of form

y'(x) + h(x)y(x) = g(x)

obtaining a solution y = y(x) via y = exp(∫h(x)dx).

But this doesn't seem to yield the same answer.
 
Syrus said:
Ah, I see. I was using an integrating factor:

That is, for equations of form

y'(x) + h(x)y(x) = g(x)

obtaining a solution y = y(x) via y = exp(∫h(x)dx).

But this doesn't seem to yield the same answer.

Sure it does. Go through the working more carefully (you should show it here).

What's the integrating factor here?
 
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...
Back
Top