7.3 Problem-Solving

Learning objectives.

By the end of this section, you will be able to:

  • Describe problem solving strategies
  • Define algorithm and heuristic
  • Explain some common roadblocks to effective problem solving

   People face problems every day—usually, multiple problems throughout the day. Sometimes these problems are straightforward: To double a recipe for pizza dough, for example, all that is required is that each ingredient in the recipe be doubled. Sometimes, however, the problems we encounter are more complex. For example, say you have a work deadline, and you must mail a printed copy of a report to your supervisor by the end of the business day. The report is time-sensitive and must be sent overnight. You finished the report last night, but your printer will not work today. What should you do? First, you need to identify the problem and then apply a strategy for solving the problem.

The study of human and animal problem solving processes has provided much insight toward the understanding of our conscious experience and led to advancements in computer science and artificial intelligence. Essentially much of cognitive science today represents studies of how we consciously and unconsciously make decisions and solve problems. For instance, when encountered with a large amount of information, how do we go about making decisions about the most efficient way of sorting and analyzing all the information in order to find what you are looking for as in visual search paradigms in cognitive psychology. Or in a situation where a piece of machinery is not working properly, how do we go about organizing how to address the issue and understand what the cause of the problem might be. How do we sort the procedures that will be needed and focus attention on what is important in order to solve problems efficiently. Within this section we will discuss some of these issues and examine processes related to human, animal and computer problem solving.

PROBLEM-SOLVING STRATEGIES

   When people are presented with a problem—whether it is a complex mathematical problem or a broken printer, how do you solve it? Before finding a solution to the problem, the problem must first be clearly identified. After that, one of many problem solving strategies can be applied, hopefully resulting in a solution.

Problems themselves can be classified into two different categories known as ill-defined and well-defined problems (Schacter, 2009). Ill-defined problems represent issues that do not have clear goals, solution paths, or expected solutions whereas well-defined problems have specific goals, clearly defined solutions, and clear expected solutions. Problem solving often incorporates pragmatics (logical reasoning) and semantics (interpretation of meanings behind the problem), and also in many cases require abstract thinking and creativity in order to find novel solutions. Within psychology, problem solving refers to a motivational drive for reading a definite “goal” from a present situation or condition that is either not moving toward that goal, is distant from it, or requires more complex logical analysis for finding a missing description of conditions or steps toward that goal. Processes relating to problem solving include problem finding also known as problem analysis, problem shaping where the organization of the problem occurs, generating alternative strategies, implementation of attempted solutions, and verification of the selected solution. Various methods of studying problem solving exist within the field of psychology including introspection, behavior analysis and behaviorism, simulation, computer modeling, and experimentation.

A problem-solving strategy is a plan of action used to find a solution. Different strategies have different action plans associated with them (table below). For example, a well-known strategy is trial and error. The old adage, “If at first you don’t succeed, try, try again” describes trial and error. In terms of your broken printer, you could try checking the ink levels, and if that doesn’t work, you could check to make sure the paper tray isn’t jammed. Or maybe the printer isn’t actually connected to your laptop. When using trial and error, you would continue to try different solutions until you solved your problem. Although trial and error is not typically one of the most time-efficient strategies, it is a commonly used one.

Method Description Example
Trial and error Continue trying different solutions until problem is solved Restarting phone, turning off WiFi, turning off bluetooth in order to determine why your phone is malfunctioning
Algorithm Step-by-step problem-solving formula Instruction manual for installing new software on your computer
Heuristic General problem-solving framework Working backwards; breaking a task into steps

   Another type of strategy is an algorithm. An algorithm is a problem-solving formula that provides you with step-by-step instructions used to achieve a desired outcome (Kahneman, 2011). You can think of an algorithm as a recipe with highly detailed instructions that produce the same result every time they are performed. Algorithms are used frequently in our everyday lives, especially in computer science. When you run a search on the Internet, search engines like Google use algorithms to decide which entries will appear first in your list of results. Facebook also uses algorithms to decide which posts to display on your newsfeed. Can you identify other situations in which algorithms are used?

A heuristic is another type of problem solving strategy. While an algorithm must be followed exactly to produce a correct result, a heuristic is a general problem-solving framework (Tversky & Kahneman, 1974). You can think of these as mental shortcuts that are used to solve problems. A “rule of thumb” is an example of a heuristic. Such a rule saves the person time and energy when making a decision, but despite its time-saving characteristics, it is not always the best method for making a rational decision. Different types of heuristics are used in different types of situations, but the impulse to use a heuristic occurs when one of five conditions is met (Pratkanis, 1989):

  • When one is faced with too much information
  • When the time to make a decision is limited
  • When the decision to be made is unimportant
  • When there is access to very little information to use in making the decision
  • When an appropriate heuristic happens to come to mind in the same moment

Working backwards is a useful heuristic in which you begin solving the problem by focusing on the end result. Consider this example: You live in Washington, D.C. and have been invited to a wedding at 4 PM on Saturday in Philadelphia. Knowing that Interstate 95 tends to back up any day of the week, you need to plan your route and time your departure accordingly. If you want to be at the wedding service by 3:30 PM, and it takes 2.5 hours to get to Philadelphia without traffic, what time should you leave your house? You use the working backwards heuristic to plan the events of your day on a regular basis, probably without even thinking about it.

Another useful heuristic is the practice of accomplishing a large goal or task by breaking it into a series of smaller steps. Students often use this common method to complete a large research project or long essay for school. For example, students typically brainstorm, develop a thesis or main topic, research the chosen topic, organize their information into an outline, write a rough draft, revise and edit the rough draft, develop a final draft, organize the references list, and proofread their work before turning in the project. The large task becomes less overwhelming when it is broken down into a series of small steps.

Further problem solving strategies have been identified (listed below) that incorporate flexible and creative thinking in order to reach solutions efficiently.

Additional Problem Solving Strategies :

  • Abstraction – refers to solving the problem within a model of the situation before applying it to reality.
  • Analogy – is using a solution that solves a similar problem.
  • Brainstorming – refers to collecting an analyzing a large amount of solutions, especially within a group of people, to combine the solutions and developing them until an optimal solution is reached.
  • Divide and conquer – breaking down large complex problems into smaller more manageable problems.
  • Hypothesis testing – method used in experimentation where an assumption about what would happen in response to manipulating an independent variable is made, and analysis of the affects of the manipulation are made and compared to the original hypothesis.
  • Lateral thinking – approaching problems indirectly and creatively by viewing the problem in a new and unusual light.
  • Means-ends analysis – choosing and analyzing an action at a series of smaller steps to move closer to the goal.
  • Method of focal objects – putting seemingly non-matching characteristics of different procedures together to make something new that will get you closer to the goal.
  • Morphological analysis – analyzing the outputs of and interactions of many pieces that together make up a whole system.
  • Proof – trying to prove that a problem cannot be solved. Where the proof fails becomes the starting point or solving the problem.
  • Reduction – adapting the problem to be as similar problems where a solution exists.
  • Research – using existing knowledge or solutions to similar problems to solve the problem.
  • Root cause analysis – trying to identify the cause of the problem.

The strategies listed above outline a short summary of methods we use in working toward solutions and also demonstrate how the mind works when being faced with barriers preventing goals to be reached.

One example of means-end analysis can be found by using the Tower of Hanoi paradigm . This paradigm can be modeled as a word problems as demonstrated by the Missionary-Cannibal Problem :

Missionary-Cannibal Problem

Three missionaries and three cannibals are on one side of a river and need to cross to the other side. The only means of crossing is a boat, and the boat can only hold two people at a time. Your goal is to devise a set of moves that will transport all six of the people across the river, being in mind the following constraint: The number of cannibals can never exceed the number of missionaries in any location. Remember that someone will have to also row that boat back across each time.

Hint : At one point in your solution, you will have to send more people back to the original side than you just sent to the destination.

The actual Tower of Hanoi problem consists of three rods sitting vertically on a base with a number of disks of different sizes that can slide onto any rod. The puzzle starts with the disks in a neat stack in ascending order of size on one rod, the smallest at the top making a conical shape. The objective of the puzzle is to move the entire stack to another rod obeying the following rules:

  • 1. Only one disk can be moved at a time.
  • 2. Each move consists of taking the upper disk from one of the stacks and placing it on top of another stack or on an empty rod.
  • 3. No disc may be placed on top of a smaller disk.

concepts of problem solving in psychology

  Figure 7.02. Steps for solving the Tower of Hanoi in the minimum number of moves when there are 3 disks.

concepts of problem solving in psychology

Figure 7.03. Graphical representation of nodes (circles) and moves (lines) of Tower of Hanoi.

The Tower of Hanoi is a frequently used psychological technique to study problem solving and procedure analysis. A variation of the Tower of Hanoi known as the Tower of London has been developed which has been an important tool in the neuropsychological diagnosis of executive function disorders and their treatment.

GESTALT PSYCHOLOGY AND PROBLEM SOLVING

As you may recall from the sensation and perception chapter, Gestalt psychology describes whole patterns, forms and configurations of perception and cognition such as closure, good continuation, and figure-ground. In addition to patterns of perception, Wolfgang Kohler, a German Gestalt psychologist traveled to the Spanish island of Tenerife in order to study animals behavior and problem solving in the anthropoid ape.

As an interesting side note to Kohler’s studies of chimp problem solving, Dr. Ronald Ley, professor of psychology at State University of New York provides evidence in his book A Whisper of Espionage  (1990) suggesting that while collecting data for what would later be his book  The Mentality of Apes (1925) on Tenerife in the Canary Islands between 1914 and 1920, Kohler was additionally an active spy for the German government alerting Germany to ships that were sailing around the Canary Islands. Ley suggests his investigations in England, Germany and elsewhere in Europe confirm that Kohler had served in the German military by building, maintaining and operating a concealed radio that contributed to Germany’s war effort acting as a strategic outpost in the Canary Islands that could monitor naval military activity approaching the north African coast.

While trapped on the island over the course of World War 1, Kohler applied Gestalt principles to animal perception in order to understand how they solve problems. He recognized that the apes on the islands also perceive relations between stimuli and the environment in Gestalt patterns and understand these patterns as wholes as opposed to pieces that make up a whole. Kohler based his theories of animal intelligence on the ability to understand relations between stimuli, and spent much of his time while trapped on the island investigation what he described as  insight , the sudden perception of useful or proper relations. In order to study insight in animals, Kohler would present problems to chimpanzee’s by hanging some banana’s or some kind of food so it was suspended higher than the apes could reach. Within the room, Kohler would arrange a variety of boxes, sticks or other tools the chimpanzees could use by combining in patterns or organizing in a way that would allow them to obtain the food (Kohler & Winter, 1925).

While viewing the chimpanzee’s, Kohler noticed one chimp that was more efficient at solving problems than some of the others. The chimp, named Sultan, was able to use long poles to reach through bars and organize objects in specific patterns to obtain food or other desirables that were originally out of reach. In order to study insight within these chimps, Kohler would remove objects from the room to systematically make the food more difficult to obtain. As the story goes, after removing many of the objects Sultan was used to using to obtain the food, he sat down ad sulked for a while, and then suddenly got up going over to two poles lying on the ground. Without hesitation Sultan put one pole inside the end of the other creating a longer pole that he could use to obtain the food demonstrating an ideal example of what Kohler described as insight. In another situation, Sultan discovered how to stand on a box to reach a banana that was suspended from the rafters illustrating Sultan’s perception of relations and the importance of insight in problem solving.

Grande (another chimp in the group studied by Kohler) builds a three-box structure to reach the bananas, while Sultan watches from the ground.  Insight , sometimes referred to as an “Ah-ha” experience, was the term Kohler used for the sudden perception of useful relations among objects during problem solving (Kohler, 1927; Radvansky & Ashcraft, 2013).

Solving puzzles.

   Problem-solving abilities can improve with practice. Many people challenge themselves every day with puzzles and other mental exercises to sharpen their problem-solving skills. Sudoku puzzles appear daily in most newspapers. Typically, a sudoku puzzle is a 9×9 grid. The simple sudoku below (see figure) is a 4×4 grid. To solve the puzzle, fill in the empty boxes with a single digit: 1, 2, 3, or 4. Here are the rules: The numbers must total 10 in each bolded box, each row, and each column; however, each digit can only appear once in a bolded box, row, and column. Time yourself as you solve this puzzle and compare your time with a classmate.

How long did it take you to solve this sudoku puzzle? (You can see the answer at the end of this section.)

   Here is another popular type of puzzle (figure below) that challenges your spatial reasoning skills. Connect all nine dots with four connecting straight lines without lifting your pencil from the paper:

Did you figure it out? (The answer is at the end of this section.) Once you understand how to crack this puzzle, you won’t forget.

   Take a look at the “Puzzling Scales” logic puzzle below (figure below). Sam Loyd, a well-known puzzle master, created and refined countless puzzles throughout his lifetime (Cyclopedia of Puzzles, n.d.).

A puzzle involving a scale is shown. At the top of the figure it reads: “Sam Loyds Puzzling Scales.” The first row of the puzzle shows a balanced scale with 3 blocks and a top on the left and 12 marbles on the right. Below this row it reads: “Since the scales now balance.” The next row of the puzzle shows a balanced scale with just the top on the left, and 1 block and 8 marbles on the right. Below this row it reads: “And balance when arranged this way.” The third row shows an unbalanced scale with the top on the left side, which is much lower than the right side. The right side is empty. Below this row it reads: “Then how many marbles will it require to balance with that top?”

What steps did you take to solve this puzzle? You can read the solution at the end of this section.

Pitfalls to problem solving.

   Not all problems are successfully solved, however. What challenges stop us from successfully solving a problem? Albert Einstein once said, “Insanity is doing the same thing over and over again and expecting a different result.” Imagine a person in a room that has four doorways. One doorway that has always been open in the past is now locked. The person, accustomed to exiting the room by that particular doorway, keeps trying to get out through the same doorway even though the other three doorways are open. The person is stuck—but she just needs to go to another doorway, instead of trying to get out through the locked doorway. A mental set is where you persist in approaching a problem in a way that has worked in the past but is clearly not working now.

Functional fixedness is a type of mental set where you cannot perceive an object being used for something other than what it was designed for. During the Apollo 13 mission to the moon, NASA engineers at Mission Control had to overcome functional fixedness to save the lives of the astronauts aboard the spacecraft. An explosion in a module of the spacecraft damaged multiple systems. The astronauts were in danger of being poisoned by rising levels of carbon dioxide because of problems with the carbon dioxide filters. The engineers found a way for the astronauts to use spare plastic bags, tape, and air hoses to create a makeshift air filter, which saved the lives of the astronauts.

   Researchers have investigated whether functional fixedness is affected by culture. In one experiment, individuals from the Shuar group in Ecuador were asked to use an object for a purpose other than that for which the object was originally intended. For example, the participants were told a story about a bear and a rabbit that were separated by a river and asked to select among various objects, including a spoon, a cup, erasers, and so on, to help the animals. The spoon was the only object long enough to span the imaginary river, but if the spoon was presented in a way that reflected its normal usage, it took participants longer to choose the spoon to solve the problem. (German & Barrett, 2005). The researchers wanted to know if exposure to highly specialized tools, as occurs with individuals in industrialized nations, affects their ability to transcend functional fixedness. It was determined that functional fixedness is experienced in both industrialized and nonindustrialized cultures (German & Barrett, 2005).

In order to make good decisions, we use our knowledge and our reasoning. Often, this knowledge and reasoning is sound and solid. Sometimes, however, we are swayed by biases or by others manipulating a situation. For example, let’s say you and three friends wanted to rent a house and had a combined target budget of $1,600. The realtor shows you only very run-down houses for $1,600 and then shows you a very nice house for $2,000. Might you ask each person to pay more in rent to get the $2,000 home? Why would the realtor show you the run-down houses and the nice house? The realtor may be challenging your anchoring bias. An anchoring bias occurs when you focus on one piece of information when making a decision or solving a problem. In this case, you’re so focused on the amount of money you are willing to spend that you may not recognize what kinds of houses are available at that price point.

The confirmation bias is the tendency to focus on information that confirms your existing beliefs. For example, if you think that your professor is not very nice, you notice all of the instances of rude behavior exhibited by the professor while ignoring the countless pleasant interactions he is involved in on a daily basis. Hindsight bias leads you to believe that the event you just experienced was predictable, even though it really wasn’t. In other words, you knew all along that things would turn out the way they did. Representative bias describes a faulty way of thinking, in which you unintentionally stereotype someone or something; for example, you may assume that your professors spend their free time reading books and engaging in intellectual conversation, because the idea of them spending their time playing volleyball or visiting an amusement park does not fit in with your stereotypes of professors.

Finally, the availability heuristic is a heuristic in which you make a decision based on an example, information, or recent experience that is that readily available to you, even though it may not be the best example to inform your decision . Biases tend to “preserve that which is already established—to maintain our preexisting knowledge, beliefs, attitudes, and hypotheses” (Aronson, 1995; Kahneman, 2011). These biases are summarized in the table below.

Bias Description
Anchoring Tendency to focus on one particular piece of information when making decisions or problem-solving
Confirmation Focuses on information that confirms existing beliefs
Hindsight Belief that the event just experienced was predictable
Representative Unintentional stereotyping of someone or something
Availability Decision is based upon either an available precedent or an example that may be faulty

Were you able to determine how many marbles are needed to balance the scales in the figure below? You need nine. Were you able to solve the problems in the figures above? Here are the answers.

The first puzzle is a Sudoku grid of 16 squares (4 rows of 4 squares) is shown. Half of the numbers were supplied to start the puzzle and are colored blue, and half have been filled in as the puzzle’s solution and are colored red. The numbers in each row of the grid, left to right, are as follows. Row 1: blue 3, red 1, red 4, blue 2. Row 2: red 2, blue 4, blue 1, red 3. Row 3: red 1, blue 3, blue 2, red 4. Row 4: blue 4, red 2, red 3, blue 1.The second puzzle consists of 9 dots arranged in 3 rows of 3 inside of a square. The solution, four straight lines made without lifting the pencil, is shown in a red line with arrows indicating the direction of movement. In order to solve the puzzle, the lines must extend beyond the borders of the box. The four connecting lines are drawn as follows. Line 1 begins at the top left dot, proceeds through the middle and right dots of the top row, and extends to the right beyond the border of the square. Line 2 extends from the end of line 1, through the right dot of the horizontally centered row, through the middle dot of the bottom row, and beyond the square’s border ending in the space beneath the left dot of the bottom row. Line 3 extends from the end of line 2 upwards through the left dots of the bottom, middle, and top rows. Line 4 extends from the end of line 3 through the middle dot in the middle row and ends at the right dot of the bottom row.

   Many different strategies exist for solving problems. Typical strategies include trial and error, applying algorithms, and using heuristics. To solve a large, complicated problem, it often helps to break the problem into smaller steps that can be accomplished individually, leading to an overall solution. Roadblocks to problem solving include a mental set, functional fixedness, and various biases that can cloud decision making skills.

References:

Openstax Psychology text by Kathryn Dumper, William Jenkins, Arlene Lacombe, Marilyn Lovett and Marion Perlmutter licensed under CC BY v4.0. https://openstax.org/details/books/psychology

Review Questions:

1. A specific formula for solving a problem is called ________.

a. an algorithm

b. a heuristic

c. a mental set

d. trial and error

2. Solving the Tower of Hanoi problem tends to utilize a  ________ strategy of problem solving.

a. divide and conquer

b. means-end analysis

d. experiment

3. A mental shortcut in the form of a general problem-solving framework is called ________.

4. Which type of bias involves becoming fixated on a single trait of a problem?

a. anchoring bias

b. confirmation bias

c. representative bias

d. availability bias

5. Which type of bias involves relying on a false stereotype to make a decision?

6. Wolfgang Kohler analyzed behavior of chimpanzees by applying Gestalt principles to describe ________.

a. social adjustment

b. student load payment options

c. emotional learning

d. insight learning

7. ________ is a type of mental set where you cannot perceive an object being used for something other than what it was designed for.

a. functional fixedness

c. working memory

Critical Thinking Questions:

1. What is functional fixedness and how can overcoming it help you solve problems?

2. How does an algorithm save you time and energy when solving a problem?

Personal Application Question:

1. Which type of bias do you recognize in your own decision making processes? How has this bias affected how you’ve made decisions in the past and how can you use your awareness of it to improve your decisions making skills in the future?

anchoring bias

availability heuristic

confirmation bias

functional fixedness

hindsight bias

problem-solving strategy

representative bias

trial and error

working backwards

Answers to Exercises

algorithm:  problem-solving strategy characterized by a specific set of instructions

anchoring bias:  faulty heuristic in which you fixate on a single aspect of a problem to find a solution

availability heuristic:  faulty heuristic in which you make a decision based on information readily available to you

confirmation bias:  faulty heuristic in which you focus on information that confirms your beliefs

functional fixedness:  inability to see an object as useful for any other use other than the one for which it was intended

heuristic:  mental shortcut that saves time when solving a problem

hindsight bias:  belief that the event just experienced was predictable, even though it really wasn’t

mental set:  continually using an old solution to a problem without results

problem-solving strategy:  method for solving problems

representative bias:  faulty heuristic in which you stereotype someone or something without a valid basis for your judgment

trial and error:  problem-solving strategy in which multiple solutions are attempted until the correct one is found

working backwards:  heuristic in which you begin to solve a problem by focusing on the end result

Creative Commons License

Share This Book

  • Increase Font Size

psychology

Definition:

Problem Solving is the process of identifying, analyzing, and finding effective solutions to complex issues or challenges.

Key Steps in Problem Solving:

  • Identification of the problem: Recognizing and clearly defining the issue that needs to be resolved.
  • Analysis and research: Gathering relevant information, data, and facts to understand the problem in-depth.
  • Formulating strategies: Developing various approaches and plans to tackle the problem effectively.
  • Evaluation and selection: Assessing the viability and potential outcomes of the proposed solutions and selecting the most appropriate one.
  • Implementation: Putting the chosen solution into action and executing the necessary steps to resolve the problem.
  • Monitoring and feedback: Continuously evaluating the implemented solution and obtaining feedback to ensure its effectiveness.
  • Adaptation and improvement: Modifying and refining the solution as needed to optimize results and prevent similar problems from arising in the future.

Skills and Qualities for Effective Problem Solving:

  • Analytical thinking: The ability to break down complex problems into smaller, manageable components and analyze them thoroughly.
  • Creativity: Thinking outside the box and generating innovative solutions.
  • Decision making: Making logical and informed choices based on available data and critical thinking.
  • Communication: Clearly conveying ideas, listening actively, and collaborating with others to solve problems as a team.
  • Resilience: Maintaining a positive mindset, perseverance, and adaptability in the face of challenges.
  • Resourcefulness: Utilizing available resources and seeking new approaches when confronted with obstacles.
  • Time management: Effectively organizing and prioritizing tasks to optimize problem-solving efficiency.

Cognitive Approach in Psychology

Saul McLeod, PhD

Editor-in-Chief for Simply Psychology

BSc (Hons) Psychology, MRes, PhD, University of Manchester

Saul McLeod, PhD., is a qualified psychology teacher with over 18 years of experience in further and higher education. He has been published in peer-reviewed journals, including the Journal of Clinical Psychology.

Learn about our Editorial Process

Olivia Guy-Evans, MSc

Associate Editor for Simply Psychology

BSc (Hons) Psychology, MSc Psychology of Education

Olivia Guy-Evans is a writer and associate editor for Simply Psychology. She has previously worked in healthcare and educational sectors.

On This Page:

Cognitive psychology is the scientific study of the mind as an information processor. It concerns how we take in information from the outside world, and how we make sense of that information.

Cognitive psychology studies mental processes, including how people perceive, think, remember, learn, solve problems, and make decisions.

Cognitive psychologists try to build cognitive models of the information processing that occurs inside people’s minds, including perception, attention, language, memory, thinking, and consciousness.

Cognitive psychology became of great importance in the mid-1950s. Several factors were important in this:
  • Dissatisfaction with the behaviorist approach in its simple emphasis on external behavior rather than internal processes.
  • The development of better experimental methods.
  • Comparison between human and computer processing of information . Using computers allowed psychologists to try to understand the complexities of human cognition by comparing it with computers and artificial intelligence.

The emphasis of psychology shifted away from the study of conditioned behavior and psychoanalytical notions about the study of the mind, towards the understanding of human information processing using strict and rigorous laboratory investigation.

cognitive psychology sub-topics

Summary Table

Key Features
• Mediation processes
• Information processing approach
• Reductionism (breaks behavior down)
• (studies the group)
• Schemas (re: Kohlberg & Piaget)
Methodology
• Controlled Experiments
• Physical measures (e.g., neuroimaging)
• Case studies (cognitive neuroscience)
• Behavioral measures (e.g., reaction time)
Assumptions
• Psychology should be studied scientifically.
• Information received from our senses is processed by the brain, and this processing directs how we behave. 
• The mind/brain processes information like a computer. We take information in, and then it is subjected to mental processes. There is input, processing, and then output.
• Mediational processes (e.g., thinking, memory) occur between stimulus and response.
Strengths
• Objective measurement, which can be replicated and peer-reviewed
• Real-life applications (e.g., CBT)
• Clear predictions that can be can be scientifically tested
Limitations
• Reductionist (e.g., ignores biology)
• Experiments have low ecological validity
• Behaviourism – can’t objectively study unobservable internal behavior

Theoretical Assumptions

Mediational processes occur between stimulus and response:

The behaviorist approach only studies external observable (stimulus and response) behavior that can be objectively measured.

They believe that internal behavior cannot be studied because we cannot see what happens in a person’s mind (and therefore cannot objectively measure it).

However, cognitive psychologists consider it essential to examine an organism’s mental processes and how these influence behavior.

Cognitive psychology assumes a mediational process occurs between stimulus/input and response/output. 

mediational processes

These are mediational processes because they mediate (i.e., go-between) between the stimulus and the response. They come after the stimulus and before the response.

Instead of the simple stimulus-response links proposed by behaviorism, the mediational processes of the organism are essential to understand.

Without this understanding, psychologists cannot have a complete understanding of behavior.

The mediational (i.e., mental) event could be memory , perception , attention or problem-solving, etc. 
  • Perception : how we process and interpret sensory information.
  • Attention : how we selectively focus on certain aspects of our environment.
  • Memory : how we encode, store, and retrieve information.
  • Language : how we acquire, comprehend, and produce language.
  • Problem-solving and decision-making : how we reason, make judgments, and solve problems.
  • Schemas : Cognitive psychologists assume that people’s prior knowledge, beliefs, and experiences shape their mental processes. 

For example, the cognitive approach suggests that problem gambling results from maladaptive thinking and faulty cognitions, which both result in illogical errors.

Gamblers misjudge the amount of skill involved with ‘chance’ games, so they are likely to participate with the mindset that the odds are in their favour and that they may have a good chance of winning.

Therefore, cognitive psychologists say that if you want to understand behavior, you must understand these mediational processes.

Psychology should be seen as a science:

This assumption is based on the idea that although not directly observable, the mind can be investigated using objective and rigorous methods, similar to how other sciences study natural phenomena. 

Controlled experiments

The cognitive approach believes that internal mental behavior can be scientifically studied using controlled experiments . It uses the results of its investigations to make inferences about mental processes.  Cognitive psychology uses highly controlled laboratory experiments to avoid the influence of extraneous variables . This allows the researcher to establish a causal relationship between the independent and dependent variables. These controlled experiments are replicable, and the data obtained is objective (not influenced by an individual’s judgment or opinion) and measurable. This gives psychology more credibility.

Operational definitions

Cognitive psychologists develop operational definitions to study mental processes scientifically. These definitions specify how abstract concepts, such as attention or memory, can be measured and quantified (e.g., verbal protocols of thinking aloud). This allows for reliable and replicable research findings.

Falsifiability

Falsifiability in psychology refers to the ability to disprove a theory or hypothesis through empirical observation or experimentation. If a claim is not falsifiable, it is considered unscientific.

Cognitive psychologists aim to develop falsifiable theories and models, meaning they can be tested and potentially disproven by empirical evidence.

This commitment to falsifiability helps to distinguish scientific theories from pseudoscientific or unfalsifiable claims.

Empirical evidence

Cognitive psychologists rely on empirical evidence to support their theories and models. They collect data through various methods, such as experiments, observations, and questionnaires, to test hypotheses and draw conclusions about mental processes.

Cognitive psychologists assume that mental processes are not random but are organized and structured in specific ways. They seek to identify the underlying cognitive structures and processes that enable people to perceive, remember, and think.

Cognitive psychologists have made significant contributions to our understanding of mental processes and have developed various theories and models, such as the multi-store model of memory , the working memory model , and the dual-process theory of thinking.

Humans are information processors:

The idea of information processing was adopted by cognitive psychologists as a model of how human thought works.

The information processing approach is based on several assumptions, including:

  • Information is processed by a series of systems : The information processing approach proposes that a series of cognitive systems, such as attention, perception, and memory, process information from the environment. Each system plays a specific role in processing the information and passing it along to the next stage.
  • Processing systems transform information : As information passes through these cognitive systems, it is transformed or modified in systematic ways. For example, incoming sensory information may be filtered by attention, encoded into memory, or used to update existing knowledge structures.
  • Research aims to specify underlying processes and structures : The primary goal of research within the information processing approach is to identify, describe, and understand the specific cognitive processes and mental structures that underlie various aspects of cognitive performance, such as learning, problem-solving, and decision-making.
  • Human information processing resembles computer processing : The information processing approach draws an analogy between human cognition and computer processing. Just as computers take in information, process it according to specific algorithms, and produce outputs, the human mind is thought to engage in similar processes of input, processing, and output.

Computer-Mind Analogy

The computer-brain metaphor, or the information processing approach, is a significant concept in cognitive psychology that likens the human brain’s functioning to that of a computer.

This metaphor suggests that the brain, like a computer, processes information through a series of linear steps, including input, storage, processing, and output.

computer brain metaphor

According to this assumption, when we interact with the environment, we take in information through our senses (input).

This information is then processed by various cognitive systems, such as perception, attention, and memory. These systems work together to make sense of the input, organize it, and store it for later use.

During the processing stage, the mind performs operations on the information, such as encoding, transforming, and combining it with previously stored knowledge. This processing can involve various cognitive processes, such as thinking, reasoning, problem-solving, and decision-making.

