Hands-on Activity Start Networking!

Quick Look

Grade Level: 9 (7-10)

Time Required: 45 minutes

Expendable Cost/Group: US $0.00

Group Size: 28

Activity Dependency:

Subject Areas: Biology, Life Science, Problem Solving, Science and Technology

Summary

To get a better understanding of complex networks, students create their own, real social network example by interacting with their peers in the classroom and documenting the interactions. They represent the interaction data as a graph, calculate two mathematical quantities associated with the graph—the degree of each node and the degree distribution of the graph—and analyze how these quantities can be used to infer properties of the social network at hand.

Two images: In a room full of networking young people, two shake hands. A drawing shows people icons, each in a circle with lines connecting to other circles.
What can we learn about the characteristics of complex networks by analyzing graphs?
copyright
Copyright © Office of Adolescent Health, US Department of Health and Human Services, Washington State Office of the Insurance Commissioner http://www.hhs.gov/ash/oah/resources-and-publications/learning/coll-tk/index.html#chapter-2/section-2-3/ http://www.insurance.wa.gov/social/index.shtml

Engineering Connection

We are all members of social networks. Many of us use social networking websites—built by software engineers—to keep in touch and up to date with the people in our social circles. Our money changes hands in exchange for goods and services, creating economic networks studied by financial engineers. Infectious diseases spread via contact networks and are studied by bioengineers and public health researchers. Information flows over our friendship and acquaintance networks, often facilitated by technologies developed by electrical and computer engineers.

Learning Objectives

After this activity, students should be able to:

  • Represent data as a graph.
  • Calculate the degree of each node of a graph as well as the degree distribution of a graph.

Educational Standards

Each TeachEngineering lesson or activity is correlated to one or more K-12 science, technology, engineering or math (STEM) educational standards.

All 100,000+ K-12 STEM standards covered in TeachEngineering are collected, maintained and packaged by the Achievement Standards Network (ASN), a project of D2L (www.achievementstandards.org).

In the ASN, standards are hierarchically structured: first by source; e.g., by state; within source by type; e.g., science or mathematics; within type by subtype, then by grade, etc.

  • Solve real-world and mathematical problems involving the four operations with rational numbers. (Grade 7) More Details

    View aligned curriculum

    Do you agree with this alignment?

  • Represent data with plots on the real number line (dot plots, histograms, and box plots). (Grades 9 - 12) More Details

    View aligned curriculum

    Do you agree with this alignment?

  • (+) Analyze decisions and strategies using probability concepts (e.g., product testing, medical testing, pulling a hockey goalie at the end of a game). (Grades 9 - 12) More Details

    View aligned curriculum

    Do you agree with this alignment?

  • Analyze the stability of a technological system and how it is influenced by all the components in the system, especially those in the feedback loop. (Grades 9 - 12) More Details

    View aligned curriculum

    Do you agree with this alignment?

  • Explain how scientific knowledge and reasoning provide an empirically-based perspective to inform society's decision making. (Grades 9 - 12) More Details

    View aligned curriculum

    Do you agree with this alignment?

  • use representations to model and interpret physical, social, and mathematical phenomena (Grades Pre-K - 12) More Details

    View aligned curriculum

    Do you agree with this alignment?

Suggest an alignment not listed above

Materials List

Each student needs:

  • sheet of paper
  • pen or pencil

Introduction/Motivation

Social networks are prolific and important to many branches of modern science and engineering. Money changes hands in exchange for goods and services, creating our economic networks. Infectious diseases spread via contact networks. Information flows over our friendship and acquaintance networks.

Today we are going to build a real social network by collecting data on your interactions in the classroom. Then you'll represent this data as a graph and compute two mathematical quantities associated with the graph so that we can learn how these quantities can be used to infer properties of the social network at hand.

Procedure

Background

Refer to the Teacher Background section of the associated Sets-Nodes-Edges: Representing Complex Networks in Graph Theory lesson for information on graphs, degree of nodes and degree distribution of graphs.

With the Students

  1. Ask each student in the class to write his or her name at the top of a sheet of paper.
  2. Instruct the students to move around the classroom and sign each other's papers if they agree to do so. For example, John and Ann meet and agree to sign each other's sheet of paper. In this case, John's sheet of paper will have his and Ann's name written on it. Likewise, Ann's sheet of paper will have hers and John's name written on it.
  3. Allow this activity to proceed long enough for students to collect a few signatures (perhaps two to three, on average). Avoid giving too much time because you do not want every student to collect signatures from every other student—a situation that leads to non-interesting results.
  4. Ask students to return back to their seats and ask one volunteer to collect all sheets of paper.
  5. Ask one student to make a graph of the interaction data obtained from Step 3 on the classroom board. Represent each student by a node (labeled with his/her name or initials). Draw an edge between two nodes if the students represented by those nodes have exchanged signatures (see Figure 1 for an example). It is easiest to draw the graph if the nodes are placed on a large circle around the border of the board.
    A line drawing shows six circles, each with a name inside (Ann, Matt, Alex, John, Steve, Amy) and lines connecting some of the circles, but not all of them.
    Figure 1. Example graph of interaction data.
    copyright
    Copyright © 2012 Garrett Jenkinson, Johns Hopkins University

