cpp_is_king
Member
I'm not sure how you jumped from the equation for the triangle to the evaluated integral. What happened to x_a , y_a ? I treated them as constants during integration. With the linear equations that define the regions, they will not change once fixed (if that makes sense). I don't know if I'm hitting on what you are talking about but here is what I had laid out to integrate along the y-axis:
thats just it, when you're integrating, they aren't fixed. we used x_a and y_a initially to get a formula for the area of the region given some fixed point A. But in the original problem, the point A is chosen randomly, so EVERY choice of A yields a different triangle, and hence a different contribution to the final probability.. thats exactly what the integration does, varies A over the entire region.
So the inside of the double integral is the formula for area, by choosing the same integration variable as is used in the area formula, we are adding the contributions of every possible choice of A.
We could have left the formula in terms of x_a and y_a, but then we would have needed to use dx_a and dy_a.
btw, assuming you integrate in the correct order, and repeat this strategy for the top right (integrating the formula for the area of the quadrilateral), and add the 2 together, the resulting answer is correct.
Ive just never encountered a double integral where order of integration mattered, so im not sure what to make of it