Probability Current of a Wave Function

Click For Summary

Homework Help Overview

The discussion revolves around calculating the probability current of a wave function represented by the expression Ae^i(kx - ωt) + Be^-i(kx + ωt). Participants explore the concept of probability current in quantum mechanics, including the necessary equations and derivatives involved in the calculation.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the correct formulation of the complex conjugate of the wave function and the implications of differentiating the wave function. There are attempts to simplify the expressions for ψ∇ψ* and ψ*∇ψ, with some participants questioning the accuracy of their calculations and the expected outcomes.

Discussion Status

Some participants have provided guidance on the differentiation process and the properties of the wave function, while others are still working through the algebraic manipulations. There is an acknowledgment of potential mistakes in calculations, and the discussion remains open with no explicit consensus on the final form of the probability current.

Contextual Notes

Participants note the complexity of the mathematics involved and express uncertainty about the results, with some suggesting that the probability current may ultimately result in zero depending on the amplitudes of the wave components.

leonmate
Messages
81
Reaction score
1
Find the probability current of Ae^i(kx - ωt) + Be^-i(kx+ωt)


Ok, to my understanding the probability current is the probability that you will find a certain particle as it moves with time, thus the probability of finding it changes with time. Quantum physics is a tricky one to grasp, I've got to say.

I have an equation for probability current:

J = (i*hbar / 2*m)( ψ∇ψ* - ψ*∇ψ)

So, I have figured that ψ = Ae^i(kx - ωt) + Be^-i(kx+ωt)
Thus ψ* = Ae^-i(kx - ωt) + Be^i(kx+ωt)

Not too sure if I have done the complex conjugate correctly here, I'm used to simple uses of it.. z = a + bi, z* = a - bi ... for example

Next, I'm assuming ∇ is del. I've used this function before, it works out as d/dx + d/dy + d/dz .. otherwise known as gradψ for this example.

I've tried differentiating it but ψ∇ψ* is some horrible maths, should i expect that? Wolfram alpha shows that d/dx of ψ is:

Ake^i(kx - ωt) * i'(kx - ωt) - Bke^-i(kx - ωt) * i'(kx - ωt)

I don't really know what i' is? and multiplying that out looks horrific and makes me think I've gone down the wrong path...
 
Physics news on Phys.org
Could someone confirm for me that I have the complex conjugate correct?

if ψ = Ae^i(kx - ωt) + Be^-i(kx+ωt)
ψ* = Ae^-i(kx - ωt) + Be^i(kx+ωt)

When I work it through with the equation above it looks very close to having lots of values cancel out and leave me with just [i*hbar / 2*m][ikA^2 + ikB^2]

But with the complex conjugate I have at the moment I'm a couple of negative signs away from that
 
You complex conjugate looks correct. What do you get for the derivative with respect to x of ψ*?
 
Alright, to my delight it does cancel down somewhat but not quite enough.

The derivatives I found were:

∇ψ = ikAe^i(kx-wt) - ikBe^-i(kx+wt)
∇ψ* = -ikA*e^-i(kx-wt) + ikB*e^i(kx+wt)

where the complex conjugate of A is A* and likewise for B*
Not sure if this is a necessary thing to do, but I found it somewhere and it seemed correct.

Anyway, I won't type it all out because it will take forever but basically I found that:

ψ∇ψ* - ψ*∇ψ = 2[ψ∇ψ*] = 2[-ikAA* + ikBB* +ikAB*e^2kxi - A*Be^-2kxi]

Now I've put it into my equation for J = (i*hbar / 2*m)( ψ∇ψ* - ψ*∇ψ)
The i and 2 cancel out and I'm left with:

J = hbar/m[ψ∇ψ*]

Don't really know where to go from here, some of the people on my course have told me that it should eventually result in zero.
 
leonmate said:
The derivatives I found were:

∇ψ = ikAe^i(kx-wt) - ikBe^-i(kx+wt)
∇ψ* = -ikA*e^-i(kx-wt) + ikB*e^i(kx+wt)

where the complex conjugate of A is A* and likewise for B*
That looks correct.
ψ∇ψ* - ψ*∇ψ = 2[ψ∇ψ*]
I don't think that's right. Certain terms in ψ∇ψ* will cancel certain terms in ψ*∇ψ when you combine ψ∇ψ* - ψ*∇ψ.
..., some of the people on my course have told me that it should eventually result in zero.
The term Ae^i(kx-wt) represents a wave traveling to the right with amplitude A. Be^-i(kx+wt) travels to the left with amplitude B. If |A| ≠ |B| would you expect the current to be zero?
 
When i calculate ψ∇ψ* - ψ*∇ψ i wind up with:

ψ∇ψ* = [Ae^i(a-b) + Be^-i(a+b)][-ikA*e^-i(a-b) + ikB*e^i(a+b)]
where a = kx , b = wt (for simplicity)

ψ∇ψ* = -ikAA* + ikBB* + ikAB*e^[i(a-b)+i(a+b)] - ikA*Be^[-i(a-b)-i(a+b)]

i(a-b)+i(a+b) = 2ai
-i(a-b)-i(a+b) = -2ai

ψ∇ψ* = -ikAA* + ikBB* + ikAB*e^2ai - ikA*Be^-2ai

Next,

ψ*∇ψ = [A*e^-i(a-b) + B*e^i(a+b)][ikAe^i(a-b) - ikBe^-i(a+b)]
= ikAA* - ikBB* - ikA*Be^[-i(a-b)-i(a+b)] + ikAB*e^[i(a+b)+i(a-b)]
= ikAA* - ikBB* - ikA*Be^-2ai + ikAB*e^2ai

So, when these values are subtracted:

[-ikAA* + ikBB* + ikAB*e^2ai - ikA*B^-2ai] - [ikAA* - ikBB* - ikA*Be^-2ai + ikAB*e^2ai]

This looks to me like it results in 2[-ikAA* + ikBB* + ikAB*e^2ai - ikA*Be^-2ai] = 2[ψ∇ψ*]

I follow your logic, however this is where the maths leads me. Perhaps I've made a mistake somewhere in this?
 
There is an easy way out for calculating probability current by using the eqn.
∇.j=-∂ρ/∂t,since every thing is dependent on x you can write it,
∂j/∂x=-∂ρ/∂t,where ρ=|ψ|2,and then integrate with respect to x.see if it helps.
 
leonmate said:
So, when these values are subtracted:

[-ikAA* + ikBB* + ikAB*e^2ai - ikA*B^-2ai] - [ikAA* - ikBB* - ikA*Be^-2ai + ikAB*e^2ai]

Do the corresponding colored terms cancel? Maybe I'm overlooking a sign.
 
Last edited:
TSny said:
Do the corresponding colored terms cancel? Maybe I'm overlooking a sign.



Feel like a fool for missing that, yeah it does cancel down nicely!
Thanks a lot for your help, got a few more tricky quantum questions so I will probably post if/when I get stuck on those haha
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
Replies
2
Views
7K
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
11
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K