Is the ODE xy'' + siny = 0 Linear or Homogeneous?

  • Thread starter Thread starter Pyroadept
  • Start date Start date
  • Tags Tags
    Linear Ode
Pyroadept
Messages
82
Reaction score
0

Homework Statement


Is the following ODE linear? If so, is it homogeneous?

xy'' + siny = 0, where y = y(x)


Homework Equations


Linear = coefficients of unknown function y(x) and its derivatives only depend on x, not the unknown

Homogeneous: can be written in form y'' + p(x)y' + q(x)y = 0


The Attempt at a Solution



I'm confused in that the only way to get rid of the sin from the y is to put an arcsin in front of the y'' term. Can one just 'ignore' the sin and say it is linear and also homogeneous by the definitions above?

Thanks for any help.
 
Physics news on Phys.org
Write L[y] = x y'' + \sin(y). L is called a differential operator (a function of a function), and the given ODE is the same as finding the y so that
L[y] = 0

An ODE is linear if its differential operator (L above) is linear: in other words, for any two functions y_1,y_2 and two numbers a,b we have
L[a y_1 + b y_2] = a L[y_1] + b L[y_2]
So the given ODE cannot be linear, since
L[a y_1 + b y_2] = axy_1'' + bxy_2'' + \sin(a y_1 + b y_2)
and
aL[y_1] + bL[y_2] = axy_1'' + bxy_2'' + a\sin(y_1) + b\sin(y_2)
which are not equal.

Notice that if L[y] = a_0(x) y(x) + a_1(x) y' + \ldots + a_n(x) y^{(n)}(x) then
L is linear by the above definition.
 
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