Cognitive Processes PSY 334

Slides:



Advertisements
Similar presentations
Chapter Five The Cognitive Approach II: Memory, Imagery, and Problem Solving.
Advertisements

Cognitive Psychology Lecture 8: Problem Solving October 2007 John Toner.
Cognition Domain. Thinking Module 24 Module Overview Concepts Problem Solving Problems Solving Problems Click on the any of the above hyperlinks to go.
Computer Simulation (1). 8 A (8) Initial State 44 Goal State B (5) C (3) A (8) B (5) C (3) Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Step 7.
Cognitive Processes PSY 334 Chapter 10 – Reasoning & Decision-Making August 19, 2003.
Problem Solving Shortcuts through the Problem Space.
Cognitive - problem_solving.ppt © 2001 Laura Snodgrass, Ph.D.1 Problem Solving Well-defined versus ill-defined problems Creativity Polya’s stages of problem.
Cognitive Processes PSY 334 Chapter 8 – Problem Solving.
Problem Solving & Creativity Dr. Claudia J. Stanny EXP 4507 Memory & Cognition Spring 2009.
Problem-Solving and Reasoning
Psychology: An Introduction Charles A. Morris & Albert A. Maisto © 2005 Prentice Hall Cognition and Language Chapter 7B.
Cognition and Language Chapter 7. Building Blocks of Thought Language –A flexible system of symbols that enables us to communicate our ideas, thoughts,
MODULE 23 COGNITION/THINKING. THINKING Thinking is a cognitive process in which the brain uses information from the senses, emotions, and memory to create.
Thinking & Problem Solving
Memory and Cognition PSY 324 Topic: Problem Solving Dr. Ellen Campana Arizona State University.
Human Cognitive Processes: psyc 345 Ch. 11: Problem Solving Takashi Yamauchi © Takashi Yamauchi (Dept. of Psychology, Texas A&M University)
What is “Thinking”? Forming ideas Drawing conclusions Expressing thoughts Comprehending the thoughts of others Where does it occur? Distributed throughout.
WHS AP Psychology Unit 6: Cognition Essential Task 6-2: Identify problem-solving techniques (algorithms and heuristics) as well as factors that influence.
Thinking and Problem Solving Cognition Cognition – the mental activities associated with thinking, knowing, remembering, and communicating.
Chapter Five The Cognitive Approach II: Memory, Imagery, and Problem Solving.
Lecture 13 – Problem Solving 1 Two points for this lecture: 1.Role of problem solving in history of cognition. 2. Cognitive theories of the problem, the.
Problem-Solving Water Jugs Problem You are given two jugs, a 4-gallon jug & a 3-gallon jug. Neither has any measuring marks on it. There is a pump that.
Obstacles to Problem Solving and How They Can Be Overcome
Introduction to Problem Solving
Cognitive Processes PSY 334
Phenomena in Problem Solving Insight Problems Functional Fixedness Using external representations.
Ways of solving problems
Cognitive Processes PSY 334 Chapter 10 – Reasoning & Decision-Making May 28, 2003.
Chapter 10: Thinking and Problem Solving Olivia Sheridan, Deanna Fugate, and Sarah Oberman.
Problem Solving: Cognitive processes aimed at achieving a specific goal (a solution to a problem) Early Research: Wolfgang Kohler (Gestalt Psychologist)
Problem Solving PERTEMUAN Early research on problem- solving A cat placed in a box with a trapdoor was not observed to show behaviour approximating.
Thinking and Language Notes 10-1 (obj.1-3). 1.) Thinking ****Thinking, or cognition, refers to a process that involves knowing, understanding, remembering,
Eight Strategies to Solving Real World Application Problems Sandra Evans.
Problem Solving Vudhichai Boonyanaruthee, MD Department of Psychiatry
Actual tower vs. computer simulation
The Foundations: Logic and Proofs
Selective Exposure News Literacy.
Recursion Topic 5.
ECF Arbiter Seminar - Materials by CAA
Chapter 15 Recursion.
Cognition and Language
Split-Brain Studies What do you see? “Nothing”
Cognitive Processes PSY 334
Worked Examples Theory and Practice
Thinking and Problem Solving
Advanced OS Concepts (For OCR)
Chapter 15 Recursion.
Reaching Goals and Objectives
Janie S. Torain By Janie S. Torain
Week 11 - Teaching by fostering problem solving skills
Unit 3: Learning, Memory, Thinking, and Language
Entry Task #1 – Date Self-concept is a collection of facts and ideas about yourself. Describe yourself in your journal in a least three sentences. What.
PROBLEM-SOLVING Why are some problems just so damn darn hard to solve? 1. We don’t take the time to determine what is relevant and end up focusing on irrelevant.
Unit 6: Cognition WHS AP Psychology
PBL Curriculum Structure: What Does PBL Look Like?
Cognitive Processes: Thinking and Problem Solving
Introduction to Cognition
Cognitive Processes PSY 334
CS Fall 2016 (Shavlik©), Lecture 8, Week 5
Memory and Thought Chapter 3.
Janie S. Torain By Janie S. Torain
Thinking and Problem Solving
Unit 7: Cognition AP Psychology
Cognitive Processes PSY 334
Introduction to Structured Programming
C++ Programming: From Problem Analysis to Program Design, Fifth Edition Chapter 17: Recursion.
Unit 7: Cognition AP Psychology
Cognitive Processes PSY 334
COMPONENTS OF PROBLEM SOLVING
Chapter 10 Thinking.
Presentation transcript:

