📚 College Credit Guide ✓ UPI Study 🕐 9 min read

What Are Vertices, Edges, and Basic Graph Definitions?

This article explains graph basics, including vertices, edges, adjacency, incidence, degree, and the standard graph terms students use in discrete mathematics.

US
UPI Study Team Member
📅 August 07, 2026
📖 9 min read
US
About the Author
The UPI Study team works directly with students on credit transfer, degree planning, and course selection. We've helped thousands of students figure out what counts toward their degree and how to finish faster without paying more than they have to. This post is written the way we'd explain it to you directly.
🦉

Vertices and edges form the core pieces of a graph in discrete mathematics. A vertex is a point or object, and an edge is the line that connects two vertices. That simple setup shows up in class notes, exam problems, and anywhere you need to model relationships in a clean way. Think of a social app with 6 users. Each user can act like a vertex, and each friendship can act like an edge. The same pattern works for road maps, computer networks, and scheduling problems. A graph gives you a way to talk about connections without getting lost in the mess of real life. Students trip over graph vocabulary because the words sound plain, but they carry exact meanings. Adjacent vertices, incident edges, degree, loop, parallel edges, and simple graph all mean different things. Miss one term, and a problem can fall apart fast. A discrete mathematics course leans on these terms early because later topics build on them. If you can read a graph picture and name the parts, you can handle formal definitions, matrix forms, and proofs with less pain. That does not make graph theory easy. It makes it readable, and readable beats guessing every time.

Close-up of hands using a calculator and writing equations on a notebook, perfect for math concepts — UPI Study

What Are Vertices and Edges in Graph Theory?

A graph is a collection of vertices and edges, and that is the whole starting point for graph theory in discrete mathematics. A vertex marks an object or position, while an edge marks a connection between 2 vertices. In a 5-city route map, the cities act like vertices and the roads act like edges.

That picture matters because it turns messy real-world problems into clean models. A graph can show friendships on a site with 1,000 users, links between 8 computers in a lab, or shared classes among 30 students. The same 2 words do all the work: vertices and edges. I like that bluntness. It saves time and stops people from overthinking.

The catch: A graph does not care what the objects are called; it only cares how many vertices you have and which pairs an edge connects. That is why the same drawing can represent a map, a network, or a schedule, and why a discrete mathematics course keeps using the same core vocabulary. If you miss the vocabulary, the rest of the chapter feels like static. A vertex can be a dot, a circle, or a label like A or 7, and an edge can be a straight line, a curve, or even a weighted link with a number on it. The drawing style changes, but the meaning stays fixed.

Students need this language because later problems ask for proofs, counts, and properties instead of just pictures. A graph with 4 vertices and 3 edges behaves very differently from one with 4 vertices and 6 edges, even if the drawings look similar at first glance.

How Do Vertices and Edges Connect?

Two vertices are adjacent when an edge joins them, and an edge is incident to each of the 2 vertices it touches. That sounds small, but it drives most graph-reading questions in a 10-question homework set or a 50-minute exam. If you can spot which 2 vertices an edge connects, you can name adjacency and incidence without guessing. This is where most beginners get sloppy, and sloppy graph reading costs points fast. An edge that joins A and B makes A and B adjacent, while that same edge is incident to both A and B. One edge, 2 endpoints, 2 incidence facts.

What this means: A graph problem often asks the same idea in different words, so the labels matter more than the drawing style. That is why students in a discrete mathematics course should read notation as carefully as they read the picture.

Which Basic Graph Terms Should You Know?

A student who knows 8 graph words can read far more problems than one who only knows “vertex” and “edge.” That is not a small edge. It changes how fast you can finish homework, quizzes, and exam questions in one sitting.

Reality check: These terms look easy on paper, but students mix up loop, pendant, and isolated all the time, and that mistake wrecks otherwise good work.

Discrete Mathematics UPI Study Course

Learn Discrete Mathematics Online for College Credit

This is one topic inside the full Discrete Mathematics course on UPI Study — a self-paced, online class that earns real college credit. Credits are ACE and NCCRS evaluated and transfer to partner colleges across the US and Canada. Courses start at $250 with no deadlines and lifetime access.

Browse Discrete Math Course →

How Do You Represent Graphs Mathematically?

Graph theory uses 3 standard ways to show the same object: a vertex-edge diagram, an adjacency list, and an adjacency matrix. In a class with 12 homework sets, you may switch between all 3 in the same week, so you need to know the translations. A picture is not the whole answer. It is just one version of the answer.

