Processing math: 100%

Sunday, December 24, 2023

An accessible problem from Donald Newman's book

 "A problem Seminar" by Donald J Newman has many excellent problems which require math undergrad/grad knowledge. Below is one of the more accessible problems, solveable by a non-math person.


Each coin is either 10 or 9 grams. Given 4 such coins, find the weight of each using a scale (not a balance, a scale which gives the true weight) no more than 3 times.



Scroll down for a solution.



Suppose the coins are A,B,C,D.

Weigh A+B. It must be 19, otherwise it is trivial. Now weigh A+C. It must be 19, otherwise it is trivial.

Now we must have B=C. Now weigh B+C+D = 2B+D. This has the same parity (odd or even) as D. Thus we know D, which gives us B=C and then A.

Tuesday, August 15, 2023

Sum of squares of distances from vertices of a triangle

 If ABC is a triangle with centroid M, and P is any point then show that


PA2+PB2+PC2=3PM2+13(AB2+BC2+AC2)



Scroll down for a surprising solution.



Let A1,B1,C1 be the midpoints of BC,AC and AB respectively.

Triangle A1B1C1 (referred to as medial triangle of ABC) is similar to ABC 


Using Appolonius theorem we get


PA2+PB2=2(PC21+AC21)=2PC21+2AB24

PB2+PC2=2(PA21+BA21)=2PA21+2BC24

PC2+PA2=2(PB21+CB21)=2PB21+2AC24


Adding we get


PA2+PB2+PC2=PA21+PB21+PC21+AB24+BC24+AC24


Thus if AnBnCn is the medial triangle of An1Bn1Cn1  (ABC=A0B0C0) we have that


PA2n1+PB2n1+PC2n1=PA2n+PB2n+PC2n+An1B2n14+Bn1C2n14+An1C2n14

 

We can easily show that An,Bn,Cn all converge to M (AnM=3An+1M), and observing the above is a telescoping series and that sides of a medial triangle are half the original triangle leads us 


PA2+PB2+PC2=3PM2+AB2+BC2+AC24(1+14+142+)

=3PM2+13(AB2+BC2+AC2)

Tuesday, August 1, 2023

Allow opponents to make a mistake

 Long time no bridge hand!


Here is a puzzle.


You end up in 4S playing a team game (bidding and hands below, you are South).

IMPS 
N/S 
 Partner
♠ xxx
♥ xxx
♦ Kxx
♣ Kxxx

      


 You
♠ QJT9xx
♥ Qx
♦ AQx
♣ AQ

W N E S
1S
P2SP4S
PPP


LHO leads a low heart to RHO's Ace, who leads a heart back to LHO's King and a third heart which you ruff.


You have lost two hearts and have two spades to lose. Situation is hopeless. But, is there anything you can do? If you want to think about it, don't scroll further.




There are no legitimate chances and need a defensive error. If the spades divide Ax opposite Kx, you must hope to induce a first round duck and then crash the A and K together. How could you do that?

The opponents don't know you have a 6 card suit. Consider what might happen if you lead a diamond to dummy's K and then play a spade to the Q! (has to be the Q, no other card will do)

