0% found this document useful (0 votes)
6 views

Ross mathematics program 2020 application problems

The document outlines the application process for the Ross Mathematics Program 2020, including submission guidelines and problem-solving expectations. Applicants are required to work independently on mathematical problems, demonstrating exploration, conjectures, and proofs in their solutions. The document also provides specific mathematical problems related to sequences, polynomials, and binary operations for applicants to solve.

Uploaded by

bfhaha
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Ross mathematics program 2020 application problems

The document outlines the application process for the Ross Mathematics Program 2020, including submission guidelines and problem-solving expectations. Applicants are required to work independently on mathematical problems, demonstrating exploration, conjectures, and proofs in their solutions. The document also provides specific mathematical problems related to sequences, polynomials, and binary operations for applicants to solve.

Uploaded by

bfhaha
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Ross Program 2020 Application Problems

This document is part of the application to the Ross Mathematics Program, and
will remain posted at https://rossprogram.org/students/to-apply from January
through March.
The Admission Committee will make acceptance decisions on a rolling basis, starting
in March 2020. The deadline for applications is April 1, but spaces will fill as appli-
cations arrive. For adequate consideration of your application, it is best to submit
your solutions well before the end of March.
Work independently on the problems below. We are interested in seeing how you
approach unfamiliar math problems, not whether you can find answers by searching
through web sites or books, or by asking other people.
Please submit your own work on these problems.
For each problem, explore the situation (with calculations, tables, pictures, etc.),
observe patterns, make some guesses, test the truth of those guesses, and write logical
proofs when possible. Where were you led by your experimenting?
Include your thoughts (but not your scratch-paper) even if you might not have found
a complete solution. If you’ve seen one of the problems before (e.g. in a class or
online), please include a reference along with your solution.
We are not looking for quick answers written in minimal space. Instead, we hope
to see evidence of your explorations, conjectures, and proofs written in a readable
format.

The quality of mathematical exposition, as well as the correctness and


completeness of your solutions, are factors in admission decisions.

Please convert your problem solutions into a PDF file. You may type the solutions
using LATEX or a word processor, and convert the output to PDF format.
Alternatively, you may scan your solutions from a handwritten paper copy, and con-
vert the output to PDF. (Please use dark pencil or pen and write on only one side of
the paper.) Submitting photos of your work is possible but not recommended: The
resulting PDF files are often large, and the writing can be blurry and difficult to read.

Note: Unlike the problems here, each Ross Program course concentrates deeply on one subject.
These problems are intended to assess your general mathematical background and interests.

1
Problem 1
Suppose A = (an ) = (a1 , a2 , a3 , . . . ) is an increasing sequence of positive integers.
A number c is called A-expressible if c is the alternating sum of a finite subsequence
of A. To form such a sum, choose a finite subset of the sequence A, list those numbers
in increasing order (no repetitions allowed), and combine them with alternating plus
and minus signs. We allow the trivial case of one-element subsequences, so that each
an is A-expressible.
Definition. Sequence A = (an ) is an “alt-basis” if every positive integer is uniquely
A-expressible. That is, for every integer m > 0, there is exactly one way to express
m as an alternating sum of a finite subsequence of A.
Examples. Sequence B = (2n−1 ) = (1, 2, 4, 8, 16, . . . ) is not an alt-basis because
some numbers are B-expressible in more than one way. For instance 3 = −1 + 4 =
1 − 2 + 4.
Sequence C = (3n−1 ) = (1, 3, 9, 27, 81, . . . ) is not an alt-basis because some numbers
(like 4 and 5) are not C-expressible.

(a) Let D = (2n − 1) = (1, 3, 7, 15, 31, . . . ). Note that:


1 = 1, 2 = −1 + 3, 3 = 3, 4 = −3 + 7, 5 = 1 − 3 + 7,
6 = −1 + 7, 7 = 7, 8 = −7 + 15, 9 = 1 − 7 + 15, . . .
Prove that D is an alt-basis.

(b) Can some E = (2, 3, . . . ) be an alt-basis? That is, can you construct an alt-basis
E = (en ) with e1 = 2 and e2 = 3 ?

(c) Can some F = (1, 4, . . . ) be an alt-basis? Justify your answer.

(d) Investigate some other examples. Is there some fairly simple test to determine
whether a given sequence A = (an ) is an alt-basis?

2
Problem 2
A polynomial f (x) has the factor-square property (or FSP) if f (x) is a factor of f (x2 ).
For instance, g(x) = x − 1 and h(x) = x have FSP, but k(x) = x + 2 does not.
Reason: x − 1 is a factor of x2 − 1, and x is a factor of x2 , but x + 2 is not a factor of x2 + 2.
Multiplying by a nonzero constant “preserves” FSP, so we restrict attention to poly-
nomials that are monic (i.e., have 1 as highest-degree coefficient).
What patterns do monic FSP polynomials satisfy?
To make progress on this topic, investigate the following questions and justify your
answers.

(a) Are x and x − 1 the only monic FSP polynomials of degree 1?

(b) List all the monic FSP polynomials of degree 2.


To start, note that x2 , x2 − 1, x2 − x, and x2 + x + 1 are on that list.
Some of them are products of FSP polynomials of smaller degree. For instance,
x2 and x2 − x arise from degree 1 cases. However, x2 − 1 and x2 + x + 1 are new,
not expressible as a product of two smaller FSP polynomials.
Which terms in your list of degree 2 examples are new?

(c) List all the monic FSP polynomials of degree 3. Which of those are new?
Can you make a similar list in degree 4 ?

(d) Answers to the previous questions may depend on what coefficients are allowed.
List the monic FSP polynomials of degree 3 that have integer coefficients.
Separately list those (if any) with complex number coefficients that are not all
integers.
Can you make similar lists for degree 4?
Are there examples of monic FSP polynomials with real number coefficients that
are not all integers?

3
Problem 3
Here we work in the system of integer polynomials. Those are polynomials of the
form f (x) = rn xn + · · · + r1 x + r0 where every coefficient rj is an integer.
General question:
When does some combination of the polynomials ax + b and cx + d equal 1 ?
That is, when do there exist integer polynomials P (x) and Q(x) with
P (x)·(ax + b) + Q(x)·(cx + d) = 1 ?
We concentrate here on cases when c = 0.

(a) Prove: No combination of 2x + 5 and 3 can equal 1.


That is, no integer polynomials P (x), Q(x) can satisfy:
 
P (x)· 2x + 5 + Q(x)· 3 = 1.

(b) Find a combination of 2x + 5 and 4 that equals 1.

(c) Does some combination of 15x + 9 and 25 equal 1 ? How about 15x + 9 and 20 ?
Explain your reasoning.

(d) Investigate further examples of ax + b and d, deciding in each case whether 1 is


a combination. What patterns do you detect?
Can you prove that some of your observed patterns always hold true?

4
Problem 4
Let S = {1, 2, 3, . . . , n}, a set of n elements. Suppose  is a binary operation S. Then
 combines two elements x, y ∈ S to yield an element x  y ∈ S. We consider various
properties that such an operation might have (like being associative).
That operation  is called unital if

1  x = x  1 = x, for every x ∈ S.

The operation  is called sandwiching if

(x  y)  (z  w) = (x  z)  (y  w), for every x, y, z, w ∈ S.

(a) If  is unital and sandwiching, must it be commutative?


That is, must  satisfy: x  y = y  x for every x, y ∈ S ?

(b) Must a unital, sandwiching operation  be associative?


That is, must  satisfy: x  (y  z) = (x  y)  z for every x, y, z ∈ S?

(c) An operation • is called self-distributive if:

x • (y • z) = (x • y) • (x • z), for every x, y, z ∈ S.

Must a unital, self-distributive operation • be associative?

(d) We mentioned five properties above:


unital, sandwiching, commutative, associative, and self-distributive.
Do those properties satisfy some other implications? For example, if an operation
 is self-distributive, must it be associative? Must it be unital?
Invent some other “natural” properties that a binary operation might have. What
relationships can you discover among the axioms you have invented, and the five
listed above?

You might also like