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

  • Thread starter Thread starter Pyroadept
  • Start date Start date
  • Tags Tags
    Linear Ode
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
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 [tex]L[y] = x y'' + \sin(y)[/tex]. [tex]L[/tex] is called a differential operator (a function of a function), and the given ODE is the same as finding the y so that
[tex]L[y] = 0[/tex]

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

Notice that if [tex]L[y] = a_0(x) y(x) + a_1(x) y' + \ldots + a_n(x) y^{(n)}(x)[/tex] then
[tex]L[/tex] is linear by the above definition.