4-regular plane graph

A 4-regular planar graph G G has 117 117 vertices. How many faces does G G have?

Details and assumptions

A graph is k k -regular if each vertex has a degree of k k .

A planar graph can be embedded in the plane, where edges intersect only at their endpoints.


The answer is 119.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

12 solutions

Raymond Lin
Aug 12, 2013

There are 117 4 2 = 234 \frac{117*4}{2}=234 edges in G G , since each vertex must be connected to 4 4 other vertices, and each edge connects 2 2 vertices (if we didn't divide by 2 2 , we would count each edge twice).

By Euler's formula, v e + f = 2 v-e+f=2 , where v v is the number of vertices, e e is the number of edges, and f f is the number of faces. We plug in our values for v v and e e , and solving for f f , we get our answer to be 119 \fbox{119} .

Moderator note:

Can you generalize this to 4 4 -regular graphs with different numbers of vertices?

Are we given that the G G is connected? Otherwise we could have several disconnected components that are each 4 4 -regular, which would yield a different answer.

Jimmy Kariznov - 7 years, 10 months ago

I believe that I would be able to generalize this to k k -regular graphs with v v vertices. The number of edges should be k v 2 \frac{kv}{2} in general, since each vertex must be connected to k k other vertices, and we divide by 2 2 so we don't count each edge twice. If we want to generalize the number of faces, we can use Euler's formula, getting v k v 2 + f = 2 v-\frac{kv}{2}+f=2 , so f = 2 + v ( k 2 ) 2 f=2+\frac{v(k-2)}{2} .

Raymond Lin - 7 years, 10 months ago

4-regular graphs have e = 2 v e = 2v , thus f = v + 2 f = v + 2 .

Michael Tong - 7 years, 10 months ago

The answer is correct, but I was a bit hesitant as to what constitutes a face. I wasn't sure if the unbounded region outside the graph counts as a face. Maybe add a note to the problem?

C Lim - 7 years, 10 months ago

Log in to reply

Yes, I believe that, by convention, the unbounded area outside the graph counts as a face. I referenced the following for this information: http://www.cs.uiuc.edu/~mfleck/building-blocks/version-1.0/planargraphs.pdf

Raymond Lin - 7 years, 10 months ago

Nice Solution! I did the same.

Anindya Sharma - 7 years, 9 months ago

Log in to reply

Thanks!

Raymond Lin - 7 years, 9 months ago
Zi Song Yeoh
Aug 12, 2013

Let the number of vertices, edges and faces of the planar graph be v , e , f v, e, f respectively. Note that v = 117 v = 117 and e = 4 v 2 = 2 117 = 234 e = \frac{4 \cdot v}{2} = 2 \cdot 117 = 234 . Since the graph is planar, by Euler's Formula, v e + f = 2 f = 2 + e v = 2 + 234 117 = 119 v - e + f = 2 \Rightarrow f = 2 + e - v = 2 + 234 - 117 = 119 .

Ryan Carson
Aug 12, 2013

To calculate the number of faces, we will use Euler's formula, for a 2D plane: F + V E = 2 F+V-E = 2 .

As G is 4-regular, each vertex is connected to 4 others, for a total of 4 × 117 = 468 4 \times 117 = 468 connections.

However this will count every edge twice (ie. Point A - Point B as well as Point B - Point A), so the total number of edges is:

E = 468 2 = 234 E = \frac{468} {2} = 234

Using Euler's formula with V = 117 V=117 , E = 234 E=234 , we find:

F + V E = 2 F+V-E = 2

F = 2 + E V F = 2+E-V

F = 2 + 234 117 F = 2+234-117

F = 119 F = 119

According to the degree sum formula: Σ d e g ( v ) = 2 e \Sigma deg(v)=2e , so e = 4 117 2 = 234 e=\frac{4*117}{2}=234 .

According to Euler's formula: v e + f = 2 v - e + f = 2 , so f = 2 + e v = 119 f=2+e-v=119

Jack Lian
Aug 16, 2013

According to Euler's Formula V - E + F = 2 where

V = number of vertices

E = number of edges

F = number of faces

We are given the number of vertices so we only need to calculate the number of edges to solve for F.

By the Handshaking lemma ( you need two person for every handshake ) Every 2 degree contributes to 1 extra edge.

So the number of edges in the graph = total degree/2

Since we know that the graph is a 4 regular graph, all vertices has degree four (means four edges coming out of every vertices)

So, total degree = 4 * 117 = 468

Number of edges = 468/2 = 234

By Euler's Formula 117 - 234 + F = 2

Shifting things around...

F = 119

Arnab Animesh Das
Aug 13, 2013

As, it is a planar graph with 117 vertices (v) 117 \text{ vertices (v)} , and having nodes, each having a degree (k) of \text{nodes, each having a degree (k) of} 4 4 . So, using handshaking theorem, for nodes, i.e. v = 2 e k v=\frac{2e}{k} , we get 234 edges (e) 234 \text{ edges (e)} . And finally, on applying Euler’s Formula: v + e f = 2 \text{ Euler's Formula: } v+e-f=2 , we get, No. of Faces (f) = 119 . \text{No. of Faces (f) }=\fbox{119}.

  • N.B. - Sorry, it should have been v e + f = 2 v-e+f=2

Arnab Animesh Das - 7 years, 10 months ago
Jiaqi Wang
Aug 11, 2013

Euler's formula for planar graphs states that:

v e + f = 2 v-e+f=2

Where v = # of vertices, e = # of edges, f = # of faces.

We know v = 117, so we just need to find e.

Since the graph is 4-regular, each vertices has 4 edges connected to it. So it can be just a 117-gon with every adjacent vertices and every other vertices connected. The number of edges is then 117*2.

Plug this back into v e + f = 2 f = e + 2 v f = 2 117 117 + 2 = 117 + 2 = 119 v-e+f=2 \Rightarrow f = e+2-v \Rightarrow f = 2*117-117+2 = 117+2 = 119

So 119 is the answer.

Arkan Megraoui
Nov 26, 2013

We use Euler's Polyhedral Formula: V-E+F=2, where V = #vertices, E = #edges and F = #faces.

Since each vertex is of degree 4, the total number of edges is clearly (4 117)/2=2 117=234. We know V = 117. Hence F=2+E-f=2+234-117=2+117=119.

Danny He
Aug 15, 2013

Euler's Degree Sum Formula

Since Euler's Degree Sum Formula implies that for any k r e g u l a r k-regular graph with V V vertices then there are k V 2 \frac{k*V}{2} edges.

Therefore, there must be 234 234 edges present.

Using Euler's Formula, we have V E + F = 2 V-E+F=2 where V , E , F V,E,F are the number of vertices, edges and faces respectively.

This gives F = 117 + 2 = 119 F=117+2 = 119 so there are 119 119 faces.

Alfredo Saracho
Aug 14, 2013

It's an application of Euler's formula for graphs V E + F = 2 V - E + F = 2 where V V is the number of vertices, E E the number of edges and F F the number of faces. We know V = 117 V=117 and E = 4 × 117 2 = 2 × 117 E=\frac{4\times 117}{2}=2\times 117 . Substituting into the previous formula we obtain, F = 119 \boxed{F=119} .

Jiang Shi
Aug 13, 2013

v e + f = 2 v - e + f = 2 (vertices - edges + faces = 2) for planar graphs. Each vertex has four edges connecting to it (hence, 4-regular), so there are 2 v = 234 2v = 234 edges. Thus f = 119 f = 119 .

Andrei Zanfir
Aug 13, 2013

We use a simple rule to generate 4 4 -regular planar graph G k G_{k} with n n vertices, where n n is of the form : 6 + 3 k 6 + 3*k .

G 0 G_{0} is the the graph of the octahedron . It has 6 6 vertices and 8 8 faces ( we also include the infinite face ).

The outer triangle is oriented upwards.

G k , k 1 G_{k, k \geq 1} is obtained by:

  • remove the 3 3 outer edges of G k 1 G_{k-1} and obtain G k 1 G^{*}_{k-1}
  • put G k 1 G^{*}_{k-1} inside a triangle that has an opposite orientation than the outer triangle of G k 1 G_{k-1}
  • for every vertex of this new triangle, construct 2 2 edges that will link the vertex to the 2 2 nearest vertices of G k 1 G^{*}_{k-1}

This procedure adds 3 3 vertices and 3 3 inner faces for every increment of k k . So for every vertex, we get one additional face.

It follows that G 117 G_{117} has :

f = 8 + ( 117 6 ) = 119 f = 8 + (117-6) = 119 faces.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...