Follow Us
Select Medium / माध्यम चुनें:
Eng (English) Hindi (हिन्दी)
ICSE • Class 9 • Mathematics • Ch 23
Estimated Time: 45 Mins
Study Progress: In Progress

Graphical Solution

In ICSE Class 9 Mathematics, "Graphical Solution" unites algebra and coordinate geometry by teaching students to solve simultaneous linear equations graphically on millimeter graph paper. A linear equation in two variables $ax + by + c = 0$ corresponds geometrically to a unique straight line in the Cartesian plane. To plot a straight line, students construct a table of solutions finding at least three distinct points $(x_1, y_1), (x_2, y_2), (x_3, y_3)$—with the third point acting as an indispensable collinearity check against plotting or arithmetic errors. The chapter methodically develops: (1) Plotting straight lines by determining axis intercepts (setting $x = 0$ to find the $y$-intercept, and $y = 0$ to find the $x$-intercept); (2) Graphing simultaneous systems $a_1x + b_1y + c_1 = 0$ and $a_2x + b_2y + c_2 = 0$ to locate their unique point of intersection $(x_0, y_0)$, which constitutes the graphical solution of the system; (3) Determining the nature of lines: intersecting (unique solution), parallel lines (no solution), or coincident lines (infinitely many solutions); (4) Computing the area of the triangular region bounded by the two plotted lines and either the $X$-axis ($y = 0$) or the $Y$-axis ($x = 0$) using $\text{Area} = \frac{1}{2} \times \text{base} \times \text{height}$; and (5) Reading coordinate coordinates directly from graph grid paper.

The Pilot's Radar Intercept: How Air Navigation Solves Two Flight Paths on a Grid Screen

In military radar operations, when an air defense controller tracks an incoming target and commands an interceptor jet to rendezvous with it, the computer screen displays two glowing green lines traveling across a Cartesian coordinate grid. The target's trajectory is represented by $2x - 3y = 6$, and the interceptor's path is $x + y = 8$. How does the tactical flight computer find the exact geographic coordinates where the two flight paths will meet? It plots their Graphical Solution! By projecting the two linear equations across the grid, the exact intersection point $(6, 2)$ lights up on the screen, indicating that both aircraft will cross at the coordinates $x = 6\text{ km}$ East and $y = 2\text{ km}$ North! How do we plot straight lines with 100% precision without making graphing errors? How can we calculate the exact fuel zone enclosed between the flight paths and the runway axis? Let us master graphical solutions!

Why This Chapter Matters

Graphical linear solutions are the basis of linear programming in operations research, breakeven analysis in economics (revenue vs cost lines), computer graphics clipping, and engineering mechanics.

Before You Begin (Prerequisites)

  • Plotting points $(x, y)$ in the Cartesian plane from Chapter 22.
  • Solving basic linear algebraic equations.

What You Will Learn (Core Objectives)

  • Construct a table of values with at least three points for any linear equation in two variables.
  • Plot straight lines on graph paper using appropriate scale selection and axis intercepts.
  • Solve a system of two simultaneous linear equations graphically by finding their intersection point.
  • Identify consistent and inconsistent systems graphically (intersecting, parallel, coincident).
  • Calculate the area of the triangle bounded by the two lines and either coordinate axis.

Chapter Roadmap & Progression

1 1. Algorithm for Plotting a Linear...
2 2. Graphical Solution & Bounded Tri...
3 3. Worked ICSE Problem Archetypes

Complete Concept Guide (100% Curriculum Coverage)

1. Algorithm for Plotting a Linear Equation

Plotting Algorithm
Step-by-Step Method:
  1. Express $y$ explicitly in terms of $x$: $y = \frac{-c - ax}{b}$.
  2. Select at least three convenient integer values for $x$ and calculate the corresponding values of $y$. (Three points are mandatory: two points define the line, and the third point detects any arithmetic calculation error—if all three points do not lie on a single straight line, an error has occurred!).
  3. Tabulate the ordered pairs $(x, y)$.
  4. Choose an appropriate scale on graph paper (e.g., $1\text{ cm} = 1\text{ unit}$ on both axes).
  5. Plot the points and draw an extended straight line through them with a ruler. Label the line with its equation.

2. Graphical Solution & Bounded Triangle Area

Simultaneous Systems & Area
A. Finding the Simultaneous Solution:

Plot both lines $L_1$ and $L_2$ on the same Cartesian grid. The coordinates of their point of intersection $P(x_0, y_0)$ give the unique simultaneous solution of the system.

B. Calculating Bounded Triangle Area:

