20 June 2026

A-Level Computing: Choosing the Right Project Before the Code Takes Over

 


A-Level Computing: Choosing the Right Project Before the Code Takes Over

The A-Level Computing project season is now upon us, and for many Year 12 students this is the moment when the course suddenly becomes very real.

Up to this point, much of the work may have involved theory, programming exercises, algorithms, data structures, networks, databases and examination-style questions. Then the project arrives, and students are asked to do something rather different.

They have to choose a problem.

They have to design a solution.

They have to build it.

They have to test it.

They have to evaluate it.

Most importantly, they have to provide evidence that the work is genuinely theirs and that the project has developed properly over time.

That is often where the difficulty begins.

Many students think the hardest part of the project is the programming. In reality, one of the hardest parts is choosing a project that is ambitious enough to be worthwhile, but realistic enough to finish.

The Project Is Not Just About Writing Code

One of the biggest misunderstandings students have is that the project is simply about producing a clever program.

Of course, the program matters. It has to do something useful. It has to work. It should show programming skill. It should involve proper design, testing and refinement.

But the project is not only judged by the final program.

A student also needs to show the journey.

That means there must be clear evidence of:

  • the original problem
  • the intended user
  • the requirements
  • the design decisions
  • the programming process
  • testing
  • improvements
  • evaluation
  • reflection

This can be quite a shock for students who are used to being marked mainly on whether the final answer is correct.

In a Computing project, the final answer matters, but so does the route taken to get there.

It is not enough to say, “I made a booking system.”

The student needs to show why the booking system was needed, who it was for, what features it required, how those features were designed, how the code was developed, what went wrong, how problems were fixed, and whether the final system actually met the original aims.

That is a much bigger task than many students first realise.

The Trap of Choosing a Project That Is Too Big

Every year, some students begin with enormous enthusiasm.

They want to build the next social media platform.

Or an AI-powered revision tutor.

Or a complete stock control system with accounts, invoices, barcodes, graphs, passwords, cloud storage and an app.

The ambition is admirable.

The problem is that the project has to be completed by a student who is still learning.

There is nothing wrong with aiming high, but a project has to be achievable. A half-finished grand idea is usually much weaker than a smaller project that is properly designed, fully implemented, carefully tested and well documented.

A good A-Level Computing project should stretch the student, but not break them.

The best projects often have a clear central idea and then several sensible extensions. For example:

  • a revision quiz system that stores users, scores and topics
  • a booking system for a tutor, club or small business
  • a database-driven stock system for laboratory equipment
  • a sailing race results calculator
  • a simple customer management system
  • a fitness or training log with graphs
  • a science practical data logger and analysis tool
  • a flashcard system that adapts to weak topics
  • a music practice tracker
  • a small business invoice or quote generator

These projects may not sound as glamorous as creating the next YouTube, but they have a major advantage: they can be properly completed and properly evidenced.

The Project Must Have a Real User or Real Purpose

A strong project usually starts with a real need.

That does not mean the student has to solve a world-changing problem. In fact, smaller, more local problems are often better.

A student might design a system for:

  • a parent who runs a small business
  • a teacher who needs to track equipment
  • a sports coach who records performance
  • a sailing club that needs to manage duties
  • a tutor who wants to record student progress
  • a student who needs a better revision planner
  • a music teacher who tracks practice routines
  • a science department that needs to organise practical resources

The advantage of a real user is that the student can gather requirements, ask questions, test prototypes and get feedback.

This gives the project a proper shape.

Instead of writing, “I decided my program should have a login screen,” the student can explain, “The user wanted different levels of access, so I included a login system with separate permissions.”

That is a much stronger piece of evidence.

It shows that the design came from a genuine requirement, not just from adding random features to make the project look bigger.

Setting Targets Is as Important as Solving the Problem

One of the key skills in the project is target setting.

Students need to learn how to break a large piece of work into manageable sections.

For example, a booking system might be broken down into:

  1. Create a database of users.
  2. Add a login system.
  3. Allow appointments to be created.
  4. Prevent double bookings.
  5. Display upcoming bookings.
  6. Allow bookings to be edited or cancelled.
  7. Add search or filtering.
  8. Produce a summary report.
  9. Test invalid inputs.
  10. Gather user feedback and make improvements.

This gives the student a clear route through the project.

It also creates evidence.

Each target can be planned, developed, tested and evaluated. Screenshots can show progress. Code samples can show implementation. Test tables can show whether the feature worked. Reflections can explain what had to be changed.

Without targets, the project can quickly become a confused collection of code and screenshots.

With targets, the project becomes a story of development.

Evidence Matters More Than Students Expect

Students often underestimate the importance of evidence.

They may spend hours coding, but forget to record what they have done. Then, when it comes to writing up the project, they have to reconstruct the entire process from memory.

That is never ideal.

A better approach is to collect evidence as the project develops.

This might include:

  • early sketches of the interface
  • database designs
  • flowcharts
  • pseudocode
  • screenshots of prototypes
  • notes from user discussions
  • examples of errors found during testing
  • before-and-after improvements
  • code snippets with explanations
  • test plans and test results
  • feedback from the intended user

The project should not look as though it appeared fully formed at the end of the year.

It should show development.

It should show mistakes.

It should show decisions.

It should show improvement.

That is what real computing work looks like.

The Danger of Overestimating Programming Skills

Many students are more confident at the start of the project than they perhaps should be.

This is not a criticism. It is part of learning.

A student may have written small programs in Python and believe they are ready to create a full commercial-style application. They may have experimented with websites and think they can build a secure online platform. They may have used a database once and assume that a complex relational system will be straightforward.

