What in the world is "+Mf", what is Pr (two multiplied variables or one or a constant)? You want plots for Rd does that mean it's allowed to be a constant? It appears this is this a system of equations? in what variable?
It looks like a straight forward DSolve, but without knowing even what the variables all are I wouldn't say.
Perhaps if you look at the tutorials in Help it will give you an idea how to write the equations more fully and then show them to (me).
f(infinity)=0
Mathematica can solve such equations, but you can't choose the method (ie, it picks one sure to work it does not give back guesses). That being so - consider providing the solver information about your variables (boundaries, if they are real numbers or greater than zero say so) - since the more you tell it the less answers that will be blocked by being "less generic".
My point is, about infinity, that Mathematica does numeric approximation and returns special functions (you cannot tell it how to search for Taylor series, for example), or for symbolic solutions, you are not going to be able to simply state to Mathematica that f[inf]==0 because Mathematica, if it chooses to solve by series, will make that determination based on the type of variable and other factors (which you have some control of - specifying the variable type and if the variable has a range).