PERSONAL STATEMENT
EXAMPLES
My statements
Home » Subject areas » Artificial intelligence, data and cybersecurity » Data and computational analysis » Computational science » Computational science personal statement example

Computational science personal statement example

PSE example
  • Reading time: 3 minutes
  • Price: Free download
  • Published: 17th September 2026
  • Word count: 894 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 thing that pulled me towards computational science was realising that a lot of the equations I met in Maths and Physics lessons cannot be solved neatly on paper at all. In class we solve the simple pendulum by assuming the angle is small, so that sine of theta becomes theta. When I tried simulating the full equation in Python using Euler's method, the results drifted and gained energy that should not have existed, which sent me reading about why the method was unstable and how Runge-Kutta and symplectic integrators behave differently. That was the first time I understood that choosing how to compute something is itself a scientific decision, not an administrative one.

Since then I have been drawn to problems where the model, the method and the machine all matter together. I find it satisfying that the same mathematical ideas appear behind weather forecasting, protein folding and simulations of how crowds move through a station, and that the limits on what we can predict are often set by discretisation and arithmetic precision rather than by our understanding of the underlying physics. I want to study the subject properly rather than picking it up piecemeal: linear algebra and analysis alongside programming, parallel computing and the habit of asking how much a numerical answer can be trusted. A degree that combines mathematics, computing and scientific application is exactly the structure I have been trying to assemble on my own with a browser and a second-hand textbook.

How have your qualifications and studies helped you to prepare?

My A levels have given me the three strands I need. In Mathematics I enjoy the mechanics and the calculus most, particularly differential equations, because those are the objects I end up trying to approximate on a computer. Studying numerical integration by the trapezium rule was useful in an unexpected way: comparing its error with Simpson's rule on a function I could integrate exactly showed me how quickly a small change in method improves accuracy, and made error analysis feel concrete rather than abstract.

Physics has trained me to be careful about assumptions and units, and the practical work has taught me to treat uncertainty as part of a result. When we measured the resistivity of a wire I spent as long thinking about how to propagate the uncertainties as taking the readings, which is a similar discipline to checking whether a simulation's output is genuine or an artefact of the step size.

Computer Science supplies the other half. I have learned how floating point numbers are stored, which explained why my early pendulum code behaved strangely at very small time steps, and I have studied algorithmic complexity, so I now think about whether a calculation will finish in reasonable time before I write it. My coursework project is a program that models heat spreading through a metal plate using a finite difference grid, with output written to a file so I can plot it. Getting the boundary conditions right took several attempts and taught me to test code on a case with a known answer before trusting it on a harder one. Beyond the syllabus I have worked through parts of a numerical methods textbook borrowed from the college library and read Hannah Fry's Hello World, which made me think about the responsibility involved in letting models influence decisions.

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

Outside college I have looked for places where computing is genuinely useful rather than decorative. My grandmother helps run a community allotment group, and their records of plot holders, subscriptions and seed orders were spread across notebooks and loose paper. I built her a spreadsheet with formulas that flag unpaid subscriptions and total the annual seed spend, then sat with her over several weekends until she could use it confidently without me. Explaining the same thing three different ways until it made sense to someone else was harder than writing the formulas, and it taught me that a tool only works if the person using it trusts it.

I work on Saturdays at a garden centre, mostly on the tills and restocking. It is ordinary work, but a busy weekend queue has made me quicker at prioritising, calmer when something goes wrong and better at explaining things clearly to people who are in a hurry. I also handle stock counts for the seed and bulb section, which involves reconciling what the system claims with what is actually on the shelf, and I have become fairly stubborn about finding the source of a discrepancy rather than overwriting it.

I play badminton in a local league on Thursday evenings and keep an informal record of my own match results, which started as curiosity and became a small exercise in spotting patterns in noisy data. Balancing training, shifts and coursework has forced me to plan my week properly, usually by blocking out fixed time for problem sheets. I am comfortable working independently for long stretches, which I think matters for a subject where much of the learning happens while debugging something that ought to work.

This example has 4,966 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.