PERSONAL STATEMENT
EXAMPLES
My statements
Home » Subject areas » Mathematics, statistics and operational research » Mathematics » Computational mathematics » Computational mathematics personal statement example

Computational mathematics personal statement example

PSE example
  • Reading time: 4 minutes
  • Price: Free download
  • Published: 17th September 2026
  • Word count: 933 words
  • File format: Text
0
0 out of 5 stars (based on 0 reviews)
Excellent
Very good
Average
Poor
Terrible

Why do you want to study this course or subject?

The moment maths stopped feeling like a set of finished results was when my Further Maths teacher showed us the Newton-Raphson method. We iterated by hand for a root of a cubic, and the numbers settled quickly onto something the quadratic formula could never have given us. What struck me was not the answer but the process: a rule you could repeat, with error shrinking in a way you could reason about. That week I wrote the same iteration in Python and deliberately fed it a starting value near a turning point, watching it fly off somewhere useless. Understanding why it failed taught me more than the successful runs.

Since then I have been drawn to the part of mathematics that sits between proof and practice. I like that a computational approach demands two kinds of honesty. You need the analysis to know whether a method should converge and how fast, and you need the discipline to accept that a computer stores numbers approximately, so a mathematically valid calculation can still give nonsense. Reading about floating-point arithmetic and catastrophic cancellation changed how I check my own work; I now test small cases I can verify by hand before trusting anything longer.

I want a degree that keeps linear algebra, analysis and differential equations at its centre while treating algorithms and their implementation as mathematics rather than an afterthought. Numerical linear algebra appeals to me particularly, because so much modelling seems to reduce to solving large systems efficiently. Longer term I am interested in simulation work in engineering or environmental modelling, but at this stage I mainly want to be taught properly: to learn the theory behind methods I have only used, and to find out which parts of the subject I am best suited to.

How have your qualifications and studies helped you to prepare?

My A-levels give me the foundations I will need. Mathematics has built my fluency with calculus and algebraic manipulation, while Further Mathematics has been the more formative course: matrices and eigenvalues, complex numbers, series expansions and differential equations solved by both analytic and approximate means. Working through the Maclaurin series unit made numerical approximation feel less like a shortcut and more like a considered choice, since truncating a series is a decision with a cost you can estimate.

Physics has been useful in a different way. Projectile and circular motion problems taught me to strip a situation down to the variables that matter, and practical work forced me to take uncertainty seriously rather than quoting a single confident figure. My practical write-ups on resistivity and on damped oscillations required me to propagate errors carefully, which is the closest school has come to the idea that every computed quantity carries a tolerance.

My AS in Computer Science gave me structured programming, arrays and complexity notation, and taught me to separate a clear specification from a working implementation. I also chose to sit the Additional Maths-style enrichment sessions our college runs on proof, where we worked through induction and contradiction; I found writing proofs difficult at first because I wanted to explain rather than justify, and I still keep a folder of rewritten attempts. Alongside lessons I have read parts of Timothy Gowers' Mathematics: A Very Short Introduction, which helped me see why rigour in defining limits matters, and I follow the 3Blue1Brown linear algebra series, which changed how I picture determinants and change of basis before working the algebra through on paper.

What else have you done to prepare outside of education, and why are these experiences useful?

For my independent project I modelled the spread of a rumour through a school year group using a simple compartmental system of differential equations, solved with Euler's method and then with fourth-order Runge-Kutta in Python. Comparing the two was the interesting part. With a large step size Euler's method gave curves that overshot badly, and halving the step roughly halved the error, while Runge-Kutta stayed stable on steps where Euler had failed completely. I plotted error against step size on logarithmic axes, saw the different gradients, and finally understood what order of accuracy means. The model itself was crude, and I wrote up honestly that assuming uniform mixing in a year group of 180 pupils is a poor description of how friendship groups actually work.

My weekend job at a garden centre has taught me things a project cannot. I handle the till, reconcile the float at closing and help process bedding plant deliveries, often deciding quickly how to rearrange stock when a pallet arrives short. Working with a queue of customers on a busy bank holiday has made me calmer under pressure and better at explaining things plainly, which matters more than I expected.

At college I volunteer at a lunchtime maths clinic for Year 9 pupils. Explaining why dividing by a fraction multiplies has made me examine definitions I had taken for granted, and I have learned to ask what someone has already tried before offering a method. I also play trombone in a community brass band, where rehearsing a part I cannot yet manage until it is reliable is a fair description of how I approach a difficult problem sheet. Between shifts, teaching and practice I have had to plan my weeks properly, and I expect that habit to serve me well in a degree with regular problem sets and coursework.

This example has 5,323 characters across the three answers. Use it for ideas and structure. Your own UCAS answers must fit within 4,000 characters in total, including spaces.

Review this personal statement

Latest reviews

There are no reviews yet. Be the first one to write one.