Solved Examples

NCERT Solutions for Class 8 Maths Chapter 13: Introduction to Graphs — Free PDF

Complete solutions for all exercises — coordinate axes, plotting points, line graphs, and linear equations on graphs with detailed worked examples and practice questions.

CBSEClass 8
The SparkEd Authors (IITian & Googler)15 March 202635 min read
NCERT Solutions Class 8 Maths Chapter 13 Introduction To Graphs — SparkEd

Chapter 13 Overview: Introduction to Graphs

Chapter 13 introduces the Cartesian coordinate system and teaches you how to plot points, read and draw line graphs, and understand linear graphs of the form y=mxy = mx or y=mx+cy = mx + c.

Graphs are one of the most visual and intuitive tools in mathematics. They help you see patterns, compare data, and understand relationships between variables. This chapter lays the groundwork for coordinate geometry in Classes 9 and 10.

The chapter is divided into two exercises. Exercise 13.1 covers reading and interpreting different types of graphs (bar graphs, pie charts, and line graphs) as well as plotting points on the coordinate plane. Exercise 13.2 focuses on drawing linear graphs from equations like y=2xy = 2x or y=x+3y = x + 3. This is one of the more visual and enjoyable chapters in Class 8 Maths.

Key Concepts and Definitions

Cartesian Coordinate System: Named after the mathematician Rene Descartes, this system uses two perpendicular number lines (axes) to locate any point in a plane.

x-axis: The horizontal axis. Values increase to the right and decrease to the left.

y-axis: The vertical axis. Values increase upward and decrease downward.

Origin: The point where the x-axis and y-axis meet, denoted O(0,0)O(0, 0).

Ordered Pair: Every point on the coordinate plane is represented as (x,y)(x, y), where xx is the abscissa (horizontal distance from the origin) and yy is the ordinate (vertical distance from the origin). The order matters: (3,5)(3, 5) and (5,3)(5, 3) are different points.

Quadrants: The two axes divide the plane into four regions:
- Quadrant I: Both coordinates positive (+,+)(+, +) — top right.
- Quadrant II: x negative, y positive (,+)(-, +) — top left.
- Quadrant III: Both coordinates negative (,)(-, -) — bottom left.
- Quadrant IV: x positive, y negative (+,)(+, -) — bottom right.

Points on the axes do not belong to any quadrant. For example, (5,0)(5, 0) lies on the x-axis, and (0,3)(0, -3) lies on the y-axis.

Linear Graph: The graph of a linear equation like y=mx+cy = mx + c is always a straight line. The constant mm determines the slope (steepness) and cc is the y-intercept (where the line crosses the y-axis).

Types of Graphs

1. Bar Graph: Used for comparing discrete categories. Bars are drawn with equal widths and gaps between them. The height of each bar represents the value. For example, a bar graph might show the number of students in different classes.

2. Pie Chart (Circle Graph): Used to show parts of a whole. The entire circle represents 100%100\% (or 360°360°), and each sector represents a fraction of the total. For example, a pie chart might show how a student spends 2424 hours in a day.

3. Line Graph: Used to show data that changes over time (continuous data). Points are plotted and connected with straight line segments. For example, a city's temperature recorded every hour over a day. Line graphs are excellent for spotting trends — rising, falling, or staying constant.

4. Linear Graph: A specific type of graph representing a linear equation. Unlike a general line graph (which may zig-zag), a linear graph is always a perfectly straight line. Every point on this line satisfies the equation.

The key distinction to remember: a line graph connects data points (which may or may not form a straight line), while a linear graph is the graph of a specific equation and is always perfectly straight.

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

Exercise 13.1 — Solved Examples

**Q1. Plot the following points on a graph: A(2,3)A(2, 3), B(1,4)B(-1, 4), C(3,2)C(-3, -2), D(4,1)D(4, -1).**