LHO looking at Ax of spades might very well duck, thinking you have KQT9x and have a guess in spades (they hope you go to dummy with CK next and play a spade to the K, setting up partner's J for the setting trick). If you indeed have KQT9x and they win the A from Ax, then you are forced to take the winning line of finessing their partner for the J.

It is a slim chance which is more likely to work against better opponents than not, but then what have you got to lose?

Wednesday, June 14, 2023

Parabola Arc Length

 Here is a problem with a cute solution.


Show that the arc length of the parabola y=x2, from (0,0) to (1,1) is not greater than 1.5.



Scroll down for a solution.




.


The arc length of f(x) is given by the integral 1+(f(x))2.

In our case, we are looking at

101+4x2

This can actually be evaluated without much trouble, and comes out to 14(5+sinh1(2))1.47

That is one way of trying to prove the 1.5 upper bound but we will go for the "cute" proof with very little computations here.

Write 

1+4x2=(2x+1)24x=2x+1+2x2x+12x

Let f(x)=2x+1+2x and g(x)=2x+12x

We apply the integral version of Cauchy-Schwartz inequality

fgf2g2

To get

101+4x210(2x+1+2x)10(2x+12x)

=1+1+431+143=209<32

Saturday, May 13, 2023

FIbonacci criteria

 Show that F is a fibonacci number if and only if 5F2±4 is a perfect square.


i.e if one of 5F2+4 or 5F24 is a perfect square, then F is fibonacci and vice-versa.

Monday, March 20, 2023

Surprising difference of cube roots

 Show that


310+108310810


is an integer.





Solution below.

.

.

If a=310+108 and b=310810


Then we have that ab=2 and a3b3=20.


By binomial theorem we also have (ab)3=a3b33ab(ab)

Thus the given expression (ab) is a root of


t3+6t20


t=2 is the only real root.

Thursday, February 16, 2023

A proof of Pythagoras Theorem

Here is a potentially new proof of the Pythagoras theorem I discovered recently. I could not find any prior proofs like these (including in the cut-the-knot pythagorean proof dump), so if you have seen it somewhere, please let me know.





ABC is the right triangle with sides a,b,c.


AD is the angular bisector of CAB and DE is the perpendicular from D to AB.


CD = x, DB = a-x.

It is easily seen that triangles ACD and ADE are congruent and so AE = AC = b and BE = c-b


Area of ACD + Area of ADB = Area of ABC gives

bx+cx=ab

And so x=ab/(b+c)

Now triangles DEB and ABC are similar and so

DE/AC=BE/BC

i.e.

x/b=(cb)/a


a/(b+c)=(cb)/a

Which gives

a2=c2b2




Thursday, February 9, 2023

Base b and generating functions

 Not a puzzle, just a quick observation noting the power of generating functions.


Say b2 is a positive integer. We give a quick proof using generating functions that every positive integer can be written uniquely in base b with digits 0,1,,b1.


Let n1. Consider 

G(x)=nk=0(1+xbk+x2bk++x(b1)bk)

Observe that the coefficient of xN shows the numbers of ways of writing N is base b.

Now if u=xbk, then

(1+xbk+x2bk++x(b1)bk)=(1+u+u2+ub1)=1ub1u


Thus

G(x)=1xb1x1xb21xb1xb31xb21xbn+11xbn


This telescopes to


G(x)=1xbn+11x

=1+x+x2++xbn+11

Thus every integer N in the range 1 to bn+11, can be written in base b using at-most n+1 digits, taken from 0,1,2,,b1. Since the coefficient of xN is 1, the representation is unique.


Wednesday, January 4, 2023

A cute integral with golden ratio

 Show that


0dx(1+xφ)φ=1


where φ=5+12 is the golden ratio.




Scroll down for solution:





Using the substitution xφ=t and the identity φ2=φ+1 we get that


dx=1φtφdt


Thus the integral becomes


1φ0dt(1+t)φ


Which is easy to calculate.

Sunday, January 1, 2023

A putnam sequence problem

 Let an be a sequence such that


a1=a2

and

an+1=a2n2


Show that 


(11a1)(11a2)=n1(11an)=a241+a


The putnam problem was with a=52



Scroll down for a solution.




Since a2, we can find a u1 such that a=u+1u (for a=52,u=2).

The case a=2,u=1 is easy, so assume u>1.


The recurrence then gives us


an+1=u2n+1u2n


Let f(x)=(11x+1x)=x2x+1x2+1


The value we are seeking is


f(u)f(u2)f(u4)f(u8)f(u2n)


Now notice that

(x2x+1)(x2+x+1)=(x2+1)2x2=x4+x2+1


Thus if we multiply


(x2x+1)(x4x2+1)(x8x4+1)(x2nx2n1+1)

with x2+x+1 we get

(x2+x+1)(x2x+1)(x4x2+1)(x8x4+1)(x2nx2n1+1)=

(x4+x2+1)(x4x2+1)(x2nx2n1+1)=x2n+1+x2n+1

and similarly using 

(x21)(x2+1)=x41

we get

(x21)(x2+1)(x4+1)(x2n+1)=x2n+11

Since


x2n+1+x2n+1x2n+111


(for x>1)


We see that


L=f(u)f(u2)f(u2n)=u21u2+u+1

This we can rewrite as

L=u1uu+1u+1

Squaring gives


L2=u2+1u22(a+1)2=a24(a+1)2

Thus 


L=a24a+1