Is the Operator L = d/dt + d^2/dx^2 + 1 Linear?

  • Thread starter Thread starter frenchkiki
  • Start date Start date
  • Tags Tags
    Linearity Pde
frenchkiki
Messages
25
Reaction score
0

Homework Statement



Check du/dt + d^2u/dx^2 + 1 = 0

Homework Equations



L is a linear operator if:

cL(u)=L(cu) and L(u+v)=L(u)+L(v)

The Attempt at a Solution



L = d/dt + d^2/dx^2 + 1

L(cu) = d(cu)/dt + d^2(cu)/dx^2 + 1 = c du/dt + c d^2(u)/dx^2 + 1 ≠ cL(u) = c du/dt + c d^2/dx^2 + c. So I found that it is not linear since it does not satisfy cL(u)=L(cu). However the solution tells me that it is. Can anyone spot my error?

Thanks
 
Physics news on Phys.org
Are you sure the problem wants you to include the '+1' in the definition of the operator?
 
Mute said:
Are you sure the problem wants you to include the '+1' in the definition of the operator?

So that would be du/dt - d^2u/dx^2 = -1?

Then I have Lu = -1, L(cu)= d(cu)/dt - d^2(cu)/dx^2 = c du/dt + c d^2u/dx^2 = c L(u), L(u+v) = d(u+v)/dt - d^2(u+v)/dx^2 = du/dt + d^2u/dx^2 + dv/dt + d^2v/dx^2 = Lu + Lv, so it's linear and inhomogenous.

Thank you.
 
I think what Mute was suggesting is that the real problem you have with linearity is

the -1 . For d(u+v),you will end up with the constant term -1 , but the same

will be the case for each of du and dv .Then du+dv will have constant term equal to

-1 -1 =-2≠ -1
 
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