Then reality arrives.

The login system does not work.

The database relationships become confusing.

The interface takes longer than expected.

The validation fails.

The file handling breaks.

The program works on one computer but not another.

The student discovers that writing a full project is very different from completing a short classroom exercise.

This is why project choice matters so much.

A good project should allow the student to use skills they already have, while also giving them room to develop new ones. It should not depend on learning too many unfamiliar technologies at once.

A student who is still mastering Python, for example, may be better building a strong Python and database project than trying to create a complex web application with frameworks they do not yet understand.

The AI Trap: Helpful Tool or Project Disaster?

There is also a new problem: artificial intelligence.

AI can be useful. It can help explain errors, suggest ways to structure code, generate ideas and support learning. Used carefully, it can be a helpful study aid.

But it can also ruin a project.

If a student simply asks AI to write the program, they may end up with code they do not understand, cannot explain and cannot properly adapt. Worse still, the project may no longer represent their own work.

The danger is not just academic dishonesty. The danger is that the student loses the learning process.

A project is meant to develop problem-solving skills. It is meant to make the student think through requirements, design algorithms, debug code and make improvements. If AI does the thinking, the student misses the most valuable part of the task.

There is also a practical issue. If a student cannot explain how their own code works, they are in trouble.

They need to understand every significant part of the project.

They should be able to explain:

  • why a particular algorithm was used
  • how data is stored
  • how validation works
  • how errors are handled
  • how the program was tested
  • what improvements were made
  • what limitations remain

AI should not replace that understanding.

The safest approach is for students to use AI, if allowed by their school and exam board guidance, as a support tool rather than a replacement author.

The project must still be planned, written, understood and evidenced by the student.

Why We Build a Bank of Suitable Projects

This is where good guidance makes a real difference.

At Hemel Private Tuition, we help students by discussing project ideas carefully before they commit to them. We look at whether a project is realistic, whether it has enough scope, whether it can produce suitable evidence, and whether the student has the programming skills needed to complete it.

We also keep a collection of suitable project ideas.

These are not ready-made answers. They are starting points.

The purpose is not to give students a project to copy. The purpose is to help them choose wisely.

A good project idea should be:

  • achievable
  • expandable
  • linked to a real user or purpose
  • suitable for analysis and design
  • capable of producing clear evidence
  • challenging enough to show skill
  • not so large that it collapses under its own ambition

For example, a science equipment booking system could begin simply with a list of apparatus and users. It could then be extended to include search features, availability checks, loan history, overdue warnings and reports.

A revision planner could begin with topics and deadlines. It could then be extended to include confidence ratings, spaced repetition, test scores and progress graphs.

A sailing club duty rota system could begin with members and dates. It could then be extended to include availability, role allocation, reminders and reports.

Each of these projects has a real purpose, a manageable structure and room for development.

That is exactly what many students need.

Practical Project Ideas That Can Work Well

Here are some examples of project areas that can often be shaped into strong A-Level Computing projects.

1. Revision and Learning Systems

A student could create a revision tracker, quiz system or flashcard program.

This can include:

  • topic lists
  • question banks
  • scoring
  • weak-topic analysis
  • user accounts
  • progress charts
  • spaced repetition

This type of project works well because it is familiar to students and easy to test with real users.

2. Booking and Appointment Systems

A project could manage lessons, rooms, equipment, boats, instruments or appointments.

Possible features include:

  • user login
  • date and time selection
  • availability checks
  • double-booking prevention
  • cancellation
  • search
  • reports

This gives excellent opportunities for validation, database design and testing.

3. Stock Control or Equipment Management

This is ideal for a laboratory, workshop, club or small business.

Possible features include:

  • item records
  • categories
  • quantities
  • low-stock warnings
  • loan records
  • supplier information
  • search and filtering
  • reports

This can be a strong project because it has a clear real-world purpose.

4. Sports, Music or Training Trackers

Students often enjoy projects connected to their hobbies.

A system might track:

  • sailing race results
  • gym sessions
  • music practice
  • running times
  • football statistics
  • coaching targets

These projects can include graphs, statistics, records and personal targets.

5. Small Business Tools

A student might build a system for quotes, invoices, customers or bookings.

Possible features include:

  • customer records
  • job records
  • automatic totals
  • invoice generation
  • payment status
  • search
  • monthly summaries

This can work well if the student has access to a real small business user.

The Best Project Is Not Always the Most Complicated One

A common mistake is to think that complexity automatically means quality.

It does not.

A complicated project that barely works is not better than a focused project that is properly designed, tested and evaluated.

The best projects usually have a clear central purpose.

They solve a defined problem.

They show good programming.

They include evidence of development.

They are tested properly.

They are evaluated honestly.

They leave room for improvements without pretending to be perfect.

That is far better than an overambitious idea that never quite comes together.

What Students Should Do Now

For Year 12 students beginning the project season, my advice is simple.

Do not rush into coding.

Start by choosing the right problem.

Talk to a real user if possible.

Write down the requirements.

Decide what the first working version should do.

Plan sensible extensions.

Check that the project can produce evidence.

Be honest about your current programming skills.

Then begin building slowly and carefully.

A good project is not created in one dramatic burst of programming. It is built through steady progress, testing, correction and improvement.

That is also how real software is developed.

Conclusion: Choose Wisely Before You Code

The A-Level Computing project can be one of the most rewarding parts of the course. It gives students the chance to create something of their own, solve a real problem and show that they can apply their programming skills beyond short classroom exercises.