The Figure 1 graph is an example of an outcome that might be drawn on the board. In this example, six students are in the class: Ann, Matt, Alex, John, Steve and Amy. An edge is drawn between students who exchanged signatures. For example, John and Ann exchanged signatures, whereas Steve and Amy did not.

  1. Ask another student to calculate the degree of each node and the degree distribution of the resulting graph. The degree of a node is given by counting the number of edges connected to the node. Using Figure 1 example data, the results are shown in Table 1 (left). The degree distribution can be found by calculating how many nodes have a given degree and by dividing these numbers by the total number of nodes in the network. Using Figure 1 example data, the results are shown in Table 1 (right). This data can also be plotted, resulting in the Figure 2 bar graph.
  2. Conclude with a class discussion to analyze the graph. See the questions in the Assessment section.
    Two tables: The degree of each node table has two columns (node, degree) with the six student names (Ann, Matt, Alex, John, Steve, Amy) and respective degrees (1, 2, 3, 4, 1, 2). The degree distribution table has two columns (degree, probability) with the degrees 1 through 6 listed along with their respective probabilities: 0/6 = 0, 3/6 = ½, 2/6 = 1/3, 1/6, 0/6 = 0, 0/6 = 0, 0/6 =0.
    Table 1. Example calculated degree of each node and degree distribution.
    copyright
    Copyright © 2012 Garrett Jenkinson, Johns Hopkins University
    A bar graph plots degree vs. probability.
    Figure 2. Example plotting of degree distribution data.
    copyright
    Copyright © 2012 Garrett Jenkinson, Johns Hopkins University

Vocabulary/Definitions

complex network: A set of individuals (students, neurons, molecules, computers, web pages) that interact with each other in a certain fashion.

degree distribution: A function telling what fraction of the nodes in a graph has a given degree.

degree of a node: The number of edges connecting to the node.

graph: A set of vertices and a set of edges that connect the vertices. Graphs are used as visual representations of complex networks.

Assessment

Pre-Activity Assessment

Opening Questions: Before starting the activity, ask students a few questions to review what they have learned in the associated Sets-Nodes-Edges: Representing Complex Networks in Graph Theory lesson.

  • What is a social network?
  • What is a graph?
  • Can you come up with examples of systems that can be represented as graphs?
  • What is the degree of a node?
  • What is the degree distribution of a graph?

Activity Embedded Assessment

Engagement: While students are networking, monitor them and observe who is participating.

Post-Activity Assessment

Concluding Discussion: After the activity is complete, gauge student comprehension by asking them the following analysis questions about the class social network and discussing as a class:

  • Which fellow students are the most and least successful in collecting signatures? What are the degrees of the nodes associated with these two students? (Answer: Looking at the graph, student nodes with the most signatures are the ones with the most edges from them and thus the highest degree numbers. Student nodes with the fewest signatures have the fewest edges and the lowest degree numbers. High degree nodes represent "hubs'' that control many properties of the network as a whole and are important points of study by network scientists and engineers.)
  • What does the calculated degree distribution indicate about the resulting social network? (Answer: The most likely number of signatures collected by an individual is given by the mode of the distribution; that is, by the degree with the highest probability. If the distribution is narrow around the mode, then the students are more or less equally successful in collecting signatures. A wide distribution indicates that some students are not as successful as other students in collecting signatures.)
  • What happens to the graph if one student decides not to participate in the activity of collecting signatures from his/her classmates? What is the degree of the node associated with this student? (Answer: The node assigned to this student will have no edges and will not be connected to other nodes in the network. Its degree will be zero.)
  • What happens to the graph and its degree distribution if enough time is allowed so that each student can collect signatures from all other fellow students? (Answer: If every student obtains signatures from every other student, then all nodes in the network would have edges to all other nodes. In this case, the degree distribution would take only one non-zero value, assigned to the degree that equals the total number of nodes in the network. This value is one.)

Subscribe

Get the inside scoop on all things TeachEngineering such as new site features, curriculum updates, video releases, and more by signing up for our newsletter!
PS: We do not share personal information or emails with anyone.

More Curriculum Like This

High School Lesson
Sets-Nodes-Edges: Representing Complex Networks in Graph Theory

Students learn about complex networks and how to represent them using graphs. They also learn that graph theory is a useful mathematical tool for studying complex networks in diverse applications of science and engineering, such as neural networks in the brain, biochemical reaction networks in cells...

High School Lesson
Processes on Complex Networks

Building on their understanding of graphs, students are introduced to random processes on networks. They walk through an illustrative example to see how a random process can be used to represent the spread of an infectious disease, such as the flu, on a social network of students.

High School Unit
It's a Connected World: The Beauty of Network Science

Students learn about complex networks and how to use graphs to represent them. An illustrative example shows how a random process can be used to represent the spread of an infectious disease, such as the flu, on a social network of students, and demonstrates how scientists and engineers use mathemat...

High School Lesson
Making the Connection

Students learn and apply concepts and methods of graph theory to analyze data for different relationships such as friendships and physical proximity. They are asked about relationships between people and how those relationships can be illustrated.

Copyright

© 2013 by Regents of the University of Colorado; original © 2012 The Johns Hopkins University

Contributors

Garrett Jenkinson and John Goutsias, The Johns Hopkins University, Baltimore, MD; Debbie Jenkinson and Susan Frennesson, The Pine School, Stuart, FL

Supporting Program

Complex Systems Science Laboratory, Whitaker Biomedical Engineering Institute, The Johns Hopkins University

Acknowledgements

The generous support of the National Science Foundation, Directorate for Computer and Information Science and Engineering (CISE), Division of Computing and Communication Foundations (CCF), is gratefully acknowledged.

Last modified: April 15, 2024

Free K-12 standards-aligned STEM curriculum for educators everywhere.
Find more at TeachEngineering.org