Solution:

  • A(2,3)A(2, 3): Move 22 units right on x-axis and 33 units up on y-axis. This point lies in Quadrant I (+,+)(+, +).
    - B(1,4)B(-1, 4): Move 11 unit left and 44 units up. This point lies in Quadrant II (,+)(-, +).
    - C(3,2)C(-3, -2): Move 33 units left and 22 units down. This point lies in Quadrant III (,)(-, -).
    - D(4,1)D(4, -1): Move 44 units right and 11 unit down. This point lies in Quadrant IV (+,)(+, -).

Each point falls in a different quadrant, which makes this a good exercise for understanding the sign conventions.

---

**Q2. From the line graph showing a city's temperature over 55 days, the temperatures were: Mon 25°25°C, Tue 28°28°C, Wed 30°30°C, Thu 27°27°C, Fri 26°26°C. On which day was the temperature highest? Between which consecutive days was the rise in temperature the greatest?**

Solution:

The temperature was highest on Wednesday at 30°30°C. This is the highest point on the line graph.

The rise between consecutive days:
- Mon to Tue: 2825=3°28 - 25 = 3°C
- Tue to Wed: 3028=2°30 - 28 = 2°C
- Wed to Thu: temperature fell by 3°C
- Thu to Fri: temperature fell by 1°C

The greatest rise was 3°C, from Monday to Tuesday.

---

**Q3. State the quadrant for each: (3,5)(3, -5), (2,7)(-2, -7), (4,3)(-4, 3), (6,1)(6, 1).**

Solution:

  • (3,5)(3, -5): xx positive, yy negative \rightarrow Quadrant IV
    - (2,7)(-2, -7): both negative \rightarrow Quadrant III
    - (4,3)(-4, 3): xx negative, yy positive \rightarrow Quadrant II
    - (6,1)(6, 1): both positive \rightarrow Quadrant I

---

**Q4. Write the coordinates of a point that lies (a) on the x-axis at x=5x = 5, (b) on the y-axis at y=3y = -3.**

Solution:

(a) Points on the x-axis have y=0y = 0. So the point is (5,0)(5, 0).
(b) Points on the y-axis have x=0x = 0. So the point is (0,3)(0, -3).

Exercise 13.2 — Solved Examples (Linear Graphs)

**Q1. Draw the graph of y=2xy = 2x.**

Solution:

Step 1: Make a table of values by choosing convenient values of xx:

xx2-21-1001133
y=2xy = 2x4-42-2002266

Step 2: Plot points (2,4)(-2, -4), (1,2)(-1, -2), (0,0)(0, 0), (1,2)(1, 2), (3,6)(3, 6).

Step 3: Join them with a straight line using a ruler.

The graph is a straight line passing through the origin. Since the equation is y=2xy = 2x (no constant term), the line always passes through (0,0)(0, 0).

---

**Q2. Draw the graph of y=x+3y = x + 3.**

Solution:

xx3-31-1002244
y=x+3y = x+30022335577

Plot points (3,0)(-3, 0), (1,2)(-1, 2), (0,3)(0, 3), (2,5)(2, 5), (4,7)(4, 7) and join them with a straight line.

The line crosses the y-axis at (0,3)(0, 3) — this is the y-intercept. It crosses the x-axis at (3,0)(-3, 0) — this is the x-intercept.

---

**Q3. Does the point (2,5)(2, 5) lie on the graph of y=2x+1y = 2x + 1?**

Solution:

Substitute x=2x = 2 into the equation: y=2(2)+1=5y = 2(2) + 1 = 5.

Since we get y=5y = 5, which matches the given point, yes — (2,5)(2, 5) does lie on the graph of y=2x+1y = 2x + 1.

---

**Q4. Draw the graph of y=xy = -x.**

Solution:

xx3-31-1001133
y=xy = -x3311001-13-3

Plot and join. The line passes through the origin and slopes downward from left to right. This shows that when the coefficient of xx is negative, the line slopes downward.

---

**Q5. From the graph of y=3x2y = 3x - 2, find the value of yy when x=4x = 4, and the value of xx when y=7y = 7.**

Solution:

When x=4x = 4: y=3(4)2=10y = 3(4) - 2 = 10.

