Differential equations - nonhomogeneous

accountkiller
Messages
118
Reaction score
0

Homework Statement


Let Ly = y'' + py' + qy. Suppose y1 and y2 are functions such that Ly1 = f(x) and Ly2 = g(x). Show that the sum y = y1 + y2 satisfies the nonhomogeneous equation Ly = f(x) + g(x).


Homework Equations


Superposition Principle: L[c1y1 + c2y2] = c1L[y1] + c2L[y2]


The Attempt at a Solution


Even though this problem is in the book problems, I don't even see anything with an Ly in the section paragraphs. All we had from lecture is the above superposition principle. I don't even know how to start - I'd really appreciate any help!
 
Physics news on Phys.org
The symbol L represents the particular linear transformation of this problem. Here
L \equiv \frac{d^2}{dx^2} + p\frac{d}{dx} + q

so
Ly_1 \equiv \left(\frac{d^2}{dx^2} + p\frac{d}{dx} + q\right)y_1

or Ly1 = y1'' + py1' + qy1

You need to show that Ly = f(x) + g(x), where y = y1 + y2

What is Ly here? Start by replacing y.
 
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