\int_0^1 \frac {\mathrm{d}t} {\prod\limits_{i=0}^n [(x_B t - x_i)^2 + y_i^2]}
After some deliberation, I decided that the easiest way to go about this is to split up the fraction using the method of partial fractions. This yields the following (assuming I got my syntax right):
1 = \sum\limits_{i=0}^{n} [ A_i \prod\limits_{j \in n - \{i\}} [ (x_b t - x_j)^2 + y_i^2 ]]
And then if we substitute \frac { x_i - y_i } { x_B } \sqrt{-1} for t for each i, we'll get a system of linear equations, which then need to be solved for all of the Ai...
... and that's where it goes a bit beyond my grasp. Is there any way I can proceed, or have I gotten in too deep?

