π</>Σ

Arjun Mehta

11th Grade · Delhi Public School, R.K. Puram

Aspiring physicist and software engineer with a passion for using STEM to solve real-world problems — from computational modeling to algorithmic problem-solving.

SATAP Physics C: MechanicsAP Calculus BCAP Computer Science A
Scroll to explore

Academic Profile

Numbers that tell a story

0.00/ 4.0

GPA

SAT

0/ 1600

2025-10-12

AP Physics C: Mechanics

0/ 5

2025-05-15

AP Calculus BC

0/ 5

2025-05-08

PSAT/NMSQT

0/ 1520

2024-10-14

Honors & Awards

National Science Olympiad — Gold Medal

Science Olympiad Foundation · 2025

KVPY Fellow (SA Stream)

Indian Institute of Science, Bangalore · 2025

IOQP Stage 2 Qualifier — Physics

HBCSE / IAPT · 2025

Best Delegate — DSMUN 2024

Delhi Schools Model United Nations · 2024

School Academic Excellence Award

Delhi Public School, R.K. Puram · 2024

Featured Projects

Building solutions, one problem at a time

Science

PhysicsSim — Real-Time Rigid Body Collision Simulator

Built an interactive 2D physics simulator in Python using Pygame that models elastic and inelastic collisions, projectile motion, and gravitational orbits. Implements Verlet integration for numerical accuracy and allows users to modify mass, velocity, and restitution coefficients in real time.

Used by 3 physics teachers at DPS for classroom demonstrations; 120+ GitHub stars

I started this project after struggling to visualize momentum conservation in my AP Physics C class. The textbook diagrams felt static, so I coded my own simulator to watch collisions unfold in real time. When my teacher saw it, she asked to use it in her lectures — and that feedback loop of building something useful drove me to keep improving it.

View Project
CS

SortViz — Algorithm Visualization Web App

A full-stack web application that visualizes 12 sorting and searching algorithms with step-by-step animations, time complexity analysis, and a built-in code editor. Users can input custom arrays and watch algorithms execute with adjustable speed controls.

2,400+ unique visitors in first month; featured in school CS department newsletter

Preparing for AP Computer Science A, I realized I learned algorithms best by seeing them run. I built SortViz as a study tool for myself, then shared it with classmates. It evolved into a polished app when I decided to use it as my CS project submission. The process taught me React state management, animation timing, and deploying to production.

View Project
Math

Fourier Series Visualizer — Interactive Calculus Tool

An interactive Desmos-style web tool that decomposes periodic functions into their Fourier series components. Users can add harmonics one at a time and see how the approximation converges to square waves, sawtooth waves, and custom functions.

Presented at school STEM Expo; adopted by AP Calculus BC teacher for classroom use

Fourier series clicked for me only when I saw the animation of partial sums converging. I wanted to recreate that 'aha' moment for others, so I built a tool where you can drag sliders to add harmonics and watch a jagged square wave emerge from smooth sine curves. The math behind rendering real-time waveforms at 60fps pushed me to optimize my JavaScript significantly.

View Project
Economics

MarketPulse — Stock Sentiment Analysis Dashboard

A data pipeline that scrapes financial news headlines from RSS feeds, runs sentiment analysis using a fine-tuned BERT model, and displays sector-wise sentiment trends on a dashboard. Tracks correlations between news sentiment and next-day Nifty 50 index movements.

Achieved 67% directional accuracy on next-day market predictions over a 3-month backtest period

My father works in finance, and I grew up hearing dinner-table conversations about how markets react to news. I wanted to test whether NLP could quantify that intuition. The project taught me about transformer architectures, data pipelines, and the humbling reality that markets are far more complex than any single model can capture — but the 67% accuracy was still better than random.

View Project

Beyond the Classroom

Where passion meets purpose

Leadership

Science & Robotics Club

President @ Delhi Public School, R.K. Puram

Aug 2024 – Present

Lead a 45-member club organizing weekly workshops on Arduino, Python, and competitive physics. Coordinated the school's first inter-school Robotics Olympiad with 18 participating schools and 200+ students.

Model United Nations

Delegate & Organizer @ Multiple Conferences

2023 – Present

Participated in 8 MUN conferences across Delhi-NCR as a delegate and chaired 2 committees. Won Best Delegate at DSMUN 2024 and High Commendation at HMUN India 2025. Developed strong public speaking and research skills.

Clubs & Organizations

Competitive Programming — CodeForces & CodeChef

Online

Jan 2024 – Present