The processed information can then be used to generate outputs, such as actions, decisions, or new ideas. These outputs are based on the information that has been processed and the individual’s goals and motivations.

This has led to models showing information flowing through the cognitive system, such as the multi-store memory model.

as multi

The information processing approach also assumes that the mind has a limited capacity for processing information, similar to a computer’s memory and processing limitations.

This means that humans can only attend to and process a certain amount of information at a given time, and that cognitive processes can be slowed down or impaired when the mind is overloaded.

The Role of Schemas

A schema is a “packet of information” or cognitive framework that helps us organize and interpret information. It is based on previous experience.

Cognitive psychologists assume that people’s prior knowledge, beliefs, and experiences shape their mental processes. They investigate how these factors influence perception, attention, memory, and thinking.

Schemas help us interpret incoming information quickly and effectively, preventing us from being overwhelmed by the vast amount of information we perceive in our environment.

Schemas can often affect cognitive processing (a mental framework of beliefs and expectations developed from experience). As people age, they become more detailed and sophisticated.

However, it can also lead to distortion of this information as we select and interpret environmental stimuli using schemas that might not be relevant.

This could be the cause of inaccuracies in areas such as eyewitness testimony. It can also explain some errors we make when perceiving optical illusions.

1. Behaviorist Critique

B.F. Skinner criticizes the cognitive approach. He believes that only external stimulus-response behavior should be studied, as this can be scientifically measured.

Therefore, mediation processes (between stimulus and response) do not exist as they cannot be seen and measured.

Behaviorism assumes that people are born a blank slate (tabula rasa) and are not born with cognitive functions like schemas , memory or perception .

Due to its subjective and unscientific nature, Skinner continues to find problems with cognitive research methods, namely introspection (as used by Wilhelm Wundt).

2. Complexity of mental experiences

Mental processes are highly complex and multifaceted, involving a wide range of cognitive, affective, and motivational factors that interact in intricate ways.

The complexity of mental experiences makes it difficult to isolate and study specific mental processes in a controlled manner.

Mental processes are often influenced by individual differences, such as personality, culture, and past experiences, which can introduce variability and confounds in research .

3. Experimental Methods 

While controlled experiments are the gold standard in cognitive psychology research, they may not always capture real-world mental processes’ complexity and ecological validity.

Some mental processes, such as creativity or decision-making in complex situations, may be difficult to study in laboratory settings.

Humanistic psychologist Carl Rogers believes that using laboratory experiments by cognitive psychology has low ecological validity and creates an artificial environment due to the control over variables .

Rogers emphasizes a more holistic approach to understanding behavior.

The cognitive approach uses a very scientific method that is controlled and replicable, so the results are reliable.

However, experiments lack ecological validity because of the artificiality of the tasks and environment, so they might not reflect the way people process information in their everyday lives.

For example, Baddeley (1966) used lists of words to find out the encoding used by LTM.

However, these words had no meaning to the participants, so the way they used their memory in this task was probably very different from what they would have done if the words had meaning for them.

This is a weakness, as the theories might not explain how memory works outside the laboratory.

4. Computer Analogy

The information processing paradigm of cognitive psychology views the minds in terms of a computer when processing information.

However, although there are similarities between the human mind and the operations of a computer (inputs and outputs, storage systems, and the use of a central processor), the computer analogy has been criticized.

For example, the human mind is characterized by consciousness, subjective experience, and self-awareness , which are not present in computers.

Computers do not have feelings, emotions, or a sense of self, which play crucial roles in human cognition and behavior.

The brain-computer metaphor is often used implicitly in neuroscience literature through terms like “sensory computation,” “algorithms,” and “neural codes.” However, it is difficult to identify these concepts in the actual brain.

5. Reductionist

The cognitive approach is reductionist as it does not consider emotions and motivation, which influence the processing of information and memory. For example, according to the Yerkes-Dodson law , anxiety can influence our memory.

Such machine reductionism (simplicity) ignores the influence of human emotion and motivation on the cognitive system and how this may affect our ability to process information.

Early theories of cognitive approach did not always recognize physical ( biological psychology ) and environmental (behaviorist approach) factors in determining behavior.

However, it’s important to note that modern cognitive psychology has evolved to incorporate a more holistic understanding of human cognition and behavior.

1. Importance of cognitive factors versus external events

Cognitive psychology emphasizes the role of internal cognitive processes in shaping emotional experiences, rather than solely focusing on external events.

Beck’s cognitive theory suggests that it is not the external events themselves that lead to depression, but rather the way an individual interprets and processes those events through their negative schemas.

This highlights the importance of addressing cognitive factors in the treatment of depression and other mental health issues.

Social exchange theory (Thibaut & Kelly, 1959) emphasizes that relationships are formed through internal mental processes, such as decision-making, rather than solely based on external factors.

The computer analogy can be applied to this concept, where individuals observe behaviors (input), process the costs and benefits (processing), and then make a decision about the relationship (output).

2. Interdisciplinary approach

While early cognitive psychology may have neglected physical and environmental factors, contemporary cognitive psychology has increasingly integrated insights from other approaches.

Cognitive psychology draws on methods and findings from other scientific disciplines, such as neuroscience , computer science, and linguistics, to inform their understanding of mental processes.

This interdisciplinary approach strengthens the scientific basis of cognitive psychology.

Cognitive psychology has influenced and integrated with many other approaches and areas of study to produce, for example, social learning theory , cognitive neuropsychology, and artificial intelligence (AI).

3. Real World Applications

Another strength is that the research conducted in this area of psychology very often has applications in the real world.

By highlighting the importance of cognitive processing, the cognitive approach can explain mental disorders such as depression.

Beck’s cognitive theory of depression argues that negative schemas about the self, the world, and the future are central to the development and maintenance of depression.

These negative schemas lead to biased processing of information, selective attention to negative aspects of experience, and distorted interpretations of events, which perpetuate the depressive state.

By identifying the role of cognitive processes in mental disorders, cognitive psychology has informed the development of targeted interventions.

Cognitive behavioral therapy aims to modify the maladaptive thought patterns and beliefs that underlie emotional distress, helping individuals to develop more balanced and adaptive ways of thinking.

CBT’s basis is to change how people process their thoughts to make them more rational or positive.

Through techniques such as cognitive restructuring, behavioral experiments, and guided discovery, CBT helps individuals to challenge and change their negative schemas, leading to improvements in mood and functioning.

Cognitive behavioral therapy (CBT) has been very effective in treating depression (Hollon & Beck, 1994), and moderately effective for anxiety problems (Beck, 1993). 

Issues and Debates

Free will vs. determinism.

The cognitive approach’s position is unclear. It argues that cognitive processes are influenced by experiences and schemas, which implies a degree of determinism.

On the other hand, cognitive-behavioral therapy (CBT) operates on the premise that individuals can change their thought patterns, suggesting a capacity for free will.

Nature vs. Nurture

The cognitive approach takes an interactionist view of the debate, acknowledging the influence of both nature and nurture on cognitive processes.

It recognizes that while some cognitive abilities, such as language acquisition, may have an innate component (nature), experiences and learning (nurture) also shape the way information is processed.

Holism vs. Reductionism

The cognitive approach tends to be reductionist in its methodology, as it often studies cognitive processes in isolation.

For example, researchers may focus on memory processes without considering the influence of other cognitive functions or environmental factors.

While this approach allows for more controlled study, it may lack ecological validity, as in real life, cognitive processes typically interact and function simultaneously.

Idiographic vs. Nomothetic

The cognitive approach is primarily nomothetic, as it seeks to establish general principles and theories of information processing that apply to all individuals.

It aims to identify universal patterns and mechanisms of cognition rather than focusing on individual differences.

History of Cognitive Psychology

  • Wolfgang Köhler (1925) – Köhler’s book “The Mentality of Apes” challenged the behaviorist view by suggesting that animals could display insightful behavior, leading to the development of Gestalt psychology.
  • Norbert Wiener (1948) – Wiener’s book “Cybernetics” introduced concepts such as input and output, which influenced the development of information processing models in cognitive psychology.
  • Edward Tolman (1948) – Tolman’s work on cognitive maps in rats demonstrated that animals have an internal representation of their environment, challenging the behaviorist view.
  • George Miller (1956) – Miller’s paper “The Magical Number 7 Plus or Minus 2” proposed that short-term memory has a limited capacity of around seven chunks of information, which became a foundational concept in cognitive psychology.
  • Allen Newell and Herbert A. Simon (1972) – Newell and Simon developed the General Problem Solver, a computer program that simulated human problem-solving, contributing to the growth of artificial intelligence and cognitive modeling.
  • George Miller and Jerome Bruner (1960) – Miller and Bruner established the Center for Cognitive Studies at Harvard, which played a significant role in the development of cognitive psychology as a distinct field.
  • Ulric Neisser (1967) – Neisser’s book “Cognitive Psychology” formally established cognitive psychology as a separate area of study, focusing on mental processes such as perception, memory, and thinking.
  • Richard Atkinson and Richard Shiffrin (1968) – Atkinson and Shiffrin proposed the Multi-Store Model of memory, which divided memory into sensory, short-term, and long-term stores, becoming a key model in the study of memory.
  • Eleanor Rosch’s (1970s) research on natural categories and prototypes, which influenced the study of concept formation and categorization.
  • Endel Tulving’s (1972) distinction between episodic and semantic memory, which further developed the understanding of long-term memory.
  • Baddeley and Hitch’s (1974) proposal of the Working Memory Model, which expanded on the concept of short-term memory and introduced the idea of a central executive.
  • Marvin Minsky’s (1975) framework of frames in artificial intelligence, which influenced the understanding of knowledge representation in cognitive psychology.
  • David Rumelhart and Andrew Ortony’s (1977) work on schema theory, which described how knowledge is organized and used for understanding and remembering information.
  • Amos Tversky and Daniel Kahneman’s (1970s-80s) research on heuristics and biases in decision making, which led to the development of behavioral economics and the study of judgment and decision-making.
  • David Marr’s (1982) computational theory of vision, which provided a framework for understanding visual perception and influenced the field of computational cognitive science.
  • The development of connectionism and parallel distributed processing (PDP) models in the 1980s, which provided an alternative to traditional symbolic models of cognitive processes.
  • Noam Chomsky’s (1980s) theory of Universal Grammar and the language acquisition device, which influenced the study of language and cognitive development.
  • The emergence of cognitive neuroscience in the 1990s, which combined techniques from cognitive psychology, neuroscience, and computer science to study the neural basis of cognitive processes.

Atkinson, R. C., & Shiffrin, R. M. (1968). Chapter: Human memory: A proposed system and its control processes. In Spence, K. W., & Spence, J. T. The psychology of learning and motivation (Volume 2). New York: Academic Press. pp. 89–195.

Baddeley, A. D., & Hitch, G. (1974). Working memory. In G. H. Bower (Ed.), The Psychology of Learning and Motivation: Advances in Research and Theory (Vol. 8, pp. 47-89). Academic Press.

Beck, A. T, & Steer, R. A. (1993). Beck Anxiety Inventory Manual. San Antonio: Harcourt Brace and Company.

Chomsky, N. (1986). Knowledge of Language: Its Nature, Origin, and Use . Praeger.

Gazzaniga, M. S. (Ed.). (1995). The Cognitive Neurosciences. MIT Press.

Hollon, S. D., & Beck, A. T. (1994). Cognitive and cognitive-behavioral therapies. In A. E. Bergin & S.L. Garfield (Eds.), Handbook of psychotherapy and behavior change (pp. 428—466) . New York: Wiley.

Köhler, W. (1925). An aspect of Gestalt psychology. The Pedagogical Seminary and Journal of Genetic Psychology, 32(4) , 691-723.

Marr, D. (1982). Vision: A Computational Investigation into the Human Representation and Processing of Visual Information . W. H. Freeman.

Miller, G. A. (1956). The magical number seven, plus or minus two: some limits on our capacity for processing information. Psychological Review , 63 (2): 81–97.

Minsky, M. (1975). A framework for representing knowledge. In P. H. Winston (Ed.), The Psychology of Computer Vision (pp. 211-277). McGraw-Hill.

Neisser, U (1967). Cognitive psychology . Appleton-Century-Crofts: New York

Newell, A., & Simon, H. (1972). Human problem solving . Prentice-Hall.

Rosch, E. H. (1973). Natural categories. Cognitive Psychology, 4 (3), 328-350.

Rumelhart, D. E., & McClelland, J. L. (1986). Parallel Distributed Processing: Explorations in the Microstructure of Cognition. Volume 1: Foundations. MIT Press.

Rumelhart, D. E., & Ortony, A. (1977). The representation of knowledge in memory. In R. C. Anderson, R. J. Spiro, & W. E. Montague (Eds.), Schooling and the Acquisition of Knowledge (pp. 99-135). Erlbaum.

Tversky, A., & Kahneman, D. (1974). Judgment under uncertainty: Heuristics and biases. Science, 185 (4157), 1124-1131.

Thibaut, J., & Kelley, H. H. (1959). The social psychology of groups . New York: Wiley.

Tolman, E. C., Hall, C. S., & Bretnall, E. P. (1932). A disproof of the law of effect and a substitution of the laws of emphasis, motivation and disruption. Journal of Experimental Psychology, 15(6) , 601.

Tolman E. C. (1948). Cognitive maps in rats and men . Psychological Review. 55, 189–208

Tulving, E. (1972). Episodic and semantic memory. In E. Tulving & W. Donaldson (Eds.), Organization of Memory (pp. 381-403). Academic Press.

Wiener, N. (1948). Cybernetics or control and communication in the animal and the machine . Paris, (Hermann & Cie) & Camb. Mass. (MIT Press).

Further Reading

  • Why Your Brain is Not a Computer
  • Cognitive Psychology Historial Development

Print Friendly, PDF & Email

  • Subject List
  • Take a Tour
  • For Authors
  • Subscriber Services
  • Publications
  • African American Studies
  • African Studies
  • American Literature
  • Anthropology
  • Architecture Planning and Preservation
  • Art History
  • Atlantic History
  • Biblical Studies
  • British and Irish Literature
  • Childhood Studies
  • Chinese Studies
  • Cinema and Media Studies
  • Communication
  • Criminology
  • Environmental Science
  • Evolutionary Biology
  • International Law
  • International Relations
  • Islamic Studies
  • Jewish Studies
  • Latin American Studies
  • Latino Studies
  • Linguistics
  • Literary and Critical Theory
  • Medieval Studies
  • Military History
  • Political Science
  • Public Health
  • Renaissance and Reformation
  • Social Work
  • Urban Studies
  • Victorian Literature
  • Browse All Subjects

How to Subscribe

  • Free Trials

In This Article Expand or collapse the "in this article" section Problem Solving and Decision Making

Introduction.

  • General Approaches to Problem Solving
  • Representational Accounts
  • Problem Space and Search
  • Working Memory and Problem Solving
  • Domain-Specific Problem Solving
  • The Rational Approach
  • Prospect Theory
  • Dual-Process Theory
  • Cognitive Heuristics and Biases

Related Articles Expand or collapse the "related articles" section about

About related articles close popup.

Lorem Ipsum Sit Dolor Amet

Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam ligula odio, euismod ut aliquam et, vestibulum nec risus. Nulla viverra, arcu et iaculis consequat, justo diam ornare tellus, semper ultrices tellus nunc eu tellus.

  • Artificial Intelligence, Machine Learning, and Psychology
  • Counterfactual Reasoning
  • Critical Thinking
  • Heuristics and Biases
  • Protocol Analysis
  • Psychology and Law

Other Subject Areas

Forthcoming articles expand or collapse the "forthcoming articles" section.

  • Data Visualization
  • Executive Functions in Childhood
  • Remote Work
  • Find more forthcoming articles...
  • Export Citations
  • Share This Facebook LinkedIn Twitter

Problem Solving and Decision Making by Emily G. Nielsen , John Paul Minda LAST REVIEWED: 26 June 2019 LAST MODIFIED: 26 June 2019 DOI: 10.1093/obo/9780199828340-0246

Problem solving and decision making are both examples of complex, higher-order thinking. Both involve the assessment of the environment, the involvement of working memory or short-term memory, reliance on long term memory, effects of knowledge, and the application of heuristics to complete a behavior. A problem can be defined as an impasse or gap between a current state and a desired goal state. Problem solving is the set of cognitive operations that a person engages in to change the current state, to go beyond the impasse, and achieve a desired outcome. Problem solving involves the mental representation of the problem state and the manipulation of this representation in order to move closer to the goal. Problems can vary in complexity, abstraction, and how well defined (or not) the initial state and the goal state are. Research has generally approached problem solving by examining the behaviors and cognitive processes involved, and some work has examined problem solving using computational processes as well. Decision making is the process of selecting and choosing one action or behavior out of several alternatives. Like problem solving, decision making involves the coordination of memories and executive resources. Research on decision making has paid particular attention to the cognitive biases that account for suboptimal decisions and decisions that deviate from rationality. The current bibliography first outlines some general resources on the psychology of problem solving and decision making before examining each of these topics in detail. Specifically, this review covers cognitive, neuroscientific, and computational approaches to problem solving, as well as decision making models and cognitive heuristics and biases.

General Overviews

Current research in the area of problem solving and decision making is published in both general and specialized scientific journals. Theoretical and scholarly work is often summarized and developed in full-length books and chapter. These may focus on the subfields of problem solving and decision making or the larger field of thinking and higher-order cognition.

back to top

Users without a subscription are not able to see the full content on this page. Please subscribe or login .

