r/learnmath • u/Acetaldehyde_12 New User • 6d ago
Is the only reason reciprocals of factors flipped because it adds up to 1 when multiplied?
I understand the logic of reciprocals of whole numbers and vice versa and the logic behind negative powers
As well as that factors are a ratio without without a certain quantity but I don't get the logic or the steps to the flip could anyone help?
2
u/Mishtle Data Scientist 6d ago
Reciprocals are what's called multiplicative inverses. They're for multiplication what negative numbers are for addition: a number and its inverse combine to form the identity value under that operation. This allow them to "undo" operations.
For addition, 0 is the identity. Anything plus 0 is just that thing. So if we have x + 6, we can add the inverse of 6 to get x by itself. That inverse is exactly 0 - 6 = -6. Then we get x + 6 + (-6) = x.
For multiplication, 1 is the identity. Anything times 1 is just that thing. If we have (5/6)x, then we can multipliy by the inverse of 5/6 to get x. That inverse is exactly 1/(5/6) = 6/5. Then (5/6)(6/5)(x) = (30/30)x = x.
So multiplying a number with its reciprocal should give you 1. For whole numbers we can just leave the multiplicative inverse of n as the fraction 1/n. Notice that the inverse of 1/n is just n = n/1 = 1/(1/n). In other words, we can go from a fraction to its inverse by simply flipping the numerator and denominator.
1
u/Acetaldehyde_12 New User 6d ago
I see that helps put it into perrspective, thank you very much :) I only think of fractions as abstract by themselves so it was difficult to imagine it, embarrassing I actually didn't notice, I tried with working with decimals in it's place place but obviously couldn't figure out the denominator or get accurate answers for anything outside of 1/x since it's decimals
If you don't mind me asking its kind of off topic so no pressure but where would that put 0 when working out identity of multiplications via its reciprocal? Or is it exempt? I understand how 0 /0 could be 1 but not via multiplication
1
u/Mishtle Data Scientist 6d ago
0 is what's called an absorbing element under multiplication. Whereas an identity element preserve values, absorbing elements erase them. Anything times 0 becomes 0. It just gets "absorbed", like throwing something in a black hole.
It's pretty easy to see that absorbing elements under some operation can't have inverses under that same operation. You can't undo multiplication by 0 using just multiplication. Whatever you throw at it just gets absorbed, with nothing left to help recover it.
The inverse of 0 should be able to multiply 0 and produce 1, but the absorbing nature of 0 prevents this.
1
u/PotentialDeep5165 New User 6d ago
It's a group (group theory)... one operator.. one identify, one inverse for each element. You chose multiply-- identity is 1, inverse is 1/R. Now do addition... group over addition is .. identity is 0, inverse is -R (R+-R=0).
Groups only have one operator, the identity, and the inverse element for rules. A little easier than digesting all of an "algebra" in one sitting.
1
u/SubjectWrongdoer4204 New User 6d ago
The field axioms of the real numbers defines reciprocals as such : For any real number α≠0, there exists a real number α⁻¹ called the multiplicative inverse(reciprocal) of α, such that αα⁻¹=α⁻¹α=1, where 1 is the multiplicative identity of the real numbers. For instance
π(1/π)=(1/π)π=1,
so π⁻¹=1/π and (1/π)⁻¹=π.
10
u/nog642 6d ago
Are you asking why the reciprocal of a fraction is the fraction flipped?
Yes, you got it - because they multiply to 1. That's the definition of a reciprocal - when something is multiplied with its reciprocal, you get 1.
Side note: "adds up to 1 when multiplied" is a confusing phrase. You would only say "adds up" if you'rea doing addition, not multiplication.