Use the differential operator to solve this differential equation

s3a
Messages
814
Reaction score
8

Homework Statement


Use the differential operator method to find a fundamental set of solutions {y_1(x), y_2(x)} of the equation

d^2 y/dx^2 - 18 dy/dx + 90y = 0.


Homework Equations


Differential operator method.


The Attempt at a Solution


I have a huge problem understanding how to use the differential operator method. I can successfully complete this problem using the characteristic equation:

r^2 - 18r + 90 = 0
r = 9 +/- 3i
y_1(x) = e^(9x) * cos(3x)
y_2(x) = e^(9x) * sin(3x)

but I really need to understand how to use the differential operator and I don't get anything I read on the internet or in my textbook.

A comparison (with contrasting) to the method with the characteristic equation would be GREATLY appreciated!
Thanks in advance!
 
Last edited:
Physics news on Phys.org
Since the equation is constant coefficient, the characteristic polynomial is also the differential operator form:

Your equation takes the form:
[D^2 -18D +90]y = 0, where D = \frac{d}{dx}
Factoring the characteristic polynomial becomes a factorization of the differential operator:
(D-r_1)(D-r_2)y = 0
you can then successively integrate:
Solve the first order equation: (D-r_1)y=0 and let y_1 be your general solution.
Then solve the first order equation (D-r_2)y = y_1 and let that solution be y_2

Then observer that (D-r_1)\left\{ (D-r_2) y_2 \right\} = (D-r_1) {y_1} = 0 so y_2 is a solution to your original equation. If you gave the most general solution in each step you have the most general solution to the original problem.
 
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...
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