What makes a good teacher? What is a formula?

All non-Go discussions should go here.
Post Reply
AloneAgainstAll
Lives with ko
Posts: 127
Joined: Thu May 16, 2019 10:16 am
Rank: KGS 1d
GD Posts: 0
Has thanked: 2 times
Been thanked: 21 times

What makes a good teacher? What is a formula?

Post by AloneAgainstAll »

@Marcel
And what if student refuse to do what teacher say? In my life, i meet many bad teachers, and even if some skilled ppl were nominally taught by them, after the teacher-student relation were over (sometimes even before), they always said "He didnt taught me anything, i learned all by myself". And i am not talking only about go, i say it generally.

I still remember one of math teachers in my elemenatry school which was saying that "there is no formula for producing n-th prime number [f(n)=n-th prime number]". When i started to study math i accidentaly ran into article that extensively deal with prime numbers and many formulas and theorem about them. It also contained many formulas that this math teacher denied existence. I wouldnt reccomend that math teacher to even my enemies.
User avatar
jlt
Gosei
Posts: 1786
Joined: Wed Dec 14, 2016 3:59 am
GD Posts: 0
Has thanked: 185 times
Been thanked: 495 times

Re: Shin Jinseo's Study Plan

Post by jlt »

A good teacher is someone who motivates students to learn, but students have to do the ...k.

The fact that "there is no formula for producing n-th prime number [f(n)=n-th prime number]" is correct, but the teacher could have said that f(n) ~ n log(n), maybe this would have fascinated part of his audience.
John Fairbairn
Oza
Posts: 3724
Joined: Wed Apr 21, 2010 3:09 am
Has thanked: 20 times
Been thanked: 4672 times

Re: Shin Jinseo's Study Plan

Post by John Fairbairn »

A good teacher is someone who motivates students to learn, but students have to do the ...k.
An excellent soccer example today on the BBC site:

https://www.bbc.co.uk/news/av/uk-515164 ... od-teacher

A written version is at:

https://www.bbc.co.uk/programmes/articl ... land-discs
Bill Spight
Honinbo
Posts: 10905
Joined: Wed Apr 21, 2010 1:24 pm
Has thanked: 3651 times
Been thanked: 3373 times

Re: Shin Jinseo's Study Plan

Post by Bill Spight »

AloneAgainstAll wrote:I still remember one of math teachers in my elemenatry school which was saying that "there is no formula for producing n-th prime number [f(n)=n-th prime number]". When i started to study math i accidentaly ran into article that extensively deal with prime numbers and many formulas and theorem about them. It also contained many formulas that this math teacher denied existence. I wouldnt reccomend that math teacher to even my enemies.
Too bad. I don't know about his teaching ability, but he was right about the non-existence of a prime number formula that does not include listing some of them. Oh, sure, you can come up with a formula, f(n), where n is a natural number, that produces all the prime numbers up to 41, but the next value is not a prime. In fact, there is a polynomial that will produce the sequence of all known primes. So what?
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins

Visualize whirled peas.

Everything with love. Stay safe.
Bill Spight
Honinbo
Posts: 10905
Joined: Wed Apr 21, 2010 1:24 pm
Has thanked: 3651 times
Been thanked: 3373 times

Re: Shin Jinseo's Study Plan

Post by Bill Spight »

jlt wrote:The fact that "there is no formula for producing n-th prime number [f(n)=n-th prime number]" is correct, but the teacher could have said that f(n) ~ n log(n), maybe this would have fascinated part of his audience.
Well, since they were in elementary school, some of them might have fallen off the log. ;)
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins

Visualize whirled peas.

Everything with love. Stay safe.
User avatar
jlt
Gosei
Posts: 1786
Joined: Wed Dec 14, 2016 3:59 am
GD Posts: 0
Has thanked: 185 times
Been thanked: 495 times

Re: Shin Jinseo's Study Plan

Post by jlt »

Ah, I missed the word "elementary". But anyway, my point was that the role of the teacher is to sow seeds. Not every seed will grow into a plant, but some will.
AloneAgainstAll
Lives with ko
Posts: 127
Joined: Thu May 16, 2019 10:16 am
Rank: KGS 1d
GD Posts: 0
Has thanked: 2 times
Been thanked: 21 times

Re: Shin Jinseo's Study Plan

Post by AloneAgainstAll »

jlt wrote:A good teacher is someone who motivates students to learn, but students have to do the ...k.

The fact that "there is no formula for producing n-th prime number [f(n)=n-th prime number]" is correct, but the teacher could have said that f(n) ~ n log(n), maybe this would have fascinated part of his audience.

Jlt why are you sure that there is no such a formula? Can you elaborate what makes you think that way, or who told you that, or where you heard that, or what is proof that such a formula does not exist? I am most anxious to hear all of this, and i am not telling it with sarcasm or disrespect, or any hostility (everybody who thinks same would be greatly apprecisted if provide me answers for this questions).

