this post was submitted on 09 May 2024
21 points (100.0% liked)

Daily Maths Challenges

183 readers
1 users here now

Share your cool maths problems.



Complete a challenge:


Post a challenge:


Feel free to contribute to a series by DMing the OP, or start your own challenge series.

founded 4 months ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 4 months ago

solutionlim (n → ∞) (1 + x/n)^n

= e^( lim (n → ∞) ln( (1 + x/n)^n ) )

= e^( lim (n → ∞) n * ln(1 + x/n) )

= e^( lim (n → ∞) ln(1 + x/n) / (1/n) )

= e^( lim (n → ∞) (1/(1 + x/n) * -x/n^2) / (-1/n^2) ) → L'Hôpital

= e^( lim (n → ∞) x / (1 + x/n) )

= e^( x / (1 + 0) )

= e^x

I'm at least 60% sure this proof isn't somehow circular