Exhaustive Guide to Higher GCSE Straight Lines

Straight Line Equation Basics and Forms

  • The fundamental equation for a straight line is written in the form: y=mx+cy = mx + c.     * mm represents the gradient (slope) of the line.     * cc represents the y-intercept, which is where the line crosses the yy-axis.
  • Key skills required for Higher GCSE include:     * Finding the gradient of a line.     * Finding the equation of a line directly from its graph.     * Understanding different forms of straight line equations beyond y=mx+cy = mx + c.     * Finding the mid-point of a line segment.     * Finding the length of a line segment.     * Determining the equation of a line when given the gradient and one point on the line.     * Determining the equation of a line when given two points on the line.     * Identifying and working with parallel and perpendicular lines.     * Using simultaneous equations to find the intersection point of two lines.     * Applying perpendicular line rules to find perpendicular bisectors and tangents to circles.

Plotting Straight Line Graphs

  • The procedure for plotting a straight line graph involves three steps:     1. Create a table of xx and yy values and calculate the corresponding points.     2. Plot the calculated points on a grid.     3. Join the points with a single straight line.
  • Example: Plot the graph of y=2x+1y = 2x + 1     * The table of values is as follows:         * When x=2x = -2, y=3y = -3         * When x=1x = -1, y=1y = -1         * When x=0x = 0, y=1y = 1         * When x=1x = 1, y=3y = 3         * When x=2x = 2, y=5y = 5         * When x=3x = 3, y=7y = 7         * When x=4x = 4, y=9y = 9     * From this graph, the gradient is 22 and the yy-intercept is 11.
  • Example: Plot the graph of y=312xy = 3 - \frac{1}{2}x     * Identify the yy-intercept and gradient for this line to plot it accurately.

Sketching Straight Line Graphs

  • Sketching differs from plotting as a grid is not required; only a set of axes is needed without initial numbers.
  • Procedure for sketching:     1. Identify the gradient (mm) and the yy-intercept (cc).     2. Determine the point where the graph crosses the yy-axis using cc.     3. Assess the direction: If the gradient is positive, the graph goes up from left to right. If the gradient is negative, it goes down from left to right.     4. Assess steepness: A larger numerical value for the gradient result in a steeper graph.
  • Example Sketch: y=2x+1y = 2x + 1 and y=312xy = 3 - \frac{1}{2}x on the same axes:     * For y=2x+1y = 2x + 1: The yy-intercept is 11. The gradient is 22, meaning for every 11 unit the line moves across, it moves up by 22 units.     * For y=312xy = 3 - \frac{1}{2}x: The yy-intercept is 33. The gradient is 12-\frac{1}{2}, meaning for every 11 unit the line moves across, it moves down by 12\frac{1}{2} unit.

Analyzing Straight Line Equations

  • Case study of y=2x+3y = 2x + 3:     * The yy-intercept occurs at x=0x = 0. For this equation, the yy-intercept is 33.     * The xx-intercept occurs at y=0y = 0. To find it, solve 0=2x+30 = 2x + 3.     * The gradient is 22, which can be visualized using a gradient triangle.     * Specific points on the line can be found by substituting values for xx or yy.
  • Case study of equations in the form ax+by=dax + by = d (e.g., 3x+4y=123x + 4y = 12):     * To find the yy-intercept, set x=0x = 0. In this case, 4y=124y = 12, so y=3y = 3.     * To find the xx-intercept, set y=0y = 0. In this case, 3x=123x = 12, so x=4x = 4.     * The gradient can be found by rearranging the equation into the form y=mx+cy = mx + c or by using a gradient triangle between the intercepts.

Calculating the Gradient of a Line

  • The gradient is the "Rise" (change in yy) divided by the "Run" or "tread" (change in xx).
  • General Formula:     * m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}     * Note: The yy values are always on top. The coordinates for the same point must come first in both the numerator and the denominator.
  • Walkthrough Example: Line segment ABAB where A(0,2)A(0, 2) and B(12,8)B(12, 8):     * Rise = change in y=yByA=82=6y = y_B - y_A = 8 - 2 = 6     * Run = change in x=xBxA=120=12x = x_B - x_A = 12 - 0 = 12     * Gradient m=612=12m = \frac{6}{12} = \frac{1}{2}