Oxford Bibliographies Online is available by subscription and perpetual access to institutions. For more information or to contact an Oxford Sales Representative click here .

  • About Psychology »
  • Meet the Editorial Board »
  • Abnormal Psychology
  • Academic Assessment
  • Acculturation and Health
  • Action Regulation Theory
  • Action Research
  • Addictive Behavior
  • Adolescence
  • Adoption, Social, Psychological, and Evolutionary Perspect...
  • Advanced Theory of Mind
  • Affective Forecasting
  • Affirmative Action
  • Ageism at Work
  • Allport, Gordon
  • Alzheimer’s Disease
  • Ambulatory Assessment in Behavioral Science
  • Analysis of Covariance (ANCOVA)
  • Animal Behavior
  • Animal Learning
  • Anxiety Disorders
  • Art and Aesthetics, Psychology of
  • Assessment and Clinical Applications of Individual Differe...
  • Attachment in Social and Emotional Development across the ...
  • Attention-Deficit/Hyperactivity Disorder (ADHD) in Adults
  • Attention-Deficit/Hyperactivity Disorder (ADHD) in Childre...
  • Attitudinal Ambivalence
  • Attraction in Close Relationships
  • Attribution Theory
  • Authoritarian Personality
  • Bayesian Statistical Methods in Psychology
  • Behavior Therapy, Rational Emotive
  • Behavioral Economics
  • Behavioral Genetics
  • Belief Perseverance
  • Bereavement and Grief
  • Biological Psychology
  • Birth Order
  • Body Image in Men and Women
  • Bystander Effect
  • Categorical Data Analysis in Psychology
  • Childhood and Adolescence, Peer Victimization and Bullying...
  • Clark, Mamie Phipps
  • Clinical Neuropsychology
  • Clinical Psychology
  • Cognitive Consistency Theories
  • Cognitive Dissonance Theory
  • Cognitive Neuroscience
  • Communication, Nonverbal Cues and
  • Comparative Psychology
  • Competence to Stand Trial: Restoration Services
  • Competency to Stand Trial
  • Computational Psychology
  • Conflict Management in the Workplace
  • Conformity, Compliance, and Obedience
  • Consciousness
  • Coping Processes
  • Correspondence Analysis in Psychology
  • Counseling Psychology
  • Creativity at Work
  • Cross-Cultural Psychology
  • Cultural Psychology
  • Daily Life, Research Methods for Studying
  • Data Science Methods for Psychology
  • Data Sharing in Psychology
  • Death and Dying
  • Deceiving and Detecting Deceit
  • Defensive Processes
  • Depressive Disorders
  • Development, Prenatal
  • Developmental Psychology (Cognitive)
  • Developmental Psychology (Social)
  • Diagnostic and Statistical Manual of Mental Disorders (DSM...
  • Discrimination
  • Dissociative Disorders
  • Drugs and Behavior
  • Eating Disorders
  • Ecological Psychology
  • Educational Settings, Assessment of Thinking in
  • Effect Size
  • Embodiment and Embodied Cognition
  • Emerging Adulthood
  • Emotional Intelligence
  • Empathy and Altruism
  • Employee Stress and Well-Being
  • Environmental Neuroscience and Environmental Psychology
  • Ethics in Psychological Practice
  • Event Perception
  • Evolutionary Psychology
  • Expansive Posture
  • Experimental Existential Psychology
  • Exploratory Data Analysis
  • Eyewitness Testimony
  • Eysenck, Hans
  • Factor Analysis
  • Festinger, Leon
  • Five-Factor Model of Personality
  • Flynn Effect, The
  • Forensic Psychology
  • Forgiveness
  • Friendships, Children's
  • Fundamental Attribution Error/Correspondence Bias
  • Gambler's Fallacy
  • Game Theory and Psychology
  • Geropsychology, Clinical
  • Global Mental Health
  • Habit Formation and Behavior Change
  • Health Psychology
  • Health Psychology Research and Practice, Measurement in
  • Heider, Fritz
  • History of Psychology
  • Human Factors
  • Humanistic Psychology
  • Implicit Association Test (IAT)
  • Industrial and Organizational Psychology
  • Inferential Statistics in Psychology
  • Insanity Defense, The
  • Intelligence
  • Intelligence, Crystallized and Fluid
  • Intercultural Psychology
  • Intergroup Conflict
  • International Classification of Diseases and Related Healt...
  • International Psychology
  • Interviewing in Forensic Settings
  • Intimate Partner Violence, Psychological Perspectives on
  • Introversion–Extraversion
  • Item Response Theory
  • Law, Psychology and
  • Lazarus, Richard
  • Learned Helplessness
  • Learning Theory
  • Learning versus Performance
  • LGBTQ+ Romantic Relationships
  • Lie Detection in a Forensic Context
  • Life-Span Development
  • Locus of Control
  • Loneliness and Health
  • Mathematical Psychology
  • Meaning in Life
  • Mechanisms and Processes of Peer Contagion
  • Media Violence, Psychological Perspectives on
  • Mediation Analysis
  • Memories, Autobiographical
  • Memories, Flashbulb
  • Memories, Repressed and Recovered
  • Memory, False
  • Memory, Human
  • Memory, Implicit versus Explicit
  • Memory in Educational Settings
  • Memory, Semantic
  • Meta-Analysis
  • Metacognition
  • Metaphor, Psychological Perspectives on
  • Microaggressions
  • Military Psychology
  • Mindfulness
  • Mindfulness and Education
  • Minnesota Multiphasic Personality Inventory (MMPI)
  • Money, Psychology of
  • Moral Conviction
  • Moral Development
  • Moral Psychology
  • Moral Reasoning
  • Nature versus Nurture Debate in Psychology
  • Neuroscience of Associative Learning
  • Nonergodicity in Psychology and Neuroscience
  • Nonparametric Statistical Analysis in Psychology
  • Observational (Non-Randomized) Studies
  • Obsessive-Complusive Disorder (OCD)
  • Occupational Health Psychology
  • Olfaction, Human
  • Operant Conditioning
  • Optimism and Pessimism
  • Organizational Justice
  • Parenting Stress
  • Parenting Styles
  • Parents' Beliefs about Children
  • Path Models
  • Peace Psychology
  • Perception, Person
  • Performance Appraisal
  • Personality and Health
  • Personality Disorders
  • Personality Psychology
  • Person-Centered and Experiential Psychotherapies: From Car...
  • Phenomenological Psychology
  • Placebo Effects in Psychology
  • Play Behavior
  • Positive Psychological Capital (PsyCap)
  • Positive Psychology
  • Posttraumatic Stress Disorder (PTSD)
  • Prejudice and Stereotyping
  • Pretrial Publicity
  • Prisoner's Dilemma
  • Problem Solving and Decision Making
  • Procrastination
  • Prosocial Behavior
  • Prosocial Spending and Well-Being
  • Psycholinguistics
  • Psychological Literacy
  • Psychological Perspectives on Food and Eating
  • Psychology, Political
  • Psychoneuroimmunology
  • Psychophysics, Visual
  • Psychotherapy
  • Psychotic Disorders
  • Publication Bias in Psychology
  • Reasoning, Counterfactual
  • Rehabilitation Psychology
  • Relationships
  • Reliability–Contemporary Psychometric Conceptions
  • Religion, Psychology and
  • Replication Initiatives in Psychology
  • Research Methods
  • Risk Taking
  • Role of the Expert Witness in Forensic Psychology, The
  • Sample Size Planning for Statistical Power and Accurate Es...
  • Schizophrenic Disorders
  • School Psychology
  • School Psychology, Counseling Services in
  • Self, Gender and
  • Self, Psychology of the
  • Self-Construal
  • Self-Control
  • Self-Deception
  • Self-Determination Theory
  • Self-Efficacy
  • Self-Esteem
  • Self-Monitoring
  • Self-Regulation in Educational Settings
  • Self-Report Tests, Measures, and Inventories in Clinical P...
  • Sensation Seeking
  • Sex and Gender
  • Sexual Minority Parenting
  • Sexual Orientation
  • Signal Detection Theory and its Applications
  • Simpson's Paradox in Psychology
  • Single People
  • Single-Case Experimental Designs
  • Skinner, B.F.
  • Sleep and Dreaming
  • Small Groups
  • Social Class and Social Status
  • Social Cognition
  • Social Neuroscience
  • Social Support
  • Social Touch and Massage Therapy Research
  • Somatoform Disorders
  • Spatial Attention
  • Sports Psychology
  • Stanford Prison Experiment (SPE): Icon and Controversy
  • Stereotype Threat
  • Stereotypes
  • Stress and Coping, Psychology of
  • Student Success in College
  • Subjective Wellbeing Homeostasis
  • Taste, Psychological Perspectives on
  • Teaching of Psychology
  • Terror Management Theory
  • Testing and Assessment
  • The Concept of Validity in Psychological Assessment
  • The Neuroscience of Emotion Regulation
  • The Reasoned Action Approach and the Theories of Reasoned ...
  • The Weapon Focus Effect in Eyewitness Memory
  • Theory of Mind
  • Therapy, Cognitive-Behavioral
  • Thinking Skills in Educational Settings
  • Time Perception
  • Trait Perspective
  • Trauma Psychology
  • Twin Studies
  • Type A Behavior Pattern (Coronary Prone Personality)
  • Unconscious Processes
  • Video Games and Violent Content
  • Virtues and Character Strengths
  • Women and Science, Technology, Engineering, and Math (STEM...
  • Women, Psychology of
  • Work Well-Being
  • Workforce Training Evaluation
  • Wundt, Wilhelm
  • Privacy Policy
  • Cookie Policy
  • Legal Notice
  • Accessibility

Powered by:

  • [185.80.151.9]
  • 185.80.151.9

Logo for Drake University Pressbooks

Want to create or adapt books like this? Learn more about how Pressbooks supports open publishing practices.

7 Thinking, Language, and Problem Solving

Three different artistic portrayals of a person in thought are shown. From left to right, a painting of a woman with an open book, a sculpture of a man hunched over, head on chin, and a ink painting of a man sitting cross-legged holding his head.

What is the best way to solve a problem? How does a person who has never seen or touched snow in real life develop an understanding of the concept of snow? How do young children acquire the ability to learn language with no formal instruction? Psychologists who study thinking explore questions like these and are called cognitive psychologists.

In other chapters, we discussed the cognitive processes of perception, learning, and memory. In this chapter, we will focus on high-level cognitive processes. As a part of this discussion, we will consider thinking and briefly explore the development and use of language. We will also discuss problem solving and creativity. After finishing this chapter, you will have a greater appreciation of the higher-level cognitive processes that contribute to our distinctiveness as a species.

Table of Contents

7.1 What is Cognition? 7.2 Language 7.3 Problem Solving

7.1 What is Cognition?

Learning Objectives

By the end of this section, you will be able to:

  • Describe cognition
  • Distinguish concepts and prototypes
  • Explain the difference between natural and artificial concepts
  • Describe how schemata are organized and constructed

Imagine all of your thoughts as if they were physical entities, swirling rapidly inside your mind. How is it possible that the brain is able to move from one thought to the next in an organized, orderly fashion? The brain is endlessly perceiving, processing, planning, organizing, and remembering—it is always active. Yet, you don’t notice most of your brain’s activity as you move throughout your daily routine. This is only one facet of the complex processes involved in cognition . Simply put,  cognition  is thinking, and it encompasses the processes associated with perception, knowledge, problem solving, judgment, language, and memory. Scientists who study cognition are searching for ways to understand how we integrate, organize, and utilize our conscious cognitive experiences without being aware of all of the unconscious work that our brains are doing (for example, Kahneman, 2011).

Upon waking each morning, you begin thinking—contemplating the tasks that you must complete that day. In what order should you run your errands? Should you go to the bank, the cleaners, or the grocery store first? Can you get these things done before you head to class or will they need to wait until school is done? These thoughts are one example of cognition at work. Exceptionally complex, cognition is an essential feature of human consciousness, yet not all aspects of cognition are consciously experienced.

Cognitive psychology  is the field of psychology dedicated to examining how people think. It attempts to explain how and why we think the way we do by studying the interactions among human thinking, emotion, creativity, language, and problem solving, in addition to other cognitive processes. Cognitive psychologists strive to determine and measure different types of intelligence, why some people are better at problem solving than others, and how emotional intelligence affects success in the workplace, among countless other topics. They also sometimes focus on how we organize thoughts and information gathered from our environments into meaningful categories of thought, which will be discussed later.

Concepts and Prototypes

The human nervous system is capable of handling endless streams of information. The senses serve as the interface between the mind and the external environment, receiving stimuli and translating it into nervous impulses that are transmitted to the brain. The brain then processes this information and uses the relevant pieces to create thoughts, which can then be expressed through language or stored in memory for future use. To make this process more complex, the brain does not gather information from external environments only. When thoughts are formed, the mind synthesizes information from emotions and memories ( Figure 7.2 ). Emotion and memory are powerful influences on both our thoughts and behaviors.

A flow chart is overlaid on a drawing of a head with a ponytail. The flowchart reads: Information, sensations (arrow) emotions, memories (arrow) thoughts (arrow) behavior. Thoughts is also connected to Emotions, memories via a feedback arrow.

Concepts are informed by our semantic memory (you will learn more about semantic memory in a later chapter) and are present in every aspect of our lives; however, one of the easiest places to notice concepts is inside a classroom, where they are discussed explicitly. When you study United States history, for example, you learn about more than just individual events that have happened in America’s past. You absorb a large quantity of information by listening to and participating in discussions, examining maps, and reading first-hand accounts of people’s lives. Your brain analyzes these details and develops an overall understanding of American history. In the process, your brain gathers details that inform and refine your understanding of related concepts like democracy, power, and freedom.

Concepts can be complex and abstract, like justice, or more concrete, like types of birds. Some concepts, like tolerance, are agreed upon by many people, because they have been used in various ways over many years. Other concepts, like the characteristics of your ideal friend or your family’s birthday traditions, are personal and individualized. In this way, concepts touch every aspect of our lives, from our many daily routines to the guiding principles behind the way governments function.

Another technique used by your brain to organize information is the identification of prototypes for the concepts you have developed. A  prototype  is the best example or representation of a concept. For example, what comes to your mind when you think of a dog? Most likely your early experiences with dogs will shape what you imagine. If your first pet was a Golden Retriever, there is a good chance that this would be your prototype for the category of dogs.

Natural and Artificial Concepts

In psychology, concepts can be divided into two categories, natural and artificial. Natural concepts  are created “naturally” through your experiences and can be developed from either direct or indirect experiences. For example, if you live in Essex Junction, Vermont, you have probably had a lot of direct experience with snow. You’ve watched it fall from the sky, you’ve seen lightly falling snow that barely covers the windshield of your car, and you’ve shoveled out 18 inches of fluffy white snow as you’ve thought, “This is perfect for skiing.” You’ve thrown snowballs at your best friend and gone sledding down the steepest hill in town. In short, you know snow. You know what it looks like, smells like, tastes like, and feels like. If, however, you’ve lived your whole life on the island of Saint Vincent in the Caribbean, you may never have actually seen snow, much less tasted, smelled, or touched it. You know snow from the indirect experience of seeing pictures of falling snow—or from watching films that feature snow as part of the setting. Either way, snow is a natural concept because you can construct an understanding of it through direct observations, experiences with snow, or indirect knowledge (such as from films or books) ( Figure 7.3 ).

Two images labeled a and b. A depicts a snowy field on a sunny day. B depicts a sphere, rectangular prism, and triangular prism.

An  artificial concept , on the other hand, is a concept that is defined by a specific set of characteristics. Various properties of geometric shapes, like squares and triangles, serve as useful examples of artificial concepts. A triangle always has three angles and three sides. A square always has four equal sides and four right angles. Mathematical formulas, like the equation for area (length × width) are artificial concepts defined by specific sets of characteristics that are always the same. Artificial concepts can enhance the understanding of a topic by building on one another. For example, before learning the concept of “area of a square” (and the formula to find it), you must understand what a square is. Once the concept of “area of a square” is understood, an understanding of area for other geometric shapes can be built upon the original understanding of area. The use of artificial concepts to define an idea is crucial to communicating with others and engaging in complex thought. According to Goldstone and Kersten (2003), concepts act as building blocks and can be connected in countless combinations to create complex thoughts.

A  schema (plural: schemata)  is a mental construct consisting of a cluster or collection of related concepts (Bartlett, 1932). There are many different types of schemata, and they all have one thing in common: schemata are a method of organizing information that allows the brain to work more efficiently. When a schema is activated, the brain makes immediate assumptions about the person or object being observed.

There are several types of schemata. A  role schema  makes assumptions about how individuals in certain roles will behave (Callero, 1994). For example, imagine you meet someone who introduces himself as a firefighter. When this happens, your brain automatically activates the “firefighter schema” and begins making assumptions that this person is brave, selfless, and community-oriented. Despite not knowing this person, already you have unknowingly made judgments about him. Schemata also help you fill in gaps in the information you receive from the world around you. While schemata allow for more efficient information processing, there can be problems with schemata, regardless of whether they are accurate: Perhaps this particular firefighter is not brave, he just works as a firefighter to pay the bills while studying to become a children’s librarian.

An  event schema , also known as a  cognitive script , is a set of behaviors that can feel like a routine. Think about what you do when you walk into an elevator ( Figure 7.4 ). First, the doors open and you wait to let exiting passengers leave the elevator car. Then, you step into the elevator and turn around to face the doors, looking for the correct button to push. You never face the back of the elevator, do you? And when you’re riding in a crowded elevator and you can’t face the front, it feels uncomfortable, doesn’t it? Interestingly, event schemata can vary widely among different cultures and countries. For example, while it is quite common for people to greet one another with a handshake in the United States, in Tibet, you greet someone by sticking your tongue out at them, and in Belize, you bump fists (Cairns Regional Council, n.d.)

A crowded elevator.

Because event schemata are automatic, they can be difficult to change. Imagine that you are driving home from work or school. This event schema involves getting in the car, shutting the door, and buckling your seatbelt before putting the key in the ignition. You might perform this script two or three times each day. As you drive home, you hear your phone’s ring tone. Typically, the event schema that occurs when you hear your phone ringing involves locating the phone and answering it or responding to your latest text message. So without thinking, you reach for your phone, which could be in your pocket, in your bag, or on the passenger seat of the car. This powerful event schema is informed by your pattern of behavior and the pleasurable stimulation that a phone call or text message gives your brain. Because it is a schema, it is extremely challenging for us to stop reaching for the phone, even though we know that we endanger our own lives and the lives of others while we do it (Neyfakh, 2013) ( Figure 7.5 ).

A hand holds a cellphone in front of a steering wheel and front-shield window of a car. The car is on a road.

Remember the elevator? It feels almost impossible to walk in and  not  face the door. Our powerful event schema dictates our behavior in the elevator, and it is no different with our phones. Current research suggests that it is the habit, or event schema, of checking our phones in many different situations that makes refraining from checking them while driving especially difficult (Bayer & Campbell, 2012). Because texting and driving has become a dangerous epidemic in recent years, psychologists are looking at ways to help people interrupt the “phone schema” while driving. Event schemata like these are the reason why many habits are difficult to break once they have been acquired. As we continue to examine thinking, keep in mind how powerful the forces of concepts and schemata are to our understanding of the world.

7.2 LAnguage

  • Define language and demonstrate familiarity with the components of language
  • Understand the development of language
  • Explain the relationship between language and thinking

Language  is a communication system that involves using words and systematic rules to organize those words to transmit information from one individual to another. While language is a form of communication, not all communication is language. Many species communicate with one another through their postures, movements, odors, or vocalizations. This communication is crucial for species that need to interact and develop social relationships with their conspecifics. However, many people have asserted that it is language that makes humans unique among all of the animal species (Corballis & Suddendorf, 2007; Tomasello & Rakoczy, 2003). This section will focus on what distinguishes language as a special form of communication, how the use of language develops, and how language affects the way we think.

Components of Language

Language, be it spoken, signed, or written, has specific components: a lexicon and lexicon grammar .  Lexicon  refers to the words of a given language. Thus, lexicon is a language’s vocabulary.  Grammar  refers to the set of rules that are used to convey meaning through the use of the lexicon (Fernández & Cairns, 2011). For instance, English grammar dictates that most verbs receive an “-ed” at the end to indicate past tense.

Words are formed by combining the various phonemes that make up the language. A  phoneme  (e.g., the sounds “ah” vs. “eh”) is a basic sound unit of a given language, and different languages have different sets of phonemes. For example, the phoneme English speakers associate with the letter ‘L’ is not used in the Japanese language. Similarly, many Southern African languages use phonemes, sometimes referred to as ‘click consonants’ that are not used in English.

Phonemes are combined to form  morphemes , which are the smallest units of language that convey some type of meaning. Some words are morphemes, but not all morphemes are words.  For example, “-ed” is a morpheme used to convey the past-tense in English, but it is not a word. The word “review” contains two morphemes: re- (meaning to do something again) and view (to see). Finally, some words like “I” and “a” are both a phonemes and morphemes.

We use semantics and syntax to construct language. Semantics and syntax are part of a language’s grammar.  Semantics  refers to the process by which we derive meaning from morphemes and words by connecting those morphemes and words to stored concepts.  Syntax  refers to the way words are organized into sentences (Chomsky, 1965; Fernández & Cairns, 2011). For example, you would never say “the dog walked I today” to let someone know you took your dog for a walk–that sentence does not obey English syntax and is therefore difficult to make sense of.

We apply the rules of grammar to organize the lexicon in novel and creative ways, which allow us to communicate information about both concrete and abstract concepts. We can talk about our immediate and observable surroundings as well as the surface of unseen planets. We can share our innermost thoughts, our plans for the future, and debate the value of a college education. We can provide detailed instructions for cooking a meal, fixing a car, or building a fire. Through our use of words and language, we are able to form, organize, and express ideas, schema, and artificial concepts.

Language Development

Given the remarkable complexity of a language, one might expect that mastering a language would be an especially arduous task; indeed, for those of us trying to learn a second language as adults, this might seem to be true. However, young children master language very quickly with relative ease. B. F.  Skinner  (1957) proposed that language is learned through reinforcement. Noam  Chomsky  (1965) criticized this behaviorist approach, asserting instead that the mechanisms underlying language acquisition are biologically determined. The use of language develops in the absence of formal instruction and appears to follow a very similar pattern in children from vastly different cultures and backgrounds. It would seem, therefore, that we are born with a biological predisposition to acquire a language (Chomsky, 1965; Fernández & Cairns, 2011). Moreover, it appears that there is a critical period for language acquisition, such that this proficiency at acquiring language is maximal early in life; generally, as people age, the ease with which they acquire and master new languages diminishes (Johnson & Newport, 1989; Lenneberg, 1967; Singleton, 1995).

Children begin to learn about language from a very early age ( Table 7.1 ). In fact, it appears that this is occurring even before we are born. Newborns show preference for their mother’s voice and appear to be able to discriminate between the language spoken by their mother and other languages. Babies are also attuned to the languages being used around them and show preferences for videos of faces that are moving in synchrony with the audio of spoken language versus videos that do not synchronize with the audio (Blossom & Morgan, 2006; Pickens, 1994; Spelke & Cortelyou, 1981).

Stages of Language and Communication Development
Stage Age Developmental Language and Communication
1 0–3 months Reflexive communication
2 3–8 months Reflexive communication; interest in others
3 8–13 months Intentional communication; sociability
4 12–18 months First words
5 18–24 months Simple sentences of two words
6 2–3 years Sentences of three or more words
7 3–5 years Complex sentences; has conversations

DIG DEEPER: The Case of Genie

In the fall of 1970, a social worker in the Los Angeles area found a 13-year-old girl who was being raised in extremely neglectful and abusive conditions. The girl, who came to be known as Genie, had lived most of her life tied to a potty chair or confined to a crib in a small room that was kept closed with the curtains drawn. For a little over a decade, Genie had virtually no social interaction and no access to the outside world. As a result of these conditions, Genie was unable to stand up, chew solid food, or speak (Fromkin, Krashen, Curtiss, Rigler, & Rigler, 1974; Rymer, 1993). The police took Genie into protective custody.

Genie’s abilities improved dramatically following her removal from her abusive environment, and early on, it appeared she was acquiring language—much later than would be predicted by critical period hypotheses that had been posited at the time (Fromkin et al., 1974). Genie managed to amass an impressive vocabulary in a relatively short amount of time. However, she never developed a mastery of the grammatical aspects of language (Curtiss, 1981). Perhaps being deprived of the opportunity to learn language during a critical period impeded Genie’s ability to fully acquire and use language.

You may recall that each language has its own set of phonemes that are used to generate morphemes, words, and so on. Babies can discriminate among the sounds that make up a language (for example, they can tell the difference between the “s” in vision and the “ss” in fission); early on, they can differentiate between the sounds of all human languages, even those that do not occur in the languages that are used in their environments. However, by the time that they are about 1 year old, they can only discriminate among those phonemes that are used in the language or languages in their environments (Jensen, 2011; Werker & Lalonde, 1988; Werker & Tees, 1984).

After the first few months of life, babies enter what is known as the babbling stage, during which time they tend to produce single syllables that are repeated over and over. As time passes, more variations appear in the syllables that they produce. During this time, it is unlikely that the babies are trying to communicate; they are just as likely to babble when they are alone as when they are with their caregivers (Fernández & Cairns, 2011). Interestingly, babies who are raised in environments in which sign language is used will also begin to show babbling in the gestures of their hands during this stage (Petitto, Holowka, Sergio, Levy, & Ostry, 2004).

Generally, a child’s first word is uttered sometime between the ages of 1 year to 18 months, and for the next few months, the child will remain in the “one word” stage of language development. During this time, children know a number of words, but they only produce one-word utterances. The child’s early vocabulary is limited to familiar objects or events, often nouns. Although children in this stage only make one-word utterances, these words often carry larger meaning (Fernández & Cairns, 2011). So, for example, a child saying “cookie” could be identifying a cookie or asking for a cookie.

As a child’s lexicon grows, she begins to utter simple sentences and to acquire new vocabulary at a very rapid pace. In addition, children begin to demonstrate a clear understanding of the specific rules that apply to their language(s). Even the mistakes that children sometimes make provide evidence of just how much they understand about those rules. This is sometimes seen in the form of  overgeneralization . In this context, overgeneralization refers to an extension of a language rule to an exception to the rule. For example, in English, it is usually the case that an “s” is added to the end of a word to indicate plurality. For example, we speak of one dog versus two dogs. Young children will overgeneralize this rule to cases that are exceptions to the “add an s to the end of the word” rule and say things like “those two gooses” or “three mouses.” Clearly, the rules of the language are understood, even if the exceptions to the rules are still being learned (Moskowitz, 1978).

Language and Thought

When we speak one language, we agree that words are representations of ideas, people, places, and events. The given language that children learn is connected to their culture and surroundings. But can words themselves shape the way we think about things? Psychologists have long investigated the question of whether language shapes thoughts and actions, or whether our thoughts and beliefs shape our language. Two researchers, Edward Sapir and Benjamin Lee Whorf, began this investigation in the 1940s. They wanted to understand how the language habits of a community encourage members of that community to interpret language in a particular manner (Sapir, 1941/1964). Sapir and Whorf proposed that language determines thought. For example, in some languages there are many different words for love. However, in English we use the word love for all types of love. Does this affect how we think about love depending on the language that we speak (Whorf, 1956)? Researchers have since identified this view as too absolute, pointing out a lack of empiricism behind what Sapir and Whorf proposed (Abler, 2013; Boroditsky, 2011; van Troyer, 1994). Today, psychologists continue to study and debate the relationship between language and thought.

WHAT DO YOU THINK? The Meaning of Language

Think about what you know of other languages; perhaps you even speak multiple languages. Imagine for a moment that your closest friend fluently speaks more than one language. Do you think that friend thinks differently, depending on which language is being spoken? You may know a few words that are not translatable from their original language into English. For example, the Portuguese word  saudade  originated during the 15th century, when Portuguese sailors left home to explore the seas and travel to Africa or Asia. Those left behind described the emptiness and fondness they felt as  saudade  ( Figure 7.6 ) .  The word came to express many meanings, including loss, nostalgia, yearning, warm memories, and hope. There is no single word in English that includes all of those emotions in a single description. Do words such as  saudade  indicate that different languages produce different patterns of thought in people? What do you think??

Two paintings are depicted in a and b. A depicts a young boy leaning on a trunk. He looks forlornly past the viewer. B depicts a woman wrapped in a black shawl standing near a window. She reads a letter while holding the shawl to her mouth.

One group of researchers who wanted to investigate how language influences thought compared how English speakers and the Dani people of Papua New Guinea think and speak about color. The Dani have two words for color: one word for  light  and one word for  dark . In contrast, the English language has 11 color words. Researchers hypothesized that the number of color terms could limit the ways that the Dani people conceptualized color. However, the Dani were able to distinguish colors with the same ability as English speakers, despite having fewer words at their disposal (Berlin & Kay, 1969). A recent review of research aimed at determining how language might affect something like color perception suggests that language can influence perceptual phenomena, especially in the left hemisphere of the brain. You may recall from earlier chapters that the left hemisphere is associated with language for most people. However, the right (less linguistic hemisphere) of the brain is less affected by linguistic influences on perception (Regier & Kay, 2009)

7.3 Problem Solving

  • Describe problem solving strategies
  • Define algorithm and heuristic
  • Explain some common roadblocks to effective problem solving and decision making

People face problems every day—usually, multiple problems throughout the day. Sometimes these problems are straightforward: To double a recipe for pizza dough, for example, all that is required is that each ingredient in the recipe be doubled. Sometimes, however, the problems we encounter are more complex. For example, say you have a work deadline, and you must mail a printed copy of a report to your supervisor by the end of the business day. The report is time-sensitive and must be sent overnight. You finished the report last night, but your printer will not work today. What should you do? First, you need to identify the problem and then apply a strategy for solving the problem.

Problem-Solving Strategies

When you are presented with a problem—whether it is a complex mathematical problem or a broken printer, how do you solve it? Before finding a solution to the problem, the problem must first be clearly identified. After that, one of many problem solving strategies can be applied, hopefully resulting in a solution.

A  problem-solving strategy  is a plan of action used to find a solution. Different strategies have different action plans associated with them ( Table 7.2 ). For example, a well-known strategy is  trial and error . The old adage, “If at first you don’t succeed, try, try again” describes trial and error. In terms of your broken printer, you could try checking the ink levels, and if that doesn’t work, you could check to make sure the paper tray isn’t jammed. Or maybe the printer isn’t actually connected to your laptop. When using trial and error, you would continue to try different solutions until you solved your problem. Although trial and error is not typically one of the most time-efficient strategies, it is a commonly used one.

Problem-Solving Strategies
Method Description Example
Trial and error Continue trying different solutions until problem is solved Restarting phone, turning off WiFi, turning off bluetooth in order to determine why your phone is malfunctioning
Algorithm Step-by-step problem-solving formula Instruction manual for installing new software on your computer
Heuristic General problem-solving framework Working backwards; breaking a task into steps

Another type of strategy is an algorithm. An  algorithm  is a problem-solving formula that provides you with step-by-step instructions used to achieve a desired outcome (Kahneman, 2011). You can think of an algorithm as a recipe with highly detailed instructions that produce the same result every time they are performed. Algorithms are used frequently in our everyday lives, especially in computer science. When you run a search on the Internet, search engines like Google use algorithms to decide which entries will appear first in your list of results. Facebook also uses algorithms to decide which posts to display on your newsfeed. Can you identify other situations in which algorithms are used?

A heuristic is another type of problem solving strategy. While an algorithm must be followed exactly to produce a correct result, a  heuristic  is a general problem-solving framework (Tversky & Kahneman, 1974). You can think of these as mental shortcuts that are used to solve problems. A “rule of thumb” is an example of a heuristic. Such a rule saves the person time and energy when making a decision, but despite its time-saving characteristics, it is not always the best method for making a rational decision. Different types of heuristics are used in different types of situations, but the impulse to use a heuristic occurs when one of five conditions is met (Pratkanis, 1989):

  • When one is faced with too much information
  • When the time to make a decision is limited
  • When the decision to be made is unimportant
  • When there is access to very little information to use in making the decision
  • When an appropriate heuristic happens to come to mind in the same moment

Working backwards  is a useful heuristic in which you begin solving the problem by focusing on the end result. Consider this example: You live in Washington, D.C. and have been invited to a wedding at 4 PM on Saturday in Philadelphia. Knowing that Interstate 95 tends to back up any day of the week, you need to plan your route and time your departure accordingly. If you want to be at the wedding service by 3:30 PM, and it takes 2.5 hours to get to Philadelphia without traffic, what time should you leave your house? You use the working backwards heuristic to plan the events of your day on a regular basis, probably without even thinking about it.

Another useful heuristic is the practice of accomplishing a large goal or task by breaking it into a series of smaller steps. Students often use this common method to complete a large research project or long essay for school. For example, students typically brainstorm, develop a thesis or main topic, research the chosen topic, organize their information into an outline, write a rough draft, revise and edit the rough draft, develop a final draft, organize the references list, and proofread their work before turning in the project. The large task becomes less overwhelming when it is broken down into a series of small steps.

EVERYDAY CONNECTION: Solving Puzzles

Problem-solving abilities can improve with practice. Many people challenge themselves every day with puzzles and other mental exercises to sharpen their problem-solving skills. Sudoku puzzles appear daily in most newspapers. Typically, a sudoku puzzle is a 9×9 grid. The simple sudoku below ( Figure 7.7 ) is a 4×4 grid. To solve the puzzle, fill in the empty boxes with a single digit: 1, 2, 3, or 4. Here are the rules: The numbers must total 10 in each bolded box, each row, and each column; however, each digit can only appear once in a bolded box, row, and column. Time yourself as you solve this puzzle and compare your time with a classmate.

A sudoku puzzle is pictured. The puzzle is a 4x4 square with each sub-square also divided into four. Inside the top left square, the numbers are 3, blank, blank, 4 from left-to-right and top-to-bottom. In the top right square, the numbers are blank, two, one, blank. In the bottom left square, the numbers are blank, 3, four, blank; and the bottom right square contains 2, blank, blank, 1.

Here is another popular type of puzzle ( Figure 7.8 ) that challenges your spatial reasoning skills. Connect all nine dots with four connecting straight lines without lifting your pencil from the paper:

Nine dots are arrayed in three rows of three.

Not all problems are successfully solved, however. What challenges stop us from successfully solving a problem? Albert Einstein once said, “Insanity is doing the same thing over and over again and expecting a different result.” Imagine a person in a room that has four doorways. One doorway that has always been open in the past is now locked. The person, accustomed to exiting the room by that particular doorway, keeps trying to get out through the same doorway even though the other three doorways are open. The person is stuck—but she just needs to go to another doorway, instead of trying to get out through the locked doorway. A  mental set  is where you persist in approaching a problem in a way that has worked in the past but is clearly not working now.

The top figure shows a book of matches, a box of tacks, and a candle. The bottom figure shows the box tacked to the wall with the candle standing in the box.

Functional fixedness  is a type of mental set where you cannot perceive an object being used for something other than what it was designed for. Duncker (1945) conducted foundational research on functional fixedness. He created an experiment in which participants were given a candle, a book of matches, and a box of thumbtacks. They were instructed to use those items to attach the candle to the wall so that it did not drip wax onto the table below. Participants had to use functional fixedness to solve the problem ( Figure 7.10 ). During the  Apollo 13  mission to the moon, NASA engineers at Mission Control had to overcome functional fixedness to save the lives of the astronauts aboard the spacecraft. An explosion in a module of the spacecraft damaged multiple systems. The astronauts were in danger of being poisoned by rising levels of carbon dioxide because of problems with the carbon dioxide filters. The engineers found a way for the astronauts to use spare plastic bags, tape, and air hoses to create a makeshift air filter, which saved the lives of the astronauts.

Researchers have investigated whether functional fixedness is affected by culture. In one experiment, individuals from the Shuar group in Ecuador were asked to use an object for a purpose other than that for which the object was originally intended. For example, the participants were told a story about a bear and a rabbit that were separated by a river and asked to select among various objects, including a spoon, a cup, erasers, and so on, to help the animals. The spoon was the only object long enough to span the imaginary river, but if the spoon was presented in a way that reflected its normal usage, it took participants longer to choose the spoon to solve the problem. (German & Barrett, 2005). The researchers wanted to know if exposure to highly specialized tools, as occurs with individuals in industrialized nations, affects their ability to transcend functional fixedness. It was determined that functional fixedness is experienced in both industrialized and nonindustrialized cultures (German & Barrett, 2005).

In order to make good decisions, we use our knowledge and our reasoning. Often, this knowledge and reasoning is sound and solid. Sometimes, however, we are swayed by biases or by others manipulating a situation. For example, let’s say you and three friends wanted to rent a house and had a combined target budget of $1,600. The realtor shows you only very run-down houses for $1,600 and then shows you a very nice house for $2,000. Might you ask each person to pay more in rent to get the $2,000 home? Why would the realtor show you the run-down houses and the nice house? The realtor may be challenging your anchoring bias. An  anchoring bias  occurs when you focus on one piece of information when making a decision or solving a problem. In this case, you’re so focused on the amount of money you are willing to spend that you may not recognize what kinds of houses are available at that price point.

The  confirmation bias  is the tendency to focus on information that confirms your existing beliefs. For example, if you think that your professor is not very nice, you notice all of the instances of rude behavior exhibited by the professor while ignoring the countless pleasant interactions he is involved in on a daily basis.  Hindsight bias  leads you to believe that the event you just experienced was predictable, even though it really wasn’t. In other words, you knew all along that things would turn out the way they did.  Representative bias  describes a faulty way of thinking, in which you unintentionally stereotype someone or something; for example, you may assume that your professors spend their free time reading books and engaging in intellectual conversation, because the idea of them spending their time playing volleyball or visiting an amusement park does not fit in with your stereotypes of professors.

Finally, the  availability heuristic  is a heuristic in which you make a decision based on an example, information, or recent experience that is that readily available to you, even though it may not be the best example to inform your decision .  Biases tend to “preserve that which is already established—to maintain our preexisting knowledge, beliefs, attitudes, and hypotheses” (Aronson, 1995; Kahneman, 2011). These biases are summarized in  Table 7.3 .

Summary of Decision Biases
Bias Description
Anchoring Tendency to focus on one particular piece of information when making decisions or problem-solving
Confirmation Focuses on information that confirms existing beliefs
Hindsight Belief that the event just experienced was predictable
Representative Unintentional stereotyping of someone or something
Availability Decision is based upon either an available precedent or an example that may be faulty

Were you able to determine how many marbles are needed to balance the scales in  Figure 7.9 ? You need nine. Were you able to solve the problems in  Figure 7.7  and  Figure 7.8 ? Here are the answers ( Figure 7.11 ).

image

Chapter Summary

7.1 what is cognition.

In this section, you were introduced to cognitive psychology, which is the study of cognition, or the brain’s ability to think, perceive, plan, analyze, and remember. Concepts and their corresponding prototypes help us quickly organize our thinking by creating categories into which we can sort new information. We also develop schemata, which are clusters of related concepts. Some schemata involve routines of thought and behavior, and these help us function properly in various situations without having to “think twice” about them. Schemata show up in social situations and routines of daily behavior.

7.2 Language

Language is a communication system that has both a lexicon and a system of grammar. Language acquisition occurs naturally and effortlessly during the early stages of life, and this acquisition occurs in a predictable sequence for individuals around the world. Language has a strong influence on thought, and the concept of how language may influence cognition remains an area of study and debate in psychology.

Many different strategies exist for solving problems. Typical strategies include trial and error, applying algorithms, and using heuristics. To solve a large, complicated problem, it often helps to break the problem into smaller steps that can be accomplished individually, leading to an overall solution. Roadblocks to problem solving include a mental set, functional fixedness, and various biases that can cloud decision making skills.

thinking; or, all of the processes associated with perception, knowledge, problem solving, judgement, language, and memory.

A modern school of psychological thought that empirically examines mental processes such as perception, memory, language, and judgement.

a category or grouping of linguistic information, images, ideas or memories, such as life experiences.

knowledge about words, concepts, and language-based knowledge and facts

the best example or representation of a concept, specific to an individual

concepts developed through direct or indirect experiences with the world

a concept defined by a specific set of characteristics.

a mental construct consisting of a cluster of related concepts

a set of ideas relating to how individuals in certain roles will behave.

also known as a cognitive script; a set of behaviors associated with a particular place or event

also known as an event schema; a set of behaviors associated with a particular place or event

a communication system that involves using words and systematic rules to organize those words to transmit information from one individual to another.

the words of a language

the rules of a language used to convey meaning through the use of the lexicon

the basic sounds that make up a language

the smallest unit of language that conveys meaning

the process by which we derive meaning from morphemes and words

the rules guiding the organization of morphemes into words and words into sentences.

Psychology 2e Copyright © 2020 by Openstax is licensed under a Creative Commons Attribution 4.0 International License , except where otherwise noted.

Share This Book

Logo for College of DuPage Digital Press

Want to create or adapt books like this? Learn more about how Pressbooks supports open publishing practices.

7 Module 7: Thinking, Reasoning, and Problem-Solving

This module is about how a solid working knowledge of psychological principles can help you to think more effectively, so you can succeed in school and life. You might be inclined to believe that—because you have been thinking for as long as you can remember, because you are able to figure out the solution to many problems, because you feel capable of using logic to argue a point, because you can evaluate whether the things you read and hear make sense—you do not need any special training in thinking. But this, of course, is one of the key barriers to helping people think better. If you do not believe that there is anything wrong, why try to fix it?

The human brain is indeed a remarkable thinking machine, capable of amazing, complex, creative, logical thoughts. Why, then, are we telling you that you need to learn how to think? Mainly because one major lesson from cognitive psychology is that these capabilities of the human brain are relatively infrequently realized. Many psychologists believe that people are essentially “cognitive misers.” It is not that we are lazy, but that we have a tendency to expend the least amount of mental effort necessary. Although you may not realize it, it actually takes a great deal of energy to think. Careful, deliberative reasoning and critical thinking are very difficult. Because we seem to be successful without going to the trouble of using these skills well, it feels unnecessary to develop them. As you shall see, however, there are many pitfalls in the cognitive processes described in this module. When people do not devote extra effort to learning and improving reasoning, problem solving, and critical thinking skills, they make many errors.

As is true for memory, if you develop the cognitive skills presented in this module, you will be more successful in school. It is important that you realize, however, that these skills will help you far beyond school, even more so than a good memory will. Although it is somewhat useful to have a good memory, ten years from now no potential employer will care how many questions you got right on multiple choice exams during college. All of them will, however, recognize whether you are a logical, analytical, critical thinker. With these thinking skills, you will be an effective, persuasive communicator and an excellent problem solver.

The module begins by describing different kinds of thought and knowledge, especially conceptual knowledge and critical thinking. An understanding of these differences will be valuable as you progress through school and encounter different assignments that require you to tap into different kinds of knowledge. The second section covers deductive and inductive reasoning, which are processes we use to construct and evaluate strong arguments. They are essential skills to have whenever you are trying to persuade someone (including yourself) of some point, or to respond to someone’s efforts to persuade you. The module ends with a section about problem solving. A solid understanding of the key processes involved in problem solving will help you to handle many daily challenges.

7.1. Different kinds of thought

7.2. Reasoning and Judgment

7.3. Problem Solving

READING WITH PURPOSE

Remember and understand.

By reading and studying Module 7, you should be able to remember and describe:

  • Concepts and inferences (7.1)
  • Procedural knowledge (7.1)
  • Metacognition (7.1)
  • Characteristics of critical thinking:  skepticism; identify biases, distortions, omissions, and assumptions; reasoning and problem solving skills  (7.1)
  • Reasoning:  deductive reasoning, deductively valid argument, inductive reasoning, inductively strong argument, availability heuristic, representativeness heuristic  (7.2)
  • Fixation:  functional fixedness, mental set  (7.3)
  • Algorithms, heuristics, and the role of confirmation bias (7.3)
  • Effective problem solving sequence (7.3)

By reading and thinking about how the concepts in Module 6 apply to real life, you should be able to:

  • Identify which type of knowledge a piece of information is (7.1)
  • Recognize examples of deductive and inductive reasoning (7.2)
  • Recognize judgments that have probably been influenced by the availability heuristic (7.2)
  • Recognize examples of problem solving heuristics and algorithms (7.3)

Analyze, Evaluate, and Create

By reading and thinking about Module 6, participating in classroom activities, and completing out-of-class assignments, you should be able to:

  • Use the principles of critical thinking to evaluate information (7.1)
  • Explain whether examples of reasoning arguments are deductively valid or inductively strong (7.2)
  • Outline how you could try to solve a problem from your life using the effective problem solving sequence (7.3)

7.1. Different kinds of thought and knowledge

  • Take a few minutes to write down everything that you know about dogs.
  • Do you believe that:
  • Psychic ability exists?
  • Hypnosis is an altered state of consciousness?
  • Magnet therapy is effective for relieving pain?
  • Aerobic exercise is an effective treatment for depression?
  • UFO’s from outer space have visited earth?

On what do you base your belief or disbelief for the questions above?

Of course, we all know what is meant by the words  think  and  knowledge . You probably also realize that they are not unitary concepts; there are different kinds of thought and knowledge. In this section, let us look at some of these differences. If you are familiar with these different kinds of thought and pay attention to them in your classes, it will help you to focus on the right goals, learn more effectively, and succeed in school. Different assignments and requirements in school call on you to use different kinds of knowledge or thought, so it will be very helpful for you to learn to recognize them (Anderson, et al. 2001).

Factual and conceptual knowledge

Module 5 introduced the idea of declarative memory, which is composed of facts and episodes. If you have ever played a trivia game or watched Jeopardy on TV, you realize that the human brain is able to hold an extraordinary number of facts. Likewise, you realize that each of us has an enormous store of episodes, essentially facts about events that happened in our own lives. It may be difficult to keep that in mind when we are struggling to retrieve one of those facts while taking an exam, however. Part of the problem is that, in contradiction to the advice from Module 5, many students continue to try to memorize course material as a series of unrelated facts (picture a history student simply trying to memorize history as a set of unrelated dates without any coherent story tying them together). Facts in the real world are not random and unorganized, however. It is the way that they are organized that constitutes a second key kind of knowledge, conceptual.

Concepts are nothing more than our mental representations of categories of things in the world. For example, think about dogs. When you do this, you might remember specific facts about dogs, such as they have fur and they bark. You may also recall dogs that you have encountered and picture them in your mind. All of this information (and more) makes up your concept of dog. You can have concepts of simple categories (e.g., triangle), complex categories (e.g., small dogs that sleep all day, eat out of the garbage, and bark at leaves), kinds of people (e.g., psychology professors), events (e.g., birthday parties), and abstract ideas (e.g., justice). Gregory Murphy (2002) refers to concepts as the “glue that holds our mental life together” (p. 1). Very simply, summarizing the world by using concepts is one of the most important cognitive tasks that we do. Our conceptual knowledge  is  our knowledge about the world. Individual concepts are related to each other to form a rich interconnected network of knowledge. For example, think about how the following concepts might be related to each other: dog, pet, play, Frisbee, chew toy, shoe. Or, of more obvious use to you now, how these concepts are related: working memory, long-term memory, declarative memory, procedural memory, and rehearsal? Because our minds have a natural tendency to organize information conceptually, when students try to remember course material as isolated facts, they are working against their strengths.

One last important point about concepts is that they allow you to instantly know a great deal of information about something. For example, if someone hands you a small red object and says, “here is an apple,” they do not have to tell you, “it is something you can eat.” You already know that you can eat it because it is true by virtue of the fact that the object is an apple; this is called drawing an  inference , assuming that something is true on the basis of your previous knowledge (for example, of category membership or of how the world works) or logical reasoning.

Procedural knowledge

Physical skills, such as tying your shoes, doing a cartwheel, and driving a car (or doing all three at the same time, but don’t try this at home) are certainly a kind of knowledge. They are procedural knowledge, the same idea as procedural memory that you saw in Module 5. Mental skills, such as reading, debating, and planning a psychology experiment, are procedural knowledge, as well. In short, procedural knowledge is the knowledge how to do something (Cohen & Eichenbaum, 1993).

Metacognitive knowledge

Floyd used to think that he had a great memory. Now, he has a better memory. Why? Because he finally realized that his memory was not as great as he once thought it was. Because Floyd eventually learned that he often forgets where he put things, he finally developed the habit of putting things in the same place. (Unfortunately, he did not learn this lesson before losing at least 5 watches and a wedding ring.) Because he finally realized that he often forgets to do things, he finally started using the To Do list app on his phone. And so on. Floyd’s insights about the real limitations of his memory have allowed him to remember things that he used to forget.

All of us have knowledge about the way our own minds work. You may know that you have a good memory for people’s names and a poor memory for math formulas. Someone else might realize that they have difficulty remembering to do things, like stopping at the store on the way home. Others still know that they tend to overlook details. This knowledge about our own thinking is actually quite important; it is called metacognitive knowledge, or  metacognition . Like other kinds of thinking skills, it is subject to error. For example, in unpublished research, one of the authors surveyed about 120 General Psychology students on the first day of the term. Among other questions, the students were asked them to predict their grade in the class and report their current Grade Point Average. Two-thirds of the students predicted that their grade in the course would be higher than their GPA. (The reality is that at our college, students tend to earn lower grades in psychology than their overall GPA.) Another example: Students routinely report that they thought they had done well on an exam, only to discover, to their dismay, that they were wrong (more on that important problem in a moment). Both errors reveal a breakdown in metacognition.

The Dunning-Kruger Effect

In general, most college students probably do not study enough. For example, using data from the National Survey of Student Engagement, Fosnacht, McCormack, and Lerma (2018) reported that first-year students at 4-year colleges in the U.S. averaged less than 14 hours per week preparing for classes. The typical suggestion is that you should spend two hours outside of class for every hour in class, or 24 – 30 hours per week for a full-time student. Clearly, students in general are nowhere near that recommended mark. Many observers, including some faculty, believe that this shortfall is a result of students being too busy or lazy. Now, it may be true that many students are too busy, with work and family obligations, for example. Others, are not particularly motivated in school, and therefore might correctly be labeled lazy. A third possible explanation, however, is that some students might not think they need to spend this much time. And this is a matter of metacognition. Consider the scenario that we mentioned above, students thinking they had done well on an exam only to discover that they did not. Justin Kruger and David Dunning examined scenarios very much like this in 1999. Kruger and Dunning gave research participants tests measuring humor, logic, and grammar. Then, they asked the participants to assess their own abilities and test performance in these areas. They found that participants in general tended to overestimate their abilities, already a problem with metacognition. Importantly, the participants who scored the lowest overestimated their abilities the most. Specifically, students who scored in the bottom quarter (averaging in the 12th percentile) thought they had scored in the 62nd percentile. This has become known as the  Dunning-Kruger effect . Many individual faculty members have replicated these results with their own student on their course exams, including the authors of this book. Think about it. Some students who just took an exam and performed poorly believe that they did well before seeing their score. It seems very likely that these are the very same students who stopped studying the night before because they thought they were “done.” Quite simply, it is not just that they did not know the material. They did not know that they did not know the material. That is poor metacognition.

In order to develop good metacognitive skills, you should continually monitor your thinking and seek frequent feedback on the accuracy of your thinking (Medina, Castleberry, & Persky 2017). For example, in classes get in the habit of predicting your exam grades. As soon as possible after taking an exam, try to find out which questions you missed and try to figure out why. If you do this soon enough, you may be able to recall the way it felt when you originally answered the question. Did you feel confident that you had answered the question correctly? Then you have just discovered an opportunity to improve your metacognition. Be on the lookout for that feeling and respond with caution.

concept :  a mental representation of a category of things in the world

Dunning-Kruger effect : individuals who are less competent tend to overestimate their abilities more than individuals who are more competent do

inference : an assumption about the truth of something that is not stated. Inferences come from our prior knowledge and experience, and from logical reasoning

metacognition :  knowledge about one’s own cognitive processes; thinking about your thinking

Critical thinking

One particular kind of knowledge or thinking skill that is related to metacognition is  critical thinking (Chew, 2020). You may have noticed that critical thinking is an objective in many college courses, and thus it could be a legitimate topic to cover in nearly any college course. It is particularly appropriate in psychology, however. As the science of (behavior and) mental processes, psychology is obviously well suited to be the discipline through which you should be introduced to this important way of thinking.

More importantly, there is a particular need to use critical thinking in psychology. We are all, in a way, experts in human behavior and mental processes, having engaged in them literally since birth. Thus, perhaps more than in any other class, students typically approach psychology with very clear ideas and opinions about its subject matter. That is, students already “know” a lot about psychology. The problem is, “it ain’t so much the things we don’t know that get us into trouble. It’s the things we know that just ain’t so” (Ward, quoted in Gilovich 1991). Indeed, many of students’ preconceptions about psychology are just plain wrong. Randolph Smith (2002) wrote a book about critical thinking in psychology called  Challenging Your Preconceptions,  highlighting this fact. On the other hand, many of students’ preconceptions about psychology are just plain right! But wait, how do you know which of your preconceptions are right and which are wrong? And when you come across a research finding or theory in this class that contradicts your preconceptions, what will you do? Will you stick to your original idea, discounting the information from the class? Will you immediately change your mind? Critical thinking can help us sort through this confusing mess.

But what is critical thinking? The goal of critical thinking is simple to state (but extraordinarily difficult to achieve): it is to be right, to draw the correct conclusions, to believe in things that are true and to disbelieve things that are false. We will provide two definitions of critical thinking (or, if you like, one large definition with two distinct parts). First, a more conceptual one: Critical thinking is thinking like a scientist in your everyday life (Schmaltz, Jansen, & Wenckowski, 2017).  Our second definition is more operational; it is simply a list of skills that are essential to be a critical thinker. Critical thinking entails solid reasoning and problem solving skills; skepticism; and an ability to identify biases, distortions, omissions, and assumptions. Excellent deductive and inductive reasoning, and problem solving skills contribute to critical thinking. So, you can consider the subject matter of sections 7.2 and 7.3 to be part of critical thinking. Because we will be devoting considerable time to these concepts in the rest of the module, let us begin with a discussion about the other aspects of critical thinking.

Let’s address that first part of the definition. Scientists form hypotheses, or predictions about some possible future observations. Then, they collect data, or information (think of this as making those future observations). They do their best to make unbiased observations using reliable techniques that have been verified by others. Then, and only then, they draw a conclusion about what those observations mean. Oh, and do not forget the most important part. “Conclusion” is probably not the most appropriate word because this conclusion is only tentative. A scientist is always prepared that someone else might come along and produce new observations that would require a new conclusion be drawn. Wow! If you like to be right, you could do a lot worse than using a process like this.

A Critical Thinker’s Toolkit 

Now for the second part of the definition. Good critical thinkers (and scientists) rely on a variety of tools to evaluate information. Perhaps the most recognizable tool for critical thinking is  skepticism (and this term provides the clearest link to the thinking like a scientist definition, as you are about to see). Some people intend it as an insult when they call someone a skeptic. But if someone calls you a skeptic, if they are using the term correctly, you should consider it a great compliment. Simply put, skepticism is a way of thinking in which you refrain from drawing a conclusion or changing your mind until good evidence has been provided. People from Missouri should recognize this principle, as Missouri is known as the Show-Me State. As a skeptic, you are not inclined to believe something just because someone said so, because someone else believes it, or because it sounds reasonable. You must be persuaded by high quality evidence.

Of course, if that evidence is produced, you have a responsibility as a skeptic to change your belief. Failure to change a belief in the face of good evidence is not skepticism; skepticism has open mindedness at its core. M. Neil Browne and Stuart Keeley (2018) use the term weak sense critical thinking to describe critical thinking behaviors that are used only to strengthen a prior belief. Strong sense critical thinking, on the other hand, has as its goal reaching the best conclusion. Sometimes that means strengthening your prior belief, but sometimes it means changing your belief to accommodate the better evidence.

Many times, a failure to think critically or weak sense critical thinking is related to a  bias , an inclination, tendency, leaning, or prejudice. Everybody has biases, but many people are unaware of them. Awareness of your own biases gives you the opportunity to control or counteract them. Unfortunately, however, many people are happy to let their biases creep into their attempts to persuade others; indeed, it is a key part of their persuasive strategy. To see how these biases influence messages, just look at the different descriptions and explanations of the same events given by people of different ages or income brackets, or conservative versus liberal commentators, or by commentators from different parts of the world. Of course, to be successful, these people who are consciously using their biases must disguise them. Even undisguised biases can be difficult to identify, so disguised ones can be nearly impossible.

Here are some common sources of biases:

  • Personal values and beliefs.  Some people believe that human beings are basically driven to seek power and that they are typically in competition with one another over scarce resources. These beliefs are similar to the world-view that political scientists call “realism.” Other people believe that human beings prefer to cooperate and that, given the chance, they will do so. These beliefs are similar to the world-view known as “idealism.” For many people, these deeply held beliefs can influence, or bias, their interpretations of such wide ranging situations as the behavior of nations and their leaders or the behavior of the driver in the car ahead of you. For example, if your worldview is that people are typically in competition and someone cuts you off on the highway, you may assume that the driver did it purposely to get ahead of you. Other types of beliefs about the way the world is or the way the world should be, for example, political beliefs, can similarly become a significant source of bias.
  • Racism, sexism, ageism and other forms of prejudice and bigotry.  These are, sadly, a common source of bias in many people. They are essentially a special kind of “belief about the way the world is.” These beliefs—for example, that women do not make effective leaders—lead people to ignore contradictory evidence (examples of effective women leaders, or research that disputes the belief) and to interpret ambiguous evidence in a way consistent with the belief.
  • Self-interest.  When particular people benefit from things turning out a certain way, they can sometimes be very susceptible to letting that interest bias them. For example, a company that will earn a profit if they sell their product may have a bias in the way that they give information about their product. A union that will benefit if its members get a generous contract might have a bias in the way it presents information about salaries at competing organizations. (Note that our inclusion of examples describing both companies and unions is an explicit attempt to control for our own personal biases). Home buyers are often dismayed to discover that they purchased their dream house from someone whose self-interest led them to lie about flooding problems in the basement or back yard. This principle, the biasing power of self-interest, is likely what led to the famous phrase  Caveat Emptor  (let the buyer beware) .  

Knowing that these types of biases exist will help you evaluate evidence more critically. Do not forget, though, that people are not always keen to let you discover the sources of biases in their arguments. For example, companies or political organizations can sometimes disguise their support of a research study by contracting with a university professor, who comes complete with a seemingly unbiased institutional affiliation, to conduct the study.

People’s biases, conscious or unconscious, can lead them to make omissions, distortions, and assumptions that undermine our ability to correctly evaluate evidence. It is essential that you look for these elements. Always ask, what is missing, what is not as it appears, and what is being assumed here? For example, consider this (fictional) chart from an ad reporting customer satisfaction at 4 local health clubs.

concepts of problem solving in psychology

Clearly, from the results of the chart, one would be tempted to give Club C a try, as customer satisfaction is much higher than for the other 3 clubs.

There are so many distortions and omissions in this chart, however, that it is actually quite meaningless. First, how was satisfaction measured? Do the bars represent responses to a survey? If so, how were the questions asked? Most importantly, where is the missing scale for the chart? Although the differences look quite large, are they really?

Well, here is the same chart, with a different scale, this time labeled:

concepts of problem solving in psychology

Club C is not so impressive any more, is it? In fact, all of the health clubs have customer satisfaction ratings (whatever that means) between 85% and 88%. In the first chart, the entire scale of the graph included only the percentages between 83 and 89. This “judicious” choice of scale—some would call it a distortion—and omission of that scale from the chart make the tiny differences among the clubs seem important, however.

Also, in order to be a critical thinker, you need to learn to pay attention to the assumptions that underlie a message. Let us briefly illustrate the role of assumptions by touching on some people’s beliefs about the criminal justice system in the US. Some believe that a major problem with our judicial system is that many criminals go free because of legal technicalities. Others believe that a major problem is that many innocent people are convicted of crimes. The simple fact is, both types of errors occur. A person’s conclusion about which flaw in our judicial system is the greater tragedy is based on an assumption about which of these is the more serious error (letting the guilty go free or convicting the innocent). This type of assumption is called a value assumption (Browne and Keeley, 2018). It reflects the differences in values that people develop, differences that may lead us to disregard valid evidence that does not fit in with our particular values.

Oh, by the way, some students probably noticed this, but the seven tips for evaluating information that we shared in Module 1 are related to this. Actually, they are part of this section. The tips are, to a very large degree, set of ideas you can use to help you identify biases, distortions, omissions, and assumptions. If you do not remember this section, we strongly recommend you take a few minutes to review it.

skepticism :  a way of thinking in which you refrain from drawing a conclusion or changing your mind until good evidence has been provided

bias : an inclination, tendency, leaning, or prejudice

  • Which of your beliefs (or disbeliefs) from the Activate exercise for this section were derived from a process of critical thinking? If some of your beliefs were not based on critical thinking, are you willing to reassess these beliefs? If the answer is no, why do you think that is? If the answer is yes, what concrete steps will you take?

7.2 Reasoning and Judgment

  • What percentage of kidnappings are committed by strangers?
  • Which area of the house is riskiest: kitchen, bathroom, or stairs?
  • What is the most common cancer in the US?
  • What percentage of workplace homicides are committed by co-workers?

An essential set of procedural thinking skills is  reasoning , the ability to generate and evaluate solid conclusions from a set of statements or evidence. You should note that these conclusions (when they are generated instead of being evaluated) are one key type of inference that we described in Section 7.1. There are two main types of reasoning, deductive and inductive.

Deductive reasoning

Suppose your teacher tells you that if you get an A on the final exam in a course, you will get an A for the whole course. Then, you get an A on the final exam. What will your final course grade be? Most people can see instantly that you can conclude with certainty that you will get an A for the course. This is a type of reasoning called  deductive reasoning , which is defined as reasoning in which a conclusion is guaranteed to be true as long as the statements leading to it are true. The three statements can be listed as an  argument , with two beginning statements and a conclusion:

Statement 1: If you get an A on the final exam, you will get an A for the course

Statement 2: You get an A on the final exam

Conclusion: You will get an A for the course

This particular arrangement, in which true beginning statements lead to a guaranteed true conclusion, is known as a  deductively valid argument . Although deductive reasoning is often the subject of abstract, brain-teasing, puzzle-like word problems, it is actually an extremely important type of everyday reasoning. It is just hard to recognize sometimes. For example, imagine that you are looking for your car keys and you realize that they are either in the kitchen drawer or in your book bag. After looking in the kitchen drawer, you instantly know that they must be in your book bag. That conclusion results from a simple deductive reasoning argument. In addition, solid deductive reasoning skills are necessary for you to succeed in the sciences, philosophy, math, computer programming, and any endeavor involving the use of logic to persuade others to your point of view or to evaluate others’ arguments.

Cognitive psychologists, and before them philosophers, have been quite interested in deductive reasoning, not so much for its practical applications, but for the insights it can offer them about the ways that human beings think. One of the early ideas to emerge from the examination of deductive reasoning is that people learn (or develop) mental versions of rules that allow them to solve these types of reasoning problems (Braine, 1978; Braine, Reiser, & Rumain, 1984). The best way to see this point of view is to realize that there are different possible rules, and some of them are very simple. For example, consider this rule of logic:

therefore q

Logical rules are often presented abstractly, as letters, in order to imply that they can be used in very many specific situations. Here is a concrete version of the of the same rule:

I’ll either have pizza or a hamburger for dinner tonight (p or q)

I won’t have pizza (not p)

Therefore, I’ll have a hamburger (therefore q)

This kind of reasoning seems so natural, so easy, that it is quite plausible that we would use a version of this rule in our daily lives. At least, it seems more plausible than some of the alternative possibilities—for example, that we need to have experience with the specific situation (pizza or hamburger, in this case) in order to solve this type of problem easily. So perhaps there is a form of natural logic (Rips, 1990) that contains very simple versions of logical rules. When we are faced with a reasoning problem that maps onto one of these rules, we use the rule.

But be very careful; things are not always as easy as they seem. Even these simple rules are not so simple. For example, consider the following rule. Many people fail to realize that this rule is just as valid as the pizza or hamburger rule above.

if p, then q

therefore, not p

Concrete version:

If I eat dinner, then I will have dessert

I did not have dessert

Therefore, I did not eat dinner

The simple fact is, it can be very difficult for people to apply rules of deductive logic correctly; as a result, they make many errors when trying to do so. Is this a deductively valid argument or not?

Students who like school study a lot

Students who study a lot get good grades

Jane does not like school

Therefore, Jane does not get good grades

Many people are surprised to discover that this is not a logically valid argument; the conclusion is not guaranteed to be true from the beginning statements. Although the first statement says that students who like school study a lot, it does NOT say that students who do not like school do not study a lot. In other words, it may very well be possible to study a lot without liking school. Even people who sometimes get problems like this right might not be using the rules of deductive reasoning. Instead, they might just be making judgments for examples they know, in this case, remembering instances of people who get good grades despite not liking school.

Making deductive reasoning even more difficult is the fact that there are two important properties that an argument may have. One, it can be valid or invalid (meaning that the conclusion does or does not follow logically from the statements leading up to it). Two, an argument (or more correctly, its conclusion) can be true or false. Here is an example of an argument that is logically valid, but has a false conclusion (at least we think it is false).

Either you are eleven feet tall or the Grand Canyon was created by a spaceship crashing into the earth.

You are not eleven feet tall

Therefore the Grand Canyon was created by a spaceship crashing into the earth

This argument has the exact same form as the pizza or hamburger argument above, making it is deductively valid. The conclusion is so false, however, that it is absurd (of course, the reason the conclusion is false is that the first statement is false). When people are judging arguments, they tend to not observe the difference between deductive validity and the empirical truth of statements or conclusions. If the elements of an argument happen to be true, people are likely to judge the argument logically valid; if the elements are false, they will very likely judge it invalid (Markovits & Bouffard-Bouchard, 1992; Moshman & Franks, 1986). Thus, it seems a stretch to say that people are using these logical rules to judge the validity of arguments. Many psychologists believe that most people actually have very limited deductive reasoning skills (Johnson-Laird, 1999). They argue that when faced with a problem for which deductive logic is required, people resort to some simpler technique, such as matching terms that appear in the statements and the conclusion (Evans, 1982). This might not seem like a problem, but what if reasoners believe that the elements are true and they happen to be wrong; they will would believe that they are using a form of reasoning that guarantees they are correct and yet be wrong.

deductive reasoning :  a type of reasoning in which the conclusion is guaranteed to be true any time the statements leading up to it are true

argument :  a set of statements in which the beginning statements lead to a conclusion

deductively valid argument :  an argument for which true beginning statements guarantee that the conclusion is true

Inductive reasoning and judgment

Every day, you make many judgments about the likelihood of one thing or another. Whether you realize it or not, you are practicing  inductive reasoning   on a daily basis. In inductive reasoning arguments, a conclusion is likely whenever the statements preceding it are true. The first thing to notice about inductive reasoning is that, by definition, you can never be sure about your conclusion; you can only estimate how likely the conclusion is. Inductive reasoning may lead you to focus on Memory Encoding and Recoding when you study for the exam, but it is possible the instructor will ask more questions about Memory Retrieval instead. Unlike deductive reasoning, the conclusions you reach through inductive reasoning are only probable, not certain. That is why scientists consider inductive reasoning weaker than deductive reasoning. But imagine how hard it would be for us to function if we could not act unless we were certain about the outcome.

Inductive reasoning can be represented as logical arguments consisting of statements and a conclusion, just as deductive reasoning can be. In an inductive argument, you are given some statements and a conclusion (or you are given some statements and must draw a conclusion). An argument is  inductively strong   if the conclusion would be very probable whenever the statements are true. So, for example, here is an inductively strong argument:

  • Statement #1: The forecaster on Channel 2 said it is going to rain today.
  • Statement #2: The forecaster on Channel 5 said it is going to rain today.
  • Statement #3: It is very cloudy and humid.
  • Statement #4: You just heard thunder.
  • Conclusion (or judgment): It is going to rain today.

Think of the statements as evidence, on the basis of which you will draw a conclusion. So, based on the evidence presented in the four statements, it is very likely that it will rain today. Will it definitely rain today? Certainly not. We can all think of times that the weather forecaster was wrong.

A true story: Some years ago psychology student was watching a baseball playoff game between the St. Louis Cardinals and the Los Angeles Dodgers. A graphic on the screen had just informed the audience that the Cardinal at bat, (Hall of Fame shortstop) Ozzie Smith, a switch hitter batting left-handed for this plate appearance, had never, in nearly 3000 career at-bats, hit a home run left-handed. The student, who had just learned about inductive reasoning in his psychology class, turned to his companion (a Cardinals fan) and smugly said, “It is an inductively strong argument that Ozzie Smith will not hit a home run.” He turned back to face the television just in time to watch the ball sail over the right field fence for a home run. Although the student felt foolish at the time, he was not wrong. It was an inductively strong argument; 3000 at-bats is an awful lot of evidence suggesting that the Wizard of Ozz (as he was known) would not be hitting one out of the park (think of each at-bat without a home run as a statement in an inductive argument). Sadly (for the die-hard Cubs fan and Cardinals-hating student), despite the strength of the argument, the conclusion was wrong.

Given the possibility that we might draw an incorrect conclusion even with an inductively strong argument, we really want to be sure that we do, in fact, make inductively strong arguments. If we judge something probable, it had better be probable. If we judge something nearly impossible, it had better not happen. Think of inductive reasoning, then, as making reasonably accurate judgments of the probability of some conclusion given a set of evidence.

We base many decisions in our lives on inductive reasoning. For example:

Statement #1: Psychology is not my best subject

Statement #2: My psychology instructor has a reputation for giving difficult exams

Statement #3: My first psychology exam was much harder than I expected

Judgment: The next exam will probably be very difficult.

Decision: I will study tonight instead of watching Netflix.

Some other examples of judgments that people commonly make in a school context include judgments of the likelihood that:

  • A particular class will be interesting/useful/difficult
  • You will be able to finish writing a paper by next week if you go out tonight
  • Your laptop’s battery will last through the next trip to the library
  • You will not miss anything important if you skip class tomorrow
  • Your instructor will not notice if you skip class tomorrow
  • You will be able to find a book that you will need for a paper
  • There will be an essay question about Memory Encoding on the next exam

Tversky and Kahneman (1983) recognized that there are two general ways that we might make these judgments; they termed them extensional (i.e., following the laws of probability) and intuitive (i.e., using shortcuts or heuristics, see below). We will use a similar distinction between Type 1 and Type 2 thinking, as described by Keith Stanovich and his colleagues (Evans and Stanovich, 2013; Stanovich and West, 2000). Type 1 thinking is fast, automatic, effortful, and emotional. In fact, it is hardly fair to call it reasoning at all, as judgments just seem to pop into one’s head. Type 2 thinking , on the other hand, is slow, effortful, and logical. So obviously, it is more likely to lead to a correct judgment, or an optimal decision. The problem is, we tend to over-rely on Type 1. Now, we are not saying that Type 2 is the right way to go for every decision or judgment we make. It seems a bit much, for example, to engage in a step-by-step logical reasoning procedure to decide whether we will have chicken or fish for dinner tonight.

Many bad decisions in some very important contexts, however, can be traced back to poor judgments of the likelihood of certain risks or outcomes that result from the use of Type 1 when a more logical reasoning process would have been more appropriate. For example:

Statement #1: It is late at night.

Statement #2: Albert has been drinking beer for the past five hours at a party.

Statement #3: Albert is not exactly sure where he is or how far away home is.

Judgment: Albert will have no difficulty walking home.

Decision: He walks home alone.

As you can see in this example, the three statements backing up the judgment do not really support it. In other words, this argument is not inductively strong because it is based on judgments that ignore the laws of probability. What are the chances that someone facing these conditions will be able to walk home alone easily? And one need not be drunk to make poor decisions based on judgments that just pop into our heads.

The truth is that many of our probability judgments do not come very close to what the laws of probability say they should be. Think about it. In order for us to reason in accordance with these laws, we would need to know the laws of probability, which would allow us to calculate the relationship between particular pieces of evidence and the probability of some outcome (i.e., how much likelihood should change given a piece of evidence), and we would have to do these heavy math calculations in our heads. After all, that is what Type 2 requires. Needless to say, even if we were motivated, we often do not even know how to apply Type 2 reasoning in many cases.

So what do we do when we don’t have the knowledge, skills, or time required to make the correct mathematical judgment? Do we hold off and wait until we can get better evidence? Do we read up on probability and fire up our calculator app so we can compute the correct probability? Of course not. We rely on Type 1 thinking. We “wing it.” That is, we come up with a likelihood estimate using some means at our disposal. Psychologists use the term heuristic to describe the type of “winging it” we are talking about. A  heuristic   is a shortcut strategy that we use to make some judgment or solve some problem (see Section 7.3). Heuristics are easy and quick, think of them as the basic procedures that are characteristic of Type 1.  They can absolutely lead to reasonably good judgments and decisions in some situations (like choosing between chicken and fish for dinner). They are, however, far from foolproof. There are, in fact, quite a lot of situations in which heuristics can lead us to make incorrect judgments, and in many cases the decisions based on those judgments can have serious consequences.

Let us return to the activity that begins this section. You were asked to judge the likelihood (or frequency) of certain events and risks. You were free to come up with your own evidence (or statements) to make these judgments. This is where a heuristic crops up. As a judgment shortcut, we tend to generate specific examples of those very events to help us decide their likelihood or frequency. For example, if we are asked to judge how common, frequent, or likely a particular type of cancer is, many of our statements would be examples of specific cancer cases:

Statement #1: Andy Kaufman (comedian) had lung cancer.

Statement #2: Colin Powell (US Secretary of State) had prostate cancer.

Statement #3: Bob Marley (musician) had skin and brain cancer

Statement #4: Sandra Day O’Connor (Supreme Court Justice) had breast cancer.

Statement #5: Fred Rogers (children’s entertainer) had stomach cancer.

Statement #6: Robin Roberts (news anchor) had breast cancer.

Statement #7: Bette Davis (actress) had breast cancer.

Judgment: Breast cancer is the most common type.

Your own experience or memory may also tell you that breast cancer is the most common type. But it is not (although it is common). Actually, skin cancer is the most common type in the US. We make the same types of misjudgments all the time because we do not generate the examples or evidence according to their actual frequencies or probabilities. Instead, we have a tendency (or bias) to search for the examples in memory; if they are easy to retrieve, we assume that they are common. To rephrase this in the language of the heuristic, events seem more likely to the extent that they are available to memory. This bias has been termed the  availability heuristic   (Kahneman and Tversky, 1974).

The fact that we use the availability heuristic does not automatically mean that our judgment is wrong. The reason we use heuristics in the first place is that they work fairly well in many cases (and, of course that they are easy to use). So, the easiest examples to think of sometimes are the most common ones. Is it more likely that a member of the U.S. Senate is a man or a woman? Most people have a much easier time generating examples of male senators. And as it turns out, the U.S. Senate has many more men than women (74 to 26 in 2020). In this case, then, the availability heuristic would lead you to make the correct judgment; it is far more likely that a senator would be a man.

In many other cases, however, the availability heuristic will lead us astray. This is because events can be memorable for many reasons other than their frequency. Section 5.2, Encoding Meaning, suggested that one good way to encode the meaning of some information is to form a mental image of it. Thus, information that has been pictured mentally will be more available to memory. Indeed, an event that is vivid and easily pictured will trick many people into supposing that type of event is more common than it actually is. Repetition of information will also make it more memorable. So, if the same event is described to you in a magazine, on the evening news, on a podcast that you listen to, and in your Facebook feed; it will be very available to memory. Again, the availability heuristic will cause you to misperceive the frequency of these types of events.

Most interestingly, information that is unusual is more memorable. Suppose we give you the following list of words to remember: box, flower, letter, platypus, oven, boat, newspaper, purse, drum, car. Very likely, the easiest word to remember would be platypus, the unusual one. The same thing occurs with memories of events. An event may be available to memory because it is unusual, yet the availability heuristic leads us to judge that the event is common. Did you catch that? In these cases, the availability heuristic makes us think the exact opposite of the true frequency. We end up thinking something is common because it is unusual (and therefore memorable). Yikes.

The misapplication of the availability heuristic sometimes has unfortunate results. For example, if you went to K-12 school in the US over the past 10 years, it is extremely likely that you have participated in lockdown and active shooter drills. Of course, everyone is trying to prevent the tragedy of another school shooting. And believe us, we are not trying to minimize how terrible the tragedy is. But the truth of the matter is, school shootings are extremely rare. Because the federal government does not keep a database of school shootings, the Washington Post has maintained their own running tally. Between 1999 and January 2020 (the date of the most recent school shooting with a death in the US at of the time this paragraph was written), the Post reported a total of 254 people died in school shootings in the US. Not 254 per year, 254 total. That is an average of 12 per year. Of course, that is 254 people who should not have died (particularly because many were children), but in a country with approximately 60,000,000 students and teachers, this is a very small risk.

But many students and teachers are terrified that they will be victims of school shootings because of the availability heuristic. It is so easy to think of examples (they are very available to memory) that people believe the event is very common. It is not. And there is a downside to this. We happen to believe that there is an enormous gun violence problem in the United States. According the the Centers for Disease Control and Prevention, there were 39,773 firearm deaths in the US in 2017. Fifteen of those deaths were in school shootings, according to the Post. 60% of those deaths were suicides. When people pay attention to the school shooting risk (low), they often fail to notice the much larger risk.

And examples like this are by no means unique. The authors of this book have been teaching psychology since the 1990’s. We have been able to make the exact same arguments about the misapplication of the availability heuristics and keep them current by simply swapping out for the “fear of the day.” In the 1990’s it was children being kidnapped by strangers (it was known as “stranger danger”) despite the facts that kidnappings accounted for only 2% of the violent crimes committed against children, and only 24% of kidnappings are committed by strangers (US Department of Justice, 2007). This fear overlapped with the fear of terrorism that gripped the country after the 2001 terrorist attacks on the World Trade Center and US Pentagon and still plagues the population of the US somewhat in 2020. After a well-publicized, sensational act of violence, people are extremely likely to increase their estimates of the chances that they, too, will be victims of terror. Think about the reality, however. In October of 2001, a terrorist mailed anthrax spores to members of the US government and a number of media companies. A total of five people died as a result of this attack. The nation was nearly paralyzed by the fear of dying from the attack; in reality the probability of an individual person dying was 0.00000002.

The availability heuristic can lead you to make incorrect judgments in a school setting as well. For example, suppose you are trying to decide if you should take a class from a particular math professor. You might try to make a judgment of how good a teacher she is by recalling instances of friends and acquaintances making comments about her teaching skill. You may have some examples that suggest that she is a poor teacher very available to memory, so on the basis of the availability heuristic you judge her a poor teacher and decide to take the class from someone else. What if, however, the instances you recalled were all from the same person, and this person happens to be a very colorful storyteller? The subsequent ease of remembering the instances might not indicate that the professor is a poor teacher after all.

Although the availability heuristic is obviously important, it is not the only judgment heuristic we use. Amos Tversky and Daniel Kahneman examined the role of heuristics in inductive reasoning in a long series of studies. Kahneman received a Nobel Prize in Economics for this research in 2002, and Tversky would have certainly received one as well if he had not died of melanoma at age 59 in 1996 (Nobel Prizes are not awarded posthumously). Kahneman and Tversky demonstrated repeatedly that people do not reason in ways that are consistent with the laws of probability. They identified several heuristic strategies that people use instead to make judgments about likelihood. The importance of this work for economics (and the reason that Kahneman was awarded the Nobel Prize) is that earlier economic theories had assumed that people do make judgments rationally, that is, in agreement with the laws of probability.

Another common heuristic that people use for making judgments is the  representativeness heuristic (Kahneman & Tversky 1973). Suppose we describe a person to you. He is quiet and shy, has an unassuming personality, and likes to work with numbers. Is this person more likely to be an accountant or an attorney? If you said accountant, you were probably using the representativeness heuristic. Our imaginary person is judged likely to be an accountant because he resembles, or is representative of the concept of, an accountant. When research participants are asked to make judgments such as these, the only thing that seems to matter is the representativeness of the description. For example, if told that the person described is in a room that contains 70 attorneys and 30 accountants, participants will still assume that he is an accountant.

inductive reasoning :  a type of reasoning in which we make judgments about likelihood from sets of evidence

inductively strong argument :  an inductive argument in which the beginning statements lead to a conclusion that is probably true

heuristic :  a shortcut strategy that we use to make judgments and solve problems. Although they are easy to use, they do not guarantee correct judgments and solutions

availability heuristic :  judging the frequency or likelihood of some event type according to how easily examples of the event can be called to mind (i.e., how available they are to memory)

representativeness heuristic:   judging the likelihood that something is a member of a category on the basis of how much it resembles a typical category member (i.e., how representative it is of the category)

Type 1 thinking : fast, automatic, and emotional thinking.

Type 2 thinking : slow, effortful, and logical thinking.

  • What percentage of workplace homicides are co-worker violence?

Many people get these questions wrong. The answers are 10%; stairs; skin; 6%. How close were your answers? Explain how the availability heuristic might have led you to make the incorrect judgments.

  • Can you think of some other judgments that you have made (or beliefs that you have) that might have been influenced by the availability heuristic?

7.3 Problem Solving

  • Please take a few minutes to list a number of problems that you are facing right now.
  • Now write about a problem that you recently solved.
  • What is your definition of a problem?

Mary has a problem. Her daughter, ordinarily quite eager to please, appears to delight in being the last person to do anything. Whether getting ready for school, going to piano lessons or karate class, or even going out with her friends, she seems unwilling or unable to get ready on time. Other people have different kinds of problems. For example, many students work at jobs, have numerous family commitments, and are facing a course schedule full of difficult exams, assignments, papers, and speeches. How can they find enough time to devote to their studies and still fulfill their other obligations? Speaking of students and their problems: Show that a ball thrown vertically upward with initial velocity v0 takes twice as much time to return as to reach the highest point (from Spiegel, 1981).

These are three very different situations, but we have called them all problems. What makes them all the same, despite the differences? A psychologist might define a  problem   as a situation with an initial state, a goal state, and a set of possible intermediate states. Somewhat more meaningfully, we might consider a problem a situation in which you are in here one state (e.g., daughter is always late), you want to be there in another state (e.g., daughter is not always late), and with no obvious way to get from here to there. Defined this way, each of the three situations we outlined can now be seen as an example of the same general concept, a problem. At this point, you might begin to wonder what is not a problem, given such a general definition. It seems that nearly every non-routine task we engage in could qualify as a problem. As long as you realize that problems are not necessarily bad (it can be quite fun and satisfying to rise to the challenge and solve a problem), this may be a useful way to think about it.

Can we identify a set of problem-solving skills that would apply to these very different kinds of situations? That task, in a nutshell, is a major goal of this section. Let us try to begin to make sense of the wide variety of ways that problems can be solved with an important observation: the process of solving problems can be divided into two key parts. First, people have to notice, comprehend, and represent the problem properly in their minds (called  problem representation ). Second, they have to apply some kind of solution strategy to the problem. Psychologists have studied both of these key parts of the process in detail.

When you first think about the problem-solving process, you might guess that most of our difficulties would occur because we are failing in the second step, the application of strategies. Although this can be a significant difficulty much of the time, the more important source of difficulty is probably problem representation. In short, we often fail to solve a problem because we are looking at it, or thinking about it, the wrong way.

problem :  a situation in which we are in an initial state, have a desired goal state, and there is a number of possible intermediate states (i.e., there is no obvious way to get from the initial to the goal state)

problem representation :  noticing, comprehending and forming a mental conception of a problem

Defining and Mentally Representing Problems in Order to Solve Them

So, the main obstacle to solving a problem is that we do not clearly understand exactly what the problem is. Recall the problem with Mary’s daughter always being late. One way to represent, or to think about, this problem is that she is being defiant. She refuses to get ready in time. This type of representation or definition suggests a particular type of solution. Another way to think about the problem, however, is to consider the possibility that she is simply being sidetracked by interesting diversions. This different conception of what the problem is (i.e., different representation) suggests a very different solution strategy. For example, if Mary defines the problem as defiance, she may be tempted to solve the problem using some kind of coercive tactics, that is, to assert her authority as her mother and force her to listen. On the other hand, if Mary defines the problem as distraction, she may try to solve it by simply removing the distracting objects.

As you might guess, when a problem is represented one way, the solution may seem very difficult, or even impossible. Seen another way, the solution might be very easy. For example, consider the following problem (from Nasar, 1998):

Two bicyclists start 20 miles apart and head toward each other, each going at a steady rate of 10 miles per hour. At the same time, a fly that travels at a steady 15 miles per hour starts from the front wheel of the southbound bicycle and flies to the front wheel of the northbound one, then turns around and flies to the front wheel of the southbound one again, and continues in this manner until he is crushed between the two front wheels. Question: what total distance did the fly cover?

Please take a few minutes to try to solve this problem.

Most people represent this problem as a question about a fly because, well, that is how the question is asked. The solution, using this representation, is to figure out how far the fly travels on the first leg of its journey, then add this total to how far it travels on the second leg of its journey (when it turns around and returns to the first bicycle), then continue to add the smaller distance from each leg of the journey until you converge on the correct answer. You would have to be quite skilled at math to solve this problem, and you would probably need some time and pencil and paper to do it.

If you consider a different representation, however, you can solve this problem in your head. Instead of thinking about it as a question about a fly, think about it as a question about the bicycles. They are 20 miles apart, and each is traveling 10 miles per hour. How long will it take for the bicycles to reach each other? Right, one hour. The fly is traveling 15 miles per hour; therefore, it will travel a total of 15 miles back and forth in the hour before the bicycles meet. Represented one way (as a problem about a fly), the problem is quite difficult. Represented another way (as a problem about two bicycles), it is easy. Changing your representation of a problem is sometimes the best—sometimes the only—way to solve it.

Unfortunately, however, changing a problem’s representation is not the easiest thing in the world to do. Often, problem solvers get stuck looking at a problem one way. This is called  fixation . Most people who represent the preceding problem as a problem about a fly probably do not pause to reconsider, and consequently change, their representation. A parent who thinks her daughter is being defiant is unlikely to consider the possibility that her behavior is far less purposeful.

Problem-solving fixation was examined by a group of German psychologists called Gestalt psychologists during the 1930’s and 1940’s. Karl Dunker, for example, discovered an important type of failure to take a different perspective called  functional fixedness . Imagine being a participant in one of his experiments. You are asked to figure out how to mount two candles on a door and are given an assortment of odds and ends, including a small empty cardboard box and some thumbtacks. Perhaps you have already figured out a solution: tack the box to the door so it forms a platform, then put the candles on top of the box. Most people are able to arrive at this solution. Imagine a slight variation of the procedure, however. What if, instead of being empty, the box had matches in it? Most people given this version of the problem do not arrive at the solution given above. Why? Because it seems to people that when the box contains matches, it already has a function; it is a matchbox. People are unlikely to consider a new function for an object that already has a function. This is functional fixedness.

Mental set is a type of fixation in which the problem solver gets stuck using the same solution strategy that has been successful in the past, even though the solution may no longer be useful. It is commonly seen when students do math problems for homework. Often, several problems in a row require the reapplication of the same solution strategy. Then, without warning, the next problem in the set requires a new strategy. Many students attempt to apply the formerly successful strategy on the new problem and therefore cannot come up with a correct answer.

The thing to remember is that you cannot solve a problem unless you correctly identify what it is to begin with (initial state) and what you want the end result to be (goal state). That may mean looking at the problem from a different angle and representing it in a new way. The correct representation does not guarantee a successful solution, but it certainly puts you on the right track.

A bit more optimistically, the Gestalt psychologists discovered what may be considered the opposite of fixation, namely  insight . Sometimes the solution to a problem just seems to pop into your head. Wolfgang Kohler examined insight by posing many different problems to chimpanzees, principally problems pertaining to their acquisition of out-of-reach food. In one version, a banana was placed outside of a chimpanzee’s cage and a short stick inside the cage. The stick was too short to retrieve the banana, but was long enough to retrieve a longer stick also located outside of the cage. This second stick was long enough to retrieve the banana. After trying, and failing, to reach the banana with the shorter stick, the chimpanzee would try a couple of random-seeming attempts, react with some apparent frustration or anger, then suddenly rush to the longer stick, the correct solution fully realized at this point. This sudden appearance of the solution, observed many times with many different problems, was termed insight by Kohler.

Lest you think it pertains to chimpanzees only, Karl Dunker demonstrated that children also solve problems through insight in the 1930s. More importantly, you have probably experienced insight yourself. Think back to a time when you were trying to solve a difficult problem. After struggling for a while, you gave up. Hours later, the solution just popped into your head, perhaps when you were taking a walk, eating dinner, or lying in bed.

fixation :  when a problem solver gets stuck looking at a problem a particular way and cannot change his or her representation of it (or his or her intended solution strategy)

functional fixedness :  a specific type of fixation in which a problem solver cannot think of a new use for an object that already has a function

mental set :  a specific type of fixation in which a problem solver gets stuck using the same solution strategy that has been successful in the past

insight :  a sudden realization of a solution to a problem

Solving Problems by Trial and Error

Correctly identifying the problem and your goal for a solution is a good start, but recall the psychologist’s definition of a problem: it includes a set of possible intermediate states. Viewed this way, a problem can be solved satisfactorily only if one can find a path through some of these intermediate states to the goal. Imagine a fairly routine problem, finding a new route to school when your ordinary route is blocked (by road construction, for example). At each intersection, you may turn left, turn right, or go straight. A satisfactory solution to the problem (of getting to school) is a sequence of selections at each intersection that allows you to wind up at school.

If you had all the time in the world to get to school, you might try choosing intermediate states randomly. At one corner you turn left, the next you go straight, then you go left again, then right, then right, then straight. Unfortunately, trial and error will not necessarily get you where you want to go, and even if it does, it is not the fastest way to get there. For example, when a friend of ours was in college, he got lost on the way to a concert and attempted to find the venue by choosing streets to turn onto randomly (this was long before the use of GPS). Amazingly enough, the strategy worked, although he did end up missing two out of the three bands who played that night.

Trial and error is not all bad, however. B.F. Skinner, a prominent behaviorist psychologist, suggested that people often behave randomly in order to see what effect the behavior has on the environment and what subsequent effect this environmental change has on them. This seems particularly true for the very young person. Picture a child filling a household’s fish tank with toilet paper, for example. To a child trying to develop a repertoire of creative problem-solving strategies, an odd and random behavior might be just the ticket. Eventually, the exasperated parent hopes, the child will discover that many of these random behaviors do not successfully solve problems; in fact, in many cases they create problems. Thus, one would expect a decrease in this random behavior as a child matures. You should realize, however, that the opposite extreme is equally counterproductive. If the children become too rigid, never trying something unexpected and new, their problem solving skills can become too limited.

Effective problem solving seems to call for a happy medium that strikes a balance between using well-founded old strategies and trying new ground and territory. The individual who recognizes a situation in which an old problem-solving strategy would work best, and who can also recognize a situation in which a new untested strategy is necessary is halfway to success.

Solving Problems with Algorithms and Heuristics

For many problems there is a possible strategy available that will guarantee a correct solution. For example, think about math problems. Math lessons often consist of step-by-step procedures that can be used to solve the problems. If you apply the strategy without error, you are guaranteed to arrive at the correct solution to the problem. This approach is called using an  algorithm , a term that denotes the step-by-step procedure that guarantees a correct solution. Because algorithms are sometimes available and come with a guarantee, you might think that most people use them frequently. Unfortunately, however, they do not. As the experience of many students who have struggled through math classes can attest, algorithms can be extremely difficult to use, even when the problem solver knows which algorithm is supposed to work in solving the problem. In problems outside of math class, we often do not even know if an algorithm is available. It is probably fair to say, then, that algorithms are rarely used when people try to solve problems.

Because algorithms are so difficult to use, people often pass up the opportunity to guarantee a correct solution in favor of a strategy that is much easier to use and yields a reasonable chance of coming up with a correct solution. These strategies are called  problem solving heuristics . Similar to what you saw in section 6.2 with reasoning heuristics, a problem solving heuristic is a shortcut strategy that people use when trying to solve problems. It usually works pretty well, but does not guarantee a correct solution to the problem. For example, one problem solving heuristic might be “always move toward the goal” (so when trying to get to school when your regular route is blocked, you would always turn in the direction you think the school is). A heuristic that people might use when doing math homework is “use the same solution strategy that you just used for the previous problem.”

By the way, we hope these last two paragraphs feel familiar to you. They seem to parallel a distinction that you recently learned. Indeed, algorithms and problem-solving heuristics are another example of the distinction between Type 1 thinking and Type 2 thinking.

Although it is probably not worth describing a large number of specific heuristics, two observations about heuristics are worth mentioning. First, heuristics can be very general or they can be very specific, pertaining to a particular type of problem only. For example, “always move toward the goal” is a general strategy that you can apply to countless problem situations. On the other hand, “when you are lost without a functioning gps, pick the most expensive car you can see and follow it” is specific to the problem of being lost. Second, all heuristics are not equally useful. One heuristic that many students know is “when in doubt, choose c for a question on a multiple-choice exam.” This is a dreadful strategy because many instructors intentionally randomize the order of answer choices. Another test-taking heuristic, somewhat more useful, is “look for the answer to one question somewhere else on the exam.”

You really should pay attention to the application of heuristics to test taking. Imagine that while reviewing your answers for a multiple-choice exam before turning it in, you come across a question for which you originally thought the answer was c. Upon reflection, you now think that the answer might be b. Should you change the answer to b, or should you stick with your first impression? Most people will apply the heuristic strategy to “stick with your first impression.” What they do not realize, of course, is that this is a very poor strategy (Lilienfeld et al, 2009). Most of the errors on exams come on questions that were answered wrong originally and were not changed (so they remain wrong). There are many fewer errors where we change a correct answer to an incorrect answer. And, of course, sometimes we change an incorrect answer to a correct answer. In fact, research has shown that it is more common to change a wrong answer to a right answer than vice versa (Bruno, 2001).

The belief in this poor test-taking strategy (stick with your first impression) is based on the  confirmation bias   (Nickerson, 1998; Wason, 1960). You first saw the confirmation bias in Module 1, but because it is so important, we will repeat the information here. People have a bias, or tendency, to notice information that confirms what they already believe. Somebody at one time told you to stick with your first impression, so when you look at the results of an exam you have taken, you will tend to notice the cases that are consistent with that belief. That is, you will notice the cases in which you originally had an answer correct and changed it to the wrong answer. You tend not to notice the other two important (and more common) cases, changing an answer from wrong to right, and leaving a wrong answer unchanged.

Because heuristics by definition do not guarantee a correct solution to a problem, mistakes are bound to occur when we employ them. A poor choice of a specific heuristic will lead to an even higher likelihood of making an error.

algorithm :  a step-by-step procedure that guarantees a correct solution to a problem

problem solving heuristic :  a shortcut strategy that we use to solve problems. Although they are easy to use, they do not guarantee correct judgments and solutions

confirmation bias :  people’s tendency to notice information that confirms what they already believe

An Effective Problem-Solving Sequence

You may be left with a big question: If algorithms are hard to use and heuristics often don’t work, how am I supposed to solve problems? Robert Sternberg (1996), as part of his theory of what makes people successfully intelligent (Module 8) described a problem-solving sequence that has been shown to work rather well:

  • Identify the existence of a problem.  In school, problem identification is often easy; problems that you encounter in math classes, for example, are conveniently labeled as problems for you. Outside of school, however, realizing that you have a problem is a key difficulty that you must get past in order to begin solving it. You must be very sensitive to the symptoms that indicate a problem.
  • Define the problem.  Suppose you realize that you have been having many headaches recently. Very likely, you would identify this as a problem. If you define the problem as “headaches,” the solution would probably be to take aspirin or ibuprofen or some other anti-inflammatory medication. If the headaches keep returning, however, you have not really solved the problem—likely because you have mistaken a symptom for the problem itself. Instead, you must find the root cause of the headaches. Stress might be the real problem. For you to successfully solve many problems it may be necessary for you to overcome your fixations and represent the problems differently. One specific strategy that you might find useful is to try to define the problem from someone else’s perspective. How would your parents, spouse, significant other, doctor, etc. define the problem? Somewhere in these different perspectives may lurk the key definition that will allow you to find an easier and permanent solution.
  • Formulate strategy.  Now it is time to begin planning exactly how the problem will be solved. Is there an algorithm or heuristic available for you to use? Remember, heuristics by their very nature guarantee that occasionally you will not be able to solve the problem. One point to keep in mind is that you should look for long-range solutions, which are more likely to address the root cause of a problem than short-range solutions.
  • Represent and organize information.  Similar to the way that the problem itself can be defined, or represented in multiple ways, information within the problem is open to different interpretations. Suppose you are studying for a big exam. You have chapters from a textbook and from a supplemental reader, along with lecture notes that all need to be studied. How should you (represent and) organize these materials? Should you separate them by type of material (text versus reader versus lecture notes), or should you separate them by topic? To solve problems effectively, you must learn to find the most useful representation and organization of information.
  • Allocate resources.  This is perhaps the simplest principle of the problem solving sequence, but it is extremely difficult for many people. First, you must decide whether time, money, skills, effort, goodwill, or some other resource would help to solve the problem Then, you must make the hard choice of deciding which resources to use, realizing that you cannot devote maximum resources to every problem. Very often, the solution to problem is simply to change how resources are allocated (for example, spending more time studying in order to improve grades).
  • Monitor and evaluate solutions.  Pay attention to the solution strategy while you are applying it. If it is not working, you may be able to select another strategy. Another fact you should realize about problem solving is that it never does end. Solving one problem frequently brings up new ones. Good monitoring and evaluation of your problem solutions can help you to anticipate and get a jump on solving the inevitable new problems that will arise.

Please note that this as  an  effective problem-solving sequence, not  the  effective problem solving sequence. Just as you can become fixated and end up representing the problem incorrectly or trying an inefficient solution, you can become stuck applying the problem-solving sequence in an inflexible way. Clearly there are problem situations that can be solved without using these skills in this order.

Additionally, many real-world problems may require that you go back and redefine a problem several times as the situation changes (Sternberg et al. 2000). For example, consider the problem with Mary’s daughter one last time. At first, Mary did represent the problem as one of defiance. When her early strategy of pleading and threatening punishment was unsuccessful, Mary began to observe her daughter more carefully. She noticed that, indeed, her daughter’s attention would be drawn by an irresistible distraction or book. Fresh with a re-representation of the problem, she began a new solution strategy. She began to remind her daughter every few minutes to stay on task and remind her that if she is ready before it is time to leave, she may return to the book or other distracting object at that time. Fortunately, this strategy was successful, so Mary did not have to go back and redefine the problem again.

Pick one or two of the problems that you listed when you first started studying this section and try to work out the steps of Sternberg’s problem solving sequence for each one.

a mental representation of a category of things in the world

an assumption about the truth of something that is not stated. Inferences come from our prior knowledge and experience, and from logical reasoning

knowledge about one’s own cognitive processes; thinking about your thinking

individuals who are less competent tend to overestimate their abilities more than individuals who are more competent do

Thinking like a scientist in your everyday life for the purpose of drawing correct conclusions. It entails skepticism; an ability to identify biases, distortions, omissions, and assumptions; and excellent deductive and inductive reasoning, and problem solving skills.

a way of thinking in which you refrain from drawing a conclusion or changing your mind until good evidence has been provided

an inclination, tendency, leaning, or prejudice

a type of reasoning in which the conclusion is guaranteed to be true any time the statements leading up to it are true

a set of statements in which the beginning statements lead to a conclusion

an argument for which true beginning statements guarantee that the conclusion is true

a type of reasoning in which we make judgments about likelihood from sets of evidence

an inductive argument in which the beginning statements lead to a conclusion that is probably true

fast, automatic, and emotional thinking

slow, effortful, and logical thinking

a shortcut strategy that we use to make judgments and solve problems. Although they are easy to use, they do not guarantee correct judgments and solutions

udging the frequency or likelihood of some event type according to how easily examples of the event can be called to mind (i.e., how available they are to memory)

judging the likelihood that something is a member of a category on the basis of how much it resembles a typical category member (i.e., how representative it is of the category)

a situation in which we are in an initial state, have a desired goal state, and there is a number of possible intermediate states (i.e., there is no obvious way to get from the initial to the goal state)

noticing, comprehending and forming a mental conception of a problem

when a problem solver gets stuck looking at a problem a particular way and cannot change his or her representation of it (or his or her intended solution strategy)

a specific type of fixation in which a problem solver cannot think of a new use for an object that already has a function

a specific type of fixation in which a problem solver gets stuck using the same solution strategy that has been successful in the past

a sudden realization of a solution to a problem

a step-by-step procedure that guarantees a correct solution to a problem

The tendency to notice and pay attention to information that confirms your prior beliefs and to ignore information that disconfirms them.

a shortcut strategy that we use to solve problems. Although they are easy to use, they do not guarantee correct judgments and solutions

Introduction to Psychology Copyright © 2020 by Ken Gray; Elizabeth Arnott-Hill; and Or'Shaundra Benson is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License , except where otherwise noted.

Share This Book

Thinking and Intelligence

Introduction to thinking and problem-solving, what you’ll learn to do: describe cognition and problem-solving strategies.

A man sitting down in "The Thinker" pose.

Imagine all of your thoughts as if they were physical entities, swirling rapidly inside your mind. How is it possible that the brain is able to move from one thought to the next in an organized, orderly fashion? The brain is endlessly perceiving, processing, planning, organizing, and remembering—it is always active. Yet, you don’t notice most of your brain’s activity as you move throughout your daily routine. This is only one facet of the complex processes involved in cognition. Simply put, cognition is thinking, and it encompasses the processes associated with perception, knowledge, problem solving, judgment, language, and memory. Scientists who study cognition are searching for ways to understand how we integrate, organize, and utilize our conscious cognitive experiences without being aware of all of the unconscious work that our brains are doing (for example, Kahneman, 2011).

Learning Objectives

  • Distinguish between concepts and prototypes
  • Explain the difference between natural and artificial concepts
  • Describe problem solving strategies, including algorithms and heuristics
  • Explain some common roadblocks to effective problem solving
  • Modification, adaptation, and original content. Provided by : Lumen Learning. License : CC BY: Attribution
  • What Is Cognition?. Authored by : OpenStax College. Located at : https://openstax.org/books/psychology-2e/pages/7-1-what-is-cognition . License : CC BY: Attribution . License Terms : Download for free at https://openstax.org/books/psychology-2e/pages/1-introduction
  • A Thinking Man Image. Authored by : Wesley Nitsckie. Located at : https://www.flickr.com/photos/nitsckie/5507777269 . License : CC BY-SA: Attribution-ShareAlike

Footer Logo Lumen Waymaker

Logo for UH Pressbooks

Want to create or adapt books like this? Learn more about how Pressbooks supports open publishing practices.

Thinking and Intelligence

Problem Solving

OpenStaxCollege

[latexpage]

Learning Objectives

By the end of this section, you will be able to:

  • Describe problem solving strategies
  • Define algorithm and heuristic
  • Explain some common roadblocks to effective problem solving

People face problems every day—usually, multiple problems throughout the day. Sometimes these problems are straightforward: To double a recipe for pizza dough, for example, all that is required is that each ingredient in the recipe be doubled. Sometimes, however, the problems we encounter are more complex. For example, say you have a work deadline, and you must mail a printed copy of a report to your supervisor by the end of the business day. The report is time-sensitive and must be sent overnight. You finished the report last night, but your printer will not work today. What should you do? First, you need to identify the problem and then apply a strategy for solving the problem.

PROBLEM-SOLVING STRATEGIES

When you are presented with a problem—whether it is a complex mathematical problem or a broken printer, how do you solve it? Before finding a solution to the problem, the problem must first be clearly identified. After that, one of many problem solving strategies can be applied, hopefully resulting in a solution.

A problem-solving strategy is a plan of action used to find a solution. Different strategies have different action plans associated with them ( [link] ). For example, a well-known strategy is trial and error . The old adage, “If at first you don’t succeed, try, try again” describes trial and error. In terms of your broken printer, you could try checking the ink levels, and if that doesn’t work, you could check to make sure the paper tray isn’t jammed. Or maybe the printer isn’t actually connected to your laptop. When using trial and error, you would continue to try different solutions until you solved your problem. Although trial and error is not typically one of the most time-efficient strategies, it is a commonly used one.

Problem-Solving Strategies
Method Description Example
Trial and error Continue trying different solutions until problem is solved Restarting phone, turning off WiFi, turning off bluetooth in order to determine why your phone is malfunctioning
Algorithm Step-by-step problem-solving formula Instruction manual for installing new software on your computer
Heuristic General problem-solving framework Working backwards; breaking a task into steps

Another type of strategy is an algorithm. An algorithm is a problem-solving formula that provides you with step-by-step instructions used to achieve a desired outcome (Kahneman, 2011). You can think of an algorithm as a recipe with highly detailed instructions that produce the same result every time they are performed. Algorithms are used frequently in our everyday lives, especially in computer science. When you run a search on the Internet, search engines like Google use algorithms to decide which entries will appear first in your list of results. Facebook also uses algorithms to decide which posts to display on your newsfeed. Can you identify other situations in which algorithms are used?

A heuristic is another type of problem solving strategy. While an algorithm must be followed exactly to produce a correct result, a heuristic is a general problem-solving framework (Tversky & Kahneman, 1974). You can think of these as mental shortcuts that are used to solve problems. A “rule of thumb” is an example of a heuristic. Such a rule saves the person time and energy when making a decision, but despite its time-saving characteristics, it is not always the best method for making a rational decision. Different types of heuristics are used in different types of situations, but the impulse to use a heuristic occurs when one of five conditions is met (Pratkanis, 1989):

  • When one is faced with too much information
  • When the time to make a decision is limited
  • When the decision to be made is unimportant
  • When there is access to very little information to use in making the decision
  • When an appropriate heuristic happens to come to mind in the same moment

Working backwards is a useful heuristic in which you begin solving the problem by focusing on the end result. Consider this example: You live in Washington, D.C. and have been invited to a wedding at 4 PM on Saturday in Philadelphia. Knowing that Interstate 95 tends to back up any day of the week, you need to plan your route and time your departure accordingly. If you want to be at the wedding service by 3:30 PM, and it takes 2.5 hours to get to Philadelphia without traffic, what time should you leave your house? You use the working backwards heuristic to plan the events of your day on a regular basis, probably without even thinking about it.

Another useful heuristic is the practice of accomplishing a large goal or task by breaking it into a series of smaller steps. Students often use this common method to complete a large research project or long essay for school. For example, students typically brainstorm, develop a thesis or main topic, research the chosen topic, organize their information into an outline, write a rough draft, revise and edit the rough draft, develop a final draft, organize the references list, and proofread their work before turning in the project. The large task becomes less overwhelming when it is broken down into a series of small steps.

Problem-solving abilities can improve with practice. Many people challenge themselves every day with puzzles and other mental exercises to sharpen their problem-solving skills. Sudoku puzzles appear daily in most newspapers. Typically, a sudoku puzzle is a 9×9 grid. The simple sudoku below ( [link] ) is a 4×4 grid. To solve the puzzle, fill in the empty boxes with a single digit: 1, 2, 3, or 4. Here are the rules: The numbers must total 10 in each bolded box, each row, and each column; however, each digit can only appear once in a bolded box, row, and column. Time yourself as you solve this puzzle and compare your time with a classmate.

A four column by four row Sudoku puzzle is shown. The top left cell contains the number 3. The top right cell contains the number 2. The bottom right cell contains the number 1. The bottom left cell contains the number 4. The cell at the intersection of the second row and the second column contains the number 4. The cell to the right of that contains the number 1. The cell below the cell containing the number 1 contains the number 2. The cell to the left of the cell containing the number 2 contains the number 3.

Here is another popular type of puzzle ( [link] ) that challenges your spatial reasoning skills. Connect all nine dots with four connecting straight lines without lifting your pencil from the paper:

A square shaped outline contains three rows and three columns of dots with equal space between them.

Take a look at the “Puzzling Scales” logic puzzle below ( [link] ). Sam Loyd, a well-known puzzle master, created and refined countless puzzles throughout his lifetime (Cyclopedia of Puzzles, n.d.).

A puzzle involving a scale is shown. At the top of the figure it reads: “Sam Loyds Puzzling Scales.” The first row of the puzzle shows a balanced scale with 3 blocks and a top on the left and 12 marbles on the right. Below this row it reads: “Since the scales now balance.” The next row of the puzzle shows a balanced scale with just the top on the left, and 1 block and 8 marbles on the right. Below this row it reads: “And balance when arranged this way.” The third row shows an unbalanced scale with the top on the left side, which is much lower than the right side. The right side is empty. Below this row it reads: “Then how many marbles will it require to balance with that top?”

PITFALLS TO PROBLEM SOLVING

Not all problems are successfully solved, however. What challenges stop us from successfully solving a problem? Albert Einstein once said, “Insanity is doing the same thing over and over again and expecting a different result.” Imagine a person in a room that has four doorways. One doorway that has always been open in the past is now locked. The person, accustomed to exiting the room by that particular doorway, keeps trying to get out through the same doorway even though the other three doorways are open. The person is stuck—but she just needs to go to another doorway, instead of trying to get out through the locked doorway. A mental set is where you persist in approaching a problem in a way that has worked in the past but is clearly not working now.

Functional fixedness is a type of mental set where you cannot perceive an object being used for something other than what it was designed for. During the Apollo 13 mission to the moon, NASA engineers at Mission Control had to overcome functional fixedness to save the lives of the astronauts aboard the spacecraft. An explosion in a module of the spacecraft damaged multiple systems. The astronauts were in danger of being poisoned by rising levels of carbon dioxide because of problems with the carbon dioxide filters. The engineers found a way for the astronauts to use spare plastic bags, tape, and air hoses to create a makeshift air filter, which saved the lives of the astronauts.

concepts of problem solving in psychology

Check out this Apollo 13 scene where the group of NASA engineers are given the task of overcoming functional fixedness.

Researchers have investigated whether functional fixedness is affected by culture. In one experiment, individuals from the Shuar group in Ecuador were asked to use an object for a purpose other than that for which the object was originally intended. For example, the participants were told a story about a bear and a rabbit that were separated by a river and asked to select among various objects, including a spoon, a cup, erasers, and so on, to help the animals. The spoon was the only object long enough to span the imaginary river, but if the spoon was presented in a way that reflected its normal usage, it took participants longer to choose the spoon to solve the problem. (German & Barrett, 2005). The researchers wanted to know if exposure to highly specialized tools, as occurs with individuals in industrialized nations, affects their ability to transcend functional fixedness. It was determined that functional fixedness is experienced in both industrialized and nonindustrialized cultures (German & Barrett, 2005).

In order to make good decisions, we use our knowledge and our reasoning. Often, this knowledge and reasoning is sound and solid. Sometimes, however, we are swayed by biases or by others manipulating a situation. For example, let’s say you and three friends wanted to rent a house and had a combined target budget of $1,600. The realtor shows you only very run-down houses for $1,600 and then shows you a very nice house for $2,000. Might you ask each person to pay more in rent to get the $2,000 home? Why would the realtor show you the run-down houses and the nice house? The realtor may be challenging your anchoring bias. An anchoring bias occurs when you focus on one piece of information when making a decision or solving a problem. In this case, you’re so focused on the amount of money you are willing to spend that you may not recognize what kinds of houses are available at that price point.

The confirmation bias is the tendency to focus on information that confirms your existing beliefs. For example, if you think that your professor is not very nice, you notice all of the instances of rude behavior exhibited by the professor while ignoring the countless pleasant interactions he is involved in on a daily basis. Hindsight bias leads you to believe that the event you just experienced was predictable, even though it really wasn’t. In other words, you knew all along that things would turn out the way they did. Representative bias describes a faulty way of thinking, in which you unintentionally stereotype someone or something; for example, you may assume that your professors spend their free time reading books and engaging in intellectual conversation, because the idea of them spending their time playing volleyball or visiting an amusement park does not fit in with your stereotypes of professors.

Finally, the availability heuristic is a heuristic in which you make a decision based on an example, information, or recent experience that is that readily available to you, even though it may not be the best example to inform your decision . Biases tend to “preserve that which is already established—to maintain our preexisting knowledge, beliefs, attitudes, and hypotheses” (Aronson, 1995; Kahneman, 2011). These biases are summarized in [link] .

Summary of Decision Biases
Bias Description
Anchoring Tendency to focus on one particular piece of information when making decisions or problem-solving
Confirmation Focuses on information that confirms existing beliefs
Hindsight Belief that the event just experienced was predictable
Representative Unintentional stereotyping of someone or something
Availability Decision is based upon either an available precedent or an example that may be faulty

Please visit this site to see a clever music video that a high school teacher made to explain these and other cognitive biases to his AP psychology students.

Were you able to determine how many marbles are needed to balance the scales in [link] ? You need nine. Were you able to solve the problems in [link] and [link] ? Here are the answers ( [link] ).

The first puzzle is a Sudoku grid of 16 squares (4 rows of 4 squares) is shown. Half of the numbers were supplied to start the puzzle and are colored blue, and half have been filled in as the puzzle’s solution and are colored red. The numbers in each row of the grid, left to right, are as follows. Row 1:  blue 3, red 1, red 4, blue 2. Row 2: red 2, blue 4, blue 1, red 3. Row 3: red 1, blue 3, blue 2, red 4. Row 4: blue 4, red 2, red 3, blue 1.The second puzzle consists of 9 dots arranged in 3 rows of 3 inside of a square. The solution, four straight lines made without lifting the pencil, is shown in a red line with arrows indicating the direction of movement. In order to solve the puzzle, the lines must extend beyond the borders of the box. The four connecting lines are drawn as follows. Line 1 begins at the top left dot, proceeds through the middle and right dots of the top row, and extends to the right beyond the border of the square. Line 2 extends from the end of line 1, through the right dot of the horizontally centered row, through the middle dot of the bottom row, and beyond the square’s border ending in the space beneath the left dot of the bottom row. Line 3 extends from the end of line 2 upwards through the left dots of the bottom, middle, and top rows. Line 4 extends from the end of line 3 through the middle dot in the middle row and ends at the right dot of the bottom row.

Many different strategies exist for solving problems. Typical strategies include trial and error, applying algorithms, and using heuristics. To solve a large, complicated problem, it often helps to break the problem into smaller steps that can be accomplished individually, leading to an overall solution. Roadblocks to problem solving include a mental set, functional fixedness, and various biases that can cloud decision making skills.

Review Questions

A specific formula for solving a problem is called ________.

  • an algorithm
  • a heuristic
  • a mental set
  • trial and error

A mental shortcut in the form of a general problem-solving framework is called ________.

Which type of bias involves becoming fixated on a single trait of a problem?

  • anchoring bias
  • confirmation bias
  • representative bias
  • availability bias

Which type of bias involves relying on a false stereotype to make a decision?

Critical Thinking Questions

What is functional fixedness and how can overcoming it help you solve problems?

Functional fixedness occurs when you cannot see a use for an object other than the use for which it was intended. For example, if you need something to hold up a tarp in the rain, but only have a pitchfork, you must overcome your expectation that a pitchfork can only be used for garden chores before you realize that you could stick it in the ground and drape the tarp on top of it to hold it up.

How does an algorithm save you time and energy when solving a problem?

An algorithm is a proven formula for achieving a desired outcome. It saves time because if you follow it exactly, you will solve the problem without having to figure out how to solve the problem. It is a bit like not reinventing the wheel.

Personal Application Question

Which type of bias do you recognize in your own decision making processes? How has this bias affected how you’ve made decisions in the past and how can you use your awareness of it to improve your decisions making skills in the future?

Problem Solving Copyright © 2014 by OpenStaxCollege is licensed under a Creative Commons Attribution 4.0 International License , except where otherwise noted.

7.1 What Is Cognition?

Learning objectives.

By the end of this section, you will be able to:

  • Describe cognition
  • Distinguish concepts and prototypes
  • Explain the difference between natural and artificial concepts
  • Describe how schemata are organized and constructed

Imagine all of your thoughts as if they were physical entities, swirling rapidly inside your mind. How is it possible that the brain is able to move from one thought to the next in an organized, orderly fashion? The brain is endlessly perceiving, processing, planning, organizing, and remembering—it is always active. Yet, you don’t notice most of your brain’s activity as you move throughout your daily routine. This is only one facet of the complex processes involved in cognition. Simply put, cognition is thinking, and it encompasses the processes associated with perception, knowledge, problem solving, judgment, language, and memory. Scientists who study cognition are searching for ways to understand how we integrate, organize, and utilize our conscious cognitive experiences without being aware of all of the unconscious work that our brains are doing (for example, Kahneman, 2011).

Upon waking each morning, you begin thinking—contemplating the tasks that you must complete that day. In what order should you run your errands? Should you go to the bank, the cleaners, or the grocery store first? Can you get these things done before you head to class or will they need to wait until school is done? These thoughts are one example of cognition at work. Exceptionally complex, cognition is an essential feature of human consciousness, yet not all aspects of cognition are consciously experienced.

Cognitive psychology is the field of psychology dedicated to examining how people think. It attempts to explain how and why we think the way we do by studying the interactions among human thinking, emotion, creativity, language, and problem solving, in addition to other cognitive processes. Cognitive psychologists strive to determine and measure different types of intelligence, why some people are better at problem solving than others, and how emotional intelligence affects success in the workplace, among countless other topics. They also sometimes focus on how we organize thoughts and information gathered from our environments into meaningful categories of thought, which will be discussed later.

Concepts and Prototypes

The human nervous system is capable of handling endless streams of information. The senses serve as the interface between the mind and the external environment, receiving stimuli and translating it into nervous impulses that are transmitted to the brain. The brain then processes this information and uses the relevant pieces to create thoughts, which can then be expressed through language or stored in memory for future use. To make this process more complex, the brain does not gather information from external environments only. When thoughts are formed, the mind synthesizes information from emotions and memories ( Figure 7.2 ). Emotion and memory are powerful influences on both our thoughts and behaviors.

In order to organize this staggering amount of information, the mind has developed a "file cabinet" of sorts. The different files stored in the file cabinet are called concepts. Concepts are categories or groupings of linguistic information, images, ideas, or memories, such as life experiences. Concepts are, in many ways, big ideas that are generated by observing details, and categorizing and combining these details into cognitive structures. You use concepts to see the relationships among the different elements of your experiences and to keep the information in your mind organized and accessible.

Concepts are informed by our semantic memory (you will learn more about semantic memory in a later chapter) and are present in every aspect of our lives; however, one of the easiest places to notice concepts is inside a classroom, where they are discussed explicitly. When you study United States history, for example, you learn about more than just individual events that have happened in America’s past. You absorb a large quantity of information by listening to and participating in discussions, examining maps, and reading first-hand accounts of people’s lives. Your brain analyzes these details and develops an overall understanding of American history. In the process, your brain gathers details that inform and refine your understanding of related concepts such as war, the judicial system, and voting rights and laws.

Concepts can be complex and abstract, like justice, or more concrete, like types of birds. In psychology, for example, Piaget’s stages of development are abstract concepts. Some concepts, like tolerance, are agreed upon by many people, because they have been used in various ways over many years. Other concepts, like the characteristics of your ideal friend or your family’s birthday traditions, are personal and individualized. In this way, concepts touch every aspect of our lives, from our many daily routines to the guiding principles behind the way governments function.

Another technique used by your brain to organize information is the identification of prototypes for the concepts you have developed. A prototype is the best example or representation of a concept. For example, what comes to your mind when you think of a dog? Most likely your early experiences with dogs will shape what you imagine. If your first pet was a Golden Retriever, there is a good chance that this would be your prototype for the category of dogs.

Natural and Artificial Concepts

In psychology, concepts can be divided into two categories, natural and artificial. Natural concepts are created “naturally” through your experiences and can be developed from either direct or indirect experiences. For example, if you live in Essex Junction, Vermont, you have probably had a lot of direct experience with snow. You’ve watched it fall from the sky, you’ve seen lightly falling snow that barely covers the windshield of your car, and you’ve shoveled out 18 inches of fluffy white snow as you’ve thought, “This is perfect for skiing.” You’ve thrown snowballs at your best friend and gone sledding down the steepest hill in town. In short, you know snow. You know what it looks like, smells like, tastes like, and feels like. If, however, you’ve lived your whole life on the island of Saint Vincent in the Caribbean, you may never actually have seen snow, much less tasted, smelled, or touched it. You know snow from the indirect experience of seeing pictures of falling snow—or from watching films that feature snow as part of the setting. Either way, snow is a natural concept because you can construct an understanding of it through direct observations, experiences with snow, or indirect knowledge (such as from films or books) ( Figure 7.3 ).

An artificial concept , on the other hand, is a concept that is defined by a specific set of characteristics. Various properties of geometric shapes, like squares and triangles, serve as useful examples of artificial concepts. A triangle always has three angles and three sides. A square always has four equal sides and four right angles. Mathematical formulas, like the equation for area (length × width) are artificial concepts defined by specific sets of characteristics that are always the same. Artificial concepts can enhance the understanding of a topic by building on one another. For example, before learning the concept of “area of a square” (and the formula to find it), you must understand what a square is. Once the concept of “area of a square” is understood, an understanding of area for other geometric shapes can be built upon the original understanding of area. The use of artificial concepts to define an idea is crucial to communicating with others and engaging in complex thought. According to Goldstone and Kersten (2003), concepts act as building blocks and can be connected in countless combinations to create complex thoughts.

A schema is a mental construct consisting of a cluster or collection of related concepts (Bartlett, 1932). There are many different types of schemata, and they all have one thing in common: schemata are a method of organizing information that allows the brain to work more efficiently. When a schema is activated, the brain makes immediate assumptions about the person or object being observed.

There are several types of schemata. A role schema makes assumptions about how individuals in certain roles will behave (Callero, 1994). For example, imagine you meet someone who introduces himself as a firefighter. When this happens, your brain automatically activates the “firefighter schema” and begins making assumptions that this person is brave, selfless, and community-oriented. Despite not knowing this person, already you have unknowingly made judgments about them. Schemata also help you fill in gaps in the information you receive from the world around you. While schemata allow for more efficient information processing, there can be problems with schemata, regardless of whether they are accurate: Perhaps this particular firefighter is not brave, they just work as a firefighter to pay the bills while studying to become a children’s librarian.

An event schema , also known as a cognitive script , is a set of behaviors that can feel like a routine. Think about what you do when you walk into an elevator ( Figure 7.4 ). First, the doors open and you wait to let exiting passengers leave the elevator car. Then, you step into the elevator and turn around to face the doors, looking for the correct button to push. You never face the back of the elevator, do you? And when you’re riding in a crowded elevator and you can’t face the front, it feels uncomfortable, doesn’t it? Interestingly, event schemata can vary widely among different cultures and countries. For example, while it is quite common for people to greet one another with a handshake in the United States, in Tibet, you greet someone by sticking your tongue out at them, and in Belize, you bump fists (Cairns Regional Council, n.d.)

Because event schemata are automatic, they can be difficult to change. Imagine that you are driving home from work or school. This event schema involves getting in the car, shutting the door, and buckling your seatbelt before putting the key in the ignition. You might perform this script two or three times each day. As you drive home, you hear your phone’s ring tone. Typically, the event schema that occurs when you hear your phone ringing involves locating the phone and answering it or responding to your latest text message. So without thinking, you reach for your phone, which could be in your pocket, in your bag, or on the passenger seat of the car. This powerful event schema is informed by your pattern of behavior and the pleasurable stimulation that a phone call or text message gives your brain. Because it is a schema, it is extremely challenging for us to stop reaching for the phone, even though we know that we endanger our own lives and the lives of others while we do it (Neyfakh, 2013) ( Figure 7.5 ).

Remember the elevator? It feels almost impossible to walk in and not face the door. Our powerful event schema dictates our behavior in the elevator, and it is no different with our phones. Current research suggests that it is the habit, or event schema, of checking our phones in many different situations that makes refraining from checking them while driving especially difficult (Bayer & Campbell, 2012). Because texting and driving has become a dangerous epidemic in recent years, psychologists are looking at ways to help people interrupt the “phone schema” while driving. Event schemata like these are the reason why many habits are difficult to break once they have been acquired. As we continue to examine thinking, keep in mind how powerful the forces of concepts and schemata are to our understanding of the world.

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution License and you must attribute OpenStax.

Access for free at https://openstax.org/books/psychology-2e/pages/1-introduction
  • Authors: Rose M. Spielman, William J. Jenkins, Marilyn D. Lovett
  • Publisher/website: OpenStax
  • Book title: Psychology 2e
  • Publication date: Apr 22, 2020
  • Location: Houston, Texas
  • Book URL: https://openstax.org/books/psychology-2e/pages/1-introduction
  • Section URL: https://openstax.org/books/psychology-2e/pages/7-1-what-is-cognition

© Jun 26, 2024 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.

  • Skip to main content
  • Skip to primary sidebar

IResearchNet

Problem Solving

Problem solving, a fundamental cognitive process deeply rooted in psychology, plays a pivotal role in various aspects of human existence, especially within educational contexts. This article delves into the nature of problem solving, exploring its theoretical underpinnings, the cognitive and psychological processes that underlie it, and the application of problem-solving skills within educational settings and the broader real world. With a focus on both theory and practice, this article underscores the significance of cultivating problem-solving abilities as a cornerstone of cognitive development and innovation, shedding light on its applications in fields ranging from education to clinical psychology and beyond, thereby paving the way for future research and intervention in this critical domain of human cognition.

Introduction

Problem solving, a quintessential cognitive process deeply embedded in the domains of psychology and education, serves as a linchpin for human intellectual development and adaptation to the ever-evolving challenges of the world. The fundamental capacity to identify, analyze, and surmount obstacles is intrinsic to human nature and has been a subject of profound interest for psychologists, educators, and researchers alike. This article aims to provide a comprehensive exploration of problem solving, investigating its theoretical foundations, cognitive intricacies, and practical applications in educational contexts. With a clear understanding of its multifaceted nature, we will elucidate the pivotal role that problem solving plays in enhancing learning, fostering creativity, and promoting cognitive growth, setting the stage for a detailed examination of its significance in both psychology and education. In the continuum of psychological research and educational practice, problem solving stands as a cornerstone, enabling individuals to navigate the complexities of their world. This article’s thesis asserts that problem solving is not merely a cognitive skill but a dynamic process with profound implications for intellectual growth and application in diverse real-world contexts.

The Nature of Problem Solving

Problem solving, within the realm of psychology, refers to the cognitive process through which individuals identify, analyze, and resolve challenges or obstacles to achieve a desired goal. It encompasses a range of mental activities, such as perception, memory, reasoning, and decision-making, aimed at devising effective solutions in the face of uncertainty or complexity.

Problem solving as a subject of inquiry has drawn from various theoretical perspectives, each offering unique insights into its nature. Among the seminal theories, Gestalt psychology has highlighted the role of insight and restructuring in problem solving, emphasizing that individuals often reorganize their mental representations to attain solutions. Information processing theories, inspired by computer models, emphasize the systematic and step-by-step nature of problem solving, likening it to information retrieval and manipulation. Furthermore, cognitive psychology has provided a comprehensive framework for understanding problem solving by examining the underlying cognitive processes involved, such as attention, memory, and decision-making. These theoretical foundations collectively offer a richer comprehension of how humans engage in and approach problem-solving tasks.

Problem solving is not a monolithic process but a series of interrelated stages that individuals progress through. These stages are integral to the overall problem-solving process, and they include:

  • Problem Representation: At the outset, individuals must clearly define and represent the problem they face. This involves grasping the nature of the problem, identifying its constraints, and understanding the relationships between various elements.
  • Goal Setting: Setting a clear and attainable goal is essential for effective problem solving. This step involves specifying the desired outcome or solution and establishing criteria for success.
  • Solution Generation: In this stage, individuals generate potential solutions to the problem. This often involves brainstorming, creative thinking, and the exploration of different strategies to overcome the obstacles presented by the problem.
  • Solution Evaluation: After generating potential solutions, individuals must evaluate these alternatives to determine their feasibility and effectiveness. This involves comparing solutions, considering potential consequences, and making choices based on the criteria established in the goal-setting phase.

These components collectively form the roadmap for navigating the terrain of problem solving and provide a structured approach to addressing challenges effectively. Understanding these stages is crucial for both researchers studying problem solving and educators aiming to foster problem-solving skills in learners.

Cognitive and Psychological Aspects of Problem Solving

Problem solving is intricately tied to a range of cognitive processes, each contributing to the effectiveness of the problem-solving endeavor.

  • Perception: Perception serves as the initial gateway in problem solving. It involves the gathering and interpretation of sensory information from the environment. Effective perception allows individuals to identify relevant cues and patterns within a problem, aiding in problem representation and understanding.
  • Memory: Memory is crucial in problem solving as it enables the retrieval of relevant information from past experiences, learned strategies, and knowledge. Working memory, in particular, helps individuals maintain and manipulate information while navigating through the various stages of problem solving.
  • Reasoning: Reasoning encompasses logical and critical thinking processes that guide the generation and evaluation of potential solutions. Deductive and inductive reasoning, as well as analogical reasoning, play vital roles in identifying relationships and formulating hypotheses.

While problem solving is a universal cognitive function, individuals differ in their problem-solving skills due to various factors.

  • Intelligence: Intelligence, as measured by IQ or related assessments, significantly influences problem-solving abilities. Higher levels of intelligence are often associated with better problem-solving performance, as individuals with greater cognitive resources can process information more efficiently and effectively.
  • Creativity: Creativity is a crucial factor in problem solving, especially in situations that require innovative solutions. Creative individuals tend to approach problems with fresh perspectives, making novel connections and generating unconventional solutions.
  • Expertise: Expertise in a specific domain enhances problem-solving abilities within that domain. Experts possess a wealth of knowledge and experience, allowing them to recognize patterns and solutions more readily. However, expertise can sometimes lead to domain-specific biases or difficulties in adapting to new problem types.

Despite the cognitive processes and individual differences that contribute to effective problem solving, individuals often encounter barriers that impede their progress. Recognizing and overcoming these barriers is crucial for successful problem solving.

  • Functional Fixedness: Functional fixedness is a cognitive bias that limits problem solving by causing individuals to perceive objects or concepts only in their traditional or “fixed” roles. Overcoming functional fixedness requires the ability to see alternative uses and functions for objects or ideas.
  • Confirmation Bias: Confirmation bias is the tendency to seek, interpret, and remember information that confirms preexisting beliefs or hypotheses. This bias can hinder objective evaluation of potential solutions, as individuals may favor information that aligns with their initial perspectives.
  • Mental Sets: Mental sets are cognitive frameworks or problem-solving strategies that individuals habitually use. While mental sets can be helpful in certain contexts, they can also limit creativity and flexibility when faced with new problems. Recognizing and breaking out of mental sets is essential for overcoming this barrier.

Understanding these cognitive processes, individual differences, and common obstacles provides valuable insights into the intricacies of problem solving and offers a foundation for improving problem-solving skills and strategies in both educational and practical settings.

Problem Solving in Educational Settings

Problem solving holds a central position in educational psychology, as it is a fundamental skill that empowers students to navigate the complexities of the learning process and prepares them for real-world challenges. It goes beyond rote memorization and standardized testing, allowing students to apply critical thinking, creativity, and analytical skills to authentic problems. Problem-solving tasks in educational settings range from solving mathematical equations to tackling complex issues in subjects like science, history, and literature. These tasks not only bolster subject-specific knowledge but also cultivate transferable skills that extend beyond the classroom.

Problem-solving skills offer numerous advantages to both educators and students. For teachers, integrating problem-solving tasks into the curriculum allows for more engaging and dynamic instruction, fostering a deeper understanding of the subject matter. Additionally, it provides educators with insights into students’ thought processes and areas where additional support may be needed. Students, on the other hand, benefit from the development of critical thinking, analytical reasoning, and creativity. These skills are transferable to various life situations, enhancing students’ abilities to solve complex real-world problems and adapt to a rapidly changing society.

Teaching problem-solving skills is a dynamic process that requires effective pedagogical approaches. In K-12 education, educators often use methods such as the problem-based learning (PBL) approach, where students work on open-ended, real-world problems, fostering self-directed learning and collaboration. Higher education institutions, on the other hand, employ strategies like case-based learning, simulations, and design thinking to promote problem solving within specialized disciplines. Additionally, educators use scaffolding techniques to provide support and guidance as students develop their problem-solving abilities. In both K-12 and higher education, a key component is metacognition, which helps students become aware of their thought processes and adapt their problem-solving strategies as needed.

Assessing problem-solving abilities in educational settings involves a combination of formative and summative assessments. Formative assessments, including classroom discussions, peer evaluations, and self-assessments, provide ongoing feedback and opportunities for improvement. Summative assessments may include standardized tests designed to evaluate problem-solving skills within a particular subject area. Performance-based assessments, such as essays, projects, and presentations, offer a holistic view of students’ problem-solving capabilities. Rubrics and scoring guides are often used to ensure consistency in assessment, allowing educators to measure not only the correctness of answers but also the quality of the problem-solving process. The evolving field of educational technology has also introduced computer-based simulations and adaptive learning platforms, enabling precise measurement and tailored feedback on students’ problem-solving performance.

Understanding the pivotal role of problem solving in educational psychology, the diverse pedagogical strategies for teaching it, and the methods for assessing and measuring problem-solving abilities equips educators and students with the tools necessary to thrive in educational environments and beyond. Problem solving remains a cornerstone of 21st-century education, preparing students to meet the complex challenges of a rapidly changing world.

Applications and Practical Implications

Problem solving is not confined to the classroom; it extends its influence to various real-world contexts, showcasing its relevance and impact. In business, problem solving is the driving force behind product development, process improvement, and conflict resolution. For instance, companies often use problem-solving methodologies like Six Sigma to identify and rectify issues in manufacturing. In healthcare, medical professionals employ problem-solving skills to diagnose complex illnesses and devise treatment plans. Additionally, technology advancements frequently stem from creative problem solving, as engineers and developers tackle challenges in software, hardware, and systems design. Real-world problem solving transcends specific domains, as individuals in diverse fields address multifaceted issues by drawing upon their cognitive abilities and creative problem-solving strategies.

Clinical psychology recognizes the profound therapeutic potential of problem-solving techniques. Problem-solving therapy (PST) is an evidence-based approach that focuses on helping individuals develop effective strategies for coping with emotional and interpersonal challenges. PST equips individuals with the skills to define problems, set realistic goals, generate solutions, and evaluate their effectiveness. This approach has shown efficacy in treating conditions like depression, anxiety, and stress, emphasizing the role of problem-solving abilities in enhancing emotional well-being. Furthermore, cognitive-behavioral therapy (CBT) incorporates problem-solving elements to help individuals challenge and modify dysfunctional thought patterns, reinforcing the importance of cognitive processes in addressing psychological distress.

Problem solving is the bedrock of innovation and creativity in various fields. Innovators and creative thinkers use problem-solving skills to identify unmet needs, devise novel solutions, and overcome obstacles. Design thinking, a problem-solving approach, is instrumental in product design, architecture, and user experience design, fostering innovative solutions grounded in human needs. Moreover, creative industries like art, literature, and music rely on problem-solving abilities to transcend conventional boundaries and produce groundbreaking works. By exploring alternative perspectives, making connections, and persistently seeking solutions, creative individuals harness problem-solving processes to ignite innovation and drive progress in all facets of human endeavor.

Understanding the practical applications of problem solving in business, healthcare, technology, and its therapeutic significance in clinical psychology, as well as its indispensable role in nurturing innovation and creativity, underscores its universal value. Problem solving is not only a cognitive skill but also a dynamic force that shapes and improves the world we inhabit, enhancing the quality of life and promoting progress and discovery.

In summary, problem solving stands as an indispensable cornerstone within the domains of psychology and education. This article has explored the multifaceted nature of problem solving, from its theoretical foundations rooted in Gestalt psychology, information processing theories, and cognitive psychology to its integral components of problem representation, goal setting, solution generation, and solution evaluation. It has delved into the cognitive processes underpinning effective problem solving, including perception, memory, and reasoning, as well as the impact of individual differences such as intelligence, creativity, and expertise. Common barriers to problem solving, including functional fixedness, confirmation bias, and mental sets, have been examined in-depth.

The significance of problem solving in educational settings was elucidated, underscoring its pivotal role in fostering critical thinking, creativity, and adaptability. Pedagogical approaches and assessment methods were discussed, providing educators with insights into effective strategies for teaching and evaluating problem-solving skills in K-12 and higher education.

Furthermore, the practical implications of problem solving were demonstrated in the real world, where it serves as the driving force behind advancements in business, healthcare, and technology. In clinical psychology, problem-solving therapies offer effective interventions for emotional and psychological well-being. The symbiotic relationship between problem solving and innovation and creativity was explored, highlighting the role of this cognitive process in pushing the boundaries of human accomplishment.

As we conclude, it is evident that problem solving is not merely a skill but a dynamic process with profound implications. It enables individuals to navigate the complexities of their environment, fostering intellectual growth, adaptability, and innovation. Future research in the field of problem solving should continue to explore the intricate cognitive processes involved, individual differences that influence problem-solving abilities, and innovative teaching methods in educational settings. In practice, educators and clinicians should continue to incorporate problem-solving strategies to empower individuals with the tools necessary for success in education, personal development, and the ever-evolving challenges of the real world. Problem solving remains a steadfast ally in the pursuit of knowledge, progress, and the enhancement of human potential.

References:

  • Anderson, J. R. (1995). Cognitive psychology and its implications. W. H. Freeman.
  • Atkinson, R. C., & Shiffrin, R. M. (1968). Human memory: A proposed system and its control processes. In The psychology of learning and motivation (Vol. 2, pp. 89-195). Academic Press.
  • Duncker, K. (1945). On problem-solving. Psychological Monographs, 58(5), i-113.
  • Gick, M. L., & Holyoak, K. J. (1980). Analogical problem solving. Cognitive Psychology, 12(3), 306-355.
  • Jonassen, D. H., & Hung, W. (2008). All problems are not equal: Implications for problem-based learning. Interdisciplinary Journal of Problem-Based Learning, 2(2), 6.
  • Kitchener, K. S., & King, P. M. (1981). Reflective judgment: Concepts of justification and their relation to age and education. Journal of Applied Developmental Psychology, 2(2), 89-116.
  • Luchins, A. S. (1942). Mechanization in problem solving: The effect of Einstellung. Psychological Monographs, 54(6), i-95.
  • Mayer, R. E. (1992). Thinking, problem solving, cognition. W. H. Freeman.
  • Newell, A., & Simon, H. A. (1972). Human problem solving (Vol. 104). Prentice-Hall Englewood Cliffs, NJ.
  • Osborn, A. F. (1953). Applied imagination: Principles and procedures of creative problem solving (3rd ed.). Charles Scribner’s Sons.
  • Polya, G. (1945). How to solve it: A new aspect of mathematical method. Princeton University Press.
  • Sternberg, R. J. (2003). Wisdom, intelligence, and creativity synthesized. Cambridge University Press.

Designing a Context-Driven Problem-Solving Method with Metacognitive Scaffolding Experience Intervention for Biology Instruction

  • Open access
  • Published: 27 August 2024

Cite this article

You have full access to this open access article

concepts of problem solving in psychology

  • Merga Dinssa Eticha   ORCID: orcid.org/0009-0008-9263-3273 1 , 2 ,
  • Adula Bekele Hunde 3 &
  • Tsige Ketema 1  

Learner-centered instructional practices, such as the metacognitive strategies scaffolding the problem-solving method for Biology instruction, have been shown to promote students’ autonomy and self-direction, significantly enhancing their understanding of scientific concepts. Thus, this study aimed to elucidate the importance and procedures of context analysis in the development of a context-driven problem-solving method with a metacognitive scaffolding instructional approach, which enhances students’ learning effectiveness in Biology. Therefore, the study was conducted in the Biology departments of secondary schools in Shambu Town, Oromia Region, Ethiopia. The study employed mixed-methods research to collect and analyze data, involving 12 teachers and 80 students. The data collection tools used were interviews, observations, and a questionnaire. The study revealed that conducting a context analysis that involves teachers, students, and learning contexts is essential in designing a context-driven problem-solving method with metacognitive scaffolding for Biology instruction, which provides authentic examples, instructional content, and engaging scenarios for teachers and students. As a result, the findings of this study provide a practical instructional strategy that can be applied to studies aimed at designing a context-driven problem-solving method with metacognitive scaffolding with the potential to influence instructional practices.

Explore related subjects

  • Artificial Intelligence
  • Digital Education and Educational Technology

Avoid common mistakes on your manuscript.

Introduction

Biology is a vital subject in the Natural Sciences and enables learners to understand the mechanisms of living organisms and their practical applications for humans (Agaba, 2013 ). Therefore, Biology instruction requires interactive, learner-centered instructional methods like the problem-solving method with metacognitive scaffolding (PSMMS), which foster students to develop critical thinking, problem-solving, metacognitive, and scientific process skills (Al Azmy & Alebous, 2020 ; Inel & Balim, 2010 ) and help them make informed decisions regarding health and the environment, thereby advancing scientific knowledge (Aurah et al., 2011 ).

Although the focus is on students acquiring scientific knowledge and higher-order thinking skills (Senyigit, 2021 ), research revealed gaps in implementing the PSMMS in Biology, mainly due to the teachers’ limited experience in learner-centered methods (Agena, 2010 ; Beyessa, 2014 ), poor enhancement practices (MoE, 2019 ), tendency to use conventional problem-solving approaches (Aurah et al., 2011 ), and limited understanding of the roles of metacognition in instructional processes (Cimer, 2012 ). On the other hand, there is limited study on the importance of metacognitive instruction in scaffolding the problem-solving method in Biology, although it has a significant impact on students’ performance in mathematics and logical reasoning (Guner & Erbay, 2021 ).

In addition, metacognitive instructional strategies in primary school sciences and the contributions of metacognitive instructional intervention in developing countries are other areas where limited research has been done (Sbhatu, 2006). These challenges offer a study ground for investigating the intervention of metacognitive instructional methods in secondary schools, focusing on the problem-solving method in Biology. This study, therefore, aims to answer the research question, “How can context analysis be used to design a context-driven PSMMS and suggest PSMMS instructional guidelines to enhance students’ effective Biology learning?”

Theoretical Background

The problem-solving method.

The problem-solving method is a learner-centered approach that focuses on identifying, investigating, and solving problems (Ahmady & Nakhostin-Ruhi, 2014 ). The problem-solving method in Biology promotes advanced and critical thinking skills, enhancing students’ attitudes, academic performance, and subject understanding (Albay, 2019 ; Khaparde, 2019 ). Research has shown that students who learn using the problem-solving method outperform those who are taught conventionally (Nnorom, 2019 ). Studies have discussed that the problem-solving method encourages experimentation or learning through trial-and-error and also facilitates a constructivist learning environment by encouraging brainstorming and inquiry (e.g., Ishaku, 2015).

Metacognition

Metacognition, introduced by John Flavell in 1976, refers to an individual’s awareness, critical thinking, reflective judgment, and control of cognitive processes and strategies (Tachie, 2019 ). It consists of two main components, namely metacognitive knowledge and metacognitive regulation (Lai, 2011 ). Metacognitive knowledge involves understanding one’s own thinking, influencing performance, and effective use of methods through declarative, procedural, and conditional knowledge (Schraw et al., 2006 ; Sperling et al., 2004 ), while metacognitive regulation is about controlling thought processes and monitoring cognition, which involves planning, implementing, monitoring, and evaluating strategies (Aaltonen & Ikavalko, 2002 ; Zumbrunn et al., 2011 ).

Metacognitive instructional strategies are used to enhance learners’ effectiveness and support their learning process during the stages of forethought, performance, and self-reflection (Okoro & Chukwudi, 2011 ; Zimmerman, 2008 ). Therefore, metacognitive scaffolding, as described by Zimmerman ( 2008 ), is important in classroom interventions because it promotes problem-solving processes and supports metacognitive activities. According to Sbhatu (2006), understanding metacognitive processes and methods is fundamental for complex problem-solving tasks. Metacognitive functions are categorized based on the phases of the problem-solving method, including problem recognition, presentation, planning, execution, and evaluation (Kapa, 2001 ).

PSMMS in the Face of Globalization and Twenty-First Century Advancements

In the twenty-first century, societies rely on scientific and technological advances, and promoting scientific literacy is crucial for their integration into interactive learning environments (Chu et al., 2017 ). Studies suggest that science, technology, engineering, and mathematics (STEM) education promotes critical thinking, creativity, and problem-solving skills (Widya et al., 2019 ). Therefore, teachers should adopt a learning science and learner-centered approach and focus on higher-order thinking skills and problem-based tasks (Darling-Hammond et al., 2020 ; Nariman, 2014).

The implementation of metacognitive strategies as a scaffold system for the problem-solving method, which simultaneously fosters the development of higher-order skills in their Biology learning, helps students advance in the age of globalization and the twenty-first century. According to Chu et al. ( 2017 ), twenty-first century skills are classified into four categories, such as ways of thinking, ways of working, tools for working, and ways of living in an advanced world. Therefore, studies suggest that teachers can help students develop twenty-first century skills and influence learning through metacognition, thereby promoting self-directed learning (Stehle & Peters-Burton, 2019 ; Tosun & Senocak, 2013 ).

The Problem-Solving Method and Metacognition in Biology Instruction in Ethiopia

The National Education and Training Policy emphasizes the importance of education, particularly in science and technology, in improving problem-solving skills, cultural development, and environmental conservation for holistic development (ETP, 1994 ). Similarly, the 2009 Ethiopian Education Curriculum Framework Document highlights higher-order skills as key competencies and promotes the application, analysis, synthesis, evaluation, and innovation of knowledge for the twenty-first century (MoE, 2009 ). Whereas, a third revision of the curriculum is needed to promote science and technology studies with an emphasis on advanced cognitive skills and a shift from teacher-centered to learner-centered instructional methods (MoE, 2020 ).

The 2009 curriculum framework also places a strong emphasis on Biology as a life science, promoting understanding of self and living things while encouraging critical thinking and problem-solving. Biology lessons that integrate the problem-solving method can enhance students’ academic performance and understanding of the subject (Agaba, 2013 ). However, the Ethiopian education system faces challenges due to limited instructional resources, poor instructional methods, and a lack of experience in practical (hands-on) activities (Eshete, 2001; ETP, 1994 ; MoE, 2005 ; Negash, 2006 ). On the other hand, teachers’ inability to demonstrate effective instructional practices may contribute to low academic performance (Ganyaupfu, 2013 ; Umar, 2011 ).

Challenges in Implementing the PSMMS in Biology Instruction

Metacognitive processes are crucial for guiding learners in problem-solving activities (Sbhatu, 2006), but assessing them can be challenging due to their covert nature (Georghiades, 2000 ). Just like other areas of study, implementing metacognitive scaffolding of the problem-solving method in Biology instruction faces challenges such as complex learning, outdated skills, self-study, overloaded curricula, and limited resources, as shown in Table  1 .

Context Analysis in the Design of the PSMMS for Biology Instruction

Biology lessons are designed for different contexts and consider factors such as the learning environment, prior knowledge, background information, and cultural orientation (Reich et al., 2006 ). For this study, the three domains of context analysis (learners, learning, and learning task contexts) of Smith and Ragan’s (2005) instructional design model (as cited in Getenet, 2020 ) are adapted to design a context-based PSMMS method to generate authentic examples, strong scenarios, and instructional content, as shown in Table  2 .

Research Design

The study analyzed the learning context, including the available instructional resources and facilities in selected schools in Shambu Town, considering teachers’ and students’ perspectives using a mixed-methods research design (Creswell, 2009 ; Creswell & Creswell, 2018 ).

Study Participants

The study was conducted in public secondary schools in Shambu Town. Two schools, namely Shambu Secondary and Preparatory School (ShSPS) and Shambu Secondary School (ShSS), were selected using purposive sampling. Additionally, two Natural Sciences grade 11 sections, one from each school, were selected for instructional intervention based on feedback from context analysis to design an instructional approach, specifically the PSMMS in this study. Thus, all 12 Biology teachers and 80 eleventh-grade students participated in this study (see Table  4 ).

Data Collection Instruments and Procedure

To analyze the contexts to design a context-driven PSMMS for Biology instruction, data were collected using interviews, observations, and a questionnaire. Interviews were conducted to get insights from teachers, while observations were used to assess classroom instructions and instructional resources. Likewise, a questionnaire was administered to students to collect quantitative data on their opinions about the use of PSMMS in Biology instruction. The questionnaire, which was adapted from existing literature (Kallio et al., 2017 ; Rahmawati et al., 2018 ), was initially produced in English and subsequently translated into local language (Afan Oromo) with the help of both software (English to Oromo translator software) and experts. The questionnaire was pilot-tested on a sample of 40 students (22 males and 18 females) to identify any deficiencies in the measuring instrument, and responses were rated on a five-point Likert scale ranging from strongly agree ( N  = 5) to strongly disagree ( N  = 1). The reliability score of the questionnaire was determined to be 0.895, which is at a good level of acceptability.

In this design-based research (DBR) to design an instructional approach for context-driven PSMMS, the data collection process follows a context analysis procedure. Subsequently, the quantitative data collection method is based on the qualitative approach. Accordingly, assessing the context and literature was the first step in the research process. The qualitative approach used interviews and observations for data collection and was also used to identify instructional deficiencies and formulate questions for quantitative data collection.

Data Analysis

This context-based study used both qualitative and quantitative methods to analyze the data collected. In this context-based study, data analysis was conducted on the complex networks of contextual components (Wang & Hannafin, 2005 ). According to Table  2 , the domains of context analysis and key themes that emerged and were applied in this study are listed in Table  3 .

Qualitative data included interviews and notes recorded on the observation checklist. These were analyzed through thematic categorization. Each record was first transcribed, imported into Excel for filtering, and then sent back to Microsoft Word for highlighting. The transcripts were read several times to get a feel for the whole thing. The observation checklist was assessed by watching video recordings and taking notes. However, SPSS software version 24.0 was used to analyze quantitative data using descriptive and inferential statistics, including frequency, percentage, mean, standard deviation, and one-sample t-test.

Results and Discussions

In the study, a total of 12 Biology teachers participated, with 11 males and one female. As displayed in Table  4 , 41.67% of the teacher participants were from ShSPS, while 58.33% were from ShSS. The majority of these teachers had master’s degrees and had over ten years of teaching experience. As for the students involved, 52.5% were from ShSS and 47.5% were from ShSPS. The sex ratio among the students was 51.25% males and 48.75% females (Table  4 ).

Teachers’ Context Analysis

Beliefs about the practices of using the psmms in biology instruction.

The study analyzed teachers’ beliefs about the importance of the PSMMS in Biology instruction. Accordingly, most teachers interviewed (10 out of 12) stated that PSMMS improves students’ learning by enhancing their thinking skills, subject understanding, self-directed learning techniques, and behavior change, suggesting that it has a significant impact on students’ learning. About this, the study participant gave the following illustrative response:

In my opinion, using PSMMS in Biology classes improves students’ higher-order thinking skills by allowing them to understand and articulate problems in their context, stimulate reflection, and promote practical application knowledge (Teacher 4, ShSPS).

Concerning supportive learning, most of the teachers (nine out of 12) believed that it could enhance students’ engagement despite challenges in understanding and learning. About this, research participants said the following:

The PSMMS provides an engaging approach to Biology learning that promotes students’ active engagement and strengthens their awareness and understanding of the objectives and concepts they are expected to understand (Teacher 1, ShSS). Despite the challenge, I believe that using metacognitive scaffolding in the problem-solving method will help students develop their critical thinking skills. In addition, both teachers and students enjoy participating in the teaching-learning process in a classroom environment that is conducive to learning (Teacher 4, ShSPS).

The majority of teachers (eight out of 12) interviewed about PSMMS in Biology instruction argued that it is not commonly used in classrooms and instead relies on established methods like group discussions, pre-learning questions, projects, and quizzes. Some sample responses from teachers are:

The problem-solving method augmented by metacognition is crucial to learning Biology, although students and teachers have limited experience. However, motivated students using this strategy can make the Biology learning experience attractive (Teacher 2, ShSPS). Most students find learning Biology through the PSMMS a tiresome activity and believe that it is too challenging to achieve their learning goals (Teacher 1, ShSPS). The inability to implement the PSMMS in Biology learning experiences is attributed to inadequate laboratory equipment, teaching aids, and school facilities (Teacher 7, ShSS). On some occasions, I provide students with classwork, plans for implementing teaching strategies, arrange group discussions, and assist them in practicing subject-related skills. I then provide background information, promote class engagement, guide responses to questions, assess students’ existing knowledge and goals, provide relevant comments, and guide their thinking (Teacher 4, ShSPS).

Based on the results of the data analysis, it was found that teachers’ perceptions of the importance of the PSMMS to students’ Biology learning contributed significantly to the analysis of the learning context. Accordingly, the contribution of the PSMMS was to enhance students’ Biology learning by improving their critical thinking and learning experiences. Consistent with these findings, teachers’ positive beliefs about classroom problem-solving processes influence their approach to effective Biology teaching (Ishaku, 2015), and integrating metacognitive classroom interventions improves student learning, as evidenced by changes in conceptual learning and problem-solving skills (Guterman, 2002 ; Howard et al., 2001 ).

Observation of Teachers’ Classroom Instruction

The classroom instructional situation was observed to examine the effectiveness of PSMMS for Biology instruction. Consequently, teachers’ use of the PSMMS in Biology lessons was observed. According to the observation checklist, a total of 12 lessons, each lasting 40 minutes, were audited. The first step was to examine teachers’ daily lesson plans. Objectives were found to center predominantly on cognitive domains, neglecting higher-order problem-solving and metacognitive skills. This was evident from the use of terms such as “understand,” “know,” “write,” “explain,” and “describe” in the lesson plan objectives, which hold little significance for teaching Biology using the PSMMS. This finding is consistent with previous research (Chandio et al., 2016 ; Hyder & Bhamani, 2016 ) showing that the objectives of classroom lesson plans often focus on the lower cognitive domain, indicating lower-level knowledge acquisition.

Observing how teachers deliver lessons in the classroom revealed that they often require students to participate in group discussions, which they believe is a learner-centered approach. However, student engagement was limited, and the details of the tasks that students were expected to discuss were not outlined. Additionally, in the lessons observed, teachers failed to engage students, connect theory with practical applications, or support activity-based learning. On the other hand, teachers still have limited opportunities to assess understanding through targeted questions and encourage the use of critical thinking skills. Only oral questions, tests, or quizzes are used as an assessment method. These results were contradictory to the findings of other researchers’ studies, such as Ahmady and Nakhostin-Ruhi ( 2014 ) and Ishaku (2015), where teachers’ classroom lesson delivery is based on students’ constructivist and learner-centered environment acquiring advanced and critical thinking skills from Biology lessons.

The observation raised further questions regarding multimodal lesson delivery, revealing the use of visual representations of figures and diagrams in addition to the usual lecture style (auditory), raising additional concerns about multimodal instructional delivery. Therefore, there was no way to verify whether students had acquired the required higher-order skills, such as problem-solving and metacognitive skills, during their Biology learning. This finding contradicts the findings of Syofyan and Siwi’s ( 2018 ) research, which claims that students’ learning approaches are influenced by their sensory experiences. Consequently, students employ all their senses to capture information when teachers employ visual, auditory, and kinesthetic learning styles.

Students’ Context Analysis

The section presents the results of students’ responses collected using survey questions. Using a questionnaire with a five-point Likert scale ranging from strongly agree to strongly disagree (5 = strongly agree, 4 = agree, 3 = neutral, 2 = disagree, and 1 = strongly disagree), the impact of using PSMMS in Biology learning practices on students’ problem-solving and metacognitive skills was examined. The questionnaire had a response rate of 80 out of 98 (81.63%), indicating satisfactory status and acceptable use of the instrument. Therefore, in students’ responses to the survey questions on Biology learning practices using the PSMMS, there is significant ( p  < 0.05) variation across all dimensions of the items (M = 4.32, SD = 1.30), with mean scores above 4 indicating general students’ agreement with most items listed in Table  5 .

Regarding the problem-solving skills (Items 1–5) that students would acquire in their Biology learning practices using the PSMMS in Biology lessons, the strongest agreement was to investigate and identify the most effective problem-solving strategies (Item 4, M = 4.25, SD = 1.11), followed by creating the framework and design of the problem-solving activities (Item 2, M = 4.05, SD = 1.16), appropriately evaluating the results and providing alternative solutions to the problems (Item 5, M = 3.91, SD = 1.21), and identifying the problem in the problem sketch and interpreting the final result (Item 1, M = 3.90, SD = 1.28). On the other hand, students typically expressed less positive views about the PSMMS’s use of Biology instruction to enhance laboratory knowledge and problem-solving skills (Item 3, M = 3.25, SD = 1.57), despite significant differences in response patterns (Table  5 ).

Concerning students’ responses to the questionnaire items on metacognitive skills (Items 6–15) acquired in their Biology learning practices using the PSMMS, Table  5 shows that the most positive item states that the use of the PSMMS helps set clear learning objectives (Item 7, M = 4.36, SD = 1.09) and evaluates success by asking how well they did (Item 15, M = 4.29, SD = 1.10). Students tended to be less positive about learning Biology using the PSMMS, which is used to create examples and diagrams to make information more meaningful (Item 9, M = 3.83, SD = 1.21), despite the wide range of response patterns (Table  5 ). As a result, using PSMMS in Biology instruction helps students learn essential planning (Items 6–8), implementing (Items 9 and 10), monitoring (Items 11 and 12), and evaluating (Items 13–15) strategies for practice and to learn real-world applications of Biology (Table  5 ).

After data analysis of students’ responses to the survey questions, it was found that the PSMMS instructional approach is effective in helping students acquire problem-solving and metacognitive skills in their Biology learning practices. However, teachers’ responses, classroom observations, and resource availability indicated that the PSMMS approach was not effectively used to improve students’ problem-solving skills and strategies in Biology learning. The study highlights the disadvantages of shortages of laboratory facilities and large class sizes when implementing learner-centered practices in schools. These issues are supported by Kawishe’s (2016) study. Additionally, the PSMMS was not effectively applied in Biology instruction, resulting in students’ inability to develop metacognitive strategies and skills. Therefore, as studies have shown, students face challenges in acquiring metacognitive knowledge and regulation, which are crucial for the development of higher-order thinking skills in Biology learning (Aaltonen & Ikavalko, 2002 ; Lai, 2011 ).

Learning Context Analysis

This section presents the learning context analysis of PSMMS-based Biology instruction for two aspects, namely the availability of instructional resources in laboratories and pedagogical centers and the challenges in implementing the PSMMS in Biology instruction at Shambu Secondary and Preparatory School (ShSPS) and Shambu Secondary School (ShSS). Each is described below.

Availability of Instructional Resources in the Laboratories and Pedagogical Centers

In this section, a physical observation was conducted to assess the availability of instructional resources in Biology laboratories and pedagogical centers. The observation checklists were used to examine the impacts of their availability on Biology instruction using PSMMS.

Concerning the observations of the laboratory resources, it was noted that the two schools have independent Biology laboratories, but their functioning is hindered by poor organization, display tables, and a lack of water supply and waste disposal systems, as shown in Table  6 . Some basic laboratory equipment and chemicals, including dissecting kits, centrifuges, measuring cylinders, protein foods, sodium hydroxide solution, 1% copper (II) sulfate solution, gas syringes, and hydrogen peroxide, are missing. One school, ShSS, has only seven resources out of 20 identified for observation, making it difficult to conduct laboratory activities (Table  6 ).

Regarding the observations of instructional or teaching resources in the pedagogical centers, the results are shown in Table  7 . The results showed that there were no independent or autonomous pedagogical centers in the two schools; instead, they used the Biology department offices as a pedagogical center and kept some teaching and learning aids there. On the other hand, only DNA and RNA models were accessible in ShSPS, while models of DNA and RNA as well as illustrations depicting the organization of animal cell structures were available in ShSS (Table  7 ).

Challenges of Using the PSMMS in Biology Instruction

In this case, the results of interviews with teachers and survey results from students about the challenges they encountered when using the PSMMS in Biology instruction were used. The results of teachers’ and students’ responses are described below.

Teachers’ interview responses regarding the challenges they encountered in implementing the PSMMS in Biology instruction served as the basis for teachers’ perspectives . With the exception of two teachers who gave insignificant responses, the other teachers’ responses were categorized thematically. Therefore, Table  8 contains the response categories by themes, the number of respondents (N), and examples of responses. According to most teachers ( N  = 10), there is a lack of the required up-to-date knowledge, skills, and experience, and for other teachers ( N  = 7), there are shortages of equipment and chemicals (in Biology laboratories) as well as instructional aids (in pedagogical centers), which are challenges of using the PSMMS in Biology instruction. They also mentioned that challenging factors, such as the high student-teacher ratio and time constraints ( N  = 4), students’ deficiency of knowledge and attitudes towards learning ( N  = 3), and problems with school administrative functions ( N  = 1), have an impact on how well students learn Biology while using the PSMMS instructional approach (Table  8 ).

Students’ perspectives , however, were based on their responses to survey questions concerning the challenges of using the PSMMS in Biology lessons, as shown in Table  9 below. The study found statistically significant ( p  < 0.05) differences across the five-item dimensions, with an average mean of 3.62 and a standard deviation of 1.36. Consequently, mean scores above 3 indicated that students agreed with the challenges of implementing the PSMMS in Biology instruction (Table  9 ).

As shown in Table  9 , the majority of students identified two key challenges to successfully implementing the PSMMS in their learning. These are shortages of instructional resources (Item 2, M = 3.56, SD = 1.39) and student difficulty in connecting their prior knowledge with Biological concepts (Item 1, M = 3.44, SD = 1.42). On the other hand, students responded that their teachers had the knowledge and awareness to conduct instructional processes using the PSMMS (Item 4, M = 3.95, SD = 1.22) and had the skills and competence to conduct instructional processes using the PSMMS (Item 5, M = 3.98, SD = 1.35). Table  9 also shows that, despite significant differences in response patterns, students generally had a negative opinion about the dominance of some students in collaborative work (Item 3, M = 3.16, SD = 1.43).

According to the analyzed data, one of the challenging factors was that teachers often lack the required knowledge and skills to facilitate learning, scaffold it, and successfully implement PSMMS in Biology instruction. In contrast, Belland et al. ( 2013 ) suggested that instructional scaffolds increase students’ autonomy, competence, and intimacy, which improves their motivation and enables them to identify appropriate challenges. The other challenging factor that influenced the use of the PSMMS in Biology instruction was the shortage of instructional resources and facilities. Consistent with the studies of Daganaso et al. ( 2020 ) and Kawishe (2016), the use of the PSMMS for Biology instruction faces challenges due to inadequate instructional resources, time constraints, and large class sizes. However, as Eshete (2001) describes, students lack the importance of instructional resources, as instructional resources are necessary for students to learn Biology effectively as they are essential for a deeper understanding of science.

Generally, the important findings from the analyses of the teachers, learners, and learning contexts and their implications for design principles are summarized in Table  10 .

Conclusions

In this study, contexts (teachers, students, and learning) were analyzed with the aim of designing a context-driven problem-solving method with metacognitive scaffolding (PSMMS) for Biology instruction. Despite the potential benefits of the PSMMS, the findings of the current study indicate that the use of the PSMMS instructional approach faces challenges. These challenges include teachers’ lack of the required up-to-date knowledge and skills, students’ lack of awareness and positive attitude towards learning, an overloaded curriculum, scarcity of resources, large class sizes, and problems with school administrative functions. The study emphasizes the significance of context analysis in the design of an effective PSMMS instructional method for enhancing students’ learning in Biology. This analysis provides useful information for providing pertinent examples, practical content, and context-driven instruction.

The context-driven instructional design approach, using the PSMMS, addresses problems in teachers’ effectiveness, students’ effective learning, and the establishment of supportive teaching and learning environments. This approach considers the performance of both teachers and students, as well as the learning environment, including the availability of instructional resources. Consequently, this study concludes that understanding the needs of teachers in relation to the PSMMS can help both teachers and educational policymakers design a system that is well-suited to their specific requirements. Additionally, it can help students use their practical skills as well as establish connections between their prior knowledge and the Biology concepts they are learning. This process has the potential to generate innovative systems for applying the PSMMS instructional approach, with teachers serving as facilitators and students actively engaging and taking responsibility for their own learning progress.

The study investigated the importance of incorporating target groups into the design of the PSMMS for Biology instruction. The study’s empirical findings support the notion that the PSMMS should provide regular learning opportunities and foster the active engagement of teachers. The study also emphasizes the need to consider learning contexts while designing the PSMMS for Biology instruction that is deeply rooted in its particular context, as effective principles applied in one context could not yield the same results in another context. The study suggests that this strategy is particularly useful in developing countries like Ethiopia, where there is limited experience with metacognitive strategies to scaffold the problem-solving method in Biology instruction. As a result, the authors recommend expanding the target audience, considering the national context, and incorporating metacognitive knowledge and regulation strategies in designing context-driven PSMMS for secondary school Biology instruction.

Data Availability

The authors confirm that the results of this study are available in the article and its supplementary material, and raw data can be obtained from the corresponding author upon reasonable request.

Aaltonen, P., & Ikavalko, H. (2002). Implementing strategies successfully. Integrated Manufacturing Systems , 13 (6), 415–418.

Article   Google Scholar  

Agaba, K. C. (2013). Effect of Concept Mapping Instructional Strategy on Students Retention in Biology. African Education Indices , 5 (1), 1–8.

Google Scholar  

Agena, D. (2010). Case Study: Ethiopia UNICEF .

Ahmady, G., & Nakhostin-Ruhi, N. (2014). The effect of problem-solving method on improving primary students’ mathematics achievement and creativity. Mathematics Education , 68 , 22708–22710.

Al Azmy, K. A., & Alebous, T. M. (2020). The degree of using metacognitive thinking strategies skills for problem-solving by a sample of biology female teachers at the secondary stage in the state of Kuwait. Educational Research and Reviews , 15 (12), 764–774. https://doi.org/10.5897/ERR2020.4094 .

Albay, E. M. (2019). Analyzing the effects of the problem-solving approach to the performance and attitude of first-year university students. Social Sciences & Humanities Open , 1 (1), 1–7. https://doi.org/10.1016/j.ssaho.2019.100006 .

Aurah, C. M., Koloi-Keaikitse, S., Isaacs, C., & Finch, H. (2011). The role of metacognition in everyday problem-solving among primary students in Kenya. Problems of Education in the 21st Century , 30 (2011), 9–21.

Belland, B. R., Kim, C., & Hannafin, M. J. (2013). A framework for designing scaffolds that improve motivation and cognition. Educational Psychologist , 48 (4), 243–270. https://doi.org/10.1080/00461520.2013.838920 .

Beyessa, F. (2014). Major factors that affect grade 10 students’ academic achievement in science education at Ilu Ababora general secondary of Oromia regional state, Ethiopia. International Letters of Social and Humanistic Sciences , 32 (21), 118–134. https://doi.org/10.18052/www.scipress.com/ILSHS.32.118 .

Chandio, M. T., Pandhiani, S. M., & Iqbal, R. (2016). Bloom’s Taxonomy: Improving Assessment and Teaching-Learning Process. Journal of Education and Educational Development , 3 (2), 203–221.

Chu, S. K. W., Reynolds, R. B., Tavares, N. J., Notari, M., & Lee, C. W. Y. (2017). 21st century skills development through inquiry-based learning from theory to practice . Springer International Publishing.

Cimer, A. (2012). What makes biology learning difficult and effective: Students’ views. Educational Research and Reviews , 7 (3), 61–71. https://doi.org/10.5897/ERR11.205 .

Creswell, J. W. (2009). Research design: Qualitative, quantitative, and mixed methods approaches (3rd ed.). SAGE Publications. Inc.

Creswell, J. W., & Creswell, J. D. (2018). Research design: Qualitative, quantitative, and mixed methods approaches (5th ed.). SAGE Publications, Inc.

Daganaso, R. O., Macasadogs, D. V. C., Tan, M. L. G., Pilande, C. J. A., Calipayan, N. J., & Santos, A. G. D. L (2020). Overcoming challenges in the use of teaching strategies: The case of grade eight biology teachers. Journal of International Academic Research for Multidisciplinary , 8 (1), 25–36.

Darling-Hammond, L., Flook, L., Cook-Harvey, C., Barron, B., & Osher, D. (2020). Implications for Educational Practice of the Science of Learning and Development. Applied Developmental Science , 24 (2), 97–140. https://doi.org/10.1080/10888691.2018.1537791 .

Dawal, B. S., & Mangut, M. (2021). Overloaded curriculum content: Factor responsible for students’ under achievement in basic science and technology in junior secondary schools in Plateau state, Nigeria. KIU Journal of Social Sciences , 7 (2), 123–128.

ETP. (1994). The Federal Democratic Republic of Ethiopia Education and Training Policy . St. George Printing.

Ganyaupfu, E. M. (2013). Teaching methods and students’ academic performance. International Journal of Humanities and Social Science Invention , 2 (9), 29–35.

Georghiades, P. (2000). Beyond conceptual change learning in science education: Focusing on transfer, durability, and Metacognition. Educational Research , 42 (2), 119–139.

Getenet, S. T. (2020). Designing a professional development program for mathematics teachers for effective use of technology in teaching. Education and Information Technologies , 25 (3), 1855–1873. https://doi.org/10.1007/s10639-019-10056-8 .

Guner, P., & Erbay, H. N. (2021). Metacognitive skills and problem-solving. International Journal of Research in Education and Science (IJRES) , 7 (3), 715–734. https://doi.org/10.46328/ijres.1594 .

Guterman, E. (2002). Toward Dynamic Assessment of Reading: Applying Metacognitive Awareness Guidance to Reading Assessment Tasks. Journal of Research in Reading , 25 (3), 283–298.

Howard, B. C., McGee, S., Shia, R., & Hong, N. S. (2001). The Influence of Metacognitive Self-Regulation and Ability Levels on Problem-Solving .

Hyder, I., & Bhamani, S. (2016). Bloom’s taxonomy (cognitive domain) in higher education settings: Reflection brief. Journal of Education and Educational Development , 3 (2), 288–300.

Inel, D., & Balim, A. G. (2010). The effects of using problem-based learning in science and technology teaching upon students’ academic achievement and levels of structuring concepts. Asia-Pacific Forum on Science Learning and Teaching , 11 (2), 1–23.

Kallio, H., Virta, K., Kallio, M., Virta, A., Hjardemaal, F. R., & Sandven, J. (2017). The utility of the metacognitive awareness inventory for teachers among in-service teachers. Journal of Education and Learning , 6 (4), 78–91. https://doi.org/10.5539/jel.v6n4p78 .

Kapa, E. (2001). A metacognitive support during the process of problem-solving in a computerized environment. Educational Studies in Mathematics , 47 (3), 317–336.

Khaparde, R. (2019). Experimental problem-solving: A plausible approach for conventional laboratory courses. Journal of Physics: Conference Series , 1286 (1), 1–7. https://doi.org/10.1088/1742-6596/1286/1/012031 .

Kim, N. J., Belland, B. R., & Axelrod, D. (2019). Scaffolding for optimal challenge in K–12 problem-based learning. Interdisciplinary Journal of Problem-Based Learning , 13 (1), 3–26. https://doi.org/10.7771/1541-5015.1712 .

Lai, E. R. (2011). Metacognition: A literature review. Pearson Research Report , 24 , 1–40. http://www.pearsonassessments.com/research .

MoE (2020). Ministry of Education Concept Note for Education Sector COVID 19-Preparedness and Response Plan .

MoE (2019). Federal Democratic Republic of Ethiopia Ministry of Education Curriculum for Doctor of Education in Biology .

MoE (2009). The Federal Democratic Republic of Ethiopia, Ministry of Education, Curriculum Framework for Ethiopian Education (KG – Grade 12) .

MoE (2005). The Federal Democratic Republic of Ethiopia: Education Sector Development Program III (ESDP-III) 2005/2006–2010/2011 (1998 EFY – 2002 EFY) Program Action Plan (PAP) .

Negash, T. (2006). Education in Ethiopia from Crisis to the Brink of Collapse . Nordiska Afrikainstitutet.

Nnorom, N. R. (2019). Effect of problem-based solving technique on secondary school students achievement in biology. International Journal of Scientific & Engineering Research , 10 (3), 1025–1029.

Okoro, C. O., & Chukwudi, E. K. (2011). Metacognitive strategies: A viable tool for self-directed learning. Journal of Educational and Social Research , 1 (4), 71–76.

Peterson, C. (2003). Bringing ADDIE to life: Instructional design at its best. Journal of Educational Multimedia and Hypermedia , 12 (3), 227–241.

Rahmawati, D., Sajidan, S., & Ashadi, A. (2018). Analysis of Problem-Solving Skill in Learning Biology at Senior High School of Surakarta. International Conference on Science Education (ICoSEd) , 1006 , 1–5. https://doi.org/10.1088/1742-6596/1006/1/012014 .

Reich, Y., Kolberg, E., & Levin, I. (2006). Designing contexts for learning design. International Journal of Engineering Education , 22 (3), 489–495.

Schraw, G., Crippen, K. J., & Hartley, K. (2006). Promoting self-regulation in science education: Metacognition as part of a broader perspective on learning. Research in Science Education , 36 , 111–139. https://doi.org/10.1007/s11165-005-3917-8 .

Senyigit, C. (2021). The effect of problem-based learning on pre-service primary school teachers’ conceptual understanding and misconceptions. International Online Journal of Primary Education (IOJPE) , 10 (1), 50–72.

Sperling, R. A., Howard, B. C., Staley, R., & DuBois, N. (2004). Metacognition and self-regulated learning constructs. Educational Research and Evaluation: An International Journal on Theory and Practice , 10 (2), 117–139. https://doi.org/10.1076/edre.10.2.117.27905 .

Stehle, S. M., & Peters-Burton, E. E. (2019). Developing student 21st century skills in selected exemplary inclusive STEM high schools. International Journal of STEM Education , 6 (1), 1–15. https://doi.org/10.1186/s40594-019-0192-1 .

Syofyan, R., & Siwi, M. K. (2018). The impact of visual, auditory, and kinesthetic learning styles on economics education teaching. Advances in Economics, Business, and Management Research , 57 , 642–649.

Tachie, S. A. (2019). Metacognitive skills and strategies application: How this helps learners in mathematics problem-solving. EURASIA Journal of Mathematics Science and Technology Education , 15 (5), 1–12. https://doi.org/10.29333/ejmste/105364 .

Tosun, C., & Senocak, E. (2013). The effects of problem-based learning on metacognitive awareness and attitudes toward chemistry of prospective teachers with different academic backgrounds. Australian Journal of Teacher Education , 38 (3), 61–73.

Umar, A. A. (2011). Effects of biology practical activities on students’ process skill acquisition in Minna, Nigeria state. Journal of Science Technology Mathematics and Education (JOSTMED) , 7 (2), 120–128.

Wang, F., & Hannafin, M. J. (2005). Design-based research and technology-enhanced learning environments. Educational Technology Research and Development , 53 (4), 5–23.

Widya, Rifandi, R., & Rahmi, Y. L. (2019). STEM education to fulfill the 21st century demand: A literature review. Journal of Physics: Conference Series , 1317 , 1–7. https://doi.org/10.1088/1742-6596/1317/1/012208 .

Zimmerman, B. J. (2008). Investigating self-regulation and motivation: Historical background, methodological developments, and future prospects. American Educational Research Journal , 45 (1), 166–183. https://doi.org/10.3102/0002831207312909 .

Zumbrunn, S., Tadlock, J., & Roberts, E. D. (2011). Encouraging self-regulated learning in the classroom: A review of the literature. Metropolitan Educational Research Consortium (MERC) , 1–28.

Download references

Acknowledgements

The authors would like to thank the teachers and students of Shambu Secondary Schools, Jimma University, and Shambu College of Teachers Education for their invaluable contributions in terms of information, resources, and financial support.

This editorial has not received financial support from any funding organizations.

Author information

Authors and affiliations.

College of Natural Sciences, Department of Biology, Jimma University, Jimma, Ethiopia

Merga Dinssa Eticha & Tsige Ketema

Department of Biology, Shambu College of Teachers Education, Shambu, Ethiopia

Merga Dinssa Eticha

Department of Curriculum and Instructional Sciences, Kotebe University of Education, Addis Ababa, Ethiopia

Adula Bekele Hunde

You can also search for this author in PubMed   Google Scholar

Contributions

Merga Dinssa Eticha : Conceptualization, Methodology, Validation, Formal analysis, Investigation, Resources, Writing-original draft, Writing-review and editing.

Adula Bekele Hunde : Conceptualization, Methodology, Validation, Investigation, Supervision, Writing-review and editing.

Tsige Ketema : Conceptualization, Methodology, Validation, Investigation, Supervision, Writing-review and editing.

Corresponding author

Correspondence to Merga Dinssa Eticha .

Ethics declarations

Ethical approval.

All procedures performed in studies involving human participants followed the ethical standards of institutional and national research committees. Therefore, approval to conduct the research was accepted by the university’s institutional review board, and ethical guidelines were followed in conducting this study.

Competing Interests

The authors declare no conflicting and competing interests.

Informed Consent

All individual participants involved in the study provided informed consent.

Statement Regarding Research Involving Human Participants and/or Animals

This study entailed the involvement of human subjects and was conducted in accordance with ethical standards, which encompassed the principles of informed consent and approval from an ethics committee.

Consent to Participate

Consent was obtained from all individual participants involved in the study after ensuring that they were fully informed. To protect their privacy, participants’ names will not be linked to any publication or presentation that uses the data and research collected. Instead, the authors used codes to identify participants. Disclosure of identifiable information will only occur if required by law or with the written consent of the participant. Participants participated in the study voluntarily and had the option to withdraw at any time.

Consent to Publish

The authors hereby affirm that the participants in the human research have given their consent for the publication of the details in the journal and article.

Additional information

Publisher’s note.

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/ .

Reprints and permissions

About this article

Eticha, M.D., Hunde, A.B. & Ketema, T. Designing a Context-Driven Problem-Solving Method with Metacognitive Scaffolding Experience Intervention for Biology Instruction. J Sci Educ Technol (2024). https://doi.org/10.1007/s10956-024-10107-x

Download citation

Accepted : 27 February 2024

Published : 27 August 2024

DOI : https://doi.org/10.1007/s10956-024-10107-x

Share this article

Anyone you share the following link with will be able to read this content:

Sorry, a shareable link is not currently available for this article.

Provided by the Springer Nature SharedIt content-sharing initiative

  • Biology learning
  • Context analysis
  • Metacognitive scaffolding
  • Problem-solving method
  • Find a journal
  • Publish with us
  • Track your research
  • Bipolar Disorder
  • Therapy Center
  • When To See a Therapist
  • Types of Therapy
  • Best Online Therapy
  • Best Couples Therapy
  • Managing Stress
  • Sleep and Dreaming
  • Understanding Emotions
  • Self-Improvement
  • Healthy Relationships
  • Student Resources
  • Personality Types
  • Sweepstakes
  • Guided Meditations
  • Verywell Mind Insights
  • 2024 Verywell Mind 25
  • Mental Health in the Classroom
  • Editorial Process
  • Meet Our Review Board
  • Crisis Support

Major Perspectives in Modern Psychology

Verywell / Emily Roberts

  • Psychodynamic Perspective
  • Behavioral Perspective
  • Cognitive Perspective
  • Biological Perspective
  • Cross-Cultural Perspective
  • Evolutionary Perspective
  • Humanistic Perspective

Psychological perspectives are different ways of thinking about and explaining human behavior. Psychologists utilize a variety of perspectives when studying how people think, feel, and behave.

Some researchers focus more on one specific school of thought, such as the biological perspective, while others take a more eclectic approach that incorporates multiple points of view.

No single perspective is "better" than another. Instead, each simply emphasizes different aspects of human behavior.

This article explores seven of the major perspectives in psychology, where these perspectives originated, and how they attempt to explain psychological issues. It also provides examples of key ideas from each psychological perspective.

Major Perspectives

The early years of psychology were dominated by a succession of these different schools of thought. If you have taken a psychology course, you might remember learning about structuralism, functionalism , psychoanalysis, behaviorism, and humanism—all of which are different schools of psychological thought.

As psychology has grown, the number and variety of topics psychologists investigate have also expanded. Since the early 1960s, the field of psychology has flourished. It continues to grow rapidly, as has the depth and breadth of subjects studied by psychologists.

Psychological Perspectives Today

Few psychologists identify their outlook according to a particular school of thought. While there are still some pure behaviorists or psychoanalysts, the majority of psychologists today categorize their work according to their specialty area and perspective.

Purpose of Psychological Perspectives

Why are there so many different perspectives in psychology? It is important to remember that every topic in psychology can be looked at in many ways. For example, let's consider the subject of aggression.

  • A professional who emphasizes a biological perspective would look at how the brain and nervous system impact aggressive behavior.
  • A professional who stresses a behavioral perspective would look at how environmental variables reinforce aggressive actions.
  • A professional who utilizes a cross-cultural approach might consider how cultural and social influences contribute to aggressive or violent behavior.

Here are seven of the major perspectives in modern psychology .

1. The Psychodynamic Perspective

The psychodynamic perspective originated with the work of Sigmund Freud . This view of psychology and human behavior emphasizes the role of the unconscious mind , early childhood experiences, and interpersonal relationships to explain human behavior, as well as to treat mental illnesses.

Much thanks to Freud's work and influence, psychoanalysis became one of the earliest major forces within psychology. Freud conceived of the mind as being composed of three key elements: the id, the ego, and the superego .

  • The id is the part of the psyche that includes all the primal and unconscious desires.
  • The ego is the aspect of the psyche that must deal with the demands of the real world.
  • The superego is the last part of the psyche to develop and is tasked with managing all of our internalized morals, standards, and ideals.

While the psychodynamic perspective is not as dominant today, it continues to be a useful psychotherapeutic tool.  

2. The Behavioral Perspective

Behavioral psychology focuses on learned behaviors. It was founded on the work of psychologists such as Edward Thorndike and John B. Watson.   Behaviorism dominated psychology in the early twentieth century but began to lose its hold during the 1950s.

Behaviorism differs from other perspectives because it focuses solely on observable behaviors rather than on emphasizing internal states.

Today, the behavioral perspective is still concerned with how behaviors are learned and reinforced. Behavioral principles are often applied in mental health settings, where therapists and counselors use these techniques to explain and treat a variety of illnesses.

3. The Cognitive Perspective

During the 1960s, a new perspective known as cognitive psychology emerged. This area of psychology focuses on mental processes like memory, thinking, problem-solving, language, and decision-making.  

Influenced by psychologists such as Jean Piaget and Albert Bandura , the cognitive perspective has grown tremendously in recent decades.

Cognitive psychologists often utilize an information-processing model (comparing the human mind to a computer) to conceptualize how information is acquired, processed, stored, and utilized.

4. The Biological Perspective

The study of physiology played a major role in the development of psychology as a separate science. Today, the perspective is known as biological psychology (also called biopsychology or physiological psychology). The point of view emphasizes the physical and biological bases of behavior.

Researchers with a biological perspective on psychology might look at how genetics influence behavior or how damage to specific areas of the brain affect personality.

The nervous system, genetics, the brain, the immune system, and the endocrine system are just a few subjects of interest to biological psychologists. Over the last few decades, the perspective has grown significantly with advances in our ability to explore and understand the human brain and nervous system.

Magnetic resonance imaging (MRI) and positron emission tomography (PET) scans give researchers tools to observe the brain under a variety of conditions. Scientists can now look at the effects of brain damage, drugs, and disease in ways that were not possible in the past.

5. The Cross-Cultural Perspective

Cross-cultural psychology is a fairly new perspective that has grown significantly in the last twenty years. Psychologists and researchers in this school of thought look at human behavior across different cultures.

By looking at these differences, we can learn more about how culture influences our thinking and behavior.   For example, researchers have looked at how social behaviors differ in individualistic and collectivistic cultures .

  • In individualistic cultures (such as the United States) people tend to exert less effort when they are part of a group—a phenomenon known as social loafing .
  • In collectivistic cultures (such as China), people tend to work harder when they are part of a group.

6. The Evolutionary Perspective

Evolutionary psychology focuses on the study of how the theory of evolution can explain physiological processes.   Psychologists who take this perspective apply the basic principles of evolution (like natural selection) to psychological phenomena.

The evolutionary perspective suggests that these mental processes exist because they serve an evolutionary purpose—meaning that they aid in human survival and reproduction.​​​

7. The Humanistic Perspective

In the 1950s, a school of thought known as humanistic psychology arrived. It was greatly influenced by the work of prominent humanists such as Carl Rogers and Abraham Maslow .

The humanistic perspective emphasizes the role of motivation in thought and behavior. Concepts such as self-actualization are essential. Psychologists with a humanist perspective focus on what drives humans to grow, change, and develop their personal potential.

Positive psychology (which focuses on helping people live happier, healthier lives) is a recent movement in psychology with roots in the humanist perspective.  

A Word From Verywell

There are many ways to think about human thought and behavior. The different perspectives in modern psychology give researchers and students tools to approach problems and answer questions. They also guide psychologists in finding new ways to explain and predict human behavior. This exploration and deeper understanding can even lead to the development of new treatment approaches.

Fonagy P. The effectiveness of psychodynamic psychotherapies: An update .  World Psychiatry . 2015;14(2):137–150. doi:10.1002/wps.20235

Malone JC. Did John B. Watson really "found" behaviorism? .  Behav Anal . 2014;37(1):1–12. doi:10.1007/s40614-014-0004-3

Glenberg AM, Witt JK, Metcalfe, J. From the revolution to embodiment: 25 years of cognitive psychology . Perspectives on Psychological Science . 2013;8(5):573-585. doi:10.1177/1745691613498098

American Psychological Association. Biological psychology . 

Lonner WJ. Half a century of cross-cultural psychology: a grateful coda . Am Psychol . 2015;70(8):804-14. doi: 10.1037/a0039454

Cosmides L, Tooby, J. Evolutionary psychology: a new perspective on cognition and motivation . Annu Rev Psychol . 2013;64:201-229. doi:10.1146/annurev.psych.121208.131628

Waterman AS. The humanistic psychology-positive psychology divide: contrasts in philosophical foundations . Am Psychol . 2013;68(3):124-33. doi:10.1037/a0032168

By Kendra Cherry, MSEd Kendra Cherry, MS, is a psychosocial rehabilitation specialist, psychology educator, and author of the "Everything Psychology Book."

IMAGES

  1. How psychology does define problem solving?

    concepts of problem solving in psychology

  2. The 5 Steps of Problem Solving

    concepts of problem solving in psychology

  3. Problem solving concept thinking man and Vector Image

    concepts of problem solving in psychology

  4. Problem solving and critical thinking

    concepts of problem solving in psychology

  5. Problem Solving Therapy Problem List

    concepts of problem solving in psychology

  6. Problem-Solving Strategies: Definition and 5 Techniques to Try

    concepts of problem solving in psychology

COMMENTS

  1. The Problem-Solving Process

    Learn about problem-solving, a mental process that involves discovering and analyzing a problem and then coming up with the best possible solution.

  2. 7.3 Problem-Solving

    Various methods of studying problem solving exist within the field of psychology including introspection, behavior analysis and behaviorism, simulation, computer modeling, and experimentation. A problem-solving strategy is a plan of action used to find a solution. Different strategies have different action plans associated with them (table below).

  3. Problem Solving

    The major cognitive processes in problem solving are representing, planning, executing, and monitoring. The major kinds of knowledge required for problem solving are facts, concepts, procedures, strategies, and beliefs. Classic theoretical approaches to the study of problem solving are associationism, Gestalt, and information processing.

  4. Problem-Solving Strategies and Obstacles

    What Is Problem-Solving? In cognitive psychology, the term 'problem-solving' refers to the mental process that people go through to discover, analyze, and solve problems.

  5. Problem Solving

    Problem Solving is the process of identifying, analyzing, and finding effective solutions to complex issues or challenges. Key Steps in Problem Solving: Identification of the problem: Recognizing and clearly defining the issue that needs to be resolved. Analysis and research: Gathering relevant information, data, and facts to understand the ...

  6. Problem-Solving Strategies: Definition and 5 Techniques to Try

    Got a problem to solve? From school to relationships, we look at examples of problem-solving strategies and how to use them.

  7. Cognitive Approach In Psychology

    Learn how cognitive psychology explains the mental processes of information processing, problem-solving, memory, and language.

  8. Problem Solving and Decision Making

    The current bibliography first outlines some general resources on the psychology of problem solving and decision making before examining each of these topics in detail. Specifically, this review covers cognitive, neuroscientific, and computational approaches to problem solving, as well as decision making models and cognitive heuristics and biases.

  9. PDF The Psychology of Problem Solving

    The Psychology of Problem Solving is divided into four parts. Fol-lowing an introduction that reviews the nature of problems and the history and methods of the field, Part II focuses on individual differ-ences in, and the influence of, the abilities and skills that humans bring to problem situations.

  10. 7.3 Problem Solving

    When you are presented with a problem—whether it is a complex mathematical problem or a broken printer, how do you solve it? Before finding a solution t...

  11. Thinking, Language, and Problem Solving

    Cognitive psychology is the field of psychology dedicated to examining how people think. It attempts to explain how and why we think the way we do by studying the interactions among human thinking, emotion, creativity, language, and problem solving, in addition to other cognitive processes. Cognitive psychologists strive to determine and ...

  12. Cognitive Psychology: The Science of How We Think

    Cognitive psychology is the study of internal mental processes—all of the workings inside your brain, including perception, thinking, memory, attention, language, problem-solving, and learning. Learning about how people think and process information helps researchers and psychologists understand the human brain and assist people with psychological difficulties.

  13. Problem-Solving

    Problem-Solving. Somewhat less open-ended than creative thinking is problem-solving, the analysis and solution of tasks or situations that are complex or ambiguous and that pose difficulties or obstacles of some kind (Mayer & Wittrock, 2006). Problem-solving is needed, for example, when a physician analyzes a chest X-ray: a photograph of the ...

  14. 7 Module 7: Thinking, Reasoning, and Problem-Solving

    Module 7: Thinking, Reasoning, and Problem-Solving. This module is about how a solid working knowledge of psychological principles can help you to think more effectively, so you can succeed in school and life. You might be inclined to believe that—because you have been thinking for as long as you can remember, because you are able to figure ...

  15. Introduction to Thinking and Problem-Solving

    Simply put, cognition is thinking, and it encompasses the processes associated with perception, knowledge, problem solving, judgment, language, and memory. Scientists who study cognition are searching for ways to understand how we integrate, organize, and utilize our conscious cognitive experiences without being aware of all of the unconscious ...

  16. John Paul Minda, The Psychology of Thinking: Reasoning, Decision-Making

    Thinking as subject matter of cognition, is covered as a section by most texts on cognitive psychology; The Psychology of Thinking: Reasoning, Decision-Making, and Problem-Solving is aimed at studying the psychology of thinking and evaluating advanced concepts of cognition using a thinking approach.

  17. Problem Solving

    PROBLEM-SOLVING STRATEGIES When you are presented with a problem—whether it is a complex mathematical problem or a broken printer, how do you solve it? Before finding a solution to the problem, the problem must first be clearly identified. After that, one of many problem solving strategies can be applied, hopefully resulting in a solution.

  18. 7.1 What Is Cognition?

    Advanced Placement ® and AP ® are trademarks registered and/or owned by the College Board, which is not affiliated with, and does not endorse, this site. This free textbook is an OpenStax resource written to increase student access to high-quality, peer-reviewed learning materials.

  19. Teaching of General Psychology: Problem Solving

    This chapter defines problem solving and its research history. In addition to this, it introduces data science approaches to research on problem solving for psychology students, educators, and researchers. The chapter describes four new core content and topical areas...

  20. Problem Solving

    Problem Solving Problem solving, a fundamental cognitive process deeply rooted in psychology, plays a pivotal role in various aspects of human existence, especially within educational contexts. This article delves into the nature of problem solving, exploring its theoretical underpinnings, the cognitive and psychological processes that underlie it, and the application of problem-solving skills ...

  21. Problem solving.

    The major cognitive processes in problem solving are representing, planning, executing, and monitoring. The major kinds of knowledge required for problem solving are facts, concepts, procedures, strategies, and beliefs. Classic theoretical approaches to the study of problem solving are associationism, Gestalt, and information processing.

  22. Designing a Context-Driven Problem-Solving Method with ...

    Learner-centered instructional practices, such as the metacognitive strategies scaffolding the problem-solving method for Biology instruction, have been shown to promote students' autonomy and self-direction, significantly enhancing their understanding of scientific concepts. Thus, this study aimed to elucidate the importance and procedures of context analysis in the development of a context ...

  23. Major Perspectives in Modern Psychology

    This area of psychology focuses on mental processes like memory, thinking, problem-solving, language, and decision-making. Influenced by psychologists such as Jean Piaget and Albert Bandura, the cognitive perspective has grown tremendously in recent decades.