But it can also become stressful if the project is chosen badly.

Too big, and it becomes unmanageable.

Too vague, and it becomes hard to evidence.

Too simple, and it may not show enough skill.

Too dependent on AI, and the student may not understand their own work.

The key is to choose a project that is realistic, purposeful and capable of being developed properly.

At Hemel Private Tuition, we help students make those decisions early. We support them in choosing suitable projects, setting achievable targets, collecting evidence and developing the programming skills needed to complete the work successfully.

Because in A-Level Computing, the project is not just about getting a program to run.

It is about learning how to think like a programmer, plan like a developer, test like an engineer and explain the journey clearly.

That is where the real learning happens.

19 June 2026

Why Does Salt Dissolve in Water but Not in Acetone?

 


Why Does Salt Dissolve in Water but Not in Acetone?

The Simple Experiment That Opens Up a Big Part of Chemistry

Sometimes the most important ideas in chemistry do not begin with an expensive piece of equipment, a complicated calculation, or a page full of equations.

Sometimes they begin with a small spoonful of salt, two test tubes, a little water, and a little acetone.

Put salt into water and it dissolves.

Put salt into acetone and, rather disappointingly, it sits there.

That is it.

A very simple experiment.

And yet inside that simple observation is a huge amount of GCSE and A-Level chemistry: ionic bonding, intermolecular forces, polarity, solubility, energy changes, hydration, lattice enthalpy, and the difference between memorising chemistry and actually understanding it.

I often find that students have heard the phrase “like dissolves like”. They may even be able to repeat it in an exam. But when asked why salt dissolves in water and not in acetone, the understanding is often much less secure.

That is usually because they have never actually done the experiment.

They have never watched it happen.

They have never had that small moment of surprise where one liquid behaves completely differently from another.

And in chemistry, those small moments matter.




Chemistry Is Built on Fundamentals

One of the dangers in modern science education is that students can move very quickly through a syllabus without having time to properly understand the foundations.

They learn that sodium chloride is ionic.

They learn that water is polar.

They learn that some substances dissolve and others do not.

They learn definitions, diagrams, equations and exam phrases.

But chemistry is not just a collection of facts. It is a way of explaining why matter behaves as it does.

The fundamentals matter because they keep coming back.

If a student does not really understand why salt dissolves in water, then later topics become much harder. They may struggle with electrolysis, rates of reaction in solution, titrations, acids and alkalis, precipitation reactions, entropy, enthalpy changes, and even organic chemistry.

A weak foundation makes the whole building wobble.

A strong foundation allows everything else to make sense.


The Practical: Salt, Water and Acetone

The demonstration is beautifully simple.

You take two test tubes.

Into one, you place a small amount of water.

Into the other, you place a small amount of acetone.

Then you add a small quantity of sodium chloride to each and gently shake or stir.

In the water, the salt gradually disappears from view. It has dissolved.

In the acetone, the salt remains mostly as solid crystals.

To a student, the first reaction is often:

“But acetone dissolves things, doesn’t it?”

And that is a very good question.

Acetone is well known as a solvent. It is used in nail varnish remover. It can dissolve many organic substances. It has a strong smell and feels like a “powerful” chemical.

So why does it not dissolve ordinary table salt?

That question is the beginning of the chemistry.

Safety note: acetone is highly flammable and should only be used in very small quantities in a properly supervised laboratory setting, away from naked flames, with suitable eye protection and ventilation.


What Is Actually Happening When Salt Dissolves?

Salt, or sodium chloride, is made from sodium ions and chloride ions.

These ions are not floating about freely in the solid. They are arranged in a giant ionic lattice. Positive sodium ions and negative chloride ions are held together by strong electrostatic forces of attraction.

For salt to dissolve, that lattice has to be broken apart.

The sodium ions and chloride ions need to be separated from one another.

That takes energy.

But if the solvent particles can surround and stabilise those ions, then dissolving becomes possible.

This is where water is very special.


Why Water Works So Well

Water molecules are polar.

That means each water molecule has a slightly negative end and a slightly positive end. The oxygen end is slightly negative, while the hydrogen ends are slightly positive.

When sodium chloride is placed in water, the water molecules surround the ions.

The slightly negative oxygen end of water is attracted to the positive sodium ions.

The slightly positive hydrogen ends of water are attracted to the negative chloride ions.

The water molecules form shells around the ions and help pull them away from the crystal lattice. Once separated, the ions can move freely in solution.

This is why salt water can conduct electricity.

The ions are no longer locked in place. They are mobile.

This one tiny practical therefore links directly to electrolysis, conductivity, bonding, solutions and particle theory.

That is a lot of chemistry from one spoonful of salt.


Why Acetone Does Not Do the Same Job

Acetone is a useful solvent, but it does not stabilise sodium and chloride ions nearly as effectively as water does.

Although acetone is polar, it is not polar in the same way as water, and it does not form the same strong network of interactions with ions. It is much less effective at pulling the sodium and chloride ions apart and keeping them separated.

So the ionic lattice remains mostly intact.

The salt stays as a solid.

This is a useful lesson for students because it shows that “a solvent” does not mean “a liquid that dissolves everything”.

Different solvents dissolve different substances because particles interact in different ways.

That is a much more powerful idea than simply learning a solubility rule.


The GCSE Chemistry Behind the Experiment

At GCSE level, this practical helps students understand several key ideas.

It shows that dissolving is not the same as melting. The salt does not become liquid sodium chloride. It separates into particles that spread through the water.

