Average distance between two points on circle

Click For Summary

Homework Help Overview

The discussion revolves around calculating the average distance between two points on a circle of radius R. The original poster describes the circle using parametric equations and attempts to set up a double integral to find the average distance based on the chosen parameters.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the setup of the double integral and the implications of using absolute values in the integral. There is a suggestion to fix one parameter and integrate over the other due to the symmetry of the circle. The original poster also questions the correctness of their approach and the necessity of including R in the integrals.

Discussion Status

Some participants provide guidance on simplifying the integral and recognizing the periodic nature of the sine function. There is acknowledgment of the potential for multiple valid solutions, referencing Bertrand's paradox. The conversation remains open with no explicit consensus reached.

Contextual Notes

Participants note the importance of the parameters t_1 and t_2 in describing all possible pairs of points on the circle, and there is a mention of homework constraints regarding the setup of the problem.

player1_1_1
Messages
112
Reaction score
0

Homework Statement


I have very funny thing to do; I must count average distance between two points in circle of R radius:D (hahaha)

Homework Equations


Defined integrals, parametric equations, etc

The Attempt at a Solution


I am describing the circle in two parametres:
[tex]\begin{cases}x(t)=R\cos t\\ y(t)=R\sin t\end{cases}[/tex]
I can choose any two points by choosing any parameters [tex]t_1,t_2[/tex] in [tex]\langle 0;2\pi\rangle[/tex] limits. Two points [tex]A_1,A_2[/tex] will be described by coordinates
[tex]A_1=\left(R\cos t_1,R\sin t_1\right),A_2=\left(R\cos t_2,R\sin t_2\right)[/tex]
and distance between them in [tex]t_1,t_2[/tex] function
[tex]s\left(t_1,t_2\right)=\sqrt{\left(\cos t_1-\cos t_2\right)^2+\left(\sin t_1-\sin t_2\right)^2}[/tex]
now I am making double integral in limits in which [tex]t_1,t_2[/tex] changes, tzn [tex]t_1,t_2\in\langle 0;2\pi\rangle[/tex] divided by the field where the function is defined
[tex]\frac{\int\limits^{t_1=2\pi}_{t_1=0}\int\limits^{t_2=2\pi}_{t_2=0}\sqrt{\left(\cos t_1-\cos t_2\right)^2+\left(\sin t_1-\sin t_2\right)^2}\mbox{d}t_1\mbox{d}t_2}{\int\limits^{t_1=2\pi}_{t_1=0}\int\limits^{t_2=2\pi}_{t_2=0}\mbox{d}t_1\mbox{d}t_2}[/tex]
is it correct answer for average value of this function?
now I am counting integral in this way, bottom integral is [tex]4\pi^2[/tex] value, so I have
[tex]\frac{1}{4\pi^2}\int\limits^{t_1=2\pi}_{t_1=0}\int\limits^{t_2=2\pi}_{t_2=0}\sqrt{\left(\cos t_1-\cos t_2\right)^2+\left(\sin t_1-\sin t_2\right)^2}\mbox{d}t_1\mbox{d}t_2=[/tex]
[tex]=\frac{1}{4\pi^2}\int\limits^{t_1=2\pi}_{t_1=0}\int\limits^{t_2=2\pi}_{t_2=0}\sqrt{\cos^2t_1-2\cos t_1\cos t_2+\cos^2t_2+\sin^2t_1-2\sin t_1\sin t_2+\sin^2t_2}\mbox{d}t_1\mbox{d}t_2=[/tex]
[tex]=\frac{1}{4\pi^2}\int\limits^{t_1=2\pi}_{t_1=0}\int\limits^{t_2=2\pi}_{t_2=0}\sqrt{2-2\cos t_1\cos t_2-2\sin t_1\sin t_2}\mbox{d}t_1\mbox{d}t_2=[/tex]
[tex]=\frac{1}{4\pi^2}\int\limits^{t_1=2\pi}_{t_1=0}\int\limits^{t_2=2\pi}_{t_2=0}\sqrt{2\left(1-\cos\left(t_2-t_1\right)\right)}\mbox{d}t_1\mbox{d}t_2=[/tex]
[tex]=\frac{1}{4\pi^2}\int\limits^{t_1=2\pi}_{t_1=0}\int\limits^{t_2=2\pi}_{t_2=0}\sqrt{4\sin^2\left(\frac{t_2-t_1}{2}\right)}\mbox{d}t_1\mbox{d}t_2=\frac{1}{4\pi^2}\int\limits^{t_1=2\pi}_{t_1=0}\int\limits^{t_2=2\pi}_{t_2=0}2\left|\sin\left(\frac{t_2-t_1}{2}\right)\right|\mbox{d}t_1\mbox{d}t_2[/tex]
is it good way of thinking? how can I count this double integral (i mean what to do with this abs)? thanks for help!
 
Physics news on Phys.org
It looks to me like you are doing fine so far. The easiest way to do the last integral is to notice that the integral |sin((t2-t1)/2)|*dt1 is actually independent of the value of t2. |sin(t/2)| is periodic with period pi. It doesn't really matter whether you integrate it over an interval [0,2pi] or [a,a+2pi]. See what I mean? That means you can for example just pick t2=0 and do the integral. If you think about the original problem in the same light, you should realize you never really needed to make both t1 and t2 variable. You could fix one of them and integrate over the other. The circle is symmetric that way.
 
player1_1_1 said:
[tex]\frac{1}{4\pi^2}\int\limits^{t_1=2\pi}_{t_1=0}\int\limits^{t_2=2\pi}_{t_2=0}2\left|\sin\left(\frac{t_2-t_1}{2}\right)\right|\mbox{d}t_1\mbox{d}t_2[/tex]

http://img31.imageshack.us/img31/2839/sint2t1over2.jpg

is the plot of [itex]z=\sin\left( \frac{t_2-t_1}{2}\right)[/itex] for [tex]t_1,t_2\in [ 0,2\pi][/tex].
 
Last edited by a moderator:
Of course, there should also be [tex]R[/tex] in every integrals:) i see that now, i have finished calculations, thanks you for help! where did you find this thing which is drawing 3d function?
 
If I recall correctly, this is one of those problems which has several solutions that will give you equally valid but different answers. Look up Bertrand's paradox.
 
omg what a strange thing:D but when [tex]t_1,t_2\in\langle0;2\pi\rangle[/tex] parameters are describing any possible pair of points on the circle, answer from this integral (or also single integral when one parametr is defined) must be correct for average distance?
 

Similar threads

Replies
31
Views
2K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
4
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
3
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
7
Views
2K
Replies
2
Views
1K