I'm trying to solve problem 2.35 in Griffith's Introduction to Quantum Mechanics (2nd edition), but it left me rather confused, so I hope you can help me to understand this a little bit better.
The aim of the problem is to find the probability that a particle with kinetic energy $E>0$ will reflect when it approaches a potential drop $V_0$ (a step potential).
I started with putting up the Schrödinger equations before and after the potential drop: $x<0: V(x)=0$ and $x>0: V(x)=-V_0$.
$\psi''+k^2\psi=0, x<0$
$\psi''+\mu^2\psi=0, x>0$
where $k=\sqrt{2mE}/\hbar$ and $\mu=\sqrt{2m(E+V_0)}/\hbar$
This would give me the general solutions
$\psi(x)=Ae^{ikx}+Be^{-ikx}, x<0$
$\psi(x)=Fe^{i\mu x}+Ge^{-i\mu x},x>0$
Now, I resonate that in order to have a physically admissable solution B=0 since the second term blows up when $x$ goes to $-\infty$ and F=0 since the first term in the second row blows up when $x$ goes to $\infty$. This would leave us with the solutions
$\psi(x)=Ae^{ikx}, x<0$
$\psi(x)=Ge^{-i\mu x},x>0$
which I then could use boundary conditions to solve. However, I realise that this is wrong since I need $B$ to calculate the refection probability. In the solution to this book they get the following general solutions (they don't say how the got them though).
$\psi(x)=Ae^{ikx}+Be^{-ikx}, x<0$
$\psi(x)=Fe^{i\mu x},x>0$
This is not very well explained in the book so I would really appriciate if someone could explain how to decide what parts of the general solutions that I should remove in order to get the correct general solution for a specific problem.