It shows that ionic compounds can dissolve in water because the ions can become separated and surrounded by water molecules.

It links to conductivity because solid salt does not conduct electricity, but salt solution does.

It helps explain why some substances are soluble and others are not.

It also challenges the common misconception that if a liquid looks clear and chemical-like, it must be able to dissolve anything.

For GCSE students, seeing this experiment makes the particle model much more real.

They are no longer just drawing circles in boxes. They are seeing the behaviour of particles through an actual chemical observation.


The A-Level Chemistry Behind the Same Experiment

At A-Level, the same simple practical becomes even richer.

Now we can discuss lattice enthalpy and hydration enthalpy.

To dissolve sodium chloride, energy is needed to overcome the attractions in the ionic lattice. But energy is released when water molecules surround the ions and form ion-dipole interactions.

Whether a substance dissolves depends on the balance between these energy changes, as well as the change in disorder or entropy.

Students can also consider solvent polarity, dielectric constant, hydrogen bonding, polar protic and polar aprotic solvents, and the ability of a solvent to stabilise separated ions.

This is why I like this experiment so much.

It is simple enough for GCSE, but deep enough for A-Level.

The same observation grows with the student.

That is what good practical chemistry should do.


“Like Dissolves Like” Is Useful, but Not Enough

Students are often taught the phrase:

“Like dissolves like.”

There is truth in it.

Polar substances tend to dissolve in polar solvents. Non-polar substances tend to dissolve in non-polar solvents.

But the phrase can become too vague if it is not explained properly.

Salt is ionic. Water is highly polar and very good at stabilising ions. Acetone may be polar, but it is not nearly as good at separating and stabilising sodium and chloride ions.

So the real question is not simply:

“Is the solvent polar?”

The better question is:

“Can the solvent particles interact strongly enough with the solute particles to overcome the forces holding the solute together?”

That is a much better chemical question.

It moves the student from memorising a slogan to thinking like a chemist.


Why Students Need to See These Experiments

One of the reasons I believe so strongly in practical science is that students remember what they have seen and done.

A student may forget a textbook paragraph about solubility.

They are much less likely to forget putting salt into two different liquids and discovering that one dissolves it and the other does not.

That moment creates a hook.

Once the hook is there, the theory has somewhere to attach.

This is why having access to a proper laboratory makes such a difference in tuition. We can take the key ideas from the specification and turn them into something visible.

Instead of just saying “water is polar”, we can show why polarity matters.

Instead of just saying “ionic substances dissolve in water”, we can compare water with another solvent and ask why the result is different.

Instead of just teaching exam answers, we can build understanding.

And once students understand, exam answers become much easier.


A Practical Example in a Lesson

A useful lesson might begin with the question:

“Which liquid will dissolve salt better: water or acetone?”

Most students will correctly guess water. But then I might ask:

“Why?”

That is where the real learning begins.

Some students will say:

“Because water is wet.”

Some will say:

“Because acetone is stronger.”

Some will say:

“Because salt just dissolves in water.”

These are all starting points.

Then we can look at the structure of sodium chloride, draw the ionic lattice, examine a water molecule, and show how the partial charges attract the ions.

We can then compare this with acetone and discuss why not all solvents work in the same way.

From there, we can extend the idea.

Why does sugar dissolve in water?

Why does oil not dissolve in water?

Why do some organic substances dissolve in acetone?

Why do ionic compounds often conduct electricity when molten or dissolved?

One tiny experiment has now opened the door to a large part of chemistry.


Getting the Fundamentals Right

In my experience, many students do not struggle with chemistry because they are not intelligent enough.

They struggle because the basic ideas have not quite clicked.

They have learned words without pictures.

They have memorised rules without seeing examples.

They have practised exam questions without fully understanding the particles and forces behind them.

Chemistry is a subject where the invisible world matters. Atoms, ions, molecules, electrons and intermolecular forces cannot usually be seen directly. That makes practical work even more important, not less.

A simple observation can make an invisible idea visible.

Salt dissolving in water is not just salt disappearing.

It is ions being pulled apart, surrounded and stabilised.

Salt not dissolving in acetone is not a failed experiment.

It is evidence.

It tells us something about the forces between particles.

That is chemistry.

18 June 2026

What Makes Our Private Tuition Different?

 


What Makes Our Private Tuition Different?

More Than a Tutor with a Textbook

There are many private tutors who do excellent work. Some travel to students’ homes, sit at the kitchen table, open a textbook, go through questions, explain a topic, and set a bit of homework.

That can work for some students.

But it is not what we do.

At Hemel Private Tuition, students come to us because we have built something very different: a proper teaching environment with a classroom, a laboratory, years of exam resources, specialist science equipment, and online video studios designed for serious teaching.

The difference is simple.

We do not just talk about science.

We show it.

Even better, whenever possible, the student does it for themselves.

A Proper Classroom Makes a Difference

Learning at home can be difficult. There are distractions everywhere: phones, television, pets, family noise, siblings, doorbells, and the general chaos of daily life.

When a student comes to a dedicated classroom, the atmosphere changes.

They are no longer squeezing tuition into a corner of the house. They are entering a space designed for learning. There is a board, a desk, equipment, resources, worked examples, past papers, models, diagrams, and room to think.

That matters.

Students often behave differently in a proper teaching space. They concentrate better. They take the work more seriously. They are more willing to ask questions. They also start to see tuition not as “a bit of extra help” but as a focused part of their education.

A good learning environment does not replace good teaching, but it certainly supports it.

A Laboratory, Not Just a Lesson

One of the biggest differences is the laboratory.