Often, ICSE exam questions require finding the area of the triangle formed by lines $L_1, L_2$ and the $X$-axis:

  • Identify the three vertices: intersection point $P(x_0, y_0)$, and the $x$-intercepts $A(x_1, 0)$ and $B(x_2, 0)$ where the lines cut the $X$-axis.
  • Base of Triangle ($AB$): $|x_2 - x_1|$ (distance along the $X$-axis).
  • Height of Triangle ($h$): $|y_0|$ (perpendicular distance from $P$ to the $X$-axis, which is the absolute value of the ordinate of $P$).
  • $$\mathbf{\text{Area} = \frac{1}{2} \times \text{base} \times \text{height} = \frac{1}{2} |x_2 - x_1| \times |y_0|}$$

3. Worked ICSE Problem Archetypes

Exemplary Solutions
Problem: Solve graphically the following system of linear equations:
$$x + y = 5 \quad \text{--- (1)}$$ $$2x - y = 4 \quad \text{--- (2)}$$

Hence, find the area of the triangle bounded by these lines and the $Y$-axis.

Solution:

Line 1: $x + y = 5 \implies y = 5 - x$

$x$$0$$2$$3$
$y$$5$$3$$2$

Points: $(0, 5), (2, 3), (3, 2)$.

Line 2: $2x - y = 4 \implies y = 2x - 4$

$x$$0$$2$$3$
$y$$-4$$0$$2$

Points: $(0, -4), (2, 0), (3, 2)$.

Graphical Intersection: Both lines intersect at point $\mathbf{P(3, 2)}$.

$$\mathbf{\text{Solution: } x = 3, \quad y = 2}$$

Area of Triangle Bounded by Lines and $Y$-axis:

  • The lines intersect the $Y$-axis ($x = 0$) at $A(0, 5)$ and $B(0, -4)$.
  • Base along $Y$-axis $= 5 - (-4) = 9\text{ units}$.
  • Perpendicular height from $P(3, 2)$ to $Y$-axis is the abscissa: $h = 3\text{ units}$.
  • $$\text{Area} = \frac{1}{2} \times \text{base} \times h = \frac{1}{2} \times 9 \times 3 = \mathbf{13.5\text{ sq. units}}$$

Key Formulas, Identities & Theorems

Linear Equation Form
ax + by + c = 0
Graphs as a straight line in the Cartesian plane.
Intersection Solution
$$L_1 \cap L_2 = P(x_0, y_0)$$
Point of intersection is the unique simultaneous solution.
Bounded Triangle Area
$$\text{Area} = \frac{1}{2} \times \text{base} \times \text{height}$$
Base along axis, height is perpendicular distance to vertex.

Mathematics: Graphical Solution of Two Linear Equations & Bounded Triangle

Graphical Solution: Intersection of x + y = 5 and 2x - y = 4 X Y O L₁: x + y = 5 L₂: 2x - y = 4 P (3, 2) x = 3 y = 2 Area with X-axis = ½(3 - 0) × 2 = 3

Chapter Summary & 10 Key Takeaways

Takeaway 1
Every linear equation ax + by + c = 0 represents a unique straight line in the Cartesian plane.
Takeaway 2
At least three points must be tabulated to plot a line to guard against arithmetic calculation errors.
Takeaway 3
The coordinates of the point of intersection of two plotted lines give the unique simultaneous solution.
Takeaway 4
If two lines are parallel, the system has no solution and is inconsistent.
Takeaway 5
If two lines coincide, the system has infinitely many solutions and is dependent.
Takeaway 6
The x-intercept is found by setting y = 0; the y-intercept is found by setting x = 0.
Takeaway 7
The area of the triangle bounded by the lines and the X-axis is 1/2 * (difference of x-intercepts) * |y_intersection|.
Takeaway 8
The area of the triangle bounded by the lines and the Y-axis is 1/2 * (difference of y-intercepts) * |x_intersection|.
Takeaway 9
Always specify the chosen scale clearly on the top right corner of the graph sheet.
Takeaway 10
Label all plotted points and line equations clearly.

Check Your Understanding (Diagnostic Practice Questions)

Diagnostic questions testing core conceptual clarity. Answers are hidden initially — solve each problem first, then click to reveal the step-by-step verified solution.

1
Why is it mandatory to calculate at least THREE points when plotting a straight line on graph paper?
Reveal Answer & Explanation
Answer:

• Geometrically, any two points can be connected to form a straight line, so two points are theoretically enough to draw a line.
• However, if an arithmetic error is made in computing either of those two points, the line will be drawn incorrectly without any visual indication of error.
• Computing a third point serves as a verification check: if all three points do not lie precisely on a single straight line (i.e., are not collinear), it immediately alerts the student that an arithmetic error has been made in the table.