Rated 1650+ on CodeForces (Expert) and 5-star on CodeChef. Solved 800+ problems across platforms. Represented school at the ZIO (Zonal Informatics Olympiad) and qualified for the next stage.

School Magazine — Antardhwani

Technical Lead @ Delhi Public School, R.K. Puram

Apr 2024 – Present

Designed and built the digital edition of the school magazine using Next.js, migrating from a static PDF format. Wrote a feature article on quantum computing for the science section.

Sports

Varsity Badminton

Captain @ Delhi Public School & Delhi State Badminton Association

2020 – Present

Represented Delhi in the CBSE National Badminton Tournament (U-17 singles). Captain of the school badminton team for two consecutive years. Practice 10+ hours weekly while maintaining academic excellence.

Community Service

Math Tutor — Teach For Change

Volunteer @ Teach For Change NGO, New Delhi

Jun 2024 – Present

Teach weekly math classes to 25 underprivileged students (grades 6-8) at a community center in Hauz Khas. Developed a visual-first curriculum using manipulatives and GeoGebra to make abstract concepts accessible. 80% of students improved by at least one grade level.

Skills & Expertise

Languages

Python
Java
TypeScript
C++
JavaScript
SQL

Tools & Tech

React / Next.js
Git & GitHub
PostgreSQL
Arduino / Raspberry Pi
Linux (Ubuntu)
LaTeX

Certifications

AWS Cloud Practitioner (CLF-C02)
Google Data Analytics Professional Certificate
Harvard CS50x — Introduction to Computer Science
Coursera — Machine Learning Specialization (Andrew Ng)

What Others Say

Words from mentors and teachers

Arjun is the rare student who combines deep analytical thinking with genuine curiosity. In my AP Physics C class, he didn't just solve problems — he questioned the assumptions behind them. His collision simulator project demonstrated a level of initiative and technical skill that I've seldom seen in a high school student.

Dr. Sunita Raghavan

Head of Physics Department

AP Physics C Teacher, Grades 10-11

What sets Arjun apart is his ability to communicate complex ideas with clarity and conviction. Whether presenting a Fourier analysis project or debating trade policy at MUN, he brings the same rigorous preparation and intellectual honesty. He elevates every team he's part of.

Mr. Rajesh Krishnamurthy

Senior Mathematics Faculty & MUN Advisor

AP Calculus BC Teacher & MUN Faculty Advisor

Arjun's work in our Computer Science program has been exceptional. He completed AP CS A coursework ahead of schedule and immediately began mentoring younger students. His SortViz project became an unofficial teaching resource in our department. He is a builder at heart — someone who learns by creating.

Ms. Priya Sharma

Computer Science Faculty

AP Computer Science A Teacher, Grade 11

Journey & Milestones

Oct 2025

SAT — Scored 1520/1600

Scored 1520 on the SAT with 770 in Math and 750 in Evidence-Based Reading & Writing.

academic

May 2025

AP Exams — Scored 5 in Physics C and Calculus BC

Achieved perfect scores of 5 on both AP Physics C: Mechanics and AP Calculus BC examinations.

academic

Mar 2025

Released PhysicsSim Collision Simulator

Published an open-source 2D physics simulator on GitHub. Adopted by three physics teachers at DPS for classroom demonstrations.

project

Feb 2025

KVPY Fellowship — SA Stream

Selected as a KVPY Fellow after clearing the national aptitude test and a rigorous interview at IISc Bangalore.

award

Jan 2025

Launched Fourier Series Visualizer

Released an interactive web tool for visualizing Fourier series decomposition, later adopted by the school's AP Calculus teacher.

project

Dec 2024

Best Delegate Award at DSMUN 2024

Won Best Delegate in the DISEC committee at the Delhi Schools Model United Nations, competing against delegates from 120+ schools.

award

Nov 2024

Completed MarketPulse — Stock Sentiment Dashboard

Finished building a full NLP pipeline for financial news sentiment analysis with a Flask dashboard and PostgreSQL backend.

project

Oct 2024

PSAT/NMSQT — Scored 1480/1520

Achieved a near-perfect score on the PSAT, qualifying for National Merit Scholarship consideration.

academic

Aug 2024

Elected President of Science & Robotics Club

Elected by peers to lead the 45-member club, taking over workshop coordination and event planning.

extracurricular

Jun 2024

Started Volunteer Teaching at Teach For Change

Began weekly math tutoring sessions for underprivileged students at a community center in Hauz Khas, New Delhi.

extracurricular

Let's Connect

Interested in working with Arjun Mehta? Reach out through any of these channels.

Built with GradePerfect