Inverting a Differential Operator a Simple Example

Inverting a Differential Operator a Simple Example

Inverting a Differential Operator Consider the BVP - d k(x) du = f(x) dx( dx) u(a) = du(b) = 0 dx It is possible to show that the differential operator L u = - d k(x) du dx( dx) 2 is a symmetric operator on the space Cm [a,b] of twice continuously differentiable functions that satisfy mixed boundary conditions u(a) = d u(b) = 0 on the interval [a,b]. d x 2 Our goal is to develop a linear operator M that maps the space of functions C[a,b] to the space Cm [a,b] in such a way that M f = u whenever L u = f. M is the inverse operator to L in the sense that L M f = L u = f and M L u = M f = u We will see that in order to construct the inverse of the differential operator L we will have to use an integral operator that takes the form b u = M f = ∫ G(x; y) f(y) d y a The function G(x ; y) is called the kernel of the linear operator M, or the Green's function for the linear differential operator L. A Simple Example To demonstrate that it is indeed possible to invert a differential operator into an integral operator, we start with a simple example. The differential operator L u = - d k(x) du dx( dx) is directly invertible by integration: - d k(x) du = f(x) dx( dx) we integrate both sides with respect to x from x to b: 1 b b x ∫ f(y) d y = ∫ - d k(x) du d x = ∫ d k(x) du d x = k(x) du(x)- k(b) du(b) = k(x) du(x) x x dx( dx) b dx( dx) dx dx dx b du(x) = 1 ∫ f(y) d y dx k(x) x Integrating a second time on both sides from a to x gives x x b ∫ du(z) d z = u(x)- u(a) = u(x) = ∫ 1 ∫ f(y) d y d z a dx a k(z) z By interchanging the order of the z and y integrals on the right we get b min (x,y) u(x) = ∫ ∫ 1 d z f(y) d y a ( a k(z) ) We now see that the expression min (x,y) G(x ; y) = ∫ 1 d z a k(z) allows us to cast this solution in the form of an integral operator: b u(x) = M f = ∫ G(x ; y) f(y) d y a One final comment about this example. The one thing that allowed the problem to slide through as readily as it did was the special boundary condition du(b) = 0. In fact, if we tried to impose the more conventional boundary dx condition of u(b) = 0 we would find that the mathematics of computing the Green's function becomes much more difficult. A More Ambitious Example Next we turn to a more challenging BVP - d P(x) du + R(x) u = F(x) dx( dx) u(a) = u(b) = 0 This is such a challenging problem that we have to assume that we are provided with a little help. Suppose we have already solved the homogeneous form of the this problem - d P(x) du + R(x) u = 0 dx( dx) and have obtained two linearly independent solutions v1(x) and v2(x). To use the solutions of the homogeneous problem to help us solve the nonhomogeneous problem, we deploy the method of variation of parameters. This method assumes that the solution to the nonhomogeneous problem takes the form 2 u(x) = c1(x) v1(x) + c2(x) v2(x) We proceed by differentiating this function with respect to x and then substituting into the equation. The first step is to compute the derivative of u(x) with respect to x: du = c (x) dv1 + c (x) dv2 + dc1 v (x) + dc2 v (x) dx 1 dx 2 dx dx 1 dx 2 Because this expression will lead to a mess, we exercise our ability to place constraints on the coefficient functions c1(x) and c1(x) by demanding that part of this expression vanish: dc1 v (x) + dc2 v (x) = 0 dx 1 dx 2 This immediately causes the expression for du/dx to simplify to du = c (x) dv1 + c (x) dv2 dx 1 dx 2 dx Substituting this simplified expression into the ODE gives dv dv - d P(x) c1(x) 1 + c (x) 2 + R(x) (c1(x) v1(x) + c2(x) v2(x)) = F(x) dx( ( dx 2 dx )) differentiating on the left gives us dv dv d2v d2v dc dv dc dv - dP c1(x) 1 + c2(x) 2 - P(x) c1(x) 1 + c2(x) 2 + 1 1 + 1 2 ( ) 2 2 dx dx dx ( dx dx dx dx dx dx ) + R(x) (c1(x) v1(x) + c2(x) v2(x)) = F(x) After reorganizing the terms on the left, we get something like this: dv d2v - c1(x) dP 1 - c1(x) P(x) 1 + c1(x) R(x) v1(x) + ( dx dx dx2 ) dv d2v - c2(x) dP 2 - c2(x) P(x) 2 + c2(x) R(x) v2(x) - ( dx dx dx2 ) P(x) dc1 dv1 + dc1 dv2 = F(x) ( dx dx dx dx ) or c (x) - d P(x) dv1 + R(x) v (x) + c (x) - d P(x) dv2 + R(x) v (x) - 1 ( dx( dx ) 1 ) 2 ( dx( dx ) 2 ) P(x) dc1 dv1 + dc1 dv2 = F(x) ( dx dx dx dx ) 3 Because the functions v1(x) and v2(x) are both solutions of the homogeneous problem, the first two sets of terms vanish and we are left with -P(x) dc1 dv1 + dc1 dv2 = F(x) ( dx dx dx dx ) We now have two equations to solve, the condition we imposed earlier, and this new equation: dc1 v (x) + dc2 v (x) = 0 dx 1 dx 2 -P(x) dc1 dv1 + dc2 dv2 = F(x) ( dx dx dx dx ) Close examination of this pair of equations shows that this can be written as a system of equations. dc1 v1(x) v2(x) dx = 0 dv1 dv2 dc2 -F(x)/ P(x) dx dx dx This system can be solved by multiplying both sides by the inverse of the matrix on the left. -1 dc1 v1(x) v2(x) dx = 0 dv1 dv2 dc2 -F(x)/ P(x) dx dx dx dv 2 -v2(x) = 1 dx 0 dv -F(x)/ P(x) dv2 v (x)- dv1 v (x) - 1 v1(x) dx 1 dx 2 dx The quantity W(x) = dv2 v (x)- dv1 v (x) dx 1 dx 2 is known as the Wronskian of the functions v1(x) and v2(x). The Wronskian has a number of special properties. One of these properties is that if v1(x) and v2(x) are linearly independent functions on [a,b] then W(x) for all x in [a,b]. Another useful property is that if v1(x) and v2(x) are solutions of the homogeneous problem then the function W(x) P(x) is actually a constant over the entire interval. We can see this by computing its derivative with respect to x: d (W(x) P(x)) = W′(x) P(x) + W(x) P′(x) dx d2v d2v dv dv dv dv ′ dv ′ dv P(x) 2 v1(x)- P(x) 1 v2(x) + P(x) 2 1 - P(x) 1 2 + P (x) 2 v1(x)- P (x) 1 v2(x) dx2 dx2 dx dx dx dx dx dx 4 d2v ′ dv d2v ′ dv dv dv dv dv = v1(x) P(x) 2 + P (x) 2 - v2(x) P(x) 1 + P (x) 1 + P(x) 2 1 - P(x) 1 2 2 2 ( ) ( dx dx ) ( dx dx ) dx dx dx dx The last of these terms vanishes. As for the other two terms, adding and subtracting some terms R(x) v1(x) v2(x) gives d2v ′ dv d2v ′ dv = v1(x) P(x) 2 + P (x) 2 - R(x) v2(x) - v2(x) P(x) 1 + P (x) 1 - R(x) v1(x) + 0 ( dx2 dx ) ( dx2 dx ) = 0 + 0 + 0 Thus, the quantity W(x) P(x) is a constant over the entire interval, so we can replace it with 1/ k where it appears in the matrix equation we derive earlier. We now have -1 dc1 v1(x) v2(x) dx = 0 dv1 dv2 dc2 -F(x)/ P(x) dx dx dx dv 2 -v2(x) = 1 dx 0 dv -F(x)/ P(x) dv2 v (x)- dv1 v (x) - 1 v1(x) dx 1 dx 2 dx dv 2 -v2(x) = 1 dx 0 -F(x)/ P(x) W(x) -dv1 v (x) dx 1 dv 2 -v2(x) = dx 0 -F(x)/( W(x)P(x)) -dv1 v (x) dx 1 dv 2 -v2(x) = dx 0 -kF (x) -dv1 v (x) dx 1 or dc1 k v (x) F(x) dx = 2 dc2 - k v1(x) F(x) dx This now leads to expressions for c1(x) and c2(x): 5 x c (x) = ∫ k v (x) F(x) d x + a 1 a 2 1 b c (x) = ∫ k v (x) F(x) d x + a 2 x 1 2 Notice the trick we played with the second integral to effectively absorb the minus sign. The last step is to bring in the boundary conditions u(a) = u(b) = 0 to determine what the unknown constants a1 and a2 are.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    13 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us