Processing math: 100%

Thursday, December 15, 2022

Solutions added

Finally added some solutions to the problems by updating the problem post itself. 


If there are any missing which you would like to see, please comment on the problem post.

Wednesday, December 14, 2022

A surprising expression with nested square roots

 Simplify 


10+1+10+2++10+99101+102++1099


Scroll down for simplified form and solution.




The expression is equal to 2+1.  Surprising!


Scroll down for solution.



Let a+b = 100. 


Now

10a10+a=100a=b


Let u=10+a and v=10a

So 20=u2+v2

and b=uv

Thus

20+2b=u2+v2+2uv=u+v

Similarly

202b=u2+v22uv=uv

Thus if 

P=99a=110+a

and

Q=99a=110a

We get 
2P=P+Q and

2Q=PQ

This gives us PQ=2+1

Monday, December 12, 2022

Putnam 2012 B4 generalization

 Let c>0 be a real number and an be a sequence such that a0=1 and an+1=an+ecan

Show that

limn(canlogn)=logc

(log is log to base e)


The Putnam problem was with c=1 and only asked for proof of existence of the limit.



Scroll down for a solution.




Consider bn=ean then we get that b0=e and


bn+1=bne1/(bn)c


We can easily show that an is unbounded (proof by contradiction) and so is bn and thus 1bcn0.

The recurrence for an gives us


bcn+1=bcnec/(bn)c


Expanding the e part we get

bcn+1=bcn(1+cbcn+O(1b2cn))=bcn+c+O(1bcn)

This telescopes to give us

bcnbc0=nc+nk=0O(1bck)

And so

bcnbc0n=c+nk=0O(1bck)n

Thus

bcnnc

Taking logarithms gives the result.