Two points always define a line. A third point checks for calculation errors (collinearity check).
2
Find the coordinates where the line $3x - 4y = 12$ intersects: (i) The $X$-axis, (ii) The $Y$-axis.
Reveal Answer & Explanation
Answer:

• (i) Intersection with $X$-axis: Set $y = 0$:

$$3x - 4(0) = 12 \implies 3x = 12 \implies x = 4$$


Coordinates: $\mathbf{(4, 0)}$.
• (ii) Intersection with $Y$-axis: Set $x = 0$:

$$3(0) - 4y = 12 \implies -4y = 12 \implies y = -3$$


Coordinates: $\mathbf{(0, -3)}$.


Set y = 0 to get (4, 0). Set x = 0 to get (0, -3).
3
If the lines $2x + 3y = 7$ and $4x + 6y = 10$ are graphed on the same plane, what will be their geometric relationship?
Reveal Answer & Explanation
Answer:

• Compare the ratios of the coefficients:

$$\frac{a_1}{a_2} = \frac{2}{4} = \frac{1}{2}, \quad \frac{b_1}{b_2} = \frac{3}{6} = \frac{1}{2}, \quad \frac{c_1}{c_2} = \frac{7}{10}$$


• Since $\frac{a_1}{a_2} = \frac{b_1}{b_2} \neq \frac{c_1}{c_2}$:
The lines are strictly PARALLEL to each other and will never intersect.
• The system is inconsistent and has no solution.


Ratios 2/4 = 3/6 ≠ 7/10. The lines are parallel with no solution.
4
Two lines intersect at $(4, 3)$ and cut the $X$-axis at $(-1, 0)$ and $(5, 0)$. Find the area of the triangle formed by these lines and the $X$-axis.
Reveal Answer & Explanation
Answer:

• The three vertices of the triangle are $A(-1, 0), B(5, 0)$, and apex $P(4, 3)$.
• Base along $X$-axis:

$$\text{Base} = 5 - (-1) = 6\text{ units}$$


• Height: The perpendicular distance from $P(4, 3)$ to the $X$-axis is the ordinate $y = 3\text{ units}$.
• Area of Triangle:

$$\text{Area} = \frac{1}{2} \times \text{base} \times \text{height} = \frac{1}{2} \times 6 \times 3 = \mathbf{9\text{ sq. units}}$$


Base = 5 - (-1) = 6. Height = 3. Area = (1/2) * 6 * 3 = 9 sq. units.
5
Determine graphically if the point $(2, -1)$ lies on the line $3x + 5y = 1$.
Reveal Answer & Explanation
Answer:

• Substitute $x = 2$ and $y = -1$ into the left-hand side of the linear equation:

$$\text{LHS} = 3(2) + 5(-1) = 6 - 5 = 1$$


• Since $\text{LHS} = \text{RHS} = 1$, the coordinates satisfy the equation.
• Therefore, the point $(2, -1)$ lies on the line.


3(2) + 5(-1) = 6 - 5 = 1 = RHS. Yes, the point lies on the line.
6
Write down the coordinates of the origin and state its significance in graphical solutions.
Reveal Answer & Explanation
Answer:

• The coordinates of the origin are $(0, 0)$.
• Significance: The origin is the fundamental reference datum from which all positive and negative distances (abscissa along horizontal and ordinate along vertical) are calibrated across the Cartesian plane.


(0, 0). It is the zero reference point of the Cartesian coordinate system.
7
What does a horizontal line parallel to the $X$-axis represent algebraically?
Reveal Answer & Explanation
Answer:

• A line parallel to the $X$-axis has a constant vertical ordinate for every point on it.
• Its algebraic equation is of the form $y = c$, where $c$ is a constant real number. Its slope is $0$.


y = c (constant), with slope 0.
8
How can you read the coordinates of the intersection point of two lines if it does not fall on an integer grid line?
Reveal Answer & Explanation
Answer: • Use the millimeter sub-grid divisions of the graph paper.
• Count the number of small subdivisions ($1\text{ mm}$ boxes) from the nearest marked centimeter integer grid line.
• Multiply the number of subdivisions by the value of each smallest division determined from the chosen scale, and estimate the decimal coordinate to one decimal place.
Count millimeter divisions from the nearest integer mark according to the chosen scale.
Finished Studying This Chapter?
READY TO PRACTICE?

Timed CBT Practice Tests (Exam Simulator)

Put your concepts to the test with official curriculum-aligned Foundation and Advanced practice tests. Get instant accuracy scores, time metrics, and step-by-step verified explanations.