Maths is not about memorisation
It is for ROTE learners.
You are not supposed to remember that the area of a triangle is a * h / 2
Yes you are. A lot of students get the wrong answer when they forget the half.
you’re supposed to understand why it’s the case
Constructivist learners can do so, ROTE learners it doesn’t matter. As long as they all know how to do Maths it doesn’t matter if they understand it or not.
You’re supposed to be able to show that any triangle that can possibly exist is half the area of the rectangle it’s stuck in
No they’re not.
If you’ve understood that once, there is no reason to remember anything because you can derive the formula at a moment’s notice.
And if you haven’t understood it then there is a reason to remember it.
you can derive the formula at a moment’s notice
Students aren’t expected to be able to do that.
All maths can be understood and derived like that
It can be by Constructivist learners, not ROTE learners.
The names of the colours, their ordering, the names of the planets and how they’re ordered, they’re arbitrary
No they’re not. Colours are in spectrum order, the planets are in order from the sun.
Maths doesn’t, instead it dies when you apply memorisation
A very substantial chunk of the population does just fine with having memorised Maths.
AbidanYre@lemmy.world 2 months ago
What fundamental property of the universe says that
6 + 4 / 2 is 8 instead of 5?
barsoap@lemm.ee 2 months ago
Nothing. And that’s why people don’t write equations like that: You either see
or
If you wrote
6 + 4 / 2
in a paper you’d get reviewers complaining that it’s ambiguous, if you want it to be on one line write(6+4) / 2
or6 + (4/2)
or6 + ⁴⁄₂
or even0.5 (6 + 2)
Working mathematicians never came up with PEMDAS, which disambiguates it without parenthesis, US teachers did. Noone else does it that way because it does not, in the slightest, aid readability.SmartmanApps@programming.dev 1 month ago
Says someone who clearly hasn’t looked in any Maths textbooks
Only if their Maths was very poor. #MathsIsNeverAmbiguous
Yes they did.
It was never ambiguous to begin with.
Says someone who has never looked in a non-U.S. Maths textbook - BIDMAS, BODMAS, BEDMAS, all textbooks have one variation or another.
SmartmanApps@programming.dev 1 month ago
The fundamental property of Maths that you have to solve binary operators before unary operators or you end up with wrong answers.
AbidanYre@lemmy.world 1 month ago
But +, -, *, and / are all binary operators?
As far as I know, the only reason multiplication and division come first is that we’ve all agreed to it. But it can’t be derived in a vacuum as he contends it should be.
SmartmanApps@programming.dev 1 month ago
No, only multiply and divide are. 2+3 is really +2+3, but we don’t write the first plus usually.
No, they come first because you get wrong answers if you don’t do them first. e.g. 2+3x4=14, not 20. All the rules of Maths exist to make sure you get correct answers. Multiplication is defined as repeated addition - 3x4=3+3+3+3 - hence wrong answers if you do the addition first (just changed the multiplicand, and hence the answer). Ditto for exponents, which are defined as repeated multiplication, a^2=(axa). Order of operations is the process of reducing everything down to adds and subtracts on a number line.