Finding adjoint operator of inhomogenous ODE: L[y] = x2 y''+xy' - 4y = 3x (x>0)

Mathsgla

New member
Joined
Feb 3, 2016
Messages
9
So I have this question that I'm stuck with. The question is:

Solve the following ODE by using an Integrating factor: L[y] = x2 y''+xy' - 4y = 3x (x>0) and find the corresponding adjoint operator.

So my method was to multiply the ODE by an integrating factor z(x) and rewrite the ODE as follows:

zx2y''+zxy' -4zy = 3xz = Uy'' + (U'+V)y' + V'y

Then compare coefficients of y'',y',y to get

U = zx2 (1)
U'+V = xz (2)
V' = -4z (3)

Then I did U''+v' by differentiating (1) twice and adding (3) and differentiated (2) to get an equal value.

So my adjoint equation after computing this is Ladjoint[z]= x2z'' +3xz' -3.

So I don't think this is the correct answer for the adjoint. Also, I followed this through trying solutions of Ladjoint[z] = 0 in the form of z=xm and getting a value of m to be 1 which doesn't solve the adjoint equal to zero.

Not quite sure how to proceed from here. Any help is greatly appreciated!
 
So I have this question that I'm stuck with. The question is:

Solve the following ODE by using an Integrating factor: L[y] = x2 y''+xy' - 4y = 3x (x>0) and find the corresponding adjoint operator.

So my method was to multiply the ODE by an integrating factor z(x) and rewrite the ODE as follows:

zx2y''+zxy' -4zy = 3xz = Uy'' + (U'+V)y' + V'y

Then compare coefficients of y'',y',y to get

U = zx2 (1)
U'+V = xz (2)
V' = -4z (3)

Then I did U''+v' by differentiating (1) twice and adding (3) and differentiated (2) to get an equal value.

So my adjoint equation after computing this is Ladjoint[z]= x2z'' +3xz' -3.
First, this is not an equation. I presume you mean that the this is the "adjoint operator" (and actually it is x2z''+ 3xz'- 3z) and that the adjoint equation is x2z''+ 3xz'- 3z= 0.

So I don't think this is the correct answer for the adjoint. Also, I followed this through trying solutions of Ladjoint[z] = 0 in the form of z=xm and getting a value of m to be 1 which doesn't solve the adjoint equal to zero.

Not quite sure how to proceed from here. Any help is greatly appreciated!
Trying z= xm, z'= mxm-1, and z''= m(m-1)xm-2. Putting those into the equation, x2(m(m- 1)xm- 2)+ 3x(mxm-1)- 3xm= (m(m- 1)- 3m+ 3)x^m= 0. Since x can be non-zero, in order that this not be identically 0 we must have m(m- 1)- 3m+ 3= m2- 4m+ 3= (m- 1)(m- 3)= 0. Yes, m= 1 and m= 3 are roots which means that two independent solutions to the associated homogeneous equation are x and x3. I don't know what you mean by "which doesn't solve the adjoint equal to 0". m= 2 give z= x so that z'= 1 and z''= 0. utting those into the equation, x2(0)+ 3x(1)- 3x= 0 is certainly true. The general solution to the associated homogeneous equation is z= Ax+ Bx3.
 
First, this is not an equation. I presume you mean that the this is the "adjoint operator" (and actually it is x2z''+ 3xz'- 3z) and that the adjoint equation is x2z''+ 3xz'- 3z= 0.


Trying z= xm, z'= mxm-1, and z''= m(m-1)xm-2. Putting those into the equation, x2(m(m- 1)xm- 2)+ 3x(mxm-1)- 3xm= (m(m- 1)- 3m+ 3)x^m= 0. Since x can be non-zero, in order that this not be identically 0 we must have m(m- 1)- 3m+ 3= m2- 4m+ 3= (m- 1)(m- 3)= 0. Yes, m= 1 and m= 3 are roots which means that two independent solutions to the associated homogeneous equation are x and x3. I don't know what you mean by "which doesn't solve the adjoint equal to 0". m= 2 give z= x so that z'= 1 and z''= 0. utting those into the equation, x2(0)+ 3x(1)- 3x= 0 is certainly true. The general solution to the associated homogeneous equation is z= Ax+ Bx3.

Thanks, got mixed up with the definition of the adjoint operator. Sorted now, cheers!
 
Top