How to Write a Why Major Essay That Does Not Sound Generic: A 3-Act Structure and the Rule of Specificity
Published on May 14, 2026
How to Write a Why Major Essay That Does Not Sound Generic: A 3-Act Structure and the Rule of Specificity
Published on May 14, 2026
Every October, when I hold Why Major essay meetings with students, the first question is always: “Why do you want to study this major?”
For 70% of students, the first answer is: “Because I like it / I am interested in it / I think it is meaningful.”
This is the root of a weak Why Major essay. The words “like,” “interest,” and “meaningful” are a death sentence for this essay. When adcoms see these words, they skip right over them because 50,000 applicants are writing the same thing.
The Why Major essay, also called the Intended Major Essay or Academic Interest Essay, is one of the most common and most difficult supplemental essays at top U.S. universities. Stanford, MIT, UPenn, Cornell, Northwestern, CMU, UMich, UT Austin, Duke: nearly every Top 30 school asks some version of it. Drawing on 15 years of experience guiding 600+ students, this article breaks down how to write 250-650 words that make adcoms believe you truly understand this major.
1. Why Major Is the Hardest Supplemental Essay
Many parents think the Why Major essay is easier than the Common App PS. “The PS has to tell a life story. Why Major just has to explain ‘why I want to study CS,’ so it should be easier, right?”
Wrong. Why Major is 3 times harder than the PS. Here is why:
Dimension | Common App PS | Why Major |
|---|---|---|
Word count | 650 words | Usually 100-650 words (shorter) |
Freedom | You choose the topic | The prompt defines the topic |
Knowledge threshold | You do not need to understand a major | You must understand the field |
Repetition | Personal stories have individual texture | Topics overlap; details matter |
Reader | General adcom | May be reviewed by faculty in that department |
The last point is the most important. At many Top 30 schools, the Why CS essay is shown to CS faculty. When a professor reads “I love coding because it lets me create things,” they will immediately roll their eyes, because they know you have never written serious code.
2. Why “I love science because Einstein” Never Works
Over the past few years, I have read hundreds of weak Why Major openings. They fall into 5 categories:
Weak opening type | Example | Why it fails |
|---|---|---|
Celebrity worship | "Ever since I read Einstein's biography..." | The celebrity is not you, and you are not Einstein |
Childhood memory | "As a child, I was always curious about..." | 50,000 people write this |
Abstract lyricism | "Science is the language of the universe..." | Even a dog would shake its head |
Savior complex | "I want to use technology to change the world..." | TED Talk sentence, no substance |
A strong Why Major opening should be “one specific moment / observation / failure.” Compare the examples below:
CS Major: Weak vs Strong
Weak:
Ever since I started coding in middle school, I have been passionate about computer science. Programming allows me to solve problems creatively.
Strong:
The first time I wrote for i in range(10): and watched it print "Hello" ten times, I didn't think much of it. Two years later, when my recursive Fibonacci hit Python's default recursion limit at 1,000, I finally understood what a stack was.What is the difference? The weak opening gives emotional adjectives (passionate, creatively); the strong opening gives specific technical experience: recursion limit, stack, Python default value. Only someone who has actually written recursion could write the second paragraph.
Bio Major: Weak vs Strong
Weak:
I have always been fascinated by the human body and how it works. I want to become a doctor to help people.
Strong:
My grandmother's HbA1c was 9.2 the morning her cardiologist mentioned "metabolic memory." I went home and read three PubMed papers on hyperglycemic memory in vascular endothelium. None of them used the word "fascinating."
The second paragraph gives a specific biomarker (HbA1c 9.2) + specific medical concept (metabolic memory) + specific action (reading PubMed). This applicant has truly invested hands-on effort in Bio.
Econ Major: Weak vs Strong
Weak:
Economics fascinates me because it explains human behavior and helps us understand the world.
Strong:
My father's bubble tea shop raised prices by NT$5 in 2022. Sales dropped 23%. I spent that summer trying to figure out whether we had crossed our demand elasticity threshold, then learned the word for it.
The second paragraph contains real data from a family shop + a real thinking process + metacognition about what the student learned. Adcoms immediately believe this student has “actually observed economic phenomena.”
3. The 3-Act Structure: How to Allocate 250-650 Words
The standard Why Major template I give every Dr. G. student is a 3-act structure:
Act | Word count (450 total) | Content |
|---|---|---|
Act 1: Origin Moment | 100 words | A specific moment of “discovery”: a failure, an aha moment, or an obsessive moment |
Act 2: Exploration Evidence | 200 words | What you did to prove you explored this major deeply (courses, projects, self-study, books, internships) |
Act 3: Forward Projection | 150 words | Which subfield you want to explore in college + why this school can help you |
The word count can be adjusted by prompt (cut each act in half for a 100-word version; add 100 words across the three acts for a 650-word version). But the ratio must stay around 1 : 2 : 1.5.
Why this ratio?
- 100 words for Origin is enough to hook the reader, but not so long that it becomes a PS
- 200 words for Exploration is the most important part: this is where you show ability
- 150 words for Forward wraps it up and connects to the next step
The most common mistake is spending 60% of the essay on Origin (turning it into lyrical prose), 20% on Exploration (too vague), and 20% on Forward (a savior sentence). That is exactly backwards.
4. Act 1 Origin Moment: How to Find Your “Discovery Moment”
Origin is not “I have loved X since childhood.” That is not a moment; it is a state.
Origin is a specific instant: an action, a conversation, a failure, an observation.
Weak Origin | Strong Origin |
|---|---|
"As a child, I loved Lego" | "I was 9, my Lego bridge collapsed under a textbook. I added a triangle. It held three." |
"I always loved reading" | "I read 'Norwegian Wood' in 8th grade. I didn't understand why Watanabe wouldn't choose Midori until I was 16." |
"I was fascinated by stars" | "The first time I saw the Andromeda galaxy through my dad's old telescope, I realized I was looking at light that had left 2.5 million years ago." |
Notice: strong Origin moments all include a specific age + specific object + specific understanding. You need all three.
5. Act 2 Exploration Evidence: Prove You Went Deep
Exploration is the most technical act. Its function is to make a professor believe you do not merely “like” the field; you have gone inside it.
Usable material:
Evidence type | Strength | Example |
|---|---|---|
Self-study / self-built project | Strongest | "I built a Flask app to scrape Taipei rental prices..." |
Competition / research | Strong | "My ISEF project on titration sensitivity used..." |
Classroom deep dive | Medium | "In AP Bio I asked Ms. Lin why we treated meiosis as discrete steps..." |
Reading / outside books | Medium | "I read Hofstadter's GEB the summer before junior year and..." |
Rule: The more “personal” the evidence is, and the less anyone forced you to do it, the more convincing it becomes.
For example:
Weak Exploration:
I have taken AP Calculus BC, AP Statistics, and AP Computer Science A. I also participated in math club for three years.
Strong Exploration:
The summer after sophomore year, I tried to solve the Monty Hall problem on paper. My intuition kept saying the probability was 1/2. I wrote a Python Monte Carlo simulation to prove myself wrong. After 100,000 iterations, the door-switching probability was 0.6671. I finally understood Bayesian updating—but only because I refused to believe it.
The difference: the weak version only lists transcript items (information already in the transcript), while the strong version tells a small story of initiative + counterintuitive thinking + problem solving.
6. Act 3 Forward Projection: Connect the Major to the School
The final 150 words answer: “What will you do in this major at this university?”
Weak Forward | Strong Forward |
|---|---|
"I hope to pursue CS at MIT to change the world." | "At MIT, I want to take 6.006 Introduction to Algorithms, then UROP with Prof. Erik Demaine on computational geometry." |
"I want to study Bio at Duke to become a doctor." | "Duke's interdisciplinary Trinity Genome Sciences major + DUSON's clinical exposure starting sophomore year would let me bridge wet-lab to bedside earlier than most BS-BA programs." |
"Economics at Penn will help me succeed in business." | "Wharton's M&T dual-degree, combined with Penn's Behavioral Economics minor under Prof. Maurice Schweitzer, is the only U.S. undergraduate path to the negotiation research I want to do." |
Rule: You must mention at least 1 specific course / professor / program. If you do not, this Why Major essay could be swapped with the Why Major essay for 30 other schools. Adcoms will see that immediately.
7. The Difference Between “No Major” and “Specific Major”
Not every Why Major essay looks the same. It depends on the school:
School type | Essay type | How to write it |
|---|---|---|
Brown PLME (no major system) | "Why do you want a liberal arts education?" | Write about interdisciplinary curiosity, not a single major |
UPenn Wharton | "Why business / why Wharton?" | Write about an extremely specific business interest (not generic finance) |
MIT EECS | "Why engineering?" | Write about technical curiosity; you can be slightly less department-specific |
CMU SCS (direct CS application) | "Why CS / Why CMU SCS?" | Get into which subfield: algorithms / systems / AI |
UPenn Wharton and CMU SCS are the easiest to write badly because both demand extremely specific career and academic direction.
Real Wharton Opening Example
Weak:
I want to study at Wharton because business has always interested me and I want to make an impact in finance.
Strong:
The first time I saw a "cap table" was when my father, a 38-year founder of a precision tooling firm, sold equity to a Korean investor. I didn't understand why the post-money valuation was 1.4× the pre-money. I spent two months reading "Venture Deals" and learned the difference between a 1× non-participating preference and a fully diluted basis.
The second paragraph gives a real context (family business) + real technical vocabulary (cap table, preference, fully diluted basis). This is the kind of applicant Wharton faculty will nod at.
8. Bio / CS / Econ / Humanities: Traps by Major
Each major has its own cliche traps:
CS Major Traps
- ❌ "I love coding because I can build anything I imagine"
- ❌ "Steve Jobs / Elon Musk inspired me"
- ❌ "AI will change the world"
- ✅ Write about a specific technical problem (race condition, memory leak, ML overfit)
- ✅ Write about one afternoon with buggy code
Bio / Pre-med Traps
- ❌ "I want to help people"
- ❌ "Watching my grandfather suffer made me want to be a doctor"
- ❌ "Volunteering at the hospital changed me"
- ✅ Write about a specific biology mechanism (not just “I like cells”)
- ✅ Write about a question you asked yourself
Econ Traps
- ❌ "Economics explains everything"
- ❌ "I want to work in investment banking"
- ❌ "I want to fight poverty in developing countries"
- ✅ Write about a specific market observation (not just “I read Freakonomics”)
- ✅ Write about a time your prediction was right / wrong
Humanities Traps
- ❌ "Books changed my life"
- ❌ "I want to be a writer / lawyer / professor"
- ❌ Quoting a famous line
- ✅ Write about a book you genuinely argued with
- ✅ Write about a text whose meaning changed after you reread it
9. Complete CS Major Sample Paragraphs (450 Words)
Now let’s combine the full structure. Below are the first two acts of a final draft I revised for one student.
[Act 1 Origin]At 2:47 AM, my Python script for calculating π crashed after 11,238 digits. The error saidOverflowError. I had just learned what a float was three weeks earlier. That night, I read the IEEE 754 standard from start to finish, fell asleep on my keyboard, and woke up with the keys "G" and "H" imprinted on my forehead. >[Act 2 Exploration]The next summer, I rewrote the script usingdecimal.Decimal. Then I learned that wasn't fast enough for 100,000 digits, so I switched tompmathwith arbitrary precision. I joined a Discord server for π-day enthusiasts and got into a three-hour argument with a Belgian retiree about whether the Chudnovsky algorithm converges faster than Ramanujan's series. I read both papers. I built a Streamlit dashboard comparing them. The Belgian was right. >By junior year, I was less interested in π and more interested in why certain algorithms converge faster than others. I took Stanford's CS161 (Algorithms) on YouTube and started reading "Introduction to the Theory of Computation" by Sipser. I didn't understand chapter 7. I am still trying. >[Act 3 Forward]At Carnegie Mellon's SCS, I want to take 15-251 Great Ideas in Theoretical Computer Science with Prof. Klaus Sutner, then pursue research on algorithmic information theory under Prof. Bernhard Haeupler's group. CMU is the only U.S. undergraduate program where I can start theoretical CS coursework before sophomore year—and where the floor for "I don't understand chapter 7" is high enough that I'll find friends who don't either.
In this 450-word essay:
- Origin: specific time (2:47 AM) + specific technology (IEEE 754) + specific action (keyboard marks on forehead)
- Exploration: 5 specific technical terms + 1 interesting person (Belgian retiree) + a chapter the student admits they do not understand (chapter 7)
- Forward: 1 course number + 2 professors + 1 specific reason only CMU can provide
10. The Final Rule: Specificity Beats Passion
For 15 years, the final reminder I have given every student writing a Why Major essay is:
Specificity beats passion. Every. Single. Time.
You do not need to sound more passionate. You need to sound more specific.
No one believes “I love physics.” But “I spent three weeks trying to derive Lagrangian mechanics from Newton's laws and gave up on day 19 when I couldn't see why kinetic energy was T = ½mv²” makes an adcom believe you immediately.
The cost of specificity is this: you must have actually done the thing. If you are writing Why CS but have never built a serious project, you do not have material for specificity. At that point, the only solution is to do the work first, then write the essay. Every year, I tell students who only start thinking about essays in November: “Stop first. Spend two weeks building a project, then come back and write.”
The Why Major essay is a key filter for whether an application shows “real commitment to the major.” Students who write it well can be admitted. Students who write it poorly are categorized as “probably will change major in freshman year,” and that group has a very low admission rate at top schools.
Specific. Personal. Forward-looking. You need all three.
Further Reading:
