Add new comment
-
Want facts and want them fast? Our Maths in a minute series explores key mathematical concepts in just a few words.
What do chocolate and mayonnaise have in common? It's maths! Find out how in this podcast featuring engineer Valerie Pinfield.
Is it possible to write unique music with the limited quantity of notes and chords available? We ask musician Oli Freke!
How can maths help to understand the Southern Ocean, a vital component of the Earth's climate system?
Was the mathematical modelling projecting the course of the pandemic too pessimistic, or were the projections justified? Matt Keeling tells our colleagues from SBIDER about the COVID models that fed into public policy.
PhD student Daniel Kreuter tells us about his work on the BloodCounts! project, which uses maths to make optimal use of the billions of blood tests performed every year around the globe.
It should be noted that "cancelling" in the sense used here is a short version of what's really going on. Consider this equation:
a*x = a * y
The justification for being able to cancel the "a" on both sides is that you can multiply both sides of the equation by any number except zero. In this case, the desired choice is the reciprocal of a, i.e. 1/a
When doing so, the equation now looks like:
(1/a) * a * x = (1/a) * a * y
which can be rewritten as:
(a/a) * x = (a/a) * y
Given that a/a = 1 for any number except zero, the equation can be written as:
1 * x = 1 * y
and since 1 * n = n for any number, we can simply write it as:
x = y
In the original "false proof", the cancellation goes as:
...
2(a^2 - ab) = 1(a^2 - ab)
2(a^2 - ab) / (a^2 - ab) = 1(a^2 - ab) / (a^2 - ab)
But since a^2 - ab = 0, this step divides by zero, which is invalid.
I just wanted to point out that the reason "cancelling" zero like this is invalid is because it requires dividing by zero, which is invalid.