Limits of Integration and finding k

scothoward
Messages
28
Reaction score
0

Homework Statement



Joint pdf given as kxy for 0 < x < y < 1.

Find the value of k.



The Attempt at a Solution



I understand the process of finding k - doing the double integral and setting it to 1. What I don't understand is the limits of integration for y.

I've seen two different limits set, but I still cannot seem to figure out how and why it is done.

I have seen the integral of x from 0 to 1 and the integral of y from x to 1. I have also seen the integral of x from 0 to 1 and the integral of y from 0 to y. Both give the correct answer of k = 8. My question is how do you go about choosing the limits for the y integral?

Thanks a lot!
 
Physics news on Phys.org
I have seen the integral of x from 0 to 1 and the integral of y from x to 1. I have also seen the integral of x from 0 to 1 and the integral of y from 0 to y.
The latter does not make sense; it more likely read "integral of y from 0 to 1 and the integral of x from 0 to y".

The region being integrated over is the triangle with vertices (0,0), (1,1) and (0,1). Using vertical strips, we have the limits

\int_{x \, = \, 0}^{x=1} \int_{y=x}^{y=1} kxy \, dy \, dx,

or, using horizontal strips, we have

\int_{y=0}^{y=1} \int_{x=0}^{x=y} kxy \, dx \, dy.

(The limits in the integrals read "x=0", "x=1" etc -- the equals signs look like minus signs in this latex, unfortunately; I've included them for clarity.)

Both are equivalent.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top