7 BETA

Straight-line graphs

4 learning objectives

1. Overview

Straight-line graphs are a fundamental topic in Additional Mathematics, crucial for success in both Paper 1 (without a calculator) and Paper 2. This topic covers essential coordinate geometry skills: finding equations of lines, understanding parallel and perpendicular relationships, and calculating midpoints and lengths. A key application is "linearization," where non-linear relationships are transformed into straight lines, allowing you to determine unknown constants from a graph's gradient and intercept. Mastery of straight-line graphs provides a foundation for more advanced topics like calculus and vectors. Expect to see these concepts tested in various problem-solving contexts.

Key Definitions

  • Gradient (mm): The measure of the steepness of a line, defined as the change in yy over the change in xx.
  • yy-intercept (cc): The point where the line crosses the yy-axis (where x=0x = 0).
  • Parallel Lines: Lines with the same gradient that never intersect.
  • Perpendicular Lines: Lines that meet at a 9090^\circ angle; the product of their gradients is 1-1.
  • Collinear Points: A set of points that all lie on the same single straight line.
  • Perpendicular Bisector: A line that passes through the midpoint of a line segment at a right angle (9090^\circ).

Core Content

3.1 The Equation of a Straight Line

There are two primary forms used in Additional Mathematics:

  1. Gradient-Intercept Form: y=mx+cy = mx + c
  2. Point-Gradient Form: yy1=m(xx1)y - y_1 = m(x - x_1) (Highly recommended for speed and accuracy in Paper 1).

Worked Example 1 — Finding the equation given two points

Find the equation of the line passing through the points (1,1)(1, -1) and (3,5)(3, 5), giving your answer in the form ay+bx+c=0ay + bx + c = 0, where aa, bb, and cc are integers.

Step 1: Calculate the gradient, mm. m=y2y1x2x1=5(1)31=62=3m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{5 - (-1)}{3 - 1} = \frac{6}{2} = 3 Reason: Apply the gradient formula.

Step 2: Use the point-gradient form with the point (1,1)(1, -1). y(1)=3(x1)y - (-1) = 3(x - 1) Reason: Substitute the gradient and coordinates into the point-gradient formula.

Step 3: Simplify and rearrange to the required form. y+1=3x3y + 1 = 3x - 3 Reason: Expand the brackets. y3x+4=0y - 3x + 4 = 0 Reason: Rearrange the equation. y3x+4=0\boxed{y - 3x + 4 = 0}

3.2 Parallel and Perpendicular Lines

  • Parallel: m1=m2m_1 = m_2
  • Perpendicular: m1×m2=1m_1 \times m_2 = -1 or m2=1m1m_2 = -\frac{1}{m_1} (the negative reciprocal).

Worked Example 2 — Finding the equation of a parallel line

A line L1L_1 has the equation 2y+4x=72y + 4x = 7. Find the equation of the line L2L_2 that is parallel to L1L_1 and passes through the point (2,3)(2, 3). Give your answer in the form y=mx+cy = mx + c.

Step 1: Rearrange the equation of L1L_1 to find its gradient. 2y=4x+72y = -4x + 7 Reason: Isolate the yy term. y=2x+72y = -2x + \frac{7}{2} Reason: Divide by 2 to get the gradient-intercept form. Therefore, the gradient of L1L_1 is m1=2m_1 = -2.

Step 2: Since L2L_2 is parallel to L1L_1, it has the same gradient. m2=m1=2m_2 = m_1 = -2 Reason: Parallel lines have equal gradients.

Step 3: Use the point-gradient form with the point (2,3)(2, 3) and the gradient m2=2m_2 = -2. y3=2(x2)y - 3 = -2(x - 2) Reason: Substitute the gradient and coordinates into the point-gradient formula.

Step 4: Simplify and rearrange to the required form. y3=2x+4y - 3 = -2x + 4 Reason: Expand the brackets. y=2x+7y = -2x + 7 Reason: Rearrange the equation. y=2x+7\boxed{y = -2x + 7}

