Back to VTRMC list
Problem source: HTML (archive) and PDF (archive)

Problem 1

A path zig-zags from (1,0)(1,0) to (0,0)(0,0) along line segments PnPn+1,\overline{P_{n}P_{n+1}}, where P0P_{0} is (1,0)(1,0) and PnP_{n} is (2n,(2)n)(2^{-n},(-2)^{-n}), for n>0n>0. Find the length of the path.

Problem 2

A triangle with sides of lengths aa, bb, and cc is partitioned into two smaller triangles by the line which is perpendicular to the side of length cc and passes through the vertex opposite that side. Find integers a<b<ca < b < c such that each of the two smaller triangles is similar to the original triangle and has sides of integer lengths.

Problem 3

Let a1,a2,,ana_{1},a_{2},…,a_{n} be an arbitrary rearrangement of 1,2,,n1,2,…,n. Prove that if nn is odd, then (a11)(a22)(ann)(a_{1}-1)(a_{2}-2)…(a_{n}-n) is even.

Problem 4

Let p(x)p(x) be given by p(x)=a0+a1x+a2x2++anxnp(x) = a_0 + a_1 x + a_2 x^2 + \cdots + a_n x^n and let p(x)x|p(x)| \le |x| on [1,1][-1, 1].

  1. Evaluate a0a_0.
  2. Prove that a11|a_1| \le 1.

Problem 5

A sequence of integers {n1,n2,}\lbrace n_1, n_2, … \rbrace is defined as follows: n1n_1 is assigned arbitrarily and, for k>1k>1, nk=j=1j=k1z(nj),n_k=\sum_{j=1}^{j=k-1}z(n_j), where z(n)z(n) is the number of 00s in the binary representation of nn (each representation should have a leading digit of 11 except for zero which has the representation 00). An example, with n1=9n_1=9, is {9,2,3,3,3,}\lbrace 9, 2, 3, 3, 3, … \rbrace, or in binary, {1001,10,11,11,11,}\lbrace 1001, 10, 11, 11, 11, … \rbrace.

  1. Find n1n_1 so that limknk=31\lim_{k \to \infty} n_k = 31, and calculate n2,n3,,n10n_2, n_3, … ,n_{10}.
  2. Prove that, for every choice of n1n_1, the sequence {nk}\lbrace n_k \rbrace converges.

Problem 6

A sequence of polynomials is given by pn(x)=an+2x2+an+1xanp_{n}(x)=a_{n+2}x^{2}+a_{n+1}x-a_{n}, for n0n\ge0, where a0=a1=1a_{0}=a_{1}=1 and, for n0n\ge0, an+2=an+1+ana_{n+2}=a_{n+1}+a_{n}. Denote by rnr_{n} and sns_{n} the roots of pn(x)=0,p_{n}(x)=0, with rnsnr_{n}\le s_{n}. Find limnrn\displaystyle{\lim_{n \to \infty} r_n} and limnsn\displaystyle{\lim_{n \to \infty} s_n}.

Problem 7

Let A={aij}A=\lbrace a_{ij} \rbrace and B={bij}B=\lbrace b_{ij} \rbrace be n×nn \times n matrices such that A1A^{-1} exists.

Define A(t)={aij(t)}A(t)=\lbrace a_{ij}(t) \rbrace and B(t)={bij(t)}B(t)=\lbrace b_{ij}(t) \rbrace by

  • aij(t)=aija_{ij}(t)=a_{ij} for i<ni<n,
  • anj(t)=tanja_{nj}(t)=ta_{nj},
  • bij(t)=bijb_{ij}(t)=b_{ij} for i<ni<n, and
  • bnj(t)=tbnjb_{nj}(t)=tb_{nj}.

For example, if A=[1234]A = \begin{bmatrix} 1 & 2 \\ 3 & 4 \\ \end{bmatrix}, then A(t)=[123t4t]A(t) = \begin{bmatrix} 1 & 2 \\ 3t & 4t \\ \end{bmatrix}.

Prove that A(t)1B(t)=A1BA(t)^{-1}B(t)=A^{-1}B for t>0t>0 and any nn. (Partial credit will be given for verifying the result for n=3n=3.)

Problem 8

On Halloween, a black cat and a witch encounter each other near a large mirror positioned along the y-axis. The witch is invisible except by reflection in the mirror. At t=0t=0, the cat is at (10,10)(10, 10) and the witch is at (10,0)(10,0). For t0t\ge0 the witch moves toward the cat at a speed numerically equal to their distance of separation and the cat moves toward the apparent position of the witch, as seen by reflection, at a speed numerically equal to their reflected distance of separation. Denote by (u(t),v(t))(u(t), v(t)) the position of the cat and by (x(t),y(t))(x(t), y(t)) the position of the witch.

  1. Set up the equations of motion of the cat and the witch for t0t\ge0.
  2. Solve for x(t)x(t) and u(t)u(t) and find the time when the cat strikes the mirror. (Recall that the mirror is a perpendicular bisector of the line joining an object with its apparent position as seen by reflection.)