Finding the Equation of a Line from its Graph

  • Methodology:     1. Identify the yy-intercept if possible. this gives the value of cc.     2. Use a gradient triangle or identifying two points to calculate mm using the formula m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}.     3. If the yy-intercept is not clearly visible, substitute the calculated gradient mm and the coordinates of a known point (x,y)(x, y) into y=mx+cy = mx + c and solve for cc.
  • Example Line (a) analysis:     * Intercept = 00     * Gradient = 105=2\frac{10}{5} = 2     * Equation: y=2xy = 2x

Mid-point of a Line Segment

  • The mid-point MM is the average location between two known points A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2).
  • General Formula:     * M=(x1+x22,y1+y22)M = (\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}) or M=(extmeanx,extmeany)M = ( ext{mean } x, ext{mean } y)
  • Walkthrough Example: Mid-point of ABAB where A(0,2)A(0, 2) and B(12,8)B(12, 8):     * xx-coordinate of M=0+122=6M = \frac{0 + 12}{2} = 6     * yy-coordinate of M=2+82=5M = \frac{2 + 8}{2} = 5     * M=(6,5)M = (6, 5)

Distance Between Two Points

  • The distance between points is calculated using Pythagoras’ Theorem.
  • General Formula:     * AB2=(x2x1)2+(y2y1)2AB^2 = (x_2 - x_1)^2 + (y_2 - y_1)^2
  • Walkthrough Example: Distance of ABAB where A(0,2)A(0, 2) and B(12,8)B(12, 8):     * Rise = 82=68 - 2 = 6     * Run = 120=1212 - 0 = 12     * AB2=122+62=144+36=180AB^2 = 12^2 + 6^2 = 144 + 36 = 180     * AB=ext18013.4AB = ext{∑}180 ≈ 13.4 (to 3 significant figures).

Advanced Line Equations (yy1=m(xx1)y - y_1 = m(x - x_1))

  • Another useful form of the equation is yy1=m(xx1)y - y_1 = m(x - x_1), where mm is the gradient and (x1,y1)(x_1, y_1) is a known point.
  • Example: Gradient m=3m = 3, passing through (4,5)(4, -5):     * y(5)=3(x4)y - (-5) = 3(x - 4)     * y+5=3(x4)y + 5 = 3(x - 4)     * This can be expanded and rearranged into ax+by=cax + by = c form:         * y+5=3x12y + 5 = 3x - 12         * 3x+y=17-3x + y = -17         * 3xy=173x - y = 17
  • Example: Passing through A(0,2)A(0, 2) and B(12,8)B(12, 8):     1. Find gradient: m=82120=612=12m = \frac{8 - 2}{12 - 0} = \frac{6}{12} = \frac{1}{2}.     2. Substitute gradient and one point (e.g., (0,2)(0, 2)) into formula:         * y2=12(x0)y - 2 = \frac{1}{2}(x - 0)         * y2=12xy - 2 = \frac{1}{2}x

Parallel and Perpendicular Lines

  • Parallel Lines:     * Two lines are parallel if they have the same gradient (m1=m2m_1 = m_2).     * Problem: Find a line parallel to the line through A(0,2)A(0, 2) and B(12,8)B(12, 8) that passes through (3,5)(-3, 5).         * Gradient is 12\frac{1}{2}.         * Equation: y5=12(x(3))y - 5 = \frac{1}{2}(x - (-3)) which simplifies to y5=12(x+3)y - 5 = \frac{1}{2}(x + 3).
  • Perpendicular Lines:     * Two lines are perpendicular if the product of their gradients is 1-1.     * m1imesm2=1m_1 imes m_2 = -1     * m2=1m1m_2 = -\frac{1}{m_1} (the negative reciprocal).     * Examples of negative reciprocals:         * If m1=4m_1 = 4, then m2=14m_2 = -\frac{1}{4}.         * If m1=37m_1 = -\frac{3}{7}, then m2=73m_2 = \frac{7}{3}.     * Problem: Find a line perpendicular to line ABAB (gradient 12\frac{1}{2}) passing through (3,5)(-3, 5).         * Perpendicular gradient is 2-2.         * Equation: y5=2(x+3)y - 5 = -2(x + 3).