When y=7y = 7: 7=3x29=3xx=37 = 3x - 2 \Rightarrow 9 = 3x \Rightarrow x = 3.

On the graph, draw a vertical line from x=4x = 4 to find y=10y = 10, and a horizontal line from y=7y = 7 to find x=3x = 3.

Worked Examples — Additional Practice

**Example 1. Plot the following points and identify the shape: A(1,1)A(1, 1), B(1,4)B(1, 4), C(4,4)C(4, 4), D(4,1)D(4, 1).**

Solution:

Plotting these four points and joining them in order gives a square with side length 33 units. Each side is either horizontal or vertical, making it easy to see the square shape on the coordinate plane.

---

**Example 2. The graph of y=mxy = mx passes through (3,9)(3, 9). Find mm.**

Solution:

Substitute the point into the equation: 9=m×39 = m \times 3, so m=3m = 3.

The equation is y=3xy = 3x.

---

**Example 3. A shopkeeper earns a profit of Rs yy on selling xx items, given by y=5x20y = 5x - 20. (a) What is the profit on 1010 items? (b) How many items must be sold to break even (zero profit)?**

Solution:

(a) y=5(10)20=5020=30y = 5(10) - 20 = 50 - 20 = 30. Profit =Rs 30= \text{Rs } 30.

(b) Break even means y=0y = 0: 0=5x20x=40 = 5x - 20 \Rightarrow x = 4. The shopkeeper must sell at least 44 items to break even.

On the graph, the break-even point is where the line crosses the x-axis at (4,0)(4, 0).

---

**Example 4. Which of the following points lie on the line y=2x3y = 2x - 3? (a) (1,1)(1, -1) (b) (2,2)(2, 2) (c) (3,3)(3, 3) (d) (0,3)(0, -3).**

Solution:

Substitute each point:
- (a) y=2(1)3=1y = 2(1) - 3 = -1. Point gives y=1y = -1. Lies on the line.
- (b) y=2(2)3=1y = 2(2) - 3 = 1. Point gives y=2y = 2. Does not lie on the line.
- (c) y=2(3)3=3y = 2(3) - 3 = 3. Point gives y=3y = 3. Lies on the line.
- (d) y=2(0)3=3y = 2(0) - 3 = -3. Point gives y=3y = -3. Lies on the line.

Common Mistakes to Avoid

Mistake 1: Swapping x and y coordinates.
The point (3,5)(3, 5) means x=3,y=5x = 3, y = 5 — move 33 right and 55 up. Writing (5,3)(5, 3) instead gives a completely different point. Always remember: x comes first (horizontal), y comes second (vertical).

Mistake 2: Forgetting to label axes and title.
In exams, marks are deducted for unlabelled graphs. Always write the variable name on each axis (e.g., "Time (hours)" on x-axis, "Distance (km)" on y-axis) and give the graph a title.

Mistake 3: Plotting too few points for a linear graph.
While two points determine a line, always plot at least three points. The third point serves as a verification — if it does not fall on the same line as the first two, you have made a calculation error.

Mistake 4: Confusing line graphs with linear graphs.
A line graph connects data points and may zig-zag. A linear graph represents an equation and is always a perfectly straight line. They are not the same thing.

Mistake 5: Not choosing appropriate scale.
If your values range from 00 to 100100, do not use a scale of 11 unit per square — the graph will be too large. Choose a scale that fits the graph paper (e.g., 11 square =10= 10 units).

Mistake 6: Errors in sign when plotting negative coordinates.
(3,2)(-3, 2) means 33 units to the LEFT and 22 units UP. Students sometimes go right for a negative x-coordinate. Pay close attention to the signs.

Quick Reference — Quadrant Signs and Axis Points

Quadrant sign convention:

Quadrantxx signyy signExample point
I (top-right)++++(3,4)(3, 4)
II (top-left)-++(2,5)(-2, 5)
III (bottom-left)--(3,1)(-3, -1)
IV (bottom-right)++-(4,2)(4, -2)