Cognitive Processes PSY 334 Chapter 8 – Problem Solving

Operator Selection How do we know what action to take to solve a problem? Three criteria for operator selection: Backup avoidance – don’t do anything that would undo the existing state. Difference reduction – do whatever helps most to reduce the distance to the goal. Means-end analysis – figure out what is needed to reach goal and make that a goal

Difference Reduction Select the operator that will produce a state that is closer to the goal state. Or the one that produces a state that looks more similar to the goal state. Also called “hill climbing”. Only considers whether next step is an improvement, not overall plan. Sometimes the solution requires going against similarity – hobbits & orcs.

Means-End Analysis Newell & Simon – General Problem Solver (GPS). A more sophisticated version of difference reduction. What do you need, what have you got, how can you get what you need? Focus is on enabling blocked operators, not abandoning them. Larger goals broken into subgoals. GPS solution to Tower of Hanoi problem.

Prefrontal Cortex and Goals Sophisticated problem-solving requires that goals and subgoals be kept in working memory. Prefrontal cortex holds information in working memory. With damage to prefrontal cortex, Tower of Hanoi moves other than hill climbing are difficult. Prefrontal activation is higher in novel problem solving.

Problem Representation Finding the solution may depend upon how the problem is represented: Checkerboard problem solution depends on seeing that each domino must cover one white and one black square. Failures of transfer – students do not see that material already learned is applicable to the current situation. Word problems in physics & algebra.

Functional Fixedness Solution to a problem may depend on representing objects in the environment in novel ways. Functional-fixedness – subjects are fixed on an object’s conventional function. Two-string problem. Candle-holder problem.

“Everywhere” Displays Images projected by a computer onto objects in the environment. Sometimes the conventional function of the object onto which a display is projected prevents seeing the display. Sometimes the display prevents seeing the object. Disappearing milk, disappearing message.

Set Effects Set effect – when previous experience biases a subject toward a particular operator. Can prevent finding the solution to a new problem. Luchins water jug problem. Addition solution: 2A + C Subtraction solution: B – A – 2C New addition problems solved quicker and subtraction problems solved more slowly.

Einstellung Effect Mechanization of thought – a set effect in which subjects get used to using a particular solution strategy. After using B – 2C – A, subjects cannot find the easier solution A – C to problem 8. 64% of whole setup group failed 8 & 79% used less efficient solution to 9 & 10. 1 % of controls used B-2C-A & 95% solved question 8;

Incubation Effects Problems depending upon insight tend to benefit from interruption. Delay may break set effects. Problems depending on a set of steps or procedures do not benefit from interruption. Subjects forget their plan and must review what was previously done.

Insight There is no magical “aha” moment where everything falls into place, even though it feels that way. People let go of poor ways of solving the problem during incubation. Subjects do not know when they are close to a solution, so it seems like insight – but they were working all along.