What do the primes mean in this differential equation?

  • Context: Undergrad 
  • Thread starter Thread starter FredericGos
  • Start date Start date
  • Tags Tags
    Notation Weird
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
FredericGos
Messages
61
Reaction score
0
Hi,

I'm reading an old book titled 'Mathematics of classical and quantum physics' by byron & fuller. It's quite nice, but some of the notation confuses me.

On page 388, they're showing a simple differential equation:

[tex]-i\frac{dy}{dx}=f(x)[/tex]

fine, but then they write the solution (given the initial condition y(a)=y0) as:

[tex]y(x) = y0 + i\int_a^x f(x')dx'[/tex]

These primes don't make any sense to me. What's up? Especially the one on the differential.
I would just have written the same thing without the primes.

I exspect this to be some kind of outdated notation, but it could also be that it just is something I've never seen. Can anyone tell me what's going on?

thx
Frederic
 
Physics news on Phys.org
I think it's just another way to say [tex]y(x)=y(0)+i\int f(x) dx[/tex].
 
The notation isn't outdated. The integral needs to be a function of x in order to make the equation make sense, and so the upper limit is x. Then, x' is a dummy variable-- this can really be anything you like (apart from x!).
 
Thx guys, of course! I get it now. :)