Science is not meant to live only on a printed page.

Physics, Chemistry and Biology are practical subjects. They are about observing, measuring, testing, comparing, predicting, recording, analysing and explaining. Yet many students arrive having done surprisingly little practical work themselves.

They may have watched a demonstration. They may have seen a video. They may have copied notes from the board. They may even know the “method” for a required practical.

But knowing the words is not the same as understanding the experiment.

In our laboratory, students can see the apparatus, use the equipment, collect data, make mistakes, repeat measurements, and understand why the practical matters.

That is often where the learning really begins.

Why Demonstration Is Often Better Than Explanation

After more than 40 years of teaching, one lesson becomes very clear: simply talking at a student is often not enough.

A student may nod politely. They may even write down the correct definition. But that does not always mean they truly understand the idea.

Take electrical resistance, for example.

You can explain current, potential difference and resistance using equations. You can write:

V = IR

You can rearrange the formula. You can calculate the missing value.

But when a student builds a circuit, changes the resistor, sees the ammeter reading change, notices the brightness of a lamp alter, and plots the graph, the idea becomes much more real.

The same is true across science.

In Chemistry, a student can read about displacement reactions. But when they see a metal placed into a solution and observe the colour change, the reaction is no longer just a sentence in a revision guide.

In Biology, a student can memorise the parts of a microscope. But when they focus a real slide, adjust the light, change the magnification and suddenly see cells clearly, the subject becomes alive.

In Physics, a student can learn about waves from diagrams. But when they see waves reflected, refracted, diffracted or measured using real equipment, the diagrams begin to make sense.

The Student Needs to Do the Experiment

Demonstrations are useful, but students learn even more when they do the practical work themselves.

That is because practical work forces students to think.

They have to set up the apparatus correctly. They have to decide what to measure. They have to notice what has gone wrong. They have to repeat readings. They have to consider uncertainty. They have to decide whether their results are sensible.

This is where real scientific thinking develops.

A student who has only memorised a practical may write a method in an exam. A student who has actually done the practical is far more likely to understand why each step matters.

That difference can be crucial.

For example, in a GCSE Chemistry titration, it is one thing to write “add the acid from the burette until the indicator changes colour.” It is quite another to realise how slowly the acid must be added near the end point, why the flask needs swirling, and why one extra drop can spoil the result.

In Physics, students may learn that results should be repeated. But when they actually get one reading that is clearly wrong, they understand why repeated results matter.

In Biology, students may learn about osmosis. But when they cut potato cylinders, measure them, leave them in different sugar solutions and compare the results, they see that osmosis is not just a definition. It is something measurable.

Past Papers Going Back Decades

Another important difference is the depth of exam experience and resources.

We have exam papers going back decades.

Of course, syllabuses change. Specifications are updated. Exam boards alter their wording. New topics appear. Some topics disappear. Question styles evolve.

But the science and the maths do not suddenly change.

Forces are still forces. Electricity is still electricity. Algebra is still algebra. Chemical bonding is still chemical bonding. Enzymes are still enzymes.

Older exam questions can still be extremely useful when chosen carefully. They often test the same underlying ideas in slightly different ways. That helps students move beyond simply learning the latest mark scheme phrase and towards actually understanding the subject.

Students need practice, but not just any practice. They need carefully chosen practice that reveals misunderstandings.

A good past paper question does not just test what a student knows. It exposes what they do not yet understand.

Understanding the Question Behind the Question

One of the advantages of long teaching experience is being able to spot what is really going wrong.

Sometimes a student says, “I don’t understand Physics.”

But the real problem may be algebra.

Sometimes they say, “I can’t do Chemistry calculations.”

But the issue may be ratios, significant figures, or rearranging equations.

Sometimes they say, “I know the Biology, but I lose marks.”

The issue may be exam technique, lack of detail, weak command words, or not using the correct scientific vocabulary.

After teaching for many years, you begin to recognise these patterns quickly.

A student does not always need the whole topic taught again from the beginning. Sometimes they need the missing link. Sometimes they need the practical demonstration. Sometimes they need the mathematics behind the science. Sometimes they need to see the same idea from a different angle.

That is where experienced teaching makes a real difference.

Science Equipment Changes the Lesson

Having proper equipment changes what can happen in a lesson.

A lesson on motion can include real measurements, light gates, trolleys, ramps and graphs.

A lesson on waves can include ripple tanks, sound equipment, oscilloscopes, microwave apparatus or slow-motion video.

A lesson on electricity can include circuits built and tested by the student.

A lesson on radioactivity can include real detection equipment and safe demonstrations.

A lesson on microscopy can involve students preparing, viewing and interpreting slides.

A lesson on energy changes can involve measuring temperature changes and calculating the energy transferred.

This equipment does not exist to make lessons look impressive. It exists because students understand more when they can connect theory to reality.

Science equipment gives students something to see, touch, measure and question.

That is powerful.

Online Tuition from a Proper Video Studio

Some students live too far away to travel to us. Others prefer online tuition because of time, transport, illness, anxiety or convenience.

Online tuition can be excellent, but only if it is done properly.

Simply pointing a laptop webcam at a tutor’s face is very limited. It may be fine for conversation, but it is not ideal for teaching practical science, diagrams, worked solutions or close-up demonstrations.

That is why we use dedicated video studios with multi-camera setups.

This allows students online to see much more than a normal video call would allow. They can see the tutor, the board, the apparatus, the experiment, close-up views, and sometimes slow-motion footage when needed.

For science teaching, that matters enormously.