A vertex-edge diagram is the drawing students see first. It shows vertices as points and edges as lines, and it works well for 5 or 6 vertices because you can see the connections at a glance. An adjacency list writes each vertex next to the vertices it touches. For a graph with 4 vertices, you might write A: B, C; B: A, D; and so on. That format saves space when the graph gets bigger.

Bottom line: If the graph has 10 or more vertices, a list or matrix usually beats a sketch for clear counting. That is why formal work in discrete mathematics leans hard on symbolic forms.

An adjacency matrix turns the graph into a grid of 0s and 1s. Row i and column j show whether vertex i connects to vertex j. For 5 vertices, you get a 5-by-5 table. The matrix format feels dry, but it gives fast answers for degree, symmetry, and edge checks.

Students who can move between the drawing and the formal form save time on exams and avoid dumb mistakes. That skill matters in any Discrete Mathematics unit where the instructor wants proof, not just a pretty sketch.

Why Does Degree Matter in Graphs?

Degree tells you how many edges touch a vertex, so it acts like a quick count of how busy that vertex is. In a graph with 7 vertices, a degree list can reveal a hub, a leaf, or a vertex that sits alone. That one number shows structure fast, and students should trust it more than they do.

A loop changes the count because it touches the same vertex twice, so graph books add 2 to the degree for that loop. That rule feels weird the first time you see it, but it matches the math. In a simple graph with 5 vertices, the degrees must fit the handshaking idea: the sum of all degrees equals twice the number of edges. If a graph has 8 edges, the degree sum must be 16.

That fact helps you spot bad answers and impossible graphs. A graph with degree sum 15 cannot have an integer number of edges, so something went wrong. A vertex of degree 4 in a 6-vertex graph tells you a lot more than a plain label does. It tells you which vertices are central and which ones barely connect.

Students also use degree to classify graph structure, especially in Data Structures and Algorithms problems where connection patterns matter. Degree is not fancy. It is a count, and counts do real work in graph theory.

How Can Students Use These Terms in Practice?

The fastest way to learn graph vocabulary is to label 1 graph in 3 forms: picture, list, and matrix. Do that with 4 vertices first, then 6. You will see the same idea from 3 angles, and the terms start sticking.

A student can read a graph question by checking 4 things in order: how many vertices exist, which pairs are adjacent, which edges are incident, and what each vertex degree equals. That order works on textbook sets, quiz problems, and coding questions that model networks. The habit matters because graph terms pile up fast. Miss one label, and the whole answer drifts.

Some graph problems also use terms like simple graph, multigraph, loop, and complete graph in the same sentence. That mix can look cruel, but it is standard. A graph with 3 vertices can still be simple, while a graph with 3 vertices and a loop is not. One tiny change flips the name.

Students who keep a clean glossary finish graph sections faster and with fewer re-dos. A messy notebook turns into a messy grade, and graph theory punishes mess. If you are studying for a discrete mathematics course, a 1-page term sheet with 10 definitions beats rereading 20 pages of notes.

Frequently Asked Questions about Graph Definitions

Final Thoughts on Graph Definitions

Vertices and edges look basic, but they carry the whole graph. Once you know the words, you can read adjacency, incidence, degree, loops, parallel edges, and complete graphs without getting twisted up. That matters because graph theory does not reward vague thinking. It rewards exact labels and clean counts. A student who can move from a picture to an adjacency list or matrix has already beaten half the battle. The other half is catching the small traps: a loop counts twice in degree, an isolated vertex has degree 0, and a simple graph bans loops and parallel edges. Those rules show up again and again, so do not treat them like side notes. Use the vocabulary on real examples. Draw 4 vertices. Then draw 6. Label them. Count degrees. Write the adjacency list. That tiny loop of practice does more than rereading a chapter for 40 minutes. It makes the terms stick where they need to stick. If you want the next step, pick one graph, name every part, and rewrite it in a second form today.

How UPI Study credits actually work

Ready to Earn College Credit?

ACE & NCCRS approved · Self-paced · Transfer to colleges · $250/course or $99/month

More on Discrete Mathematics
© UPI Study. This article and its educational content are solely owned by UPI Study and licensed under CC BY-NC-ND 4.0. It is not free to reuse or modify. Any citation must credit UPI Study with a direct link to this page.