Skip to content

Commit 8e074a8

Browse files
mwills758lenis2000
andauthored
Add Fall 2024 Projects (#192)
Co-authored-by: Leonid Petrov <[email protected]>
1 parent 80b49e2 commit 8e074a8

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

geolab/projects.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,25 @@ permalink: /geolab/projects/
88

99
### Fall 2024
1010

11-
+ Knots: Geometry over finite fields
12-
- Mentors: Michael Wills, J.D. Quigley
13-
- Mentees:
14-
- Description: Many familiar objects from geometry can be described using polynomial equations. For instance, the unit circle is the set of points in the xy-plane such that x^2+y^2-1=0, while the equation x^2-y^2-1=0 describes a hyperbola. In this project, we will study polynomials in exotic contexts for arithmetic called "finite fields". One motivation to investigate this kind of geometry comes from "coding theory", which is the mathematics of how to make digital messages resistant to random noise. We will try to understand the geometry of solutions to polynomial equations over finite fields and how they can be used in digital communications, both by hand and with computer algebra software. Prerequisites: MATH 1210/1310
11+
+ Coding Theory and Finite Fields
12+
- Mentors: [J.D. Quigley](https://quigleyjd.github.io/), [Michael Wills](https://sites.google.com/view/michael-wills/)
13+
- Mentees: Nate Bryerton, Arun Jannupreddy, Malik Kurtz, Dailin Li, Rohan Radadiya, Ridge Redding, Eva Simpson
14+
- Description: We learned about how one can mathematically harden information against random errors in transmission by the strategic addition of redundancy. We wrote functioning code implementing various systems for achieving this, and learned how to compare their performance. Many familiar objects from geometry can be described using polynomial equations. For instance, the unit circle is the set of points in the xy-plane such that x^2+y^2-1=0, while the equation x^2-y^2-1=0 describes a hyperbola. In this project, we studied polynomials in exotic contexts for arithmetic called "finite fields". One motivation to investigate this kind of geometry comes from coding theory, which is the mathematics of how to make digital messages resistant to random noise.
15+
- Prerequisites: MATH 1210/1310
16+
- [Final Project](https://github.com/rr-102/FiniteFields-CodingTheory/blob/main/README.md)
1517

16-
+ Knots: Zome and polyhedra
17-
- Mentors: Brandon Shapiro
18-
- Mentees:
19-
- Description: The Zome toolkit makes it easy to build toy models of polyhedra, 3 dimensional solid shapes like cubes and pyramids built out of polygons on the outside. Using the Zome pieces, we can show why there are only 5 polyhedra whose faces are all the same shape, and also why in the fourth dimension there are only 6 shapes with the same kind of property. We explored the geometry of shapes we can build using Zome, such as angles, counting faces of solid shapes, symmetries, knots, and/or many other possibilities. No prerequisites needed, though in previous semesters some comfort with trigonometry has been helpful.
20-
21-
+ Billiards and Translation Surfaces
22-
- Mentors: Lam Nguyen , Oliver Wang
23-
- Mentees:
24-
- Description: If a billiards player hits a ball in a particular direction, will it eventually drop in a pocket, and if so, after how many bounces? Questions like this one are the subject of mathematical billiards, and answering them surprisingly requires us to connect multiple branches of math including geometry, number theory, and linear algebra. In this project, we explored how examining billiards naturally leads to the geometric notion of translation surfaces, and we investigated the properties of flows on theses surfaces. There are no prerequisites for this project; just curiosity and the eagerness to visualize and draw cool pictures.
25-
26-
+ Computer graphics and Robotics
27-
- Mentors: Bakhyt Aitzhanova
28-
- Mentees:
18+
+ Zome and polyhedra
19+
- Mentor: [Brandon Shapiro](https://math.virginia.edu/people/pfy7cf/)
20+
- Description: The Zome toolkit makes it easy to build toy models of polyhedra, 3 dimensional solid shapes like cubes and pyramids built out of polygons on the outside. Using the Zome pieces, we can show why there are only 5 polyhedra whose faces are all the same shape, and also why in the fourth dimension there are only 6 shapes with the same kind of property. We explored the geometry of shapes we can build using Zome, such as angles, counting faces of solid shapes, symmetries, knots, and/or many other possibilities.
21+
- Prerequisites: No prerequisites needed, though in previous semesters some comfort with trigonometry has been helpful.
22+
23+
+ Billiards and Translation Surfaces
24+
- Mentors: [Lam Nguyen](https://math.virginia.edu/people/qsg2kv/), [Oliver Wang](https://math.virginia.edu/people/dfh3fs/)
25+
- Description: If a billiards player hits a ball in a particular direction, will it eventually drop in a pocket, and if so, after how many bounces? Questions like this one are the subject of mathematical billiards, and answering them surprisingly requires us to connect multiple branches of math including geometry, number theory, and linear algebra. In this project, we explored how examining billiards naturally leads to the geometric notion of translation surfaces, and we investigated the properties of flows on these surfaces.
26+
- Prerequisites: No prerequisites needed; just curiosity and the eagerness to visualize and draw cool pictures.
27+
28+
+ Computer graphics and Robotics
29+
- Mentor: [Bakhyt Aitzhanova](https://math.virginia.edu/people/axh7cj/)
2930
- Description: We learned a standard method for solving the forward kinematic problem for a given robot "arm". The forward kinematic problem is a fundamental concept in robotics and computer graphics that involves determining the position and orientation of the end-effector (or the tip) of a robot arm based on its joint parameters.
3031

3132
### Spring 2024

0 commit comments

Comments
 (0)