Understanding Linear and Nonlinear Operators in Differential Equations

  • Thread starter Thread starter theneedtoknow
  • Start date Start date
  • Tags Tags
    Linear Operator
theneedtoknow
Messages
169
Reaction score
0
These 2 questions are somewhat related:

Is the operator linear: Lu = du/dx + du/dy + 1

I said it's non-linear since L(u+v) = du/dx + dv/dx + du/dy + dv/dy + 1 = Lu + Lv - 1 =/= Lu + Lv

and then:
State whether each of the following equations is nonlinear, linear inhomogeneous, or linear homogeneous.

du/dt - d^2u/dx^2 + 1 = 0
which can be rewritten as du/dt - d^2u/dx^2 = -1
so now we have pretty much the same situation as above, except since it was set to zero, i can just bring the 1 on the other side and the resulting equation is linear and non-homogeneous Lu = -1

So then, is my reasoning for the first question wrong, that the operator (which is almost identical except for the order of derivatives) is actually linear? And then, why is my reasoning wrong?
 
Physics news on Phys.org
theneedtoknow said:
So then, is my reasoning for the first question wrong, that the operator (which is almost identical except for the order of derivatives) is actually linear? And then, why is my reasoning wrong?

Your reasoning is fine, there's just a difference between the conditions for an operator or equation to be linear. Given a linear operator L, there's always an associated linear equation L u = c. If we want to find the linear operator corresponding to a general linear equation, we need to separate any nonzero constant term.
 
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