krit.club logo

Introduction to Graphs - Linear Graphs

Grade 8ICSE

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

The Cartesian Plane and Origin: A graph is drawn on a flat surface called the Cartesian Plane, formed by two perpendicular number lines. The horizontal line is the xx-axis and the vertical line is the yy-axis. Their point of intersection is called the Origin, represented as (0,0)(0, 0). Visually, the origin is the central 'starting point' from which all distances are measured.

Coordinates and Ordered Pairs: Every point on a graph is identified by an ordered pair (x,y)(x, y). The xx-coordinate (abscissa) indicates the horizontal distance from the yy-axis, and the yy-coordinate (ordinate) indicates the vertical distance from the xx-axis. For example, to locate (3,4)(3, -4), you move 33 units to the right and 44 units down on the grid.

The Four Quadrants: The two axes divide the plane into four regions called quadrants, numbered I to IV in a counter-clockwise direction. In Quadrant I (top-right), coordinates are (+,+)(+, +); in Quadrant II (top-left), they are (,+)(-, +); in Quadrant III (bottom-left), they are (,)(-, -); and in Quadrant IV (bottom-right), they are (+,)(+, -).

Linear Equations and Straight Lines: A linear equation in two variables, such as y=2x+3y = 2x + 3, represents a relationship that forms a straight line when plotted. Visually, this means that for every constant increase in xx, there is a constant increase or decrease in yy, creating a perfectly straight path on the graph paper.

Independent and Dependent Variables: In the equation y=mx+cy = mx + c, xx is typically the independent variable (values we choose) and yy is the dependent variable (the result). On a graph, the independent variable is always plotted on the horizontal xx-axis, while the dependent variable is plotted on the vertical yy-axis.

Horizontal and Vertical Lines: Not all lines are slanted. An equation like x=ax = a (where aa is a constant) results in a vertical line parallel to the yy-axis. An equation like y=by = b results in a horizontal line parallel to the xx-axis. For example, y=5y = 5 is a flat line passing through the point 55 on the vertical axis.

Intercepts on the Axes: The xx-intercept is the point where the line crosses the xx-axis (the yy-value is 00). The yy-intercept is the point where the line crosses the yy-axis (the xx-value is 00). Visually, these are the 'anchor points' where the line touches the bold axis lines of your grid.

📐Formulae

General form of a linear equation: ax+by+c=0ax + by + c = 0

Slope-intercept form: y=mx+cy = mx + c

Equation of the xx-axis: y=0y = 0

Equation of the yy-axis: x=0x = 0

Coordinates of the Origin: (0,0)(0, 0)

💡Examples

Problem 1:

Draw a linear graph for the equation y=x+2y = x + 2.

Solution:

  1. Create a table of values by choosing arbitrary values for xx:
  • If x=0x = 0, y=0+2=2y = 0 + 2 = 2. Point is (0,2)(0, 2).
  • If x=1x = 1, y=1+2=3y = 1 + 2 = 3. Point is (1,3)(1, 3).
  • If x=2x = -2, y=2+2=0y = -2 + 2 = 0. Point is (2,0)(-2, 0).
  1. Plot these three points (0,2)(0, 2), (1,3)(1, 3), and (2,0)(-2, 0) on the Cartesian plane.
  2. Using a ruler, draw a straight line passing through all these points.
  3. Label the line as y=x+2y = x + 2.

Explanation:

To graph any linear equation, find at least two or three points that satisfy the equation, plot them, and join them with a straight line. Using three points ensures accuracy.

Problem 2:

Find the points where the line 3x+2y=123x + 2y = 12 intersects the xx-axis and the yy-axis.

Solution:

  1. To find the xx-intercept, set y=0y = 0: 3x+2(0)=123x + 2(0) = 12 3x=123x = 12 x=frac123=4x = \\frac{12}{3} = 4 The line intersects the xx-axis at (4,0)(4, 0).

  2. To find the yy-intercept, set x=0x = 0: 3(0)+2y=123(0) + 2y = 12 2y=122y = 12 y=frac122=6y = \\frac{12}{2} = 6 The line intersects the yy-axis at (0,6)(0, 6).

Explanation:

Intersects are found by setting one coordinate to zero. The xx-intercept occurs when the vertical distance is zero, and the yy-intercept occurs when the horizontal distance is zero.