A camera can show the reading on a meter. A close-up can show a colour change. A visualiser can show a worked calculation. A second camera can show the whole experimental arrangement. Recorded or slow-motion footage can reveal something that happens too quickly to notice in real time.

Online students are not simply watching a talking head.

They are being taught through a proper production system designed to help them understand.

From GCSE to A-Level: Building Real Understanding

At GCSE, many students can get by for a while by memorising facts, definitions and methods.

At A-Level, that is much harder.

A-Level Science and Maths demand deeper understanding. Students need to connect ideas, apply knowledge to unfamiliar problems, interpret data, explain patterns, and use mathematical reasoning.

This is where practical experience becomes even more important.

A student who has physically investigated internal resistance, measured rates of reaction, used a microscope properly, plotted experimental data, or worked through real measurements is often in a stronger position than a student who has only memorised notes.

They are not just repeating information.

They are thinking like a scientist.

That is what we want to develop.

Why “Talking Through the Topic” Is Not Enough

There is a place for explanation. A good explanation can unlock a difficult idea. But explanation alone is rarely enough.

Students need to practise.

They need to answer questions.

They need to make mistakes.

They need feedback.

They need to compare methods.

They need to see why an answer is incomplete.

They need to understand what an examiner is really looking for.

They need to connect practical work, theory and exam technique.

That is why our approach combines several things:

Clear teaching
Practical demonstration
Hands-on experiment work
Past paper practice
Mathematical support
Exam technique
Detailed feedback
Revision structure

No single part is enough on its own. The strength is in combining them.

A Personal Reflection: Why I Still Believe in Practical Teaching

After more than 40 years in teaching, I still believe that students learn best when ideas become real.

I have seen students struggle with a concept for weeks, then suddenly understand it after one well-chosen demonstration.

I have seen students who thought they were “bad at science” become confident when they were allowed to handle the apparatus and investigate for themselves.

I have seen students realise that an equation is not just something to memorise, but a description of what actually happens.

That moment is one of the great pleasures of teaching.

It is the moment when the subject stops being a set of notes and becomes something the student can understand.

The Real Difference

So what makes our private tuition different?

It is not just one thing.

It is the combination of a proper classroom, a working laboratory, extensive exam resources, specialist equipment, online video studios, and decades of teaching experience.

It is the belief that students should not merely be told science.

They should see it.

They should do it.

They should measure it.

They should question it.

They should understand it.

Private tuition should not be a weaker version of school. Done properly, it can offer something highly focused, practical and personal.

That is what we aim to provide.

Conclusion: Understanding Comes from Experience

Science and Maths are not subjects that can be mastered by passive listening alone.

Students need explanation, but they also need experience. They need to see what happens, handle equipment, solve problems, practise exam questions, and build confidence step by step.

A textbook can be useful. A tutor can be helpful. A past paper can be powerful.

But when all of that is combined with a real classroom, a real laboratory, real equipment and experienced teaching, the learning becomes much stronger.

That is what makes Hemel Private Tuition different.

We do not simply help students get through the syllabus.

We help them understand the subject.

17 June 2026

Physics Without Maths: Like Trying to Sail Without a Rudder

 


Physics Without Maths: Like Trying to Sail Without a Rudder

Every year, I meet students who have chosen A-level Physics but have not chosen A-level Maths.

And, to be honest, it always worries me.

Not because those students are not capable. Many of them are bright, curious, hard-working and genuinely interested in how the world works. They like space, engines, electricity, particles, sound, medical physics, engineering, electronics, aircraft, boats and the strange invisible forces that hold everything together.

The problem is not their interest.

The problem is that Physics at A-level is not simply a subject about “knowing facts”. It is a subject about using mathematical models to describe the universe.

Without enough Maths, Physics can quickly become a frustrating experience. Students may understand the idea in words, but then fall apart when they have to rearrange an equation, interpret a graph, resolve a force, use radians, handle powers of ten, calculate uncertainty, or understand why a gradient has a physical meaning.

Physics without Maths is a little like trying to sail without a rudder. You may still be in the boat. You may still have enthusiasm. You may even know where you want to go. But steering becomes very difficult indeed.


Physics Is Not Just a Collection of Interesting Facts

At GCSE, many students can do quite well in Physics by learning definitions, remembering equations and practising common question types.

They learn that:

  • force equals mass times acceleration
  • voltage equals current times resistance
  • energy can be transferred usefully or wasted
  • waves can be reflected, refracted and diffracted
  • radioactive materials decay over time

This is useful. It gives students a foundation.

But A-level Physics changes the rules.

Suddenly, the equations are not just things to substitute numbers into. They become tools for modelling situations. Students need to know where an equation comes from, when it applies, what assumptions are being made and what the result actually means.

A student may learn:

v = u + at

But then they have to decide whether it applies to a falling object, a trolley on a ramp, a projectile, or a car slowing down. They must select the correct direction, choose signs carefully, convert units, rearrange the equation and often combine it with another equation.

That is where many students who have not taken Maths begin to struggle.

They do not fail because they are “bad at Physics”.

They struggle because the language of A-level Physics is mathematical.


The Moment Students Realise Maths Was Essential

One of the difficult moments in teaching comes when a student says something like:

“I understand the Physics, but I just can’t do the Maths.”

The trouble is that, at A-level, the two are not separate.

If you cannot rearrange equations confidently, you cannot reliably solve mechanics problems.

If you cannot understand gradients and areas under graphs, you cannot properly interpret motion, electricity, waves or fields.

If you are frightened by logarithms and exponentials, capacitors and radioactive decay become much harder.

