Today I Learned

  • Thread starter Thread starter Greg Bernhardt
  • Start date Start date
Click For Summary
Today I learned that cleaning a white hat can be done with bleach cleaner, but it’s important to rinse it before wearing it again. I also discovered that "oyster veneering," a woodworking technique from the late 1600s, is experiencing a minor revival despite its labor-intensive nature. Additionally, I learned that the factorial of 23 (23!) equals 25,852,016,738,884,976,640,000, which interestingly has 23 digits, a unique coincidence among factorials. I found out that medical specialists often spend less than 10 minutes with patients, and that watching TV can contribute to weight gain. Other insights included the fact that a kiss can transfer around 80 million microbes, and that bureaucracy can sometimes hinder employment opportunities. The discussion also touched on various trivia, such as the emotional sensitivity of barn owls and the complexities of gravitational lensing around black holes.
  • #1,531
256bits said:
Today ( actually yesterday ) I learned coffe is just as good with molasses.
Ran out of sugar and I was too lazy to go out and buy some.
Recipes calling for molasses require caution. You may not be aware that "molasses" means different things in different countries.
 
Physics news on Phys.org
  • #1,532
TIL, a
mole.PNG
is 6.022 × 10²³ units of anything.
 
  • Like
Likes ProfuselyQuarky and Stephanus
  • #1,533
  • #1,534
1oldman2 said:
TIL, a View attachment 103334is 6.022 × 10²³ units of anything.
Hahahahahaha. English is not my first language. Guess what when I tried:
https://www.google.co.id/search?q=mole&biw=1366&bih=643&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjt2vmn5fnNAhVFNI8KHRu6CKIQ_AUIBigB
I would expect pictures of laborartory apparatus, but... Well try it yourself.

Of course this will give the chemisty link.
Below is Google search
https://www.google.co.id/search?q=mole&biw=1366&bih=643&source=lnms&sa=X&ved=0ahUKEwj9zuCr5fnNAhXIKo8KHfHRCYUQ_AUIBygA&dpr=1
[Add: ahhh "mole hunt" is the term in spy novel about searching for a mole inside a secret service agency]
 
  • #1,535
Stephanus said:
Hahahahahaha. English is not my first language. Guess what when I tried:
https://www.google.co.id/search?q=mole&biw=1366&bih=643&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjt2vmn5fnNAhVFNI8KHRu6CKIQ_AUIBigB
I would expect pictures of laborartory apparatus, but... Well try it yourself.

Of course this will give the chemisty link.
Below is Google search
https://www.google.co.id/search?q=mole&biw=1366&bih=643&source=lnms&sa=X&ved=0ahUKEwj9zuCr5fnNAhXIKo8KHfHRCYUQ_AUIBygA&dpr=1
[Add: ahhh "mole hunt" is the term in spy novel about searching for a mole inside a secret service agency]
:wink:https://www.khanacademy.org/science...oichiome/stoichiometry-ideal/v/stoichiometry#!
 
  • #1,537
mfb said:
TIL: This rule is true in general. Proof, with an interesting approach I think:
Well this is not as straight forward for me as for everyone else. I have to break it down.

mfb said:
Let's consider the set of n*a+m*b mod (ab) for n=0 to b-1 and m=0 to a-1. We get (ab) different results ..
Fact 1. for n=0 to b-1 and m=0 to a-1 we get ab diffrent results. Will it give us different results?
Fact 2: For every n mod b where n<b there will be unique/different results.
Fact 3: for every n*a mod b*a where n<b then there will be unique results and some gaps. This will also work for n = b-1, so
Fact 4: for every (b-1)*a mod b*a there will be unique results and some gaps.
Fact 5: (b-1)*a + (a-1) * b might be more than ab, seems contradict fact 1. Will (a-1)*b fil the gaps?
5.1 Let's add (b-1)*a with sequences of m*b where m=0..a-1
Before that. Sequence of (b-1)*a mod a is 0.
((b-1)*a + a*b) will give an overlap result.
because ((b-1)*a + a *b) mod a = 0.
and
((b-1)*a + a*b) mod ab = -a; ((b-1)*a) mod ab = -a

