The solve function finds two solutions for each combination of Rexp, RTexp etc., the first of which is always zero. Presumably you want the non-zero solution which is the second one found, hence the subscript 2.
You could also use the four-parameter version of solve; for example: solve(F(a),a,0.001,1) which will find solutions betwee 0.001 and 1.