If you are unsure about trigonometry, resolving forces becomes a guessing game.

If powers of ten make you nervous, atomic physics and astronomy become a minefield.

Physics is full of ideas, but the ideas are carried by Maths.

A student may understand that a capacitor discharges over time. That is a good conceptual start. But A-level Physics then asks them to analyse an exponential decay curve, understand time constants, use logarithmic graphs and interpret experimental data. At that point, the Maths is not an optional extra. It is the method by which the Physics is understood.


The Core Problem: GCSE Maths Is Often Not Enough

A student who has achieved a good GCSE Maths grade may assume they are ready for A-level Physics.

Sometimes they are.

But often, they are only ready for the first few weeks.

GCSE Maths gives students a foundation, but A-level Physics demands a much more fluent use of that foundation. The challenge is not always advanced content. Sometimes it is speed, confidence and flexibility.

A GCSE student may be able to rearrange:

V = IR

But can they rearrange:


to make (g) the subject?

Can they look at a graph of force against extension and immediately know that the area under the graph represents work done?

Can they understand why the gradient of a displacement-time graph gives velocity, and why the gradient of a velocity-time graph gives acceleration?

Can they work with:


E = hf

when the frequency is written in standard form and Planck’s constant is a tiny number?

Can they use sine and cosine correctly when a force is acting at an angle?

This is where GCSE competence has to become A-level fluency.

And that fluency usually comes from studying A-level Maths alongside Physics.


What About Core Maths or the Level 3 Certificate?

Some schools place students doing Physics without A-level Maths onto a Level 3 Mathematical Studies or Core Maths course.

I can see the intention.

It is better than doing no Maths at all. It can help students keep their numerical skills alive. It can support statistics, graphs, percentages, estimation, financial Maths and problem-solving. For many students, especially those taking Biology, Geography, Psychology, Business or other numerate subjects, Core Maths can be very valuable.

But for A-level Physics, I do not think it is enough.

That is not a criticism of Core Maths. It is simply not designed to be the same thing as A-level Maths. It does not give the same depth of algebra, calculus, mechanics, trigonometry and mathematical modelling that a serious Physics student needs.

A student trying to survive A-level Physics with Core Maths alone may manage some of the calculation work, especially early on, but they are likely to hit difficulties when the course becomes more abstract.

The issue is not whether Core Maths is useful.

The issue is whether it is sufficient.

For A-level Physics, I would normally say no.


The Maths Topics Physics Students Really Need

When I teach Physics students who have not taken Maths, I often have to build a rescue bridge. We cannot teach the whole of A-level Maths from scratch, but we can target the mathematical skills that unlock the Physics.

The essential areas include:

Rearranging Formulae

This is one of the most common weaknesses.

Students may know the equation but cannot make the correct variable the subject. In Physics, this matters constantly. You may need to rearrange equations in mechanics, electricity, waves, thermal physics, fields and nuclear physics.

A student who cannot rearrange confidently loses marks even when they understand the concept.

Standard Form and Units

Physics moves from the microscopic to the astronomical.

Students deal with electrons, atoms, planets, galaxies, wavelengths, frequencies, masses, charges and energies. Numbers may be incredibly small or unimaginably large.

A student must be comfortable with:


  • micro, milli, kilo, mega and giga
  • unit conversion
  • significant figures

Many Physics errors are not conceptual errors. They are unit errors.

Graphs

Graphs are everywhere in Physics.

Students must understand:

  • gradients
  • intercepts
  • areas under graphs
  • proportional relationships
  • inverse relationships
  • straight-line transformations
  • experimental uncertainty

A graph is not just a picture. In Physics, a graph is often the experiment speaking.

The gradient may be resistance. The area may be energy. The intercept may reveal a systematic error. A curve may show that a relationship is not linear.

Students who treat graphs as decorative diagrams miss much of the Physics.

Trigonometry and Vectors

Forces do not always act neatly to the left or right.

They act at angles. Boats drift sideways. Projectiles move horizontally and vertically at the same time. Electric and gravitational fields have direction. Momentum has direction. Velocity has direction.

Students need to understand components.

That means sine, cosine, right-angled triangles and vector addition.

Without this, mechanics becomes a fog.

Calculus

A-level Physics specifications do not always require students to do large amounts of formal calculus in the exam, but the ideas behind calculus are everywhere.

Velocity is the rate of change of displacement.

Acceleration is the rate of change of velocity.

Work done can be found from the area under a force-extension graph.

Induced emf depends on the rate of change of magnetic flux linkage.

Simple harmonic motion is deeply connected to changing displacement, velocity and acceleration.

A student does not need to become a university mathematician, but they do need to be comfortable with the idea that Physics is often about how one quantity changes with another.

Exponentials and Logarithms

Radioactive decay, capacitor discharge and some thermal processes involve exponential change.

This is a major step up from simple proportional relationships.

Students need to understand that some things do not decrease by the same amount each second. They decrease by the same fraction each second.

That is a subtle but vital idea.

Without logarithms and exponentials, these topics can become a set of memorised tricks rather than meaningful Physics.


Practical Examples from Teaching

The problem shows up most clearly in practical work.

Take a simple experiment: measuring acceleration using a trolley and a ramp.

At first, the student may think the experiment is about releasing a trolley and recording a time.

But the Physics comes from the analysis.

They must calculate velocity, plot graphs, understand uncertainty, possibly use the gradient and compare the result with a theoretical prediction.

Or take a waves experiment.

