What exaclty is a differential operator?

Thorra
Messages
45
Reaction score
0

Homework Statement


I have fallen behind on my Numerical Methods course and am starting to fail it. I need to know how to make a differential approximation and I'm reading through the materials but I have too little time and it doesn't even explain what a differential operator is. At first it is referred to as "L". It apparently forms a linear combination with the given function v. And L*v is apparently the sum of all pattern in a given lattice (I'm sorry if my English terminology is off). So anyway, later there is a "difference operator vx\bar{x}x\bar{x}". Is that supposed to be the same as L, just in some special case?

Homework Equations


Can't think of anything else.

The Attempt at a Solution


I'm sorry, but there isn't one as I am very tired and have little time or energy to spare for this problem right now, mostly because I don't even know what is going on.Can anybody enlighten me? I know genereally what a derviative is - it's a rate in how fast a function changes. But this - not really a whole lot to go on.Edit: nah it's ok I'm moving forward a little, I got a little panicked. A little messed up living in the dorms and all. Mods may delete this thread. I don't know if I can but it looks like I can't
 
Last edited:
Physics news on Phys.org
Consider this differential equation: P y'' + Q y' = 0.

The L = P d^2/dx^2 + Q d/dx is the corresponding differential operator.

All that is missing is the function y. Then L y = 0 is shorthand for that differential equation.

See http://en.wikipedia.org/wiki/Differential_operator
 
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