Chapter 12 Flashcards

1
Q

Researchers compare problem solving to a search, what are the 3 components of that search?

A

Initial state: Knowledge adn resources you have at the outset
Operations: Actions that can change your state
Path constraints: limited time or money rule out certain solutions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the problem space?

A

The set of all states that can be reached in solving this problem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the “brute force” approach

A

tracing through the entire problem space exploring each branch – guarantees you’d find a solution, but at the same time it’s hopeless because there are infinite options for most problems ie. chess

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the hill climbing heuristic? What’s it’s limitation?

A

at each point simply choose the option that takes you in the direction of your goal
limitation: Often problems require you to breifly move away from your goal and only from this new position can it be solved ie. rubics cube

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the means-end analysis heuristic?

A

compare your current state to the goal state and ask “what means do I have to make these more alike?”
- involves breaking your problems into subproblems each with their own goal (some regard subproblems as a heuristic of it’s own)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How can pictures help solve problems? What’s better mental images or pictures?

A
  • visualizing can be advantageous to algebraic solutions
    sometimes mental images are preferable: for example moving pictures are easier to depict mentally than with a diagram
  • pictures can be better for elaborate or detailed forms because a picture gives you a fresh start and possible new perspectives
    called “externalizing” and is easily demonstrated in the lab and the real world
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How can analogies be used to solve problems? (tumor/fortress example) What does this mean is importnat in analogy use?

A

only 10% of those given the tumor problem without an analogy solved it
if given an analogy with the tumor problem 30% solved it
Finally an anology with a hint that it could be useful lead 70% to solve it
> it means people benefit from analogies when suitably instructed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why is spontaneous use of analogies so rare?

A

1 reason is faulty memory search for things related to the surface structure of the problem (things I know about tumours) and instead think of the principles governing the problem ie its underlying dynamic or “deep structure”
2. People can only use an analogy if they realize how it maps on to the problem being solved

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How can we manipulate peoples use of analogies (2 experiments)

A

You can improve problem solving by encouraging people to pay attention to a problems underlying dynamic
1. subjects told to either solve practice problems one by one or to compare, the latter forced them to look at underlying dynamic and that group was more likely to use training problems as analogies

  1. one group told to memorize problems, another told to understand them. The understand group later solved 90% of test problems while the recall group only got 69%
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do experts solve problems

A
  1. They think about problems in terms of deep structure
    ie. experts sort physics problems according to physical principles of the problems solutions while notcies sort according to surface features (like subject of the problem)
  2. Experts are more likely to use analogies but only in their relevant domain - there was no relation b/w physics experts and analogy use in verbal SAT scores
    - also in real world discussions experts employ analogies often
  3. chunking and subgoals
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Why can chess experts recreated boards after only viewing them for 5 seconds

A

Because they break the pieces into subgroups relating to strategies. If the pieces are laid out randomly they have no memory advantage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does it mean that experts use perception of higher units?

A

they focus on the units and how they relate to eachother, they set subgoals for each unit.
- higher order units lend strcture to the experts thinking and guide them in choosing the next move

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Can novices be taught to think in terms of higher order units?

A

Yes, in one study groups received set of mathematical procedures either with or without labels (which highlighted the function of each step). Label group was better able to use this new procedure in solving new problems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Are these strategies all that makes an expert?

A

No - they also have much more knowledge and have recieved feedback and instructions that imrpove their performance. Experts also organize their knowledge more effectively

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  • one study indicated experts use more cross referencing meaning…,
A

meaning all information has associations with echo other = experts have better access to what they know

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Differences b/w experts and notices are due to (in summary)

A

analogies, subproblems, memory search and benefits of sheer practice

17
Q

What are ill-defined problems

A

problems with no clear statement at the outset of how the goal should be characterized or what operations might be used to reach that goal
ex “choose a good paper topic”

18
Q

What is the best way to approach an ill defined problem?

A

create subgoals - many ill defined problems have well - defined parts

  • by solving these you move towards your goal
  • also you can add structure (extra assumptions/constraints) to reach a clearly defined goal with a manageable set of operations to try
19
Q

whats functional fixedness

A

tendency to be rigid in how you think about an objects function

20
Q

in the candle problem how can we encourage one representation over another using configuration of the tools

A

If the box is presented containing the tacts functinoal fixedness increases and they are less likely to solve the problem

IF however the box is presented empty they are more likely to solve the problem

21
Q

What is a problem solving set? (also called an Einstellung)

A

Problem solving set: beliefs and assumptions a person makes about a problem ( that locks people into a certain way of thinking can leave them victims of their own assumptions)
Einstellung= german word for “attitude”

22
Q

What did subjects have to overcome in the rope and pliers problem

A

The functional fixedness to think of the pliers as used only for pulling and instead use them as a weight

23
Q

How is the jar problem an example of Einstellung (problem solving set) ?

A

Subjects get stuck on the successful strategy that they’ve been using to solve the problem that when it no longer works they are unable to find a (simpler) alternative

24
Q

How did problem solving set hinder peoples performance in the “thinking outside the box” study (dots)

A

mistaken beliefs about how the problem should be solved interfered with their ability to see important options for solving it.
For ex. they assumed they had to draw within the box and maximize the amount of dots per line

25
Q

So is your problem solving set also an obstacle?

A

No it also provides you enormous benefits such as:
- telling you which options are plausible/physically possible
- allows you to focus on possibilities that are likely to work out
8 without it even the simplest problems would be impossible

26
Q

what is it that causes some people to be flexible in problem solving and others to rely on routine?

A

Creativity

27
Q

To understand what creativity is researchers examine individuals who have been enormously creative (bach, picasso). What 4 things did these people have in common?

A
  1. great knowledge and skills in their domain
  2. shared personality traits: take risks, ignore criticism, accept ambiguity and don’t follow the crowd
  3. motivated by the pleasure of their work not external factors
  4. environments allowed them freedom, support and the necessary resources to be creative
28
Q

Wallas believed creativity precedes through 4 steps. What were they?

A
  1. Preparation: gathers info about the problem -effortful, frustrating and little progress
  2. Incubation: sets problem aside (continues to work unconsciously)
  3. Illumination: Key insight/new idea emerges
  4. Verification: Confirms the idea is a viable solution
29
Q

Was wallas right about his 3rd step “illumination? what evidence is there?

A
  • historical evidence suggests creative discoveries are made through successions of “mini insights” rather than an “aha” moment
  • An “aha” moment is actually just the discovery of a new approach which may or may not be right
30
Q

Was Wallas right about his 2nd step “incubation”? why or why not?

A

Examples of the benefit of breaks has been recorded but there are many theories at to why

  1. when thinking about the problem we direct our spreading activation in potentially unproductive ways. But when not thinking about it activation spreads where it likes revealing new ideas (that may or may not pay off
  2. break allows you to gather new information
  3. gives you time to cool off if you’re frustrated
  4. and if you were dominated by a problem set (appraoch) you may forget it freeing you to explore other options
31
Q

What does it mean to suggest creative giants are skilled in divergent thinking?

A

their ability to spot novel connections among ideas that others miss

32
Q

So are Bach and Darwin using some special “creative mechanism” that normal people can’t?

A

There is NO evidence to suggest this

  • they use the same analogies, hints and heuristics as us. the difference is in the degree not the type of thinking
  • All of us might have some of the characteristics needed to be creative but only a special few have ALL of them