What is Graph: Definition and 1000 Discussions

In graph theory, a planar graph is a graph that can be embedded in the plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints. In other words, it can be drawn in such a way that no edges cross each other. Such a drawing is called a plane graph or planar embedding of the graph. A plane graph can be defined as a planar graph with a mapping from every node to a point on a plane, and from every edge to a plane curve on that plane, such that the extreme points of each curve are the points mapped from its end nodes, and all curves are disjoint except on their extreme points.
Every graph that can be drawn on a plane can be drawn on the sphere as well, and vice versa, by means of stereographic projection.
Plane graphs can be encoded by combinatorial maps or rotation systems.
An equivalence class of topologically equivalent drawings on the sphere, usually with additional assumptions such as the absence of isthmuses, is called a planar map. Although a plane graph has an external or unbounded face, none of the faces of a planar map has a particular status.
Planar graphs generalize to graphs drawable on a surface of a given genus. In this terminology, planar graphs have genus 0, since the plane (and the sphere) are surfaces of genus 0. See "graph embedding" for other related topics.

View More On Wikipedia.org
  1. R

    Pressure-temperature graph without zero y-intercept

    I am a high school physics teacher and I've been trying out an experiment for my students. I used a manometer (a plastic tube in a U-shape partially filled with water) to measure the pressure of the air in a boiling tube. I placed the boiling tube into a beaker of water and varied the...
  2. E

    [Group Theory] Constructing Cayley Graph from Given Relations

    Homework Statement Show that there exists a group of order 21 having two generators s and t for which s^3 = I and sts^{-1} = t^2. Do this exercise by constructing the graph of the group.Homework Equations Based on the given relations, we have t^7 = I.The Attempt at a Solution Since ##s## and...
  3. C

    Notation for time in a relativistic graph

    I was just curious as a possible confusion that might occur when graphing a v vs t Graph. Because velocity is a function of time, but time is also dependant on velocity, so how would we denote this on a graph? Hope i got my point across, thanks!
  4. R

    Where is the Electric Field + Potential zero? Draw a graph

    Homework Statement A -1.0 nC charge and a 1.0 nC charge are separated by 10.0 cm. a) At what position(s) is the electric field due to the two charges zero? b) At what position(s) is the electric potential due to the two charges zero? c) Draw a graph showing the zero electric field and zero...
  5. H

    Velocity vs displcement graph

    Homework Statement The graph is as folllows-(SEE ATTACHMENT) Q.draw acceleration vs disp. graph. Homework Equations Basic equations of motion, basic calculus The Attempt at a Solution I have tried to write a linear equation in v and s and then differentiating it w.r.t. to time. but I am not...
  6. T

    What is a Clique in Graph Theory?

    Okay, so I just started reading a few books on Graph Theory and Topology (I wasn't sure if I should put this in Topology or here.), and I am just here to clear up some concepts, mainly about Cliques, to be precise what is a Clique? I have read Wikipedia articles and the books, and still No clear...
  7. N

    Writing the equation of a transformed exp function given the graph

    Homework Statement EXPONENTIAL FUNCTION The graph represents a transformation of the function f(x) = 2^x, Write an equation for it. The graph in question is the second one, graph B. http://ars.els-cdn.com/content/image/1-s2.0-S0006349598778683-gr1.gif Since there are more variables...
  8. A

    Speed-time graph What is the highest speed?

    Homework Statement The problem is telling to write the interval of time in which a car has the highest speed. We see in a graph (time-speed) negative and positive values. Homework Equations Definition of speed. Logic. The Attempt at a Solution So, I wonder whether they are...
  9. B

    Understanding the Graph of an Equation | Calculus Help

    Hi everyone, I'm learning calculus at school. Recently I was taught this equation like. Y = (2X^2)/(9 - X^2) So the teacher did all by himself. So I came home and now confused. I know there are 3 graphs(sorry if the word is not right ) so I was doing it again. And I'm stuck at where to get the...
  10. Petrus

    MHB How to sketch the graph of a function

    Hello, I wanted to take some time and show how to sketch the graph of a function! If you see anything that is wrong, please PM me and I will correct it!:) I hope you enjoy, understand and learn!:) 1. An exponential function Draw the graph of y=e^{-2x^3+3x^2+1} Okay, the first thing I...
  11. T

    How to remember which to graph first?

    I have a kind of embarrassing problem. When I'm working on problems, especially if there's more than one in a row where it involves a bunch of coordinates I inevitably flip graphing them, instead of going for the x first ill go for the y. Is there a simple way of remembering to do it so I can...
  12. U

    Prove this inequality via graph

    Homework Statement 2x>3sinx-xcosx, 0<x<∏/2 Homework Equations The Attempt at a Solution One possible way is to draw the graph of the functions and compare but plotting a graph manually is not easy in this case. I want some other methods.
  13. A

    MHB Prove Triangle-Free Graph w/ 2n/5 Degree is Bipartite

    In a group of n people, each pair are friends or strangers. No set of three people are mutually friends. For any partition of the n people into two groups, there exists two people in a group that are friends. Prove that there exists a person who is friends with at most 2n/5 people in the group...
  14. A

    MHB Another tree-related graph theory proof

    Please check if my two following proofs are correct. I didn't know whether it was better to post them in a separate thread or not. I posted them together since they are both questions related to graph theory. Let me know if I should have separated them. Prove that a graph G is a tree iff it has...
  15. A

    MHB Graph theory proof related to trees

    Prove that a graph on v vertices that has no cycle is connected iff it has precisely v-1 edges. Necessary Condition: A connected graph with no cycles is a tree. Therefore, it has v-1 edges. Sufficient Condition: I need help with this. How can I use "a connected graph has no cycles iff it has...
  16. A

    MHB How to show a graph contains no Hamilton cycles?

    Here is the graph in question: The edges in red are the paths that must be included in the cycle, since vertices a, k, e, and o have only degree 2. I listed all possible routes starting from vertex b, and showed that they all routes closes a cycle while leaving some vertex disconnected. Is...
  17. A

    MHB Graph Theory Proof: Connectivity of G Proven

    [SOLVED]Graph theory proof The graph G has precisely two vertices x and y of odd degree. A new graph of multigraph H is formed from G by adding an edge xy. If H is connected, prove that G is connected. Please check my following proof for this problem. Since G has exactly two odd vertices...
  18. S

    Tricky V I Graph Need help please

    need help with this question, is the gradient negative or positive since the voltmeter is over the battery? Here is the image (sorry for making you tilt your heads) https://www.dropbox.com/sh/v6ydqbfrg20whtb/ZWR-r9ZOSH?lst#f:q17.JPG
  19. J

    MATLAB How to do a dynamic graph in matlab

    Hi guys, so I've never used MATLAB before, and i need to make a plot that changes constantly. Let's say that i have Sin(x) from 0 to 3pi Then i need it to change to a Cos(x) from 0 to 3pi then to a Tan(x). I could do it in other languaje like Php or c, but in MATLAB i have no idea. I...
  20. L

    Question on graph of Momentum vs Distance

    Homework Statement Well I think the answer is d because if the acceleration is constant then the distance should increase at a steady rate hence the straight line for d. But my teacher says different his working is shown on the side of the question. He believes the answer is A...
  21. N

    Getting an equation from a graph

    I have fairly simple non linear graphs that I need equations for. Sometime back I used a program that gave me a power series equation when multiple cordinates of the graph were entered. I no longer have that program and don't remember where I got it. How Can I get these equations? There must...
  22. C

    Comp Sci Simple program to sketch graph in JAVA

    Homework Statement See code below: The Attempt at a Solution I am simply trying to get the code to work: When I try to compile, the terminal says that apparently the package ptolemy.plot.* package does not exist and so does not recognise statements like PlotFrame etc.. Why is this...
  23. T

    Understanding Horizontal Trig Graph Translations

    Quick question guys.. I understand how trig graphs work (cos, sin, tan etc.). What I don't understand is when there is a horizontal translation of say, pi/4, I notice that the graph moves, but I don't really understand how to know exactly how far to move. For example if your HT was pi/4 and...
  24. R

    Need help finding the name of a fluid mechanics/frequency graph

    Someone showed me a graph that has to do with how a cylinder oscillates in uniform flow, starting from no oscillation, to high oscillation, back to none. I know the y-axis is amplitude/diameter and the x-axis is velocity / (natural frequency X diameter) I would just like to find out more...
  25. D

    Identifying Horizontal Tangents on the Graph of y = x^3e^x

    Homework Statement Find the points on the graph of y = x3ex where the tangent line is horizontal. (Your answer should include x-values and y-values) Homework Equations Product rule fg'+gf' The Attempt at a Solution (x3)(ex)+(ex)(3x2) x3ex+3x2ex= y' x3ex+3x2ex= 0...
  26. J

    Motion Graph and how it acts. Please read.

    So I have a function which represents motion. This function is x^2 which is also the area of a square. Now, what I know from the calculus is that the derivative is 2x, no arguing there but the derivative of a squares area is the perimeter, which is 4x? 4x and 2x are not the same at all! Another...
  27. M

    Finding Polar Equation for hyperbola with Graph xy=16

    Homework Statement Find a polar equation with the graph as xy=16 Homework Equations r = ed/(1+- cos\theta)? I'm not really sure at all. The Attempt at a Solution I also tried using x = rcos\theta and y = r sin\theta but I can't get anything. I know it's a hyperbola.
  28. X

    Acceleration straight line graph

    Homework Statement A particle starts from rest and accelerates as shown in the attached figure. Determine (a) the article's speed at t=10s and t=20s. (b) The distance traveled in the first 20s. Homework Equations a=dv/dt The Attempt at a Solution (a) t=10s, speed = 20m/s t=20s...
  29. J

    Boyle's Law Graph: Explaining Start Points

    In the graph of volume against 1/pressure,why does the straight line graph not touch the starting point. Whereas,in the graph of pressure against 1/volume,why does the straight line graph touch the starting point?? Thanks. Pls helppp!:)
  30. T

    Can someone tell me if this is a bipartite graph?

    Homework Statement I know this is the description of a bipartite graph: A bipartite graph G is a simple graph whose vertex set can be partitioned into two mutually disjoint nonempty subsets V1 and V2 such that vertices in V1 may be connected to vertices in V2, but no vertices in V1 are...
  31. R

    Graph of Tension force vs. the square of the speed

    Working on a physics lab report regarding uniform circular motion, one of the questions asks to graph the Tension Force vs. the square of the speed. Another part of the same question asks what the slope of the graph represents, which is where I'm stuck.
  32. P

    How to go from acceleration vs time graph to velocity vs time graph?

    Homework Statement The figure below shows the acceleration-versus-time graph for a motorcyclist riding along the x-axis. Assume that at t = 0, x = -1 m and v = 2 m/s. Unless otherwise specified, use the graphical analysis to solve all the questions below. Do not use the kinematic equations...
  33. B

    Integrals with Common Fractions and Area Under Graph

    I'm working on simple game and am working on a leveling system, using a function to get experience needed. I am using area under a function above y=0. The first problem, I can't figure out a simple number. f(x) = x2/5 dx Then, looking for area, I'm unsure about a really simple thing. Getting...
  34. C

    How do you find frequency given this wave graph?

    Homework Statement How do you find wavelength given this wave graph? [ignore my title please]Homework Equations c= (wavelength)(frequency)The Attempt at a Solution I always see displacement (y) vs distance (x) graph, but this one is displacement (x) vs t I'm kinda confused how you solve...
  35. G

    What is the Official Name of the Bar Pendulum Graph?

    Bar Pendulum Graph name? Hi! WWhen i did the Bar graph experiment, i obtained a parabolic curve on negative and positive x axes (time period^2 vs distance from cg graph). Can anyone tell me what it's actually called, the actual name of the graph?
  36. evinda

    MHB Graph of f(x,y): Contour Curves & Hyperbolas

    Hi! Let the function be f(x,y)=x^2-2*y^2,which graph is S:z=f(x,y).Which are the contour curves?Are these hyperbolas? :confused: Thanks in advance!:)
  37. S

    Recommendations for a book on Graph Theory?

    I am currently taking a combinatorics class that surveys a little bit of graph theory and it piqued my interest. Does anyone have a recommendation for a good introductory book on the subject? I am really interested in finding a book that is very readable and not the standard definition, lemma...
  38. A

    Person falls on mattress: draw speed-time graph

    Homework Statement A person falls on a mattress from 4 meters. The mattress does not make him bounce. Draw the speed-time graph. Homework Equations Speed-time graph principles. The Attempt at a Solution I know the first part is a linear function, where the speed increases, because...
  39. V

    Network Analysis: Question on fundamental cutset matrix of a graph

    Homework Statement It's a not specific problem. Just a general question. Suppose, I have a graph and I need to write a fundamental cut set matrix. If I define the cut set orientation by choosing the direction of branch current, does every other cut set have to oriented exactly the same way...
  40. R

    Trouble determining the slope of the graph

    For the slope, I got 0.4532 and for B, I got 74.09, but they're both wrong! And my excel program keeps crashing everytime i try to print screen it! This is really urgent and I don't know who else to turn to because this is due very very soon and I'm desperate! Also, what about this one:
  41. C

    Finding the area of a triangle on a graph

    Here is the question: http://i259.photobucket.com/albums/hh299/the-real-guitar-hero/Capture_zpsf2b9cd28.png part A = 3√5 b=y=2X+1 c=(0,1) D is where I am confused. Area of triangle = (base x height)/2 from working out, line 2 cuts the x-axis at -1/2. line 1 cuts the x at 7. the height is 3...
  42. A

    Voltage, Current, and Time Graph with Sine Wave

    Homework Statement Hello all! Basically, my professor used this graph in our lecture, but I do not really understand how to read it. The graph has three variables, so I'm guessing it is Voltage vs. Current as time increases? One question he asked was "The figure shows the voltage and...
  43. X

    How to solve where a maclaurin series intersects a graph

    I have just finished a unit on constructing taylor and maclaurin polynomials and series. However I am really lost on how to find the answer to this problem that i found online for the test review and its going to be on my test, I know how to construct a maclaurin polynomial and have a vague...
  44. L

    Why Does My Calculation of Ro Result in Zero for a Thermistor?

    The resistance,R, of a thermistor varies with absolute temperature according to the following equation: R= R0 ek/T I was asked to find the constant k using the graph. I put the equation given in the form ln R= k/t + lnR0 k would be the gradient. So I found the gradient from...
  45. G

    Testing a proportional relationship without a graph

    Homework Statement Without a graph, test the suggestion that the speed, c, of the water wave is related to water depth, d, by: c ∝ d^1/2 No other data is given, this is suppose to be collected by myself but I am revising for a practical exam paper without having the data given. Markscheme...
  46. R

    Netforce Graph Help: Understanding Zero Netforce and Constant Velocity

    Homework Statement The Attempt at a Solution Netforce is zero right? Constant speed is constant velocity. I'm not sure how to draw this.
  47. bayan

    How to Interpret an Altitude vs Local Time Graph for Astronomy?

    Hi, I need some help with interpreting an altitude vs local time graph. http://img401.imageshack.us/img401/4871/astronomygraph.jpg is a link to the graph and some of the questions that were asked about the graph. also this information was provided: Date of observation: christmas night...
  48. A

    Interpreting and converting an acceleration-time graph

    Homework Statement Homework Equations a = Δv/Δt v = Δx/Δt x = area under velocity graph The Attempt at a Solution According to my second attempt, the answer to "particle's speed at t = 20.0 s?" is not 15m/s either. Working out picture. I don't understand where I went wrong. I've always...
  49. O

    Attempting to graph momentum help

    What I am trying to do right now is graph momentum as a linear slope on a graph. What I know is: p = mv Now, I've collected data giving me the velocity of the object, and I also have the mass. Now All I am trying to do is figure out a way to graph this. I've tried 1/p= 1/(mv) but of...
  50. M

    Fundamental Group of a Cayley Graph

    Suppose we have a group with presentation G = <A|R> i.e G is the quotient of the free group F(A) on A by the normal closure <<A>> of some subset A of F(A). Is it true that that fundamental group of the Cayley graph of G (with respect to the generating set A) will be isomorphic to the subgroup...
Back
Top