Possibility of a point moving out of a shape

  • Thread starter Thread starter Asuralm
  • Start date Start date
  • Tags Tags
    Point Shape
AI Thread Summary
The discussion revolves around the probability of a point moving outside a geometric shape, specifically a square or triangle, when subjected to random noise of a specified distance. It highlights the application of Brownian motion principles, suggesting that the average distance a point moves after n steps can be modeled mathematically. The conversation includes methods for calculating probabilities using cumulative distribution functions (CDF) and integrals over the shape's boundaries. It also touches on the complexity of generalizing the problem from one dimension to two dimensions and the implications of different noise distributions. The participants seek a mathematical equation to model these scenarios effectively.
Asuralm
Messages
35
Reaction score
0
Dear all:

The question is like this:

Given a point in a shape like square or triangle. Let's take square as the simplest one. Say the length of the side of the square is l. If add a noise to the point which will move the point r[\tex] distance and the direction is arbitrary, what will be the possibility that the point will move out of the square?<br /> <br /> And what will be the possibility if the point is in a triangle? Also what about a cube or tetrahedron?<br /> <br /> Does anyone have any idea to solve the problem please?<br /> Ideally if there is a equation to model the problem. <br /> <br /> Thanks
 
Physics news on Phys.org
YOu are talking about "Brownian Motion". As I recall, one can show that, with a step size of r, the point will move on average, a distance r\sqrt{n} from its initial position in n steps. Whether that will move it out of the figure depends on shape of the position. You could probably do an integral over d\theta with \theta going from 0 to 2\pi using the distance from the point to boundary at each \theta.
 
I will simplify the shape to a line. If you can solve the problem in 1-D (a line), you can generalize to 2-D (a plane).

If x is given, then the random part of y is r. Without loss of generality, assume the endpoints of the line are 0 and 1, and \ell = 1. Let y = x + r. Then the probability you have inquired about is given by Pr{y < 0 or y > 1|x} = 1 - Pr{0 < y < 1|x} = 1 - (F(1|x) - F(0|x)) where F is the cumulative distribution (CDF) of y|x, which you need to derive.

For example, one might assume that given x, r is distributed uniformly over [x-0.1, x+0.1]; show that distribution as U(r) = (r - (x-0.1))/0.2. Then F(y*|x) = Pr{y < y*|x} = Pr{x+r < y*|x} = Pr{r < y*-x|x} = U(y*-x) = (y*-x - (x-0.1))/0.2 = (y*+ 0.1)/0.2.

When generalizing to a plane, you need to define the distribution of r over a circle around x, instead of an interval (the interval [x-0.1, x+0.1] in my example).
 
Last edited:
The expression (y*+ 0.1)/0.2 in my above post should have been (y*-2x + 0.1)/0.2.
 
I'm not 100% sure what the OP is asking for. If the "noise" is a single shock of size r then you need to calculate the length of the portion of the circle of radius r centred at the point that lies outside of the given set.
If it is a mathematical brownian motion (http://en.wikipedia.org/wiki/Wiener_process" ) and want to know the probability of it lying outside the set at a given time T, then it becomes an integral over the normal distribution.
If you want the probability of it going outside the set at any time before T, then the problem is much harder, and becomes a statement about the distribution of the http://en.wikipedia.org/wiki/Hitting_time" of the brownian motion.
 
Last edited by a moderator:
I don't think I am talking about Brownian motion as the energy of noise is fixed. Given a length r, the point should only noised by r.

Thanks EnumaElish, It really helps.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top