Loading [MathJax]/jax/output/HTML-CSS/jax.js

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.

Monday, November 21, 2022

A cute problem from New Zealand Maths Olympiad

 


In the image above, ABCD is a square, and BX = DY, X lying on BC, and Y on CD extended.

P is the intersection point of the diagonal BD and XY. 

Show that PY = PX. 

(Diagram not to scale!)

Try using pure geometric methods only.


Solution diagram below:



Wednesday, November 16, 2022

Nested square roots

Let f(a) be the number of positive integers x such that x+x+a is a positive integer. 

 Show that there are infinitely many positive integers a such that f(a)=1



Scroll down for a solution.





Note that for x=a2a, x+x+a=a is an integer for positive integer a and thus f(a)1 for positive integer a.

Now suppose x+x+a=p

Some algebra gives us that 

x2(2p2+1)x+(p4a)=0

For this to have an integer solution we need the discriminant to be a perfect square. 

And so

(2p2+1)24(p4a)=q2

Which leads to

4a+1=(q2p)(q+2p)

Thus if 4a+1 is prime, there is a unique solution.

Since there are infinitely many primes of the form 4a+1, we are done.

Thursday, August 25, 2022

An integral with a parameter.

The problem is to evaluate (with proof) f(a)=0x2(x2a2)2+x2 dx where a is a real number.


Scroll down for a solution.






Surprisingly, the answer is independent of a!.

For a=0, the integral is the standard 0dx1+x2=π2. A valuable tool when evaluating integrals is substitution and it really helps here. First, assume a0, and make the substitution u=a2x This gives us that f(a)=0a4u2((a4u2a2)2+a4u2)a2duu2 =0a2(u2a2)2+u2 du =0a2(x2a2)2+x2 dx Thus by adding the original, we get that 2f(a)=0x2+a2(x2a2)2+x2 dx =01+a2x2(xa2x)2+1 dx Now make the substitution u=xa2x to get 2f(a)=1u2+1 du=π And so 0x2(x2a2)2+x2 dx=π2 Note: The substitutions need to be justified because technically, the integral is an improper integral, but we leave that to the reader :)

Thursday, July 21, 2022

Cute problem from IIT JEE

If r,s,t are roots (you can assume they are all real) of x3+3x224x+1=0 Find 3r+3s+3t If you know which year this is from, please let me know.



Scroll down for solution (and something extra).


Let P(x)=x3+3x224x+1.

Note that P(0)>0,P(1)<0 and P(24)>0 and so has at least two real roots. Which implies all roots are real, so we can freely take cube roots.

Now 

x3+3x224x+1=x3+3x2+3x+127x=(x+1)327x.

Thus if a is a root of P, then

(a+1)3=27a3a1/3=(a+1)

Thus the sum of cuberoots of P is (r+s+t+3)/3=0.


For the extra:

We will in fact show that 3r,3s,3t are roots of x33x+1=0.

Let d=3r,e=3s,f=3t be roots of Q(x)=x3+ax2+bx+1

Thus Q(x)=(xd)(xe)(xf)

Now if w is a cuberoot of unity, then

Q(x)Q(wx)Q(w2x)=(x3d3)(x3e3)(x3f3)=P(x3)=x9+3x624x3+1

With slightly tedious algebra, we see that

Q(x)Q(wx)Q(w2x)=x9+(a33ab+3)x6+(b33ab+3)x3+1

Thus we get

a33ab=0
b33ab=27 

From the first equation either a=0 (in which case b=3) or a2=3b.

If a0, putting b=a2/3 in the second results in a quadratic (in a3) with complex roots. Since a needs to be real (sum of real numbers) we see that a=0,b=3 and hence the cuberoots are roots of 

x33x+1=0

Wednesday, July 13, 2022

2 equations 3 variables

Given that x,y,z are real, solve (with proof) the system of equations: (x1)(y1)(z1)=xyz1 (x2)(y2)(z2)=xyz2 part b) x,y,z are allowed to be complex.



Scroll down for solution.


Let P(t)=(xt)(yt)(zt). x,y,z are roots of P(t)=0.

Expand and assume

P(t)=cbt+at2t3

The two equations basically say

P(1)=c1
and

P(2)=c2

The first gives a=b

and second gives 2ab=3 and thus a=b=3

Thus P(t)=c3t+3t2t3=c1(t33t2+3t1)=(c1)(t1)3

Thus x,y,z are roots of 

(t1)3=c1

For x,y,z to be real, we need c=1 and x=y=z=1.

If x,y,z are allowed to be complex, pick a random c and x,y,z are (c1)w+1 where w are the three cuberoots of unity.

Wednesday, April 20, 2022

Limit of average of n1/k

Define Sn as follows

Sn=nk=1n1k

For eg 

S10=10+101/2+101/3++101/1025.4211

Find

limnSnn 



Scroll down for a solution.



We will solve this using the arithmetic mean geometric mean inequality!


For k2 let x1=x2==xk2=1,xk1=xk=n


Applying AM GM to these we get 


k2+2nkn1/k1


Thus 


12k+2nkn1/k1


Now nk=21k=logn+O(1)


Thus


n12(logn+O(1))+2n(logn+O(1))nk=2n1/kn1 

And so 


2n12(logn+O(1))+2n(logn+O(1))nk=1n1/k2n1  


Thus 


2+O(lognn)Snn2+O(1n)


Thus Snn2

Wednesday, April 6, 2022

A cute problem from Turkish AYT exam

 P(x) is a 4th degree polynomial with real coefficients that satisfies


P(x)xxR

P(1)=1,P(2)=4,P(3)=3


Find the value of P(4).



Scroll down for a solution.


Let H(x)=P(x)x and so H(x)0xR. Since H(1)=H(3)=0, H(x) has at least two distinct roots.


Now if there was a root of H different from 1 or 3, then we can show that H(c)<0 for some cR. If the multiplicity of 1 of 3 was odd, then we can again show that H(c)<0 for some c.


Thus we must have that


H(x)=A(x1)2(x3)2,A>0


Since H(2)=P(2)2=2, we get  A=2.


This gives P(4)=H(4)+4=2.32.12+4=22

Friday, March 25, 2022

Sum of reciprocals of lcm

 Let dn be the least common multiple of 1,2,,n.


Show that


n=11dn


is an irrational number.


Scroll down for a solution.



Observation 1: If n+1 is a power of a prime q, then dn+1=qdn, otherwise dn+1=dn.

Observation 2: 

nk=1ak1a1a2ak=11a1a2an

(Proof left to reader).


Let the primes in order be p1,p2,.


Pick an arbitrary prime p=pm and consider for np


fn=dndp1


The observation 1 above also holds for fn.


Note that fpjpmpm+1pj and that the inequality is strict for infinitely many pj.


Now consider pik<pi+11fk

By Bertrands' theorem of a prime between n and 2n we have that pi+1<2pi


and thus

pik<pi+11fkpi+1pifpipi1fpi

Since fpjpmpm+1pj we get


pik<pi+11fkpi1pmpm+1pi


And so (note inequality is strict, because fpj>pmpm+1pj infinitely often.)

np1fn<jmpj1pmpj

By Observation 2 above we get


np1fn<1


Now if ab=n=11dn


Pick a prime p>b and consider adp1b and use the above result about f.


Tuesday, March 15, 2022

Cute problem with a+b+c = 2022

 a,b,c are real numbers such that


a+b+c=2022

and


1a+1b+1c=12022


What are the possible values of 


1a2023+1b2023+1c2023


Try to keep the algebraic manipulations to a minimum.



[Solution]