3.3 Midpoint and Length of a Line

  • Midpoint MM: (x1+x22,y1+y22)\left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right)
  • Length dd: (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
  • Note: In Paper 1, always leave lengths in exact surd form (e.g., 13\sqrt{13}) unless otherwise stated.

Worked Example 3 — Finding the length of a line segment

Points AA and BB have coordinates (2,3)(-2, 3) and (4,1)(4, -1) respectively. Calculate the length of the line segment ABAB, giving your answer in exact form.

Step 1: Apply the distance formula. d=(x2x1)2+(y2y1)2=(4(2))2+(13)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} = \sqrt{(4 - (-2))^2 + (-1 - 3)^2} Reason: Substitute the coordinates into the distance formula.

Step 2: Simplify the expression. d=(6)2+(4)2=36+16=52d = \sqrt{(6)^2 + (-4)^2} = \sqrt{36 + 16} = \sqrt{52} Reason: Evaluate the squares.

Step 3: Simplify the surd. d=4×13=213d = \sqrt{4 \times 13} = 2\sqrt{13} Reason: Simplify the surd to its simplest form. d=213\boxed{d = 2\sqrt{13}}

3.4 The Perpendicular Bisector

To find the equation of a perpendicular bisector of segment ABAB:

  1. Find the midpoint of ABAB.
  2. Find the gradient of ABAB (mABm_{AB}).
  3. Calculate the perpendicular gradient (m=1/mABm_\perp = -1/m_{AB}).
  4. Use the midpoint and mm_\perp to find the equation.

Worked Example 4: Perpendicular Bisector Find the equation of the perpendicular bisector of the line joining P(3,8)P(-3, 8) and Q(9,4)Q(9, 4). Give your answer in the form ax+by+c=0ax + by + c = 0, where aa, bb, and cc are integers.

Step 1: Find the midpoint of PQPQ. M=(3+92,8+42)=(3,6)M = \left( \frac{-3 + 9}{2}, \frac{8 + 4}{2} \right) = (3, 6) Reason: Apply the midpoint formula.

Step 2: Find the gradient of PQPQ. mPQ=489(3)=412=13m_{PQ} = \frac{4 - 8}{9 - (-3)} = \frac{-4}{12} = -\frac{1}{3} Reason: Apply the gradient formula.

Step 3: Find the perpendicular gradient. m=1mPQ=113=3m_\perp = -\frac{1}{m_{PQ}} = -\frac{1}{-\frac{1}{3}} = 3 Reason: The gradient of a perpendicular line is the negative reciprocal.

Step 4: Find the equation using M(3,6)M(3, 6) and m=3m = 3. y6=3(x3)y - 6 = 3(x - 3) Reason: Use the point-gradient form. y6=3x9y - 6 = 3x - 9 Reason: Expand the brackets. y3x+3=0y - 3x + 3 = 0 Reason: Rearrange to the required form. y3x+3=0\boxed{y - 3x + 3 = 0}

3.5 Linear Law (Transformations)

Non-linear equations can be transformed into the form Y=mX+cY = mX + c, where YY and XX are functions of xx and yy.

Original Equation YY-axis (vertical) XX-axis (horizontal) Gradient (mm) Intercept (cc)
y=Axny = Ax^n lny\ln y lnx\ln x nn lnA\ln A
y=Abxy = Ab^x lny\ln y xx lnb\ln b lnA\ln A
y2=Ax3+By^2 = Ax^3 + B y2y^2 x3x^3 AA BB
y=Ax+By = \frac{A}{x} + B yy 1/x1/x AA BB

Worked Example 5: Transforming y=Abxy = Ab^x Variables xx and yy are related such that when lny\ln y is plotted against xx, a straight line passing through (0,ln3)(0, \ln 3) and (2,ln12)(2, \ln 12) is obtained. Find the exact values of AA and bb.

Step 1: Linearize the equation. lny=ln(Abx)=lnA+xlnb\ln y = \ln(Ab^x) = \ln A + x \ln b Reason: Apply the logarithm product and power rules. This matches Y=mX+cY = mX + c where Y=lnyY = \ln y, X=xX = x, m=lnbm = \ln b, and c=lnAc = \ln A.

Step 2: Find the intercept (cc). The line passes through (0,ln3)(0, \ln 3), so c=ln3c = \ln 3. Reason: The intercept is the value of YY when X=0X = 0. lnA=ln3A=3\ln A = \ln 3 \Rightarrow A = 3. Reason: If lna=lnb\ln a = \ln b, then a=ba = b.