Points on axes:
- Any point on the x-axis has y=0y = 0: (a,0)(a, 0)
- Any point on the y-axis has x=0x = 0: (0,b)(0, b)
- The origin has both coordinates zero: (0,0)(0, 0)

**Key features of a linear graph y=mx+cy = mx + c:**
- mm (slope): positive \Rightarrow line goes upward; negative \Rightarrow line goes downward; zero \Rightarrow horizontal line
- cc (y-intercept): the point (0,c)(0, c) where the line crosses the y-axis
- If c=0c = 0 (y=mxy = mx): line passes through the origin
- x-intercept: set y=0y = 0 and solve for xx: x=c/mx = -c/m

How to quickly plot a linear graph:
1. Find the y-intercept by setting x=0x = 0: gives point (0,c)(0, c).
2. Find the x-intercept by setting y=0y = 0: gives point (c/m,0)(-c/m, 0).
3. Plot a third point for verification.
4. Join with a ruler.

This method of using intercepts is faster than making a full table of values.

Exam Tips for Introduction to Graphs

1. Always label axes with variable names and include a title for the graph. Examiners mark these.
2. Use a ruler for straight line graphs and plot at least 33 points (the third point serves as a check).
3. **Choose easy values of xx** (like 0,1,1,20, 1, -1, 2) to keep calculations simple.
4. For reading graphs, draw dotted lines from the point to both axes to read the coordinates accurately.
5. Remember that the x-coordinate always comes first in an ordered pair (x,y)(x, y).
6. For questions asking whether a point lies on a line, simply substitute the coordinates into the equation.
7. Choose an appropriate scale so the graph fits neatly on the graph paper. Mention the scale clearly.
8. This chapter is relatively straightforward — aim for full marks with neat, accurate graphs.

Practice Questions with Answers

Q1. Plot the points P(0,4)P(0, 4), Q(3,0)Q(-3, 0), R(2,5)R(2, -5). State which quadrant or axis each point lies on.

Answer: P(0,4)P(0, 4) lies on the y-axis. Q(3,0)Q(-3, 0) lies on the x-axis. R(2,5)R(2, -5) lies in Quadrant IV.

---

Q2. Draw the graph of y=x2y = x - 2. Where does the line cross the x-axis and y-axis?

Answer: Table: x=0y=2x = 0 \Rightarrow y = -2; x=2y=0x = 2 \Rightarrow y = 0; x=4y=2x = 4 \Rightarrow y = 2. The line crosses the y-axis at (0,2)(0, -2) and the x-axis at (2,0)(2, 0).

---

Q3. Does the point (4,7)(4, 7) lie on the graph of y=2x1y = 2x - 1?

Answer: Substitute: y=2(4)1=7y = 2(4) - 1 = 7. Yes, it does.

---

Q4. The graph of y=mxy = mx passes through the point (2,6)(2, 6). Find mm and then find yy when x=5x = 5.

Answer: 6=2mm=36 = 2m \Rightarrow m = 3. When x=5x = 5: y=3×5=15y = 3 \times 5 = 15.

---

Q5. A taxi charges Rs yy for a ride of xx km, where y=10x+50y = 10x + 50. (a) What is the minimum charge? (b) What is the charge for 88 km?

Answer: (a) Minimum charge (at x=0x = 0) =Rs 50= \text{Rs } 50 (the base fare). (b) y=10(8)+50=Rs 130y = 10(8) + 50 = \text{Rs } 130.

Key Takeaways

  • The Cartesian plane has four quadrants, determined by the signs of xx and yy coordinates.
    - In an ordered pair (x,y)(x, y), the x-coordinate (abscissa) always comes first.
    - Line graphs show trends over time; linear graphs represent equations like y=mx+cy = mx + c.
    - To plot a linear graph: make a table, plot at least 33 points, join with a straight line.
    - To check if a point lies on a line, substitute its coordinates into the equation.
    - Points on the x-axis have y=0y = 0; points on the y-axis have x=0x = 0.
    - Always label axes, choose an appropriate scale, and use a ruler for straight lines.

Practise graph problems on SparkEd for visual, interactive question types!

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now