I Math Myth: Reducing an equation

  • I
  • Thread starter Thread starter Greg Bernhardt
  • Start date Start date
Messages
19,773
Reaction score
10,723
From @fresh_42's Insight
https://www.physicsforums.com/insights/10-math-things-we-all-learnt-wrong-at-school/

Please discuss!

This time I'm hopefully in accordance with teachers. The standard procedure is

$$ab=ac \;\Longrightarrow \;b=c$$

It is not only sloppy, it is even wrong sometimes, and belongs to the standard mistakes in class. If we all would take the time and write it down more carefully, this could really avoid the mistake: \begin{align*}ab=ac \;\Longrightarrow \;ab-ac=0\;\Longrightarrow \;a\cdot (b-c)=0\;\Longrightarrow \;a=0\quad\text{ or }\quad b=c\end{align*}

The second possibility is all of a sudden evident. The advice behind it is simple: avoid divisions as long as you can. And if, make sure you are allowed to.
 
Last edited:
Mathematics news on Phys.org
The "avoid division" advice is one I began following very early in my programming career. Unless the denominator is known to be well clear of zero (for example, the constant pi), it needs to be checked. And if the check fails, you need to figure out what the computer should do next.
 
It seems to be some circular argumentation with your other point:
https://www.physicsforums.com/insights/10-math-things-we-all-learnt-wrong-at-school/ said:
#3. You cannot divide by ##0##.

[...] ##0## hasn't the least to do with multiplication and even less with division. The question to divide by ##0## doesn't even arise! The neutral element for multiplication is ##1,## not ##0##. That belongs to addition. [...]
So, do we consider ##0## as part of multiplication or not?
 
jack action said:
It seems to be some circular argumentation with your other point:

So, do we consider ##0## as part of multiplication or not?
Division needs a group, multiplication only a ring.
 
The implication here of ##ab = ac \implies ab-ac =0## seems to assume we are in a ring not a (semi?)group but never states anything about groups vs rings, so I found this a touch problematic.

In both cases the underlying idea is to consider whether the mapping given by left multiplication with ##a## is injective.

I think the core of this can be conveyed to early school kids with a diagram-- in particular why you can't "undo" multiplication by zero because it maps multiple elements (presumably in ##\mathbb Q## or some other ring that isn't the zero ring) to zero. In particular multiplication by 0 maps 0 to 0 and 1 to 0.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

Similar threads

Replies
5
Views
2K
Replies
2
Views
1K
Replies
14
Views
2K
Replies
142
Views
9K
Replies
3
Views
2K
Replies
17
Views
2K
Back
Top