Step 3: Find the gradient (mm). m=ln12ln320=ln(12/3)2=ln42m = \frac{\ln 12 - \ln 3}{2 - 0} = \frac{\ln(12/3)}{2} = \frac{\ln 4}{2} Reason: Apply the gradient formula and the logarithm quotient rule. Using log laws: m=ln(22)2=2ln22=ln2m = \frac{\ln(2^2)}{2} = \frac{2 \ln 2}{2} = \ln 2. Reason: Apply the logarithm power rule.

Step 4: Solve for bb. lnb=ln2b=2\ln b = \ln 2 \Rightarrow b = 2. Reason: If lna=lnb\ln a = \ln b, then a=ba = b. A=3,b=2\boxed{A = 3, b = 2}

Worked Example 6: Transforming to Straight Line Form

The variables xx and yy are related by the equation y=pxqy = px^q, where pp and qq are constants. When lny\ln y is plotted against lnx\ln x, a straight line is obtained with gradient 0.5 and intercept 1.6. Find the values of pp and qq.

Step 1: Linearize the equation. lny=ln(pxq)=lnp+qlnx\ln y = \ln(px^q) = \ln p + q \ln x Reason: Apply the logarithm product and power rules. This matches Y=mX+cY = mX + c where Y=lnyY = \ln y, X=lnxX = \ln x, m=qm = q, and c=lnpc = \ln p.

Step 2: Identify the gradient and intercept. The gradient is given as 0.5, so q=0.5q = 0.5. Reason: The gradient of the line is equal to qq. The intercept is given as 1.6, so lnp=1.6\ln p = 1.6. Reason: The intercept of the line is equal to lnp\ln p.

Step 3: Solve for pp. p=e1.6p = e^{1.6} Reason: Take the exponential of both sides to solve for pp. p=e1.6,q=0.5\boxed{p = e^{1.6}, q = 0.5}

Extended Content (Extended Only)

Additional Mathematics is a single-tier syllabus — all content above applies to all students.

Key Equations

Gradient: m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1} (Not on formula sheet)

Distance: d=(x2x1)2+(y2y1)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2} (Not on formula sheet)

Midpoint: M=(x1+x22,y1+y22)M = \left( \frac{x_1+x_2}{2}, \frac{y_1+y_2}{2} \right) (Not on formula sheet)

Perpendicularity: m1m2=1m_1 m_2 = -1 (Vital for bisector questions, not on formula sheet)

Log Transformation (for y=Axny=Ax^n): lny=nlnx+lnA\ln y = n \ln x + \ln A (Not on formula sheet - derived from log laws)

Common Mistakes to Avoid

  • Wrong: Prematurely rounding 20\sqrt{20} to 4.474.47 in Paper 1.
  • Right: Keep answers as exact surds (252\sqrt{5}) or fractions unless the question specifies "3 significant figures."
  • Wrong: Cubing terms individually in Linear Law (e.g., transforming y2=Ax3+By^2 = Ax^3 + B into y=A1/2x3/2+B1/2y = A^{1/2}x^{3/2} + B^{1/2}).
  • Right: Identify the variables for the axes first (e.g., Y=y2Y = y^2 and X=x3X = x^3), then rearrange correctly.
  • Wrong: Forgetting the negative sign when finding the perpendicular gradient, calculating m=1/mm_\perp = 1/m instead of m=1/mm_\perp = -1/m.
  • Right: Always take the negative reciprocal to find the perpendicular gradient.
  • Wrong: Mixing up the Midpoint formula (addition) with the Gradient formula (subtraction).
  • Right: Midpoint is an average (add and divide by 2), gradient is a rate of change (difference in y over difference in x).
  • Wrong: Failing to check for domain restrictions when using logarithms. For example, assuming ln(x)\ln(x) is defined for all xx values.
  • Right: Remember that ln(x)\ln(x) is only defined for x>0x > 0.

Exam Tips

  • State Formulas First: Even if you make a calculation error, stating m=y2y1x2x1m = \frac{y_2-y_1}{x_2-x_1} can earn you a Method mark.
  • "Show That" Questions: In coordinate geometry, if you are asked to "show that" a line is a perpendicular bisector, you must calculate the midpoint, the gradient, and show the m1m2=1m_1 m_2 = -1 calculation explicitly.
  • Paper 2 Shortcuts: Use your calculator’s "Table" mode or "Linear Regression" mode to check gradients and intercepts if the question allows, but always show the algebraic working.
  • Command Words: If a question says "Hence," you must use your previous answer (e.g., using a midpoint you just calculated to find a bisector).
  • Check Domain: In Linear Law problems involving logarithms, remember that ln(y)\ln(y) is only defined for y>0y > 0. Check if your constants AA or bb must be positive.




