How can the inequality problem be solved for 1.8^n/n! < 0.201?

  • Thread starter Thread starter thereddevils
  • Start date Start date
  • Tags Tags
    Inequality
AI Thread Summary
To solve the inequality 1.8^n/n! < 0.201, participants suggest using Stirling's approximation for large n, specifically n! ≈ √(2πn)(n/e)^n. There is some discussion about the threshold for n being considered "large," with n=6 initially proposed but later dismissed as not sufficiently large. Brute force testing of n values is also mentioned as a possible method for finding solutions. The conversation emphasizes the need for a more systematic approach to the problem. Overall, the discussion revolves around finding an effective method to solve the given inequality.
thereddevils
Messages
436
Reaction score
0

Homework Statement



Solve the inequality,

\frac{1.8^n}{n!}&lt;0.201


Homework Equations





The Attempt at a Solution



some hints?
 
Physics news on Phys.org


have you considered Stirlings approximation for the factorial?
 


for n>>1
n! \approx \sqrt{2 \pi n} \left( \frac{n}{e} \right)^n
 
Last edited:


though you'll have to check that n is pretty big... clearly n>8 here but how big...?
 


n=6, is 6 considered large?
 


no sorry, i though it was 8^n...

can you just use brute force then & test n values?
 


lanedance said:
no sorry, i though it was 8^n...

can you just use brute force then & test n values?

yeah, that's how i got n=6 but i just wonder is there a tidier and definite way of solving that.
Thanks for helping me thus far.
 
Back
Top