But (b-1)*a + (a-1)*b will not give an overlap result.
((b-1)*a + (a-1)*b) mod a = -b
((b-1)*a + (a-1)*b) mod ab = -a-b.
So, for ((b-1)*a + m*b) mod a where m = 1..a-1 there wouldn't be overlap result.
So the (a-1)*b gaps will be reduced by a-1. So there will be (a-1)*b-(a-1) = (a-1)*(b-1) gaps.

5.2 Do 5.1 again with (b-2) * a
Again ((b-2) * a + m*b) mod a wil produce the exact result as in 5.1
But there wouldn't be any conflict with ((b-2) * a + m*b) mod ab, because it's like shifting/decreasing all the filled number by a
So there will be (a-1)*(b-1)-(a-1) = (a-1)*(b-2) gaps.

5.3 Do 5.1 again until (b-b) * a
So there will be (a-1)*(b-b) gaps. = 0 gaps!

So here is the proof for
mfb said:
Let's consider the set of n*a+m*b mod (ab) for n=0 to b-1 and m=0 to a-1. We get (ab) different results ..
There are ab different results.
mfb said:
Let's call the numbers a and b.
They key number here is a*b, which can be expressed as "a times b" or "b times a". It is the first number that has this ambiguity, as it is the least common multiple.

Let's consider the set of n*a+m*b mod (ab) for n=0 to b-1 and m=0 to a-1. We get (ab) different results (due to (ab) being the least common multiple - getting the same result twice would lead to a smaller common multiple) - but there are just ab possible results, so we get every result exactly once.
Okay...
mfb said:
In absolute terms, the values n*a+m*b go from 0 to 2ab-a-b.
Okay...
mfb said:
Let's consider (b-1)*a+(a-1)*b = 2ab-a-b. We know it is in the set above.
Okay..
mfb said:
But that means ab-a-b cannot be in this set, otherwise we would have a contradiction to the unique results mod (ab).
Okay..
Sequence of ((b-1)*a+(a-1)*b) mod ab will give ab different results.
Code:
void Fill(int a, int b)
{
  int Numbers1[a*b]; // I know this is error :smile:
  int Numbers2[2*a*b];
  int c=0;
  int n,m;
  for (n=0;n<b;n++) for (m=0;m<a;m++) Numbers1[(a*n+b*m) % (a*b)]++;
  for (n=0;n<b;n++) for (m=0;m<a;m++) Numbers2[(a*n+b*m)]++;
  for (n=0;n<b;n++) for (m=0;m<a;m++) c++; // capturing the last element of the counter
}
All elements in Numbers1 will be filed by 1. But there elements in Numbers2 that are zero and the others are of course 1.
So there's no overlap here. I'm sorry. I'm not a mathematician, I don't know math language. But that's what I mean.
Because all Numbers1 element already filled with 1 this instruction
for(n=c;n<2*a*b;n++) if(!Numbers2[n]) {Numbers1[n%(a*b)]++; break;} will set one of the Numbers1 element by 2.
I swear I just write this code in the browser not in the compiler. But here's is the proof that ab-a-b cannot be in the set. I really can't express myself in math language!
mfb said:
We also cannot reach ab-a-b (edited by me) with larger n or m - the sum would be too large. There is no way to get to ab-a-b with positive n,m.
Yes. (ab-a-b) mod ab = -a-b. And we already have Numbers1[(-a-b)% (a*b)]==1 from (b-1)a + (a-1)b. I don't have the proof that we can reach ab-a-b from na+mb, but this proof is sufficient if we combine the previous proofs.
mfb said:
What about all the values between 2ab-a-b and 2ab? They are not in the set above,
Yes, sure.
mfb said:
But that means the values between ab-a-b and ab have to be in the set, because we know those values appear as remainder mod (ab).
Yes, all of them.
mfb said:
=> ab-a-b = (a-1)(b-1)-1 cannot be reached, while (a-1)(b-1) to (ab) can be reached. It is a well-known result that all numbers above (ab) can be reached as well. Therefore, (a-1)(b-1)-1 is the last number that cannot be reached.
Oh my. I've never thought of that. Although, about the "gaps" my software has already shown that. They are all before my eyes. I just don't realize them.
SequenceForm3.JPG

