Feynman also said: "Hell, if I could explain it to the average person, it wouldn't have been worth the Nobel prize." [1] Showing a limitation of the maxim or Feynman's hubris? [1] https://en.wikiquote.org/wiki/Richard_Feynman
I run into this all of the time when explaining what I'm doing at work as a programmer. It's not that I couldn't explain why my merging workload increased due to the increased code collisions from my coworkers working in the same files, and how dividing my current assignment in two so I could check in code would reduce this. It's doing that in a normal conversation under time and attention constraints which is the pr…
If you can’t explain something in simple terms, you don’t understand it
141–150 of 237 posts
Re: If you can’t explain something in simple terms, you don’t understand it
#142I can simplify how a car engine works, but that doesn't mean I understand how the air to fuel ratio is obtained. Opposite example: Simplify how walking works, and make sure to include the critical systems such as major muscle groups, stabilizers, vision, inner ear, thigh/knee/pelvis/hip construction, the curved spine and its connection to the head, and blood pressure flow/regulation.
Everything should be made as simple as possible, but no simpler -Albert Einstein.
Re: If you can’t explain something in simple terms, you don’t understand it
#143Earlier quoted context omitted.
But then what does it mean to be understood? If you skip out the part of the analogy where you actually return to the complex terminology you're simplifying, you haven't produced understanding - you've only made a just-so story which is a reflection of the reality, not a justification for it.
"But then what does it mean to be understood?" Great epistemological question for the ages. Vectors for the response include audience type, previous knowledge context, goal for how much needs to be conveyed...
Re: If you can’t explain something in simple terms, you don’t understand it
#144This strikes me as raw arrogance. Complexity is intrinsic to many systems that are subject of expert study. To tell someone who has devoted their career to understanding a complex topic that they don't understand their subject because they can't express it in layman's terms without doing terrible violence to the underlying phenomenon is ludicrous. This is the sort of thing you'd believe if you were an arrogant 20-som…
Understanding the fine details is one thing, but unless you can really communicate a synthesis or an analogy, it's impossible to really prove you understand something. Nobody cares about a genius who understands something until he can really interact about the subject. Humans work with communication. When you learn about something, you read about it and you process it. To see if you understand it, you must communicat…
Re: If you can’t explain something in simple terms, you don’t understand it
#145For example, a lever seems conceptually simple, but to create a lever in the body is extraordinarily hard. The joints have to be solidly connected and free to open or close. The direction must be precise and rotation must not wobble. There are so many things that can err and lots of places for force to leak out.
Re: If you can’t explain something in simple terms, you don’t understand it
#146Feynman also said: "Hell, if I could explain it to the average person, it wouldn't have been worth the Nobel prize." [1] Showing a limitation of the maxim or Feynman's hubris? [1] https://en.wikiquote.org/wiki/Richard_Feynman
Re: If you can’t explain something in simple terms, you don’t understand it
#147What is a monad?
At least, that's the programmer's interpretation. Mathematically, they are algebraic structures that can behave analogously to this in a number of fashions.
Re: If you can’t explain something in simple terms, you don’t understand it
#148The main issue when explaining concepts (especially maths concepts) is switching from one formal context to another, deciding what details to omit, and determining what rules in both contexts should be treated as analogous.
Think of a translator. He/she/it needs proficiency in two languages to do a proper translation. Lacking a second language precludes translation. But it doesn't affect mastery of your native tongue.
Re: If you can’t explain something in simple terms, you don’t understand it
#149This is Feynman from the introduction to his Feynman Lectures on Physics: The question, of course, is how well this experiment has succeeded. My own point of view — which, however, does not seem to be shared by most of the people who worked with the students — is pessimistic. I don’t think I did very well by the students. When I look at the way the majority of the students handled the problems on the examinations, I…
Even after I got my undergrad degree in physics I would reread the Lectures and would see things on a whole new level than I ever understood them the first time.
Edit: even "Surely you're Joking" had jokes that only someone that had graduate level general relativity would get (talking about "gee-mue-nue, gee-mue-nue")
Re: If you can’t explain something in simple terms, you don’t understand it
#150This strikes me as raw arrogance. Complexity is intrinsic to many systems that are subject of expert study. To tell someone who has devoted their career to understanding a complex topic that they don't understand their subject because they can't express it in layman's terms without doing terrible violence to the underlying phenomenon is ludicrous. This is the sort of thing you'd believe if you were an arrogant 20-som…
Everything can be talked about on different levels of abstraction, including ones which use metaphors or contain inaccuracies in order to create a jumping-off point for further learning.
If you understand something very well, you're able to use various levels of precision + abstraction in order to best communicate it to your audience. You can "play" with it, without getting confused or off-track. If you don't understand it well, this gets very hard.
I think this is true for teaching and mastery in general, and not just for teaching about science or complexity.