- 22,169
- 3,327
Biker said:## \lim_{x \rightarrow 0+} { \frac{(2n)(2n-1)...(2n-k+1)x^{-2n+k}}{e^{\frac 1 x}}} ##
So you claim this is what is left after applying L'Hospital ##k## times? Can you prove this by induction?
Biker said:## \lim_{x \rightarrow 0+} { \frac{(2n)(2n-1)...(2n-k+1)x^{-2n+k}}{e^{\frac 1 x}}} ##
micromass said:So you claim this is what is left after applying L'Hospital ##k## times? Can you prove this by induction?
micromass said:Pretty much yes. The presentation might be a bit lacking, but that's normal for high school. So I consider it solved.
Base case:micromass said:So you claim this is what is left after applying L'Hospital ##k## times? Can you prove this by induction?
Biker said:Base case:
## \frac{x^4}{e^{\frac 1 x }} ##
By applying l'Hôpital's rule let's say 2 times or by using the formula that I claim to be true we get:
## \frac{12x^{-2}}{e^{\frac 1 x}} ##
Inductive step:
So we know that our formula is true for k
By substituting k+1 in our formula we get
## \frac{(2n)(2n-1)...(2n-k) x^{-2n+k+1}}{e^{\frac 1 x}} ##
so taking the derivative of numerator and denominator after k applications should yield to the above.
## \frac{(2n)(2n-1)...(2n-k+1) x^{-2n+k}}{e^{\frac 1 x }} ##
After taking the derivatives we get:
## \frac{(2n)(2n-1)...(2n-k+1) (2n-k) x^{-2n+k-1}}{e^{\frac 1 x } \frac{1}{x^2}} ##
taking ## x^2 ## to the top yields:
## \frac{(2n)(2n-1)...(2n-k+1) (2n-k) x^{-2n+k+1}}{e^{\frac 1 x }} ##
P.S Sorry for late reply. I was a bit busy.
Math_QED said:Is 3 (high school challenges) entirely solved?
Tbh, Taylor series is a bit advanced to me. All I took was calculus I which only includes derivatives atm that is why I went for it.micromass said:Right, so what will the Taylor series be?
Erland said:Advanced Problem 7c.
Put x_n=\begin{cases}2^q,\quad \text{if}\quad n=4^q,\quad \text{for some}\quad q\ge 0,\\ 0,\quad\text{otherwise.}\end{cases}
Then, with ##s=\lfloor\log_4 n\rfloor##,
0\le\frac1n\sum_{k=1}^n x_k\le \frac{2^{s+1}-1}{4^s}<\frac1{ 2^{s-1}}=
=\frac1{\sqrt{4^{s-1}}}<\frac1{\sqrt{4^{\log_4 n -2}}}=\frac 4{\sqrt n}\to 0,\quad\text{as}\quad n\to\infty.
Hence, ##\lim_{n\to \infty}\frac1n\sum_{k=1}^n x_k=0##.
On the other hand, pick ##p\ge 1##. Put ##r=\lceil\log_2 p\rceil## and ##m=4^r##. Then, since ##4^s+2^s-1<4^{s+1}##,
\frac1p\sum_{k=0}^{p-1}x_{m+k}=\frac1p\sum_{k=0}^{2^r-1}x_{m+k}>\frac1{2^r}\sum_{k=0}^{2^r-1}x_{m+k}=\frac{2^r}{2^r}=1.
Thus, to each ##p\ge 1## there is an ##m\ge 1## such that ##\frac1p\sum_{k=0}^{p-1}x_{m+k}> 1##.
Therefore, it is not the case that ##\frac1p\sum_{k=1}^{p-1}x_{m+k}\to 0## as ##p\to\infty##, uniformly in ##m\in\mathbb Z_+##.
So, this sequence ##\{x_n\}## satisfies the given conditions.
mfb said:Birds on a wire: Instead of taking the limit of bird number to infinity, we can also let the length of the wire go to infinity while keeping the bird density constant. The density is arbitrary, set it to 1. The problem is equivalent to "for a given arbitrary point, what is the probability that it is painted?" There are two possible ways to get it painted, due to the next bird to the left and due to the next bird to the right. In total we have to consider 4 birds, because we also need the left/right neighbor of those two birds. Let’s call the bird positions, from left to right, A, B, D and E, while our chosen point in the centre is C.
Due to symmetry, “A is closer to B” has the same probability as “D is closer to B”, and the same for bird C. The length between B and D correlates those events, however, so the probability that the wire is painted is not 3/4. We can solve this via an integral.
The length distributions of (AB), (BC), (CD) and (DE) all follow an exponential distribution with expectation value 1. Note that the expected length (BD) between two birds is now 2. This is the difference between “we pick a random bird interval” and “we pick a bird interval covering a random point” - where longer distances are overrepresented.
The sum of two exponential distributions is an Erlang distribution ##f(x;k,\lambda)=\frac{\lambda^k x^{k-1} e^{-\lambda x}}{(k-1)!}##, here k=2 and ##\lambda=2## which simplifies to f(x;2,2)=4 x e-2x. For a given length x of (BD), the probability that our point C is not painted is ##P(x) = \left(1-e^{-x}\right)^2## as 1-e-x is the probability to have a bird separation smaller than x, and we need two of those smaller bird separations.
The total probability is then given by integrating the Erlang function with this additional factor:
$$p_{clean}= \int_0^\infty 4 x e^{-2x } \left(1-e^{-x}\right)^2 dx$$
Collecting all the terms is a task for WolframAlpha, the result is 13/36, about 0.361.
The fraction of painted wire is then 23/36, about 0.639.