Exam-Style Questions

Practice these original exam-style questions to test your understanding. Each question mirrors the style, structure, and mark allocation of real Cambridge 0606 papers.

Exam-Style Question 1 — Paper 1 (No Calculator Allowed) [7 marks]

Question:

The line L1L_1 has equation 3x+4y=113x + 4y = 11. The line L2L_2 is perpendicular to L1L_1 and passes through the point A(2,3)A(2, 3).

(a) Find the gradient of L1L_1. [2]

(b) Find the equation of L2L_2 in the form ax+by=cax + by = c, where aa, bb, and cc are integers. [3]

(c) Find the coordinates of the point of intersection of L1L_1 and L2L_2. [2]

Worked Solution:

(a)

  1. Rearrange the equation of L1L_1 into the form y=mx+cy = mx + c to identify the gradient. 4y=3x+114y = -3x + 11 y=34x+114y = -\frac{3}{4}x + \frac{11}{4} [Isolate y to find gradient]
  2. State the gradient of L1L_1. m1=34m_1 = -\frac{3}{4} [Identify the coefficient of x]

34\boxed{-\frac{3}{4}}

How to earn full marks: Rearrange the equation to the form y = mx + c and clearly state the gradient, m.

(b)

  1. Find the gradient of L2L_2. Since L2L_2 is perpendicular to L1L_1, m1m2=1m_1m_2 = -1. m2=1m1=134=43m_2 = \frac{-1}{m_1} = \frac{-1}{-\frac{3}{4}} = \frac{4}{3} [Use perpendicular gradient property]
  2. Use the point-gradient form of a line to find the equation of L2L_2. yy1=m(xx1)y - y_1 = m(x - x_1) y3=43(x2)y - 3 = \frac{4}{3}(x - 2) [Apply formula yy1=m(xx1)y - y_1 = m(x - x_1)]
  3. Rearrange into the required form. 3(y3)=4(x2)3(y - 3) = 4(x - 2) 3y9=4x83y - 9 = 4x - 8 4x3y=14x - 3y = -1

4x3y=1\boxed{4x - 3y = -1}

How to earn full marks: Remember to use the negative reciprocal of the gradient for perpendicular lines and rearrange to the required integer form.

(c)

  1. Solve the simultaneous equations: 3x+4y=113x + 4y = 11 4x3y=14x - 3y = -1 [Set up simultaneous equations]
  2. Multiply the first equation by 3 and the second by 4 to eliminate yy. 9x+12y=339x + 12y = 33 16x12y=416x - 12y = -4 [Prepare to eliminate variable]
  3. Add the two equations. 25x=2925x = 29 x=2925x = \frac{29}{25} [Isolate x]
  4. Substitute x=2925x = \frac{29}{25} into 3x+4y=113x + 4y = 11 3(2925)+4y=113(\frac{29}{25}) + 4y = 11 4y=118725=2758725=188254y = 11 - \frac{87}{25} = \frac{275 - 87}{25} = \frac{188}{25} y=4725y = \frac{47}{25} [Substitute to solve for y]

(2925,4725)\boxed{(\frac{29}{25}, \frac{47}{25})}

How to earn full marks: Show your working clearly when solving simultaneous equations, especially when dealing with fractions.

Common Pitfall: When finding the equation of a perpendicular line, remember to take the negative reciprocal of the original gradient. Also, double-check your arithmetic when solving simultaneous equations to avoid errors with fractions.

Exam-Style Question 2 — Paper 1 (No Calculator Allowed) [8 marks]

Question:

The variables xx and yy are related by the equation y=axny = a x^n, where aa and nn are constants. When lny\ln y is plotted against lnx\ln x, a straight line is obtained which passes through the points (2,5)(2, 5) and (5,1)(5, -1).

(a) Find the gradient of the straight line. [2]

(b) Find the equation of the straight line, giving your answer in the form lny=plnx+q\ln y = p \ln x + q. [2]

(c) Find the values of aa and nn. [4]

Worked Solution:

(a)

  1. Use the gradient formula to find the gradient. m=y2y1x2x1=1552=63m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{-1 - 5}{5 - 2} = \frac{-6}{3} [Apply gradient formula]
  2. State the gradient. m=2m = -2

2\boxed{-2}

How to earn full marks: Apply the gradient formula correctly, ensuring you subtract the y and x coordinates in the same order.

(b)

  1. Use the point-gradient form of a line, using the point (2, 5). lny5=2(lnx2)\ln y - 5 = -2(\ln x - 2) [Apply formula yy1=m(xx1)y - y_1 = m(x - x_1)]
  2. Rearrange the equation into the required form. lny=2lnx+4+5\ln y = -2\ln x + 4 + 5 lny=2lnx+9\ln y = -2\ln x + 9

lny=2lnx+9\boxed{\ln y = -2\ln x + 9}

How to earn full marks: Substitute one of the given points and the gradient into the point-gradient form, then rearrange to the required form.

(c)

  1. Compare lny=2lnx+9\ln y = -2\ln x + 9 with lny=ln(axn)=lna+nlnx\ln y = \ln(ax^n) = \ln a + n \ln x. [Recognise how to relate back to original equation]
  2. Equate coefficients. n=2n = -2 lna=9\ln a = 9 [Match coefficients]
  3. Solve for aa. a=e9a = e^9

a=e9,n=2\boxed{a = e^9, n = -2}

How to earn full marks: Remember to equate the coefficients of the linear equation with the logarithmic form and use the exponential function to find a.

Common Pitfall: Remember that ln(axn)\ln(ax^n) can be split into lna+nlnx\ln a + n \ln x. Don't forget the properties of logarithms when transforming equations into straight-line form. Also, make sure you use the exponential function to find 'a' after finding ln a.

Exam-Style Question 3 — Paper 2 (Calculator Allowed) [7 marks]

Question:

The line y=mx+cy = mx + c passes through the points (1,3.2)(1, 3.2) and (5,8.8)(5, 8.8).

(a) Find the values of mm and cc. [4]

(b) The point (p,15)(p, 15) lies on the line. Find the value of pp. [2]

(c) Find the equation of the line that is parallel to y=mx+cy = mx + c and passes through the midpoint of the line segment joining (1,3.2)(1, 3.2) and (5,8.8)(5, 8.8). [1]

Worked Solution:

(a)

  1. Use the gradient formula to find mm. m=8.83.251=5.64=1.4m = \frac{8.8 - 3.2}{5 - 1} = \frac{5.6}{4} = 1.4 [Apply gradient formula]
  2. Substitute m=1.4m=1.4 and the point (1,3.2)(1, 3.2) into y=mx+cy = mx + c. 3.2=1.4(1)+c3.2 = 1.4(1) + c 3.2=1.4+c3.2 = 1.4 + c [Substitute values to find c]
  3. Solve for cc. c=3.21.4=1.8c = 3.2 - 1.4 = 1.8

m=1.4,c=1.8\boxed{m = 1.4, c = 1.8}

How to earn full marks: Show your working for both m and c, including the substitution step to find c.

(b)

  1. Substitute y=15y = 15 and the values of mm and cc into y=mx+cy = mx + c. 15=1.4p+1.815 = 1.4p + 1.8 [Substitute known variables]
  2. Solve for pp. 1.4p=13.21.4p = 13.2 p=13.21.4=9.42857...p = \frac{13.2}{1.4} = 9.42857...

p=9.43\boxed{p = 9.43} (to 3 s.f.)

How to earn full marks: Substitute the given y value and the calculated m and c values into the equation, and give your answer to the specified degree of accuracy.

(c)

  1. Find the midpoint of the line segment joining (1,3.2)(1, 3.2) and (5,8.8)(5, 8.8). Midpoint =(1+52,3.2+8.82)=(3,6)= (\frac{1+5}{2}, \frac{3.2+8.8}{2}) = (3, 6) [Apply midpoint formula]
  2. The parallel line has the same gradient, m=1.4m = 1.4. So its equation is y=1.4x+cy = 1.4x + c'.
  3. Substitute the midpoint (3,6)(3, 6) into y=1.4x+cy = 1.4x + c'. 6=1.4(3)+c6 = 1.4(3) + c' [Substitute to find new value of c]
  4. Solve for cc'. c=64.2=1.8c' = 6 - 4.2 = 1.8
  5. The equation of the parallel line is y=1.4x+1.8y = 1.4x + 1.8.

y=1.4x+1.8\boxed{y = 1.4x + 1.8}

How to earn full marks: Remember that parallel lines have the same gradient, and clearly show the calculation of the midpoint.

Common Pitfall: Remember that parallel lines have the same gradient. When finding the equation of a parallel line, only the y-intercept will be different. Also, pay attention to the required degree of accuracy and round your final answer appropriately.

Exam-Style Question 4 — Paper 2 (Calculator Allowed) [7 marks]

Question:

Variables xx and yy are related by the equation y=Bekxy = B e^{kx}, where BB and kk are constants. When lny\ln y is plotted against xx, a straight line is obtained. The gradient of this line is 0.350.35 and the intercept on the vertical axis is 2.012.01.

(a) Find the values of BB and kk. Give your answers to 3 significant figures. [4]

(b) Estimate the value of yy when x=4x = 4. [2]

(c) Estimate the value of xx when y=5y = 5. [1]

Worked Solution:

(a)

  1. Take the natural logarithm of both sides of the equation y=Bekxy = B e^{kx}. lny=ln(Bekx)=lnB+lnekx=lnB+kx\ln y = \ln (B e^{kx}) = \ln B + \ln e^{kx} = \ln B + kx [Apply logarithms and simplify]
  2. Compare lny=kx+lnB\ln y = kx + \ln B with the equation of a straight line y=mx+cy = mx + c. The gradient is kk and the y-intercept is lnB\ln B. [Recognise connection to straight line graph]
  3. We are given that the gradient is 0.350.35, so k=0.35k = 0.35. [State k]
  4. We are given that the y-intercept is 2.012.01, so lnB=2.01\ln B = 2.01. B=e2.01=7.4658...B = e^{2.01} = 7.4658... [Find B]
  5. Round to 3 significant figures.

B=7.47,k=0.350\boxed{B = 7.47, k = 0.350}

How to earn full marks: Show the logarithmic manipulation clearly, and remember to use the exponential function to find B from ln B.

(b)

  1. Substitute x=4x = 4, B=7.47B = 7.47, and k=0.350k = 0.350 into y=Bekxy = B e^{kx}. y=7.47e0.350×4=7.47e1.4=29.987...y = 7.47 e^{0.350 \times 4} = 7.47 e^{1.4} = 29.987... [Substitute and evaluate]
  2. State estimate.

y=30.0\boxed{y = 30.0} (to 3 s.f.)

How to earn full marks: Substitute the values correctly into the original equation and round your answer to the specified number of significant figures.

(c)

  1. Substitute y=5y = 5, B=7.47B = 7.47, and k=0.350k = 0.350 into y=Bekxy = B e^{kx}. 5=7.47e0.350x5 = 7.47 e^{0.350 x} [Substitute and rearrange]
  2. Solve for xx. e0.350x=57.47=0.66934...e^{0.350 x} = \frac{5}{7.47} = 0.66934... 0.350x=ln0.66934...0.350 x = \ln 0.66934... x=ln0.66934...0.350=0.40118...0.350=1.1462...x = \frac{\ln 0.66934...}{0.350} = \frac{-0.40118...}{0.350} = -1.1462...

x=1.15\boxed{x=-1.15} (to 3 s.f.)

How to earn full marks: Show each step of your working when rearranging and solving for x, including taking the natural logarithm.

Common Pitfall: Make sure you take the natural logarithm correctly when linearizing the equation. Also, remember to use the exponential function to find B after finding ln B. Always pay attention to the required number of significant figures in the final answer.

Frequently Asked Questions: Straight-line graphs

What is Gradient (m) in Straight-line graphs?

Gradient (m): The measure of the steepness of a line, defined as the change in y over the change in x.

What is y-intercept (c) in Straight-line graphs?

y-intercept (c): The point where the line crosses the y-axis (where x = 0).

What is Parallel Lines in Straight-line graphs?

Parallel Lines: Lines with the same gradient that never intersect.

What is Perpendicular Lines in Straight-line graphs?

Perpendicular Lines: Lines that meet at a 90^\circ angle; the product of their gradients is -1.

What is Collinear Points in Straight-line graphs?

Collinear Points: A set of points that all lie on the same single straight line.

What is Perpendicular Bisector in Straight-line graphs?

Perpendicular Bisector: A line that passes through the midpoint of a line segment at a right angle (90^\circ).