Point of Intersection and Simultaneous Equations

  • At the point where two lines intersect, the xx-values and yy-values are identical for both equations.
  • This results in a system of 2 equations with 2 unknowns, solvable by simultaneous equation methods.
  • Example Intersection: 2x+y=72x + y = 7 and y=4x2y = 4x - 2     * Method 1: Substitution         * Replace yy in the first equation with (4x2)(4x - 2).         * 2x+(4x2)=72x + (4x - 2) = 7         * 6x - 2 = 7 ightarrow 6x = 9 ightarrow x = 1.5     * Method 2: Elimination/Rearrangement         * (1) y=2x+7y = -2x + 7         * (2) y=4x2y = 4x - 2         * Subtracting (2) from (1) gives: 0 = -6x + 9 ightarrow 6x = 9 ightarrow x = 1.5     * Finding the yy-coordinate:         * Substitute x=1.5x = 1.5 into either equation:         * y=4(1.5)2=62=4y = 4(1.5) - 2 = 6 - 2 = 4         * Point of intersection is (1.5,4)(1.5, 4).
  • Extension: Solving Inequalities via Graphs     * To solve 4x - 2 > 7 - 2x using the intersection:     * The blue line is y=4x2y = 4x - 2, the red line is y=72xy = 7 - 2x.     * The inequality is true where the blue line is higher than the red line.     * This occurs to the right of the intersection point, where x > 1.5.

Application: Perpendicular Bisectors

  • A perpendicular bisector cuts a line segment exactly in half at a right angle (9090^{\circ}).
  • Step-by-Step Procedure for segment ABAB with A(0,2)A(0, 2) and B(12,8)B(12, 8):     1. Find the mid-point MM: M=(6,5)M = (6, 5).     2. Find the gradient of ABAB: m1=12m_1 = \frac{1}{2}.     3. Find the perpendicular gradient: m2=2m_2 = -2 (negative reciprocal of 12\frac{1}{2}).     4. Substitute m2m_2 and coordinates of MM into the line equation: y5=2(x6)y - 5 = -2(x - 6).     5. Rearrange into the form ax+by+c=0ax + by + c = 0:         * y5=2x+12y - 5 = -2x + 12         * 2x+y17=02x + y - 17 = 0

Application: Tangent to a Circle

  • Scenario: Circle x2+y2=25x^2 + y^2 = 25 and point (3,4)(3, 4)     1. Radius and Center: The circle is centered at (0,0)(0, 0) with a radius of 55 (ext25=5ext{∑}25 = 5).     2. Verify Point on Circle: At (3,4)(3, 4), 32+42=9+16=253^2 + 4^2 = 9 + 16 = 25. Since the equation holds true, (3,4)(3, 4) lies on the circle.     3. Find Tangent Equation:         * The radius to (3,4)(3, 4) connects (0,0)(0, 0) and (3,4)(3, 4).         * Gradient of radius: m=4030=43m = \frac{4 - 0}{3 - 0} = \frac{4}{3}.         * The tangent is perpendicular to the radius at the point of contact.         * Gradient of tangent: m=34m = -\frac{3}{4}.         * Equation of tangent passing through (3,4)(3, 4): y4=34(x3)y - 4 = -\frac{3}{4}(x - 3).     4. Extension: Axis Intercepts of the Tangent         * Rearrange: 4(y - 4) = -3(x - 3) ightarrow 4y - 16 = -3x + 9 ightarrow 3x + 4y = 25.         * Crosses xx-axis (y=0y = 0) at x=253x = \frac{25}{3} or 8138\frac{1}{3}.         * Crosses yy-axis (x=0x = 0) at y=254y = \frac{25}{4} or 6146\frac{1}{4}.

Summary Checklist of Methods

  • Find y-intercept: Set x=0x = 0 and evaluate yy.
  • Find x-intercept: Set y=0y = 0 and evaluate xx.
  • Find gradient between 2 points: Use the formula m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}.
  • Find midpoint between 2 points: Use the average of the coordinates: M=(x1+x22,y1+y22)M = (\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}).
  • Find distance between 2 points: Use Pythagoras' Theorem: d=ext(x2x1)2+(y2y1)2d = ext{∑}{(x_2 - x_1)^2 + (y_2 - y_1)^2}.
  • Decide if lines are parallel: Check if their gradients (mm) are identical.
  • Decide if lines are perpendicular: Check if the product of their gradients is 1-1.
  • Find equation given gradient and one point: Substitute into yy1=m(xx1)y - y_1 = m(x - x_1).
  • Find equation given two points: Calculate gradient first, then use yy1=m(xx1)y - y_1 = m(x - x_1) with either point.
  • Find where lines intersect: Use simultaneous equations (substitution or elimination).
  • Find perpendicular bisector: Find mid-point and the negative reciprocal gradient of the segment, then form the equation.
  • Find tangent to a circle: Find the gradient of the radius to the point, find its negative reciprocal to get the tangent gradient, then use the point of contact in the line equation.