Reds row are the gap. But my software doesn't continue the proof until 2ab-a-b. It just counter from ab-a-b+1 to the least of a or b. Supposed if a is the smaller
then if there's a sequence from ab-a-b+1 to ab-a-b+1 + (a-1) or sequence from ab-a-b+1 to ab-b then it just cuts. And continue the next sequence in another window as I upload yesterday.
And today I learned that I do believe that all the mentors/staffs/science advisors inf PF Forum are really geniuses! What's been shown before my eyes a long time can be solved just in 5 minutes by them. I do hope that this community either direct/indirectly can contribute many things to human wealth and continuity.
 
  • #1,538
That we can use spoiler to shorten the details in our post although it's not intended as a spoiler.
Because the details tends to divert our attention to the main message.
They are best kept in a spoiler so it does not crowd our message.
Only for those who really need to read the proof/detail can expand the spoiler.
Perhaps in the future, the PF Forum allow the word SPOILER to be replaced by user?
We can use spoiler inside spoiler
We can also insert graph in a spoiler
Spoiler.png
 
  • #1,539
A mole of moles?

2ab-a-b is the largest number that has a unique way to being expressed as n*a+m*b with non-negative n,m, by the way, all larger numbers have at least two options (because you can replace "a times b" by " b times a" if n>=b or m>=a).
 
  • Like
Likes OmCheeto, 1oldman2 and Pepper Mint
  • #1,540
When I was in high school many years ago, my chemistry teacher once posed this question on a test:

If a mole could dig a mole of holes in a day, how many holes could a mole of moles dig in a mole of days?
 
  • Like
Likes 1oldman2, Pepper Mint and ProfuselyQuarky
  • #1,541
jtbell said:
When I was in high school many years ago, my chemistry teacher once posed this question on a test:

If a mole could dig a mole of holes in a day, how many holes could a mole of moles dig in a mole of days?
Wow, around 216 * 1069?
 
  • #1,542
 
  • Like
Likes Sophia, 1oldman2, jtbell and 3 others
  • #1,543
Stephanus said:
Wow, around 216 * 1069?
Are "Colorless green ideas sleep furiously"'s spread either by default or by design ? I guess it is the latter that is to hook up something systematically. :biggrin:
 
  • #1,544
NascentOxygen said:
Recipes calling for molasses require caution. You may not be aware that "molasses" means different things in different countries.
Never knew the caution.
So that is something new I learned today, but not sure what it is.

A Molasse is a sedementary rock formation - stones in coffee, might be gritty.

Definitions doesn't show any other than the refining process towards sugar of beets and sugarcane, and some other plants.
:confused:
 
  • Like
Likes Pepper Mint
  • #1,545
Wow I think I learn what molasses is today. :-p
By the way, stevia can make sugar too. :biggrin:
 
  • #1,546
  • #1,547
And I always thought moles had to do with avocados ...
 
  • Like
Likes Stephanus and 1oldman2
  • #1,548
fresh_42 said:
And I always thought moles had to do with avocados ...
Isn't that just the wacky ones?
 
  • #1,549
fresh_42 said:
And I always thought moles had to do with avocados ...
Good one !
 
  • #1,550
Jonathan Scott said:
Isn't that just the wacky ones?
TIL, that would be a lot of "whack a mole" :wink:
 
  • #1,551
Today I learned that I should never dye my hair by myself.

I got it dyed black a few months back and decided today to return it to my natural colour - sort of gingery brown. I went wrong. It's now highlighter orange, the shops are shut and I have work tomorrow...
 
  • #1,552
Larry Gopnik said:
Today I learned that I should never dye my hair by myself.

I got it dyed black a few months back and decided today to return it to my natural colour - sort of gingery brown. I went wrong. It's now highlighter orange, the shops are shut and I have work tomorrow...
Take the positive part of it. I have an Irish friend. No matter how large a crowd might be, she cannot get lost. :wink:
 
  • #1,554
jtbell said:
Today I learned about "corn sweat" and how it contributes to summer heat waves in the midwest US.
Lol... I just learned that myself, about two hours ago... 'cause my wife told me...:approve:So, to borrow from your signature...
I don't need no stinkin' signature...

Internet??... Internet?
I don't need no stinkin' internet...
:oldbiggrin:
 
Last edited:
  • #1,555
Today I learned,
that if you pack 250 moles of moles in a mole hole, it will become a black hole.
G = 6.674 * 10-11
Mole = 6.022 * 1023
Weight of a, ehm, mole ≈ 500 gr
##R_{schwarzschild} = \frac{2GM}{c^2}##
##R_s = \frac{2 * 250 * 6.022 * 10^{23}\text{ } * 500gr * 6.674 * 10^{-11}}{9 * 10^16}##
##R_s = 1.12 * 10^{-1}m = 0.112 m = 10 cm## About the size of a mole hole.
Even if my calculation is wrong, the hole still black.
 
Last edited:
  • Like
Likes 1oldman2 and ProfuselyQuarky
  • #1,556
fresh_42 said:
And I always thought moles had to do with avocados ...
Ahhh, I didn't get the joke. Avogadro?
 
  • #1,557
Stephanus said:
Ahhh, I didn't get the joke. Avogadro?
Double joke (not sure whether intentional). Firstly, Avocado could be confused with Avogadro. Secondly, Avocado is used to make Guacamole (sounds something like "whack a moley").
 
  • Like
Likes 1oldman2, Stephanus, Pepper Mint and 1 other person
  • #1,558
Stephanus said:
Today I learned,
that if you pack 250 moles of moles in a mole hole, it will become a black hole.
G = 6.674 * 10-11
Mole = 6.022 * 1023
Weight of a, ehm, mole ≈ 500 gr
##R_{schwarzschild} = \frac{2GM}{c^2}##
##R_s = \frac{2 * 250 * 6.022 * 10^{23}\text{ } * 500gr * 6.674 * 10^{-11}}{9 * 10^16}##
##R_s = 1.12 * 10^{-1}m = 0.112 m = 10 cm## About the size of a mole hole.
Even if my calculation is wrong, the hole still black.
Today I learned through using that equation that one would have to shrink a mole weighing 100 grams to a size of about 1.48x10-28 which is smaller than a Neutrino in order to make the mole into a black hole
 
  • #1,559
Kaura said:
which is smaller than a Neutrino
It is expected that neutrinos are point-like, and there are no indications of any size. Experiments set upper limits on a possible size.
 
  • #1,560
mfb said:
neutrinos are point-like
TIL, https://docushare.icecube.wisc.edu/dsweb/Get/Document-58012/dumm_thesis.pdf
Very soon into reading this I was wondering why the southern sky registered so many more events than the north.
("The data sample contains 36,900 events: 14,121 from the northern sky, mostly
muons induced by atmospheric neutrinos and 22,779 from the southern sky, mostly
high energy atmospheric muons.")
I quickly came upon,
( "in the southern hemisphere these neutrinos are swamped by the downgoing cosmic-ray muon background.") Which of course brought up...http://icecube.wisc.edu/
This led to wondering about tau... http://www.scientificamerican.com/article/let-s-use-tau-it-s-easier-than-pi/,
Which in turn brought me to...

Soon I'm watching...

(Ain't the internet great!) :smile:
Thanks mfb, this has been a good "TIL day" (I'm hoping for some feedback/opinions on pi v.s. tau)
 
Last edited:

Similar threads

  • · Replies 14 ·
Replies
14
Views
2K
Replies
26
Views
6K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 161 ·
6
Replies
161
Views
14K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
35
Views
7K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
348
  • · Replies 27 ·
Replies
27
Views
6K