6.9
有效的问题解决包括两个步骤:1. 识别问题; 2. 选择适当的问题解决策略(即用于寻找解决方案的行动计划)。人们会使用四种解决问题策略:
解决问题的策略是一种用于寻找解决方案的行动计划。它包括尝试与错误、算法、启发式方法以及洞察力。有效的解决问题过程始于明确识别问题,然后选择合适的策略。
试错法是指通过测试各种解决方案,直到找到有效的一种,类似于尝试不同的食谱来烘焙出完美的蛋糕。
另一方面,算法提供了一步步的流程,能够保证解决问题,但可能耗时较长,例如通过将每个字母依次尝试所有可能的位置来重新排列 "SPLOYOCHYG" 中的字母。
相反,启发法是一种通过识别模式来简化决策的心理捷径。例如,在解码单词 "SPLOYOCHYG" 时,启发法可通过组合常见的字母组合(如 "CH" 和 "GY")来简化任务。
最后,顿悟涉及突然的领悟。例如,一名科学家可能突然发现一个长期研究问题的解决方案。脑部扫描显示,顿悟与右侧颞叶的短暂活跃激增有关,反映了这种突然的领悟过程。
View the full transcript and gain access to JoVE Core videos
Q1: What are the main steps involved in effective problem-solving?
Effective problem-solving consists of two essential steps: identifying the problem and selecting the appropriate problem-solving strategy. Problem identification requires clearly understanding what needs to be solved. Once the problem is defined, you must choose from four strategies: trial and error, algorithms, heuristics, or insight. Selecting the right strategy depends on the problem's complexity and available resources.
Q2: How does trial and error differ from using algorithms?
Trial and error involves testing multiple solutions until one works, like Thomas Edison testing thousands of filaments for the light bulb. Algorithms, by contrast, are step-by-step procedures that guarantee solutions but can be time-consuming. For example, arranging letters in SPLOYOCHYG using all possible combinations requires 907,200 permutations. Trial and error is less efficient but necessary when no clear path exists.
Q3: What makes heuristics a faster problem-solving approach than algorithms?
Heuristics are mental shortcuts that simplify decision-making by recognizing patterns and familiar combinations. Rather than testing all possibilities, heuristics narrow down options efficiently. For instance, when unscrambling SPLOYOCHYG, grouping familiar letter combinations like 'CH' and 'GY' reduces complexity. While faster than algorithms, heuristics can occasionally lead to errors.
Q4: What happens in the brain during a moment of insight?
Insight involves sudden realizations or solutions that appear unexpectedly. A scientist might suddenly discover a solution to a problem after working on it for a long time. Brain scans reveal that insight involves a burst of activity in the right temporal lobe, reflecting this sudden realization. This neural activity distinguishes insight from deliberate, step-by-step problem-solving approaches.
Q5: When should you choose trial and error as your problem-solving strategy?
Trial and error is most appropriate when no clear path to a solution exists and other strategies are impractical. It involves testing multiple solutions sequentially until one works. While not the most efficient process, trial and error is often necessary in novel situations where algorithms cannot be applied or heuristics may not apply.
Q6: Why is problem identification the first step in effective problem-solving?
Clearly identifying the problem is foundational because it determines which problem-solving strategy will be most effective. Without understanding what needs to be solved, you cannot select the appropriate approach. Problem identification involves defining the goal, understanding constraints, and recognizing what information is available or missing.
Q7: How do heuristics help reduce the complexity of unscrambling words?
Heuristics simplify word unscrambling by recognizing familiar letter patterns and common combinations. Instead of trying every possible letter arrangement, you group recognizable sequences like 'CH' and 'GY' in SPLOYOCHYG. This pattern recognition dramatically reduces the number of possibilities to test, making the task faster and more manageable than exhaustive algorithms.