Double Integral of Pythagoras over rectangular region

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
ctchervenkov
Messages
2
Reaction score
0
Take any given point on the perimeter of a (A x B) rectange and then draw a line from that point to another point on one of the three remaining sides of the rectangle. What is the average length of the line?
Well, the answer to that question involves integrals like this:

[tex]\int_0^A \int_0^B \sqrt{x^2 + y^2} dy dx[/tex]

This thing gets a bit interesting given that it's basically a polar type integral but with rectangular boundaries. Any ideas?

Thanks!

Chris
 
Physics news on Phys.org
That looks like a fairly standard "trig substitution" integral. To integrate with respect to y initially, let [itex]y= x tan(\theta)[/itex] so that [itex]\sqrt{x^2+ y^2}= \sqrt{x^2+ x^2tan^2(\theta)}= x\sqrt{1+ tan^2(\theta)}= x sec(\theta)[/itex] while [itex]dy= x sec^2(\theta)d\theta[/itex]. The first integral becomes [itex]\int_0^{arctan(B/x)} (x sec(\theta))(x sec^2(\theta)[/itex][itex]= x^2\int_0^{arctan(B/x)} sec^3(\theta)d\theta[/itex]
 
ctchervenkov said:
Take any given point on the perimeter of a (A x B) rectange and then draw a line from that point to another point on one of the three remaining sides of the rectangle. What is the average length of the line?
Well, the answer to that question involves integrals like this:

[tex]\int_0^A \int_0^B \sqrt{x^2 + y^2} dy dx[/tex]

This thing gets a bit interesting given that it's basically a polar type integral but with rectangular boundaries. Any ideas?

Thanks!

Chris

Hi ctchervenkov! Welcome to PF!

Polar works here. You will need to split the region into two.
$$\int_0^{\tan^{-1}\frac{B}{A}} \int_0^{\frac{A}{\cos\theta}} r^2\,dr\,d\theta+\int_{\tan^{-1}\frac{B}{A}}^{\pi/2} \int_{0}^{\frac{B}{\sin\theta}} r^2\,dr\,d\theta$$
Not sure if this can be simplified further.
 
to Pranav-Arora: I had tried that, but the things got a bit ugly...

to HallsofIvy: Had not tried that particular substitution I don't think. Thanks. Will see if that simplifies things...