Students may observe standing waves on a string. They can see the nodes and antinodes. That is visually impressive. But the understanding comes when they connect frequency, wavelength and wave speed:

V=fλ

Then they must measure carefully, plot data and explain the relationship.

Or take electricity.

A student may build a circuit and measure current and voltage. But then they need to understand why the gradient of a voltage-current graph gives resistance. They need to know whether the component is ohmic. They need to interpret a curve for a filament lamp or diode.

The practical work is not separate from the Maths.

The Maths is what turns the practical into evidence.


Why Further Maths Can Be So Helpful

I would normally recommend that a student taking A-level Physics should take A-level Maths.

For many students, especially those considering Physics, Engineering, Mathematics, Computer Science or highly quantitative university courses, I would also strongly consider Further Maths.

Further Maths is not essential for every Physics student, but it can be a powerful advantage.

It develops:

  • deeper algebraic fluency
  • stronger problem-solving habits
  • more confidence with complex expressions
  • mechanics beyond the standard Maths course
  • mathematical resilience

The biggest benefit may not be any one topic. It is the confidence that comes from seeing Maths as a tool rather than a threat.

A student taking Physics, Maths and Further Maths is usually better prepared for the mathematical style of university science and engineering. They are also more likely to cope when a Physics problem does not look exactly like the one in the textbook.

That is important because real Physics is not about recognising a memorised question.

It is about modelling a new situation.


But What If a Student Has Already Chosen Physics Without Maths?

This is where the teaching has to become very targeted.

There is no point simply telling the student that they made the wrong choice. That may be true in terms of subject planning, but it does not help them now.

The job is to build the missing mathematical tools as quickly and carefully as possible.

I would usually begin with a diagnostic check:

  • Can they rearrange equations?
  • Can they use standard form?
  • Can they calculate gradients?
  • Can they interpret units?
  • Can they use trigonometry?
  • Can they handle proportionality?
  • Can they draw and use free-body diagrams?
  • Can they explain what an equation means physically?

Then I would teach the Maths in context.

Not abstractly.

Not as a separate course.

But through the Physics.

For example:

  • Teach trigonometry through resolving forces on a slope.
  • Teach gradients through Ohm’s law and resistance.
  • Teach exponentials through capacitor discharge.
  • Teach standard form through electrons and photons.
  • Teach algebra through SUVAT equations.
  • Teach uncertainty through real measurements in the laboratory.

This approach helps because the student sees immediately why the Maths matters.

They are not learning Maths because a teacher says it is good for them.

They are learning it because it unlocks the Physics problem in front of them.


The Advice I Would Give to Year 11 Students

If a Year 11 student is choosing A-levels and wants to study Physics, my advice would be simple:

Do not choose Physics unless you are also seriously considering Maths.

If you enjoy Physics but dislike Maths, you need to think very carefully. You may enjoy the stories of Physics, the demonstrations, the space documentaries, the engineering, the explosions and the experiments — but A-level Physics is assessed through mathematical thinking.

That does not mean you have to be perfect at Maths.

It does mean you have to be willing to work at it.

If you are aiming for Engineering, Physics, Astrophysics, Mathematics, Computer Science or many technical degrees, then Physics and Maths together are usually the sensible route. Further Maths may also be a very strong choice, particularly for competitive university courses.

If you are not taking Maths, ask very serious questions before choosing Physics.

Not because Physics is impossible without Maths.

But because it is much harder than many students expect.


Schools Need to Be Honest About the Combination

I understand why schools want to keep options open for students. I understand that timetables are difficult. I understand that some students want Physics but cannot or do not want to take Maths.

But we should be honest with them.

A-level Physics without A-level Maths is possible for some students, but it is risky. It creates an additional burden. It means the Physics teacher may have to teach missing Maths alongside the Physics content. It means the student may be constantly patching gaps while also trying to learn demanding new ideas.

That is not ideal.

We should not pretend that a support qualification is the same as studying A-level Maths. It may help, but it does not replace the mathematical depth that Physics needs.

Students deserve clear advice before they make their choices.


Physics Is Beautiful Because It Is Mathematical

The irony is that Maths is not the boring part of Physics.

It is often the beautiful part.

Maths allows us to predict the motion of planets, calculate the energy of photons, design bridges, understand electric circuits, analyse sound waves, model climate, build medical scanners, launch satellites and explain why a boat turns when forces act through the rudder and hull.

Without Maths, Physics becomes a collection of interesting stories.

With Maths, Physics becomes a way of seeing the world.

That is why I encourage Physics students to embrace Maths, not fear it.

Not because they need to become mathematicians.

But because Maths gives Physics its power.


Conclusion: Choose the Tools That Match the Subject

A student choosing A-level Physics needs to understand what they are really choosing.

They are choosing a subject that asks them to think, model, calculate, interpret, analyse and explain. They are choosing a subject where equations are not decorations on a formula sheet. They are the structure underneath the ideas.

For that reason, I would normally recommend that students taking A-level Physics should also take A-level Maths.

For many, Further Maths is even better.

Core Maths may help some students, and it is certainly better than no mathematical support at all, but it should not be mistaken for a full substitute.

Physics is one of the most rewarding subjects a student can study. It explains the universe from the smallest particles to the largest galaxies. It explains electricity, motion, waves, forces, energy, matter, radiation and fields.

But to understand it properly, students need the right tools.

And the most important tool in the Physics toolbox is Maths.

A-Level Computing: Choosing the Right Project Before the Code Takes Over

  A-Level Computing: Choosing the Right Project Before the Code Takes Over The A-Level Computing project season is now upon us, and for many...