Problem A1 from the 2009 Putnam Exam

  • Thread starter hello95
  • Start date
  • Tags
    Exam
In summary, this problem has a unique solution if the function f is a real-valued function on the plane such that for every square ABCD in the plane, f(A) + f(B) + f(C) + f(D) = 0.
  • #1
hello95
33
0
Here is the problem:

Let f be a real-valued function on the plane such that
for every square ABCD in the plane, f(A) + f(B) +
f(C) +f(D) = 0. Does it follow that f(P) = 0 for all
points P in the plane?



Below is my solution:

Create a 3x3 set of boxes (where each box has equal lengths as all of the other boxes) like so:

. . . .
. . . .
. . . .
. . . .

The periods represent vertices. Now, denote the value of the function at each vertice by a(1),...,a(16).

Now, since the sum of any four vertices making a square is zero, we get 18 unique equations (each containing a linear relationship between a unique quadruple of vertices):

9 (each representing a unit box)
+
4 (each representing a box of side length 2 units)
+
1 (this equation relates the vertices of the entire 3x3 square)
+
4 (each representing a box of side length sqrt(2) units (the diagonal squares)


Writing these into a matrix, we get an 18x16 matrix mapping a vector whose coordinates are the values of the function at each vertex) to the zero vector. Since we have 18 homogeneous equations and 16 variables, all of the variables must be zero. From this we can clearly conclude that the value of the function is zero for everywhere on the plane.

Is this solution correct? I can't see any errors, I just thought it was an interesting answer (it was different from the official answer, which I've posted below) and wasn't sure if I was missing anything.

OFFICIAL ANSWER:

Yes, it does follow. Let P be any point in the plane. Let
ABCD be any square with center P. Let E; F; G; H
be the midpoints of the segments AB; BC; CD; DA,
respectively. The function f must satisfy the equations
0 = f(A) + f(B) + f(C) + f(D)
0 = f(E) + f(F) + f(G) + f(H)
0 = f(A) + f(E) + f(P) + f(H)
0 = f(B) + f(F) + f(P) + f(E)
0 = f(C) + f(G) + f(P) + f(F)
0 = f(D) + f(H) + f(P) + f(G):
If we add the last four equations, then subtract the first
equation and twice the second equation, we obtain 0 =
4f(P), whence f(P) = 0.
 
Physics news on Phys.org
  • #2
I don't think you have satisfactorily proven that your 18x16 matrix is of full rank
 
  • #3
Well each entry will be 1 or 0, and each combination of 1s and 0s in each row will be different, because each square is unique. There will be 4 1's in each row. Wouldn't that imply that you cuold put the matrix into eschelon form, solving for each a(i)?
 
  • #4
I apologize if I'm wrong, I haven't done much work with matrix algebra as I have only taken theory-based linear algebra (Axler).
 
  • #5
Here we go: "A homogeneous system Ax = 0 has only the zero solution if Ax = 0 has at least as many nontrivial equations as variables."
 
  • #6
That's from page 67 of Multivariable mathematics (4th edition) by Williamson and Trotter.
 
  • #7
The key is nontrivial. If your equations are x+y+z=0, x+y+z=0, x+y+z=0, then you haven't really gotten very far!

You can always put a matrix into echelon form, but that doesn't mean it's a full rank echelon form matrix (for example the bottom four rows might all be zeros and you have four free degrees of freedom from which to pick your solution)

Well each entry will be 1 or 0, and each combination of 1s and 0s in each row will be different, because each square is unique. There will be 4 1's in each row.

This is pretty close to what you want. However it's not quite enough- suppose I have seven variables, x1,...,x7 and every equation of the form
[tex] x_{i_1}+x_{i_2} + x_{i_3} + x_{i_4} = 0 [/tex]
where [tex] i_1,i_2,i_3,i_4 \leq 6 [/tex]

are distinct in each equation. I have 6 choose 4 = 15 equations, and 7 variables, and none of my equations are actual duplicates of other equations. However, vectors (0,0,0,0,0,0,x) for x any real number is a solution to these equations. The problem is that there are linear dependencies amongst my equations
 
  • #8
Ah, I see what you're saying. Thank you for the response, I guess my solution wasn't as elegant as I had thought haha. Even if I was able to show that the equations were nontrivial it would end up being a lot more complex than the official solution.
 

Related to Problem A1 from the 2009 Putnam Exam

1. What is the overall problem statement for A1 from the 2009 Putnam Exam?

The A1 problem from the 2009 Putnam Exam asks for the maximum value of a function f(x) defined on the interval [0,1], given certain conditions on the function and its derivatives.

2. What are the specific conditions given for the function f(x) in A1 from the 2009 Putnam Exam?

The function f(x) is continuous and twice differentiable on the interval [0,1], and satisfies f(0)=0 and f(1)=1.

3. Is there a specific method or approach that should be used to solve A1 from the 2009 Putnam Exam?

While there is no specific method given, it is recommended to use concepts from calculus and optimization to find the maximum value of f(x) on the given interval.

4. Are there any restrictions on the values of x for A1 from the 2009 Putnam Exam?

Yes, x must be between 0 and 1 due to the given interval of [0,1] in the problem statement. Additionally, x cannot be negative as the function is only defined for positive values of x.

5. What is the significance of the 2009 Putnam Exam and is it still relevant today?

The Putnam Exam is an annual mathematics competition for undergraduate students in the United States and Canada. The 2009 exam is significant as it was the 70th edition of the competition and continues to be relevant today as a challenging and prestigious mathematical competition.

Similar threads

  • Linear and Abstract Algebra
Replies
15
Views
4K
  • Linear and Abstract Algebra
Replies
5
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
962
  • Linear and Abstract Algebra
Replies
17
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
358
  • Linear and Abstract Algebra
Replies
8
Views
2K
  • Linear and Abstract Algebra
Replies
2
Views
1K
  • Linear and Abstract Algebra
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
666
Back
Top