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.