Given \(n\in\mathbb{Z}^+\) find condition for \(k\in\mathbb{Z}^+\) such that: \[\dfrac{2^{k+1}k!^2}{(2k+1)!}<\dfrac{1}{10^n}\] What I have done : \[\dfrac{2^{k+1}k!^2}{(2k+1)!}<\dfrac{1}{10^n}\] \[\Rightarrow 2^{k+n+1}5^n<\dfrac{(2k+1)!}{k!^2}\] \[=\dfrac{(2k+1)(2k)(2k-1)...(k+1)}{k!}\] \[\Rightarrow \ln a < \ln(\frac{(2k+1)(2k)(2k-1)...(k+1)}{k!})\space\space\space [\blue{a=2^{k+n+1}5^n}]\] \[=\sum_{n=k+1}^{2k+1}\ln n - \sum_{n=2}^{k}\ln n\] \[< \int_{k+1}^{2k+2}\ln x dx - \int_{1}^k \ln x dx\] \[=[(x-1)\ln x]_{k+1}^{2k+2}-[(x-1)\ln x]_{1}^{k}\] \[=(2k+1)\ln (2(k+1))-k\ln(k+1)-(k-1)\ln k\] \[=(2k+1)\ln(k+1)+(2k+1)\ln 2 -k\ln(k+1)-(k-1)\ln k\] \[=(k+1)\ln(k+1)+(2k+1)\ln 2-(k-1)\ln k\] \[\Rightarrow \ln a < (k+1)\ln(k+1)+(2k+1)\ln 2-(k-1)\ln k\] \[\Rightarrow a<\dfrac{(k+1)^{k+1}\times 2^{2k+1}}{k^{k-1}}\] \[\Rightarrow \dfrac{k^{k-1}}{(k+1)^{k+1}}<\dfrac{2^{k-n}}{5^n}\] Can anyone simplify it further? If yes then please comment !
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
@Aryan Sanghi @Siddharth Chakravarty @Yajat Shamji @Mahdi Raza @Kumudesh Ghosh @Marvin Kalngan
Actually, I feel the last equation is even more complex than initial equation we started with. Here is my method that gives an approximate condition for k
(2k+1)!2k+1k!2<10n1
(2k+1)k!2(2k)!2k+1<10n1
(2k+1)2k×k!(2k−1)(2k−3)…12k+1<10n1
(2+k1)(2+k−11)(2+k−21)…(2+21)(2+11)2<10n1
(2+11)(2+21)…(2+k−11)(2+k1)>2×10n
3k>(2+11)(2+21)…(2+k−11)(2+k1)>2×10n
3k>2×10n
k>2.096n+0.63
for better approximation, taking 1 term 2+11 to right side
2.5k>(2+21)(2+31)…(2+k−11)(2+k1)>32×10n
2.5k>3210n
k>2.51n−0.44
For even better approximation, take one more term 2+21 to right side
(37)k>(2+31)(2+41)…(2+k−11)(2+k1)>7.52×10n
(37)k>15410n
k>2.717n−1.56
For more better approximations, keep taking more and more terms to right side
Hope this helps. :)
@Zakir Husain
Log in to reply
Thanks for that
Log in to reply
I think you did this for that π's code, isn't it?
Log in to reply
f=1015000 and it was not coming to an end, so I thought to approximate where it shall end.
Yes I tried my program forHmm... There is a new challenge now. We have to approximate ∏j=1k(2+j−1), because my program have just crossed all the approximations we have done.
Log in to reply
Not an approximation, but an alternate form.
π(2k+3)k!2k+2(22k+3)!
You could keep taking more and more terms to right side to get better approximations, as I said in last step. :)