|
|
Graphs

Graphs are visual representations of equations that can help us understand the relationship between two variables.

Mockup Schule

Explore our app and discover over 50 million learning materials for free.

Graphs

Illustration

Lerne mit deinen Freunden und bleibe auf dem richtigen Kurs mit deinen persönlichen Lernstatistiken

Jetzt kostenlos anmelden

Nie wieder prokastinieren mit unseren Lernerinnerungen.

Jetzt kostenlos anmelden
Illustration

Graphs are visual representations of equations that can help us understand the relationship between two variables.

Using graphs for algebraic relationships

You can use the coordinate plane, which you can see below, to graph any algebraic relationship. The coordinate plane comprises a horizontal line (x-axis) and a vertical line (y-axis), and it is divided into four quadrants named using roman numbers (I, II, III and IV).

The different points in a graph have coordinates written as ordered pairs (pairs of numbers within parentheses separated by a comma). The first number in an ordered pair (x, y) represents the value of x, and the second one represents the value of y for a given point. For example, the middle point where the x and y axes meet is called the origin, and its coordinates are (0, 0).

Graphs help us analyse the behaviour of variables and can be used to make inferences about them and facilitate data interpretation.

Graphs, Coordinate plane, StudySmarterCoordinate plane

Plotting vs sketching

When making graphs, you can either do it by plotting or sketching. For plotting, you normally use graph paper and make a table of values for x and y coordinates and plot them as accurately as possible.

If you have the equation y = x, you can plot its graph like this:

Graphs, Plotting graph, StudySmarterPlotting a graph

xy
-1-1
00
11
22

When sketching, you do not need to be as accurate. You need to draw the x and y axes and sketch the general shape of the curve, including the points where it intersects the x and y axes. In the case of a line graph, you only need a couple of points to draw the line crossing those two points. When you sketch the line graph for y = x, you only need one more point, as you know that the line crosses the origin (0, 0).

Graphs, Sketching graph, StudySmarterSketching a graph

What are the different types of graphs?

Depending on the type of function that you are graphing, you will obtain different characteristic shapes for their curve. The main types of graphs are described below.

Linear graphs

Linear graphs are a straight line. They represent the graph of functions where the highest exponent in its equation is 1.

  • Slopes and intercepts

In linear graphs, the slope is the line's rate of change in the vertical direction. The slope can be shallow or steep, depending on its value. The bigger the value of the slope, the steeper the line will be, and the smaller the value of the slope, the shallower the line will be. Also, you will need to remember that the slope of a horizontal line is zero, and the slope of a vertical line is undefined.

Any linear equation can be represented in the slope-intercept form, like this:

\[y = m x + b\]

x = independent variable

y = dependent variable

m = slope (how steep the line is)

b = y-intercept (y coordinate for the point where the line crosses the y axis)

The slope can be calculated using the formula:

\(m = \frac{rise}{run}\)

\(m = \frac{\text{change in y}}{\text{change in x}} = \frac{y_2-y_1}{x_2 - x_1}\)

where \((x_1, y_1)\) and \((x_2, y_2)\) are any two points on the line.

If you don't have the equation of the line graph, but you can identify two points on the line A = (2, 2) and B = (5, 5).

Graphs, Calculating slope, StudySmarterCalculating the slope

Then you can calculate the slope as follows:

\(m = \frac{y_2-y_1}{x_2 - x_1} = \frac{5-2}{5-2} = \frac{3}{3} = 1\)

m = 1

It doesn't matter which one you choose as point 1 and point 2. The resulting slope will be the same.

If you have the linear equation \(y = mx + b\), you don't need to calculate the slope. You can identify in the equation the value of m, which will be the slope of the line. Likewise, the value of b will be the y-intercept.

For the equation \(y = 2x + 3\), m = 2 and b = 3.

Reading Straight Line Graphs will expand your knowledge on this topic.

Quadratic graphs

If the function we want to graph is quadratic, generically represented as \(f(x) = ax^2 + bx + c\), then the shape of y = f (x) will be a parabola.

If the coefficient of \(x^2(a)\) is positive, then the parabola will be the right way up.

Graphs, Quadratic graph positive coefficient, StudySmarterQuadratic graph with positive coefficient

If the coefficient of \(x^2(a)\) is negative, then the parabola will be upside down.

Graphs, Quadratic graph negative coefficient, StudySmarterQuadratic graph with negative coefficient

Besides identifying if the parabola will be the right way up or upside down, to sketch a quadratic graph you need to proceed as follows:

  • Substitute x = 0 in the function \(f(x) = ax^2 + bx +c\), to obtain the y-coordinate where the parabola crosses the y-axis, which is equal to c.

  • Make the function \(f(x) = ax^2 + bx +c\) equal to zero, and find the roots of the function f(x). The roots will be the x-coordinates where the parabola crosses the x-axis. You can find the roots by factoring, completing the square, or using the quadratic formula.

  • Find the turning point of the parabola (minimum or maximum), either by completing the square or using symmetry.

    • If you complete the square, then the turning point will be (-p, q) if \(f(x) = a(x + p)^2 + q\) .

    • If you use symmetry, the x-coordinate of the turning point will be in the middle of the two roots found in the previous step (add them together then divide by 2). After this, you need to substitute the resulting value of x into the original function to find the y-coordinate of the turning point.

  • Sketch the graph.

