Motivation/background: The following integrals were part of an argument in my PhD thesis that a certain piece of forensic evidence has no inculpatory value. I gave up trying to solve them analytically using Mathematica, and settled instead for numerical estimates without error bounds. Now I want to turn the argument into a computer-checkable proof, from a mix of objective and subjective assumptions. Since it is a complicated argument, I would like to be able to minimize the number of assumptions as much as possible. For that, I need either an analytic solution, or a numerical solution that includes provable error bounds. If there is a better place for this, I would be grateful to know it (I have other problems that I cannot solve, and will generate more in the future).
Actual question: The integrals are of the following form, for a few different settings of the parameter $S$. I expect that anyone who can solve it for one such $S$ can solve it for the others, so I'll give just one example: $S$ is the set of $$\langle p_1,p_2,p_3 \rangle \text{ such that } 0 < 1-p_1-p_2-p_3 < p_3 < p_2 < 1$$ Then I want to know how to solve analytically, or numerically with a provable error bound, this: $$ \int_{\alpha \in (.85,1)} \int_{\langle p_1,p_2,p_3\rangle \in S} f(p_1,p_2,p_3,\alpha) \ dp_1 \, dp_2 \, dp_3 \, d\alpha $$ where $f(p_1,p_2,p_3,\alpha)$ is: $$ (p_1\alpha + \frac{89}{90}(1-\alpha))^{10}\ (p_2\alpha + \frac{1}{90}(1-\alpha))^{20}\ (p_3\alpha)^{40} \ ((1-p_1-p_2-p_3)\alpha)^{19} $$
I would also appreciate suggestions for making it easier to solve by a computer algebra system running on a university server or cluster.
@AlexDegtyarev S is given in the first display-math line.
– Dustin Wehr Apr 10 '16 at 20:02