Here in attachment is one of such a formulas you just denied existence, you can check that it indeed works (but pls check it after you respond to my questions, its really important to me.
Attachments
Formula i mentioned
Formula i mentioned
Nth prime number formula 44.png (4.51 KiB) Viewed 15460 times
AloneAgainstAll
Lives with ko
Posts: 127
Joined: Thu May 16, 2019 10:16 am
Rank: KGS 1d
GD Posts: 0
Has thanked: 2 times
Been thanked: 21 times

Re: Shin Jinseo's Study Plan

Post by AloneAgainstAll »

Bill Spight wrote:
Too bad. I don't know about his teaching ability, but he was right about the non-existence of a prime number formula that does not include listing some of them. Oh, sure, you can come up with a formula, f(n), where n is a natural number, that produces all the prime numbers up to 41, but the next value is not a prime. In fact, there is a polynomial that will produce the sequence of all known primes. So what?
Unfortunately your claim that this teacher was right is completely wrong. Do you have any argument to back up your words?
Tryss
Lives in gote
Posts: 502
Joined: Tue May 24, 2011 1:07 pm
Rank: KGS 2k
GD Posts: 100
KGS: Tryss
Has thanked: 1 time
Been thanked: 153 times

Re: Shin Jinseo's Study Plan

Post by Tryss »

AloneAgainstAll wrote:Unfortunately your claim that this teacher was right is completely wrong. Do you have any argument to back up your words?
Your formula is completly useless. It's order of magnitude worse than a naive algorithm and don't give any theorical insight on the problem (as the [-{k/i}] is just a fancy way to test if i divide k).
AloneAgainstAll
Lives with ko
Posts: 127
Joined: Thu May 16, 2019 10:16 am
Rank: KGS 1d
GD Posts: 0
Has thanked: 2 times
Been thanked: 21 times

Re: Shin Jinseo's Study Plan

Post by AloneAgainstAll »

Tryss wrote:
AloneAgainstAll wrote:Unfortunately your claim that this teacher was right is completely wrong. Do you have any argument to back up your words?
Your formula is completly useless. It's order of magnitude worse than a naive algorithm and don't give any theorical insight on the problem (as the [-{k/i}] is just a fancy way to test if i divide k).
But its correct, right?Did i ever said its usefull for computing prime numbers? We talk about existence and correctness, not usefulness, right?

If i didnt convinced you, think about this way - lets say i have completely unusefull formula which produce nontrivial zeros of Riemman-Zeta function. Would you be interested to see it, or would you just say, its useless for computing them?
Bill Spight
Honinbo
Posts: 10905
Joined: Wed Apr 21, 2010 1:24 pm
Has thanked: 3651 times
Been thanked: 3373 times

Re: Shin Jinseo's Study Plan

Post by Bill Spight »

AloneAgainstAll wrote:Here in attachment is one of such a formulas you just denied existence, you can check that it indeed works (but pls check it after you respond to my questions, its really important to me.
What do you mean when you say that the formula works?

Thanks. :)
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins

Visualize whirled peas.

Everything with love. Stay safe.
AloneAgainstAll
Lives with ko
Posts: 127
Joined: Thu May 16, 2019 10:16 am
Rank: KGS 1d
GD Posts: 0
Has thanked: 2 times
Been thanked: 21 times

Re: Shin Jinseo's Study Plan

Post by AloneAgainstAll »

It means that for any natural number n, this formula produce n-th prime number.

I thought that meaning of "formula works" is same as "this formula is correct (produce correct results, produce results expected)", but i guess thats not the same.
Bill Spight
Honinbo
Posts: 10905
Joined: Wed Apr 21, 2010 1:24 pm
Has thanked: 3651 times
Been thanked: 3373 times

Re: Shin Jinseo's Study Plan

Post by Bill Spight »

AloneAgainstAll wrote:It means that for any natural number n, this formula produce n-th prime number.

I thought that meaning of "formula works" is same as "this formula is correct (produce correct results, produce results expected)", but i guess thats not the same.
Well, since you mentioned plural formulae, there could be a different way for each formula to work. :)

What is the simplest formula that works?
Last edited by Bill Spight on Sun Feb 16, 2020 10:45 pm, edited 1 time in total.
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins

Visualize whirled peas.

Everything with love. Stay safe.
Gomoto
Gosei
Posts: 1733
Joined: Sun Nov 06, 2016 6:56 am
GD Posts: 0
Location: Earth
Has thanked: 621 times
Been thanked: 310 times

Re: Shin Jinseo's Study Plan

Post by Gomoto »

Heureka, I found the meaning of life.
It is the "meaning of life"!
Bill Spight
Honinbo
Posts: 10905
Joined: Wed Apr 21, 2010 1:24 pm
Has thanked: 3651 times
Been thanked: 3373 times

Re: Shin Jinseo's Study Plan

Post by Bill Spight »

Gomoto wrote:Heureka, I found the meaning of life.
It is the "meaning of life"!
Elvis lives. :D
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins

Visualize whirled peas.

Everything with love. Stay safe.
Post Reply