Sketch the graph of \(f(x) = x^2 + 3x +2\), and find the coordinates of its turning point.

  • The coefficient of \(x^2 (a)\) is positive, therefore the parabola will be the right way up, and it will have a minimum point.
  • When x = 0, y = 2, therefore the parabola crosses the y-axis in the point (0, 2)
  • \(x^2 + 3x +2 = 0\) Find the roots of the function by factoring

\((x+1)(x+2) = 0\)

The roots are x = -1 and x = -2

  • Using symmetry to find the turning point:

\(x = \frac{-1 + (-2)}{2} = \frac{-3}{2}\)

\(y = \big(\frac{-3}{2} \big)^2 + 3\big(\frac{-3}{2} \big) + 2\)

Substitute x in the original equation

\(y = \frac{9}{4} + \frac{-9}{2} + 2\)

\(y = \frac{-1}{4}\)

The minimum point is \(\big( \frac{-3}{2} \frac{-1}{4}\big)\)

  • Now you can sketch the graph:

Graphs, Sketching quadratic graph, StudySmarterSketching a quadratic graph

Cubic graphs

If the function that you are graphing is cubic, generically represented as \(f(x) = ax^3 + bx^2 +cx +d\), then the shape of y = f (x) is shown below if the coefficient of \(x^3(a)\) is positive.

Graphs, Cubic graph positive coefficient, StudySmarterCubic graph with a positive coefficient

If the coefficient of \(x^3(a)\) is negative, then the shape will be like this:

Graphs, Cubic graph negative coefficient, StudySmarterCubic graph with a negative coefficient

To sketch the graph of cubic functions, you need to find the roots of the function.

Sketch the curve for \(y=(x+1)(x+2)(x+3)\) showing the points where they cross the coordinate axes.

  • When y = 0,

\((x+1)(x+2)(x+3) = 0\)

The roots are \(x = -1\), \(x = -2\), and \(x = -3\)

Therefore, the curve crosses the x-axis at (-1, 0), (-2, 0) and (-3, 0)

  • When x = 0,

\(y = 1 \cdot 2 \cdot 3 = 6\)

The curve crosses the y-axis at (0, 6)

  • Sketch the graph:

Graphs, Sketching cubic graph, StudySmarterSketching a cubic graph

Quartic graphs

If the function you are graphing is quartic, generically represented as \(f(x) = ax^4 +bx^3 +cx^2+dx+e\), then the shape of y = f (x) can have different forms depending on its roots. One of the possible shapes, if the coefficient of \(x^4(a)\) is positive, is shown below.

Graphs, Quartic graph positive coefficient, StudySmarterQuartic graph with positive coefficient

If the coefficient of (x^4(a)\) is negative, its curve can take the following shape:

Graphs, Quartic graph negative coefficient, StudySmarterQuartic graph with negative coefficient

Again, to sketch the graph of quartic functions, you need to find the roots of the function.

Sketch the curve for \(y = x(x-1)(x+3)(x-2)\) showing the points where they cross the coordinate axes.

  • When y = 0,

\(x(x-1)(x+3)(x-2) = 0\)

The roots are x = 0, x = 1, x = -3 and x = 2

Therefore, the curve crosses the x-axis at (0, 0), (1, 0), (-3, 0), and (2, 0)

  • When x = 0, y = 0

The curve crosses the y-axis at (0, 0)

  • Sketch the graph:

Graphs, Sketching quartic graph, StudySmarterSketching a quartic graph

Please refer to the article about Polynomial Graphs for more details and examples about quadratic, cubic and quartic graphs.

Modulus function graphs

The modulus function, also known as the absolute value function, is generically represented. The modulus of a number x will be the same number but positive. The typical shape of a modulus function is shown below.

Graphs, Modulus function graph, StudySmarterModulus function graph

If you have an expression inside the modulus function, calculate the value inside, then find the positive version of the result.

If you have the function \(f(x) = |x-3| +1\) find \(f(-2))\)

\(f(-2) = |-2 -3| + 1 = |-5| +1 = 5+1 = 6\)

To sketch the graph of the modulus function \(y = |ax+b|\), you need to sketch \(y = ax+b\), and reflect the portion of the line that goes below the x-axis into the x-axis.

Sketch the graph for \(y = |x-1|\) showing the points where they cross the coordinate axes.

Ignoring the modulus, you need to sketch the graph of \(y = |x-1|\)

  • When y = 0, x = 1

The line crosses the x-axis at (1, 0)

  • When x = 0, y = -1

The line crosses the y-axis at (0, -1)

  • Sketch the graph for \(y = |x-1|\):

Graphs, Sketching modulus function graph, StudySmarterSketching a modulus function graph

  • For the negative values of y, reflect in the x-axis. In this case, (0, -1) becomes (0, 1)

Graphs, Sketching modulus function graph, StudySmarterSketching a modulus function graph

Read about Modulus Function to learn more about this type of graph.

Reciprocal graphs

Reciprocal functions are generally represented as \(y = \frac{a}{x}\), and \(y = \frac{a}{x^2}\). To sketch this type of graph, you need to consider its asymptotes. An asymptote is a line that the curve gets very close to, but it never touches it. The graph of reciprocal functions has asymptotes at x = 0 and y = 0. The shape of a reciprocal function where \(a = 1\), \(y = \frac{1}{x}\), is shown below.

Graphs, Reciprocal graph positive coefficient, StudySmarterReciprocal graph with a positive coefficient

The shape of a reciprocal function where \(a = 1\), \(y = \frac{1}{x^2}\), is as follows.

Graphs, Reciprocal graph squared, StudySmarterReciprocal graph squared

Sketch the graph for \(y = \frac{4}{x}\)

Graphs, Sketching reciprocal graph, StudySmarterSketching a reciprocal graph

For more information and examples about this type of graph, read about Reciprocal Graphs.

Circle graphs

Another important type of graph that you will find in Coordinate Geometry is circle graphs. A circle is a set of points that are at the same distance from a fixed point called the centre. The equation of a circle with centre (0, 0) and radius r is \(x^2 + y^2 = r^2\). If the centre is (a, b), then the equation changes to \((x-a)^2 + (y-b)^2 = r^2\).

Graphs, Circle graph, StudySmarterCircle graph

Write down the equation of the circle with centre (6, 5) and radius 3, then sketch its graph.

\((x-6)^2 + (y-5)^2 = 3^2\)

\((x-6)^2 + (y-5)^2 = 9\)

Graphs, Sketching circle graph, StudySmarterSketching a circle graph

Read more about Circle Maths.

Graphs - key takeaways

  • Graphs are visual representations of equations that can help us understand the relationship between two variables.

  • When sketching, you do not need to be as accurate as when plotting; you need to draw the x and y axes and sketch the general shape of the curve, including the points where it intersects the x and y axes.

  • The slope of a line and the y-intercept can be used to help graph a linear equation.

  • To sketch quadratic, cubic and quartic equations the roots of the function must be identified, as well as the point where the curve crosses the y-axis.

  • To sketch the graph of the modulus function \(y = |ax+b|\), you need to sketch \(y = ax + b\), then reflect the portion of the line that goes below the x-axis into the x-axis.

  • In reciprocal function graphs, an asymptote is a line that the curve gets very close to, but it never touches it.

  • A circle is a set of points that are at the same distance from a fixed point called the centre.

Frequently Asked Questions about Graphs

Graphs are visual representations of equations that can be used to help understand the relationship between two variables.

The slope of a line graph can be calculated using the formula m = (y2 - y1)/(x2 - x1) using any two points (x1, y1) and (x2, y2) on the line. From the linear equation y = mx + b, you can identify the slope as the value of m, and the value of b will be the y-intercept.

To graph a quadratic equation follow these steps:

  • Identify if the parabola will be the right way up (coefficient of x² is positive), or upside down (coefficient of x²  is negative).
  • Substitute x = 0 in the function f(x) = ax² + bx + c, to obtain the y-coordinate where the parabola crosses the y-axis, which is equal to c.
  • Make the function  f(x) = ax² + bx + c equal to zero, and find the roots of the function f(x). The roots will be the x-coordinates where the parabola crosses the x-axis. You can find the roots by factoring, completing the square or using the quadratic formula.
  • Find the turning point of the parabola (minimum or maximum), either by completing the square or using symmetry. 
  • If you complete the square, then the turning point will be (-p, q) if f(x) = a(x + p)² + q . 
  • If you use symmetry, the x-coordinate of the turning point will be in the middle of the two roots found in the previous step (add them together then divide by 2). After this, you need to substitute the resulting value of x into the original function to find the y-coordinate of the turning point.
  • Sketch the graph.


If you are graphing a line with a fractional slope, for example, y = (1/3)x + 1. First, identify the y-intercept b = 1. This means that the line crosses the y-axis at (0, 1). Draw the point (0, 1) on the coordinate plane, and from there you can use the slope m = 1/3, to identify a second point, by going up 1 and across 3 times, remembering that the slope m = rise/run. If required, identify a couple of more points. Now draw the line crossing all the points identified.

Join over 22 million students in learning with our StudySmarter App

The first learning app that truly has everything you need to ace your exams in one place

  • Flashcards & Quizzes
  • AI Study Assistant
  • Study Planner
  • Mock-Exams
  • Smart Note-Taking
Join over 22 million students in learning with our StudySmarter App Join over 22 million students in learning with our StudySmarter App

Sign up to highlight and take notes. It’s 100% free.

Entdecke Lernmaterial in der StudySmarter-App

Google Popup

Join over 22 million students in learning with our StudySmarter App

Join over 22 million students in learning with our StudySmarter App

The first learning app that truly has everything you need to ace your exams in one place

  • Flashcards & Quizzes
  • AI Study Assistant
  • Study Planner
  • Mock-Exams
  • Smart Note-Taking
Join over 22 million students in learning with our StudySmarter App