Dcapp
Dcapp
2024-25
MATHEMATICS CLUB
IIT MADRAS
v3.3
Mathematics Club DC Application 2024-25
Instructions
General
• Provide descriptive answers for all questions. Explain your thought process well. Partial points will be awarded for
partial solutions.
• You are free to use the internet and any other resources for solving the application. You are NOT allowed to
collaborate with others. Please cite whatever reference(s) you use.
• The goal of the application is for you to learn as much as possible. Resources have been provided next to questions
wherever necessary. All the best and have fun!
• A helpbook has been provided here to make your apping easy on the technical parts. You may find resources
relevant to the application on our website.
Application Format
• Your solutions can be manually written, in digital notes, documents or in Latex. Upload all your scanned images,
descriptive answers, and others in a single PDF file and submit the final document before the deadline. There is
no weightage to the mode of your submission. Spend more time on solving the app and not on beautifying
it!
• Keep your answers brief and elegant. Explain your thoughts concisely. Ensure to not exceed the word limit
indicated next to the question.
Submission
• The final PDF can be submitted here.
Contact Us
• Atreya Vedantam - +91 99624 97590
You can find the contacts of the section masters in the helpbook.
§0 General Questionnaire
1. Why do you want to be part of the Mathematics Club? (150 words)
2. Have you been to Mathematics Club event(s)? Name and describe your experience in the event(s).
(under 150 words)
3. What topic do you hate the most in mathematics? Describe its applications in the real world briefly. (100 words)
2
Mathematics Club DC Application 2024-25
§1 An Ocean of Change
Calculus. It is what it is. You’ve known it for at least the past two years and you’ll keep on seeing it for the coming
years (unlike the pure joy of your childhood which you left behind in third grade).
sin z
Z
dz
γ (z − 1)(z − 3)
where the curve γ is a square centred at the origin with its sides parallel to the coordinate axes and with side
length 4 traversed twice in the clockwise direction. (Hint: What do you do when you can’t deal with multiple
fractions in the denominator?)
If you need help with understanding what a complex integral is then click here to take an adventure over to the
helpbook. (3 points)
2. Feynman for ya! Evaluate the integral (perhaps using the Feynman technique): (4 points)
log(e + x2 )
Z ∞
dx
0 1 + x2
1. Great Distances: Derive the shortest path between any two points on an 3-dimensional-sphere
when you are
q
constrained to travel only along its surface. Say the first point is x1 , y1 , 1 − x21 − y12 and the second point is
q
x2 , y2 , 1 − x2 − y2 then find this shortest distance. (Hint: Look up great circles)
2 2 (3 points)
Generalize and prove the above result for n-dimensions if you are up for it! (Bonus)
2. Rolling rollers: Circle1 rolls on the outer surface and Circle2 rolls on the inner surface. Find the ratio of
rotations (about their centres) of Circle1 : Circle2
• Radius of Circle1 = 1
• Radius of Circle2 = 2
4π
• Equation of spiral : r = 5θ, θ ∈ 0,
3
(Click here if you don’t know how polar coordinates work) (3 points)
0 0
y
−10 −10
−20 −20
−20 −10 0 10 20 −20 −10 0 10 20
x x
3
Mathematics Club DC Application 2024-25
§3 Linear Algebruh
Algebraic symbols are used when you do not know what you are talking about.
2. Can you extend your previous result to three dimensions (in R3 )? (i.e what do you expect v1 Λv2 Λv3 to be
geometrically?) Now prove it. (2 points)
3. Let vi := (vi1 , vi2 , .....vin ) ∈ Rn . Can you represent (v1 Λv2 Λ.....Λvn ) in terms of the components of vi ; i =
1, 2, 3...n without any vector operations in some compact form. (Hint: Think of matrices and the cases you proved
above.) Proof is not necessary (but will earn brownie points :)). Intuition is sufficient. (2 points)
d
4. Using the result in the previous part, can you prove a property about (v1 Λv2 Λ.....Λvn ) given that vk are
dt
dependent on t for all k. All vectors vk exist in Rn . (1 points)
§4 A Network of Connections
Graphs aren’t just for math—they’re everywhere! They help us understand how things are connected and interact. A
Graph is nothing but like a network of friends. Each friend is a node and the connections between them are represented
by edges. Here are a few definitions.
• Vertices (or Nodes): These are the points in a graph. Think of each person as a vertex.
• Edges: These are the lines that connect two vertices. For example an edge shows that two people are friends.
• Degree of a vertex: This tells us how many edges are connected to a vertex. In other words, the degree of a person
(vertex) is how many friends they have.
1. Exploring Degree Sum and Number of Edges: Now that we know what vertices, edges, and degrees are, let’s
dig a little deeper! Can you figure out how the sum of all degrees relates to the total number of edges (friendships)
in the network? In other words imagine you have a network of friends. Each person (vertex) has a certain number
of friends (degree). If we add up the number of friends everyone has, how can we figure out the total number of
friendships? (2 points)
4
Mathematics Club DC Application 2024-25
2. Chessboard with Graphs: We can model the chessboard as a graph in which each square is represented as
a node. An edge connects two nodes if a knight can legally move from one square to the other. Your goal is to
investigate the characteristics of this graph representing the knight’s movement!
• Is the graph Bipartite? If it is Bipartite, try to give a Bipartition, else explain why. (2 points)
• In general, try to think of a condition for a graph to be bipartite. (2 points)
3. Hamiltonian and Eulerian: A graph is called Hamiltonian if there exists a cycle (called a Hamiltonian cycle)
that visits every vertex of the graph exactly once and returns to the starting vertex.
A graph is called Eulerian if there exists a circuit (called an Eulerian circuit) that traverses every edge of the graph
exactly once and returns to the starting vertex.
Now consider the graph G:
1. Function foundry: Let A ⊂ R+ , that is A is a subset of the positive reals. Now f : A → R is a function that
satisfies the condition:
1
f (x)f (y) = ∀x, y ∈ A
x+y
Find a function f along with your choice of A which satisfy the aforementioned condition. (3 points)
1
2. Back to basics: Let f : R+ → R be given by f (x) = x − for all x ∈ R+ . Now let
x
1
g(x) = f (f (x)) − f f
x
where g is defined on the most exhaustive domain possible. What kind of function is g? Is g a special kind of
function? (2 points)
3. Proof Theory!
a) The easy one: In a group of n friends, a person can shake hands with any number of other friends. Prove
that there are at least two friends who shook their hands with the same number of people. Start by stating
your proof technique and why you chose it. (2 points)
b) Do it by Exhaustion: Due to their ongoing rivalry, Atreya and Prad in their settlement chose to take half
the set of coords with them. Each coord from Atreya’s team chooses a best friend from Prad’s team and
vice versa, if two coords choose each other they are considered mutual best friends. Prove that if there are
infinitely many coords, the probability that there are no mutual best friends is 1
e (3 points)
c) Torn realities: Show that if there cannot exist any continuous map from the disk to its entire boundary
then continuous maps of the disk onto itself must have at least one fixed point. If you don’t understand what
this statement means, here is a short read to help you out! (Bonus)