If you know the optimal D and optimal tension, and you have a function that calculates tension given D, then if you find the zeros of
calculate_tension(optimal_D-deltaminus)-.9*tension
calculate_tension(optimal_D+deltaplus) - 1.1*tension
then deltaminus and deltaplus are the values being asked for.