Wikipedia:Reference desk/Archives/Mathematics/2010 September 30

Mathematics desk
< September 29 << Aug | September | Oct >> October 1 >
Welcome to the Wikipedia Mathematics Reference Desk Archives
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.


September 30 edit

Poisson Process edit

I have a non-homogeneous Poisson process where the arrival rate is a function of time;  . I want to find the expected time of the first arrival.

I know that in a regular Poisson process arrival times have an exponential distribution with parameter  . However with the non-homogeneous process I cannot take the expected value ( ) because this parameter is a function of time and is not constant. What can I do instead? —Preceding unsigned comment added by 130.102.158.15 (talk) 00:00, 30 September 2010 (UTC)[reply]

The solution T to the equation   is some kind of mean time to the first arrival. (Perhaps not the kind you asked for, but probably the kind you want.) Bo Jacoby (talk) 07:32, 30 September 2010 (UTC).[reply]
The expected time of first arrival is  . I think what Bo had in mind was that the median T is the solution to  . -- Meni Rosenfeld (talk) 08:29, 1 October 2010 (UTC)[reply]

Use de Moivre's theorem and the Pythagorean identity? edit

Use de Moivre's theorem and the Pythagorean identity to show that  .
The problem is trivially easy if you allow the identity   but unfortunately they don't want it solved that way.MrMahn (talk) 00:14, 30 September 2010 (UTC)[reply]

First work out what happens when you treat x as the angular part of a complex number written in polar coordinates, and do the multiplications with de Moivre's theorem. 67.122.209.115 (talk) 00:18, 30 September 2010 (UTC)[reply]
Just think of   in two ways. In one way, it's  . On the other hand, it is  . You multiply out this right side and then compute real and imaginary parts. You should get a formula for   at no extra charge. StatisticsMan (talk) 02:05, 30 September 2010 (UTC)[reply]
StatisticsMan appears to have accidentally left out the "i" in ei3xand (eix)3 above -- not that Euler's formula is necessary here. As SM states, just take de Moivre's formula with n=3, multiply out the cube, equate the respective real and imaginary parts, and simplify with the Pythagorean identity. -- 111.84.196.147 (talk) 13:04, 3 October 2010 (UTC)[reply]
Oops, you are correct, thank you. I fixed it now I believe. StatisticsMan (talk) 03:04, 4 October 2010 (UTC)[reply]

Projectile motion problem edit

"A particle is projected, at an angle α and speed V, from the edge of a cliff of height h. When it hits the ground, its path forms an angle A = arctan(2 tan α) with the horizontal. Find its horizontal range R and the value of V."

I've had trouble interpreting what the angle of impact tells us about either R or V. Where y and x represent the vertical and horizontal components of motion, and g is gravity, it is usual to derive the following equations:

 
 

Then I reasoned that, viewing the terminal trajectory as a tangent to the particle's parabolic motion,

 

However, this quickly leads to an absurdity. Solving for t yields a time of flight T of

 

Where V is positive, g has been chosen as positive, and a is in the interval [0, π/2), this implies T < 0 (which is ridiculous). So I think my initial intuition is wrong. Thanks for any help. —Anonymous DissidentTalk 03:23, 30 September 2010 (UTC)[reply]

I agree with you up to  . With a parabolic trajectory any expression for time will be a quadratic rather than linear function so I don't share your conclusion that:
 
When the projectile hits the ground its y co-ordinate is -h. You can find a quadratic equation that will look something like:
 
You can use the quadratic formula to solve for t. You must expect to find two values of t. One will be positive and the other negative. Good luck. Dolphin (t) 03:58, 30 September 2010 (UTC)[reply]
On second thoughts, your conclusion that   is probably correct. When the particle hits the ground the gradient of the trajectory is negative so:
 
Therefore   (and  ) must be negative. Your expression also begins with a negative sign so time T will be positive. Dolphin (t) 05:45, 30 September 2010 (UTC)[reply]
If you are correct, and the equation for T is not a contradiction, then the range can be found by putting T into the equation for x:
 
However, this value for R is at odds with the textbook's answer of 2h cot α. Either these expressions for R are equivalent, and we're left to prove this, or I've been wrong all along. —Anonymous DissidentTalk 07:01, 30 September 2010 (UTC)[reply]
The time is a red herring in the beginning of this problem. The trajectory is the parabola y=f(x) where f(x)=ax2+bx+c satisfies f(0)=h, f(R)=0, f '(0)=tan(α)=S, f '(R)=−2S. Solve to get (a,b,c,R) as functions of the parameters (h,S). Then introduce the time t and the acceleration g. Bo Jacoby (talk) 07:54, 30 September 2010 (UTC).[reply]
If you say   you end up with  
That changes things a bit. I'm still working on it. Dolphin (t) 07:58, 30 September 2010 (UTC)[reply]
Bo Jacoby's approach yields R = 2h cot α; you don't even need to introduce t or g for this part. I suppose the key was to express the given information in a more useful way. —Anonymous DissidentTalk 08:29, 30 September 2010 (UTC)[reply]
(ec. I have corrected this, it was in error before. Sorry.) The trajectory is y=f(x)=−(3/4)(S2/h)x2+Sx+h, and the range is R=2h/S. Bo Jacoby (talk) 08:24, 30 September 2010 (UTC).[reply]
Yes, and putting f(R) = 0 brings out the solution for R quite easily. I'm still working on V. —Anonymous DissidentTalk 08:31, 30 September 2010 (UTC)[reply]
Then if you note x = Vt cos α, transform f from a function of x to a function of t, and equate f'(t) with the derivative of y in (2), you get V = √(2gh/3) csc α and we're done. Thanks to the both of you. My only point of concern is that this method differs significantly from the treatment of projectile motion given by my textbook, which stresses the need to derive equations (1) and (2) straight away. I wish I knew what the authors had in mind when they set the problem. —Anonymous DissidentTalk 08:52, 30 September 2010 (UTC)[reply]
If you solve equation (1) with respect to t and substitute this solution into equation (2), then t is eliminated and you get the parabolic trajectory equation y=f(x)=−gx2/(V2cos2(α))+x tan(α)+h, which must satisfy the requirements that f(R)=0 and f '(R)=−2 tan(α). Solving these two equations gives you R and V. Bo Jacoby (talk) 09:27, 30 September 2010 (UTC).[reply]

In mechanics there is a place for equations like your (1) and (2). My guess is that your textbook has covered that approach to problem solving, and then given this question as an example to be solved using this approach. Bo Jacoby's method is a simpler method but it doesn't exercise the student's skills at using equations like your (1) and (2). However, having sweated over your equations you have improved your skills in this area. Good luck with the remainder of the course! Dolphin (t) 12:33, 30 September 2010 (UTC)[reply]

Finding function definition from description edit

I was reading this part of the article about Srinivasa Ramanujan. One of the first problems he posed in a mathematical journal was finding the value of

 

here's my solution:

 
 
 
 

after some trial and error I found  .

 

which means  . The problem is I guessed f(n). What is a better way to find a function from its description ? Example:  . George (talk) 04:12, 30 September 2010 (UTC)[reply]

There's not a universal way to solve recurrence relations (the article discusses some forms that are solvable). Some techniques to try would be guessing the form you think might work and then plugging in a generic solution and solving for the coefficients. For example if you wanted to try a polynomial solution to f(n)2 = 1 + (n+1)f(n+1), it's clear that any terms beyond the linear term would have to be zero, so plugging in f(n) = an + b you get a2n2 + 2abn + b2 = 1 + an2 + (2a+b)n + a+b. So a2 = a, 2ab = 2a + b, b2 = 1 + a + b, which does have a solution. I don't know how you would arrive at the idea of trying a polynomial except by using some intuition or trying a bunch of things.
To solve f(n+1)2 = n(f(n)2-1), note that letting f2 = g lets us write g(n+1) = n(g(n)-1). Supposing we start with g(1) which is a positive integer, g(n) is then
 
which I doubt has a closed form. Then f(n) is the square root of that. Rckrone (talk) 05:06, 30 September 2010 (UTC)[reply]
Edit: Had to fix that formula a bunch of times... Rckrone (talk) 05:30, 30 September 2010 (UTC)[reply]
If g(0) = 1, then  , based on [1]. Dragons flight (talk) 06:21, 30 September 2010 (UTC)[reply]
Of course your sum has a rather closed form! Based on formula number (2) from here,
 
where   is the incomplete gamma function. — Pt(T) 22:45, 30 September 2010 (UTC)[reply]

Thanks for the answers everyone.

I originally intended to write   but wrote   instead. anyway, now I have a few ideas about what to do. --George (talk) 05:05, 2 October 2010 (UTC)[reply]


the basic details regarding fourier transform..... —Preceding unsigned comment added by Priyabujji27 (talkcontribs) 14:12, 30 September 2010 (UTC)[reply]

{0,1} support RV edit

Is any random variable with support {0,1} describable as Bernoulli? That is, can any random variable with support {0,1} be written as a Bernoulli RV for some p? Thanks, --TeaDrinker (talk) 23:04, 30 September 2010 (UTC)[reply]

Yes. There's a certain probability that it is equal to 1. Call that p. Then the probability that it is equal to 0 is 1 − p. Michael Hardy (talk) 23:49, 30 September 2010 (UTC)[reply]
Ah, perfectly clear. Many thanks! --TeaDrinker (talk) 04:48, 1 October 2010 (UTC)[reply]