Question: fsolve to skip first zero?

Hi,

     I'm trying to find the zero's of a 'nearly parabolic' trajectory, so narurally there are two zeros' of course I don't care about the first zero only the second one. Is there a way to have fsolve find both, or just skip the first?

     Restricting the range of fsolve won't work because I don't know where my first of second zero will be.  
Thanks!-x^2+9*x-9 

Please Wait...