Back to all Math AI SL topics
Topic 2.1Math AI SL SL64 flashcards

Equations of a line

Practice Flashcards

Flip cards to reveal answers
Card 1 of 642.1.1
2.1.1
Question

What does the gradient of a straight line measure?

Click to reveal answer

Track your progress — Sign up free to save your progress and get smart review reminders based on spaced repetition.

All Flashcards in Topic 2.1

Below are all 64 flashcards for this topic. Sign up free to track your progress and get personalized review schedules.

2.1.116 cards

Card 1definition
Question

What does the gradient of a straight line measure?

Answer

The gradient measures the steepness and direction of a line — how much y changes for every 1 unit increase in x. Positive gradient → rises left to right. Negative gradient → falls left to right. Zero gradient → horizontal line.

Card 2concept
Question

A line goes up 8 units for every 2 units moved to the right. What is the gradient?

Answer

Gradient = rise ÷ run = 8 ÷ 2 = 4. The line goes up by 4 for every 1 unit to the right. This is a positive, fairly steep gradient.

Card 3concept
Question

What does a gradient of −5 tell you about the line?

Answer

The line falls steeply — for every 1 unit moved right, y drops by 5. Steepness = |−5| = 5 (compare using absolute value). The negative sign means it slopes downward from left to right.

Card 4concept
Question

Exam trap: Lines have gradients −4 and 3. A student says gradient 3 is steeper because 3 > −4. Correct this.

Answer

Wrong — steepness uses absolute value: |−4| = 4 > |3| = 3. The line with gradient −4 is steeper. Never compare signed gradient values to decide steepness — always compare |m₁| and |m₂|.

Card 5formula
Question

State the formula for gradient between two points (x₁, y₁) and (x₂, y₂).

Answer

m = (y₂ − y₁) / (x₂ − x₁) The y-change (rise) goes on top. The x-change (run) goes on the bottom. Use the same pair order for both: subtract in the same direction.

Card 6formula
Question

Find the gradient of the line through (3, 1) and (7, 9).

Answer

m = (9 − 1) / (7 − 3) = 8 / 4 = 2. y increased and x increased → positive gradient makes sense. ✓

Card 7formula
Question

Find the gradient of the line through (−2, 5) and (4, −1).

Answer

m = (−1 − 5) / (4 − (−2)) = −6 / 6 = −1. Key step: 4 − (−2) = 4 + 2 = 6. Subtracting a negative flips the sign.

Card 8concept
Question

Exam trap: A student writes m = (x₂ − x₁)/(y₂ − y₁). What is the error and how do you avoid it?

Answer

They have swapped Δy and Δx. The gradient formula is m = Δy/Δx, not Δx/Δy. Fix: always write the formula first — m = (y₂ − y₁)/(x₂ − x₁) — before substituting numbers.

Card 9definition
Question

What is the y-intercept of a straight line?

Answer

The y-intercept is the point where the line crosses the y-axis — the value of y when x = 0. In y = mx + c, the y-intercept is c, the constant term. Example: y = 4x − 7 has y-intercept = −7, so it crosses at (0, −7).

Card 10formula
Question

In y = mx + c, which letter is the gradient and which is the y-intercept?

Answer

m is the gradient — it is the coefficient of x. c is the y-intercept — it is the constant term. Example: y = −2x + 9 → gradient = −2, y-intercept = 9.

Card 11formula
Question

State the gradient and y-intercept of y = −3x + 7. Then write down the coordinates of the y-intercept.

Answer

Gradient m = −3. y-intercept c = 7. Coordinates of y-intercept: (0, 7).

Card 12concept
Question

Exam trap: A student reads y = 5 − 3x and writes gradient = 5, y-intercept = −3. What went wrong?

Answer

The equation is not in y = mx + c order. Rewrite: y = −3x + 5. Gradient m = −3, y-intercept c = 5. Always rearrange into y = mx + c form before reading off m and c.

Card 13concept
Question

What is the gradient of a horizontal line? What about a vertical line?

Answer

Horizontal line: gradient = 0 (no rise — Δy = 0). Vertical line: gradient is undefined — Δx = 0, so we would divide by zero.

Card 14concept
Question

How do you decide which of two lines is steeper?

Answer

Compare the absolute values of their gradients. The line with the larger |m| is steeper. Example: |−5| = 5 > |2| = 2, so y = −5x is steeper than y = 2x.

Card 15concept
Question

Line A: y = −3x + 1. Line B: y = 4x − 5. Which crosses the y-axis higher? Which is steeper?

Answer

y-intercepts: A → c = 1, B → c = −5. Line A crosses higher. Steepness: |−3| = 3 vs |4| = 4. Line B is steeper. Two different comparisons — do them separately.

Card 16concept
Question

Exam trap: A student has y = −(1/3)x + 9. They write gradient = 1/3. What is wrong?

Answer

They dropped the negative sign. The gradient is m = −1/3 (negative, because it is − times 1/3). The y-intercept is 9. Read the coefficient of x including its sign.

2.1.216 cards

Card 17definition
Question

What is the slope-intercept form of a straight line?

Answer

y = mx + c m = gradient (slope), c = y-intercept. This form directly shows both key features of the line.

Card 18formula
Question

Write the equation of a line with gradient 5 and y-intercept −3.

Answer

Substitute directly into y = mx + c: y = 5x − 3. The gradient goes with x; the y-intercept is the constant.

Card 19concept
Question

A line has equation y = −(1/2)x + 6. Write down the gradient and y-intercept and describe the direction of the line.

Answer

Gradient m = −1/2. y-intercept c = 6. The line starts high on the y-axis and falls gently — it goes down 1 for every 2 units to the right.

Card 20concept
Question

Exam trap: A student writes the equation of a line as "m = 3, c = 7" and stops. What must they write instead?

Answer

IB always requires a full equation, not just the values of m and c. Write: y = 3x + 7. The equation must start with "y =" and show both m and c in the correct form.

Card 21concept
Question

Describe the method for finding the equation of a line given its gradient and one point on the line.

Answer

1. Write y = mx + c with the known gradient m. 2. Substitute the coordinates of the given point for x and y. 3. Solve for c. 4. Write the full equation with both m and c.

Card 22formula
Question

Find the equation of the line with gradient 3 that passes through (2, 8).

Answer

y = 3x + c. Substitute (2, 8): 8 = 3(2) + c → 8 = 6 + c → c = 2. Equation: y = 3x + 2.

Card 23formula
Question

Find the equation of the line with gradient −2 that passes through (−1, 5).

Answer

y = −2x + c. Substitute (−1, 5): 5 = −2(−1) + c → 5 = 2 + c → c = 3. Equation: y = −2x + 3. Check: plug in x = −1: y = −2(−1) + 3 = 5 ✓

Card 24concept
Question

Exam trap: A student finds c = 4 but writes the final equation as y = mx + 4 without substituting m. What is the issue?

Answer

They left m as a letter instead of replacing it with the actual gradient value. If gradient = 2 and c = 4, the equation must be: y = 2x + 4. Always replace m with its value in the final answer.

Card 25concept
Question

What are the two steps to find the equation of a line through two given points?

Answer

Step 1: Calculate the gradient using m = (y₂ − y₁)/(x₂ − x₁). Step 2: Use one point and the gradient to find c (substitute into y = mx + c).

Card 26formula
Question

Find the equation of the line through (1, 4) and (3, 10).

Answer

m = (10 − 4)/(3 − 1) = 6/2 = 3. y = 3x + c. Use (1, 4): 4 = 3(1) + c → c = 1. Equation: y = 3x + 1.

Card 27formula
Question

Find the equation of the line through (0, −3) and (4, 5).

Answer

m = (5 − (−3))/(4 − 0) = 8/4 = 2. y-intercept: when x = 0, y = −3, so c = −3 directly. Equation: y = 2x − 3. Shortcut: if one point is the y-intercept (x = 0), c = that y-value immediately.

Card 28concept
Question

Exam trap: A student uses two points to find the gradient m = 4, then writes y = 4x without finding c. What must they still do?

Answer

They must use one of the given points to substitute into y = 4x + c and solve for c. The equation y = 4x only works if the line passes through the origin — that must be verified, not assumed.

Card 29definition
Question

What is the general form of a straight line equation?

Answer

ax + by + d = 0 (sometimes written ax + by = c). All terms are moved to one side, leaving zero on the other. IB accepts both y = mx + c and general form unless the question specifies which.

Card 30formula
Question

Rearrange y = 3x − 5 into the form ax + by + d = 0 with integer coefficients.

Answer

Move all terms to the left: 3x − y − 5 = 0. Or equivalently: −3x + y + 5 = 0 (both are valid; IB usually wants positive leading coefficient).

Card 31formula
Question

Convert 2x − y + 8 = 0 back into y = mx + c form and state the gradient and y-intercept.

Answer

Rearrange: y = 2x + 8. Gradient m = 2, y-intercept c = 8.

Card 32concept
Question

Exam trap: A question asks for the equation of a line "in the form ax + by + d = 0." A student writes y = 2x − 4. How many marks will they lose?

Answer

IB requires the specific form asked for. Leaving it as y = 2x − 4 does not match ax + by + d = 0. Correct: 2x − y − 4 = 0. Always re-read what form the question requires before writing the final answer.

2.1.316 cards

Card 33definition
Question

What is the condition for two lines to be parallel?

Answer

Two lines are parallel if and only if they have the same gradient. They never intersect (unless they are the same line). Example: y = 3x + 2 and y = 3x − 7 are parallel — both have m = 3.

Card 34formula
Question

Line L₁ has gradient m. State the gradient of any line parallel to L₁.

Answer

Any line parallel to L₁ also has gradient m. The gradient is the same — only the y-intercept (c) can differ.

Card 35concept
Question

Are y = −2x + 5 and y = −2x − 3 parallel? Explain why.

Answer

Yes — both have gradient m = −2. They are different lines (different y-intercepts: 5 and −3), so they are parallel, not the same line.

Card 36concept
Question

Exam trap: A student sees y = 2x + 1 and y = −2x + 1 and says they are parallel because "they look similar." Are they parallel?

Answer

No — gradients are +2 and −2. These are different gradients, so the lines are not parallel. They intersect at (0, 1). Similar equations do not mean parallel lines — the gradient values must match exactly.

Card 37definition
Question

What is the condition for two lines to be perpendicular?

Answer

Two lines are perpendicular if the product of their gradients equals −1: m₁ × m₂ = −1. This means the gradients are negative reciprocals of each other.

Card 38formula
Question

If a line has gradient m, state the gradient of a line perpendicular to it.

Answer

The perpendicular gradient is −1/m (flip the fraction and change the sign). Examples: m = 3 → m⊥ = −1/3 m = −2/5 → m⊥ = 5/2 m = 4 → m⊥ = −1/4

Card 39formula
Question

A line has gradient −3/4. Find the gradient of a perpendicular line.

Answer

m⊥ = −1 / (−3/4) = 4/3. Rule: flip the fraction (4/3) and change the sign. Starting negative → perpendicular is positive. Check: (−3/4) × (4/3) = −12/12 = −1 ✓

Card 40concept
Question

Exam trap: A line has gradient 5. A student says the perpendicular gradient is −5. What is the error?

Answer

They only changed the sign but did not take the reciprocal. The perpendicular gradient is −1/5 (flip to 1/5, then negate). "Negative reciprocal" means both steps: flip AND change sign.

Card 41concept
Question

Describe the method to find the equation of a line parallel to y = 4x − 1 through the point (3, 7).

Answer

1. Identify the gradient: m = 4 (same as the original line — parallel). 2. Substitute into y = 4x + c using (3, 7): 7 = 4(3) + c → c = −5. 3. Equation: y = 4x − 5.

Card 42formula
Question

Find the equation of the line perpendicular to y = 2x + 3 that passes through (4, 1).

Answer

m⊥ = −1/2. y = −(1/2)x + c. Use (4, 1): 1 = −(1/2)(4) + c → 1 = −2 + c → c = 3. Equation: y = −(1/2)x + 3.

Card 43formula
Question

A line L₁ has equation y = −3x + 2. Find the equation of the line L₂, perpendicular to L₁, that passes through (0, 5).

Answer

m⊥ = 1/3 (negative reciprocal of −3). The line passes through (0, 5), so c = 5 directly (it is the y-intercept). Equation of L₂: y = (1/3)x + 5.

Card 44concept
Question

Exam trap: When writing a perpendicular line equation, a student uses the original gradient from the question instead of the negative reciprocal. What is the consequence?

Answer

Their answer will be a parallel line, not a perpendicular one — a completely different type of answer. Always find m⊥ = −1/m first, before substituting the given point to find c.

Card 45definition
Question

What is the perpendicular bisector of a line segment AB?

Answer

The perpendicular bisector is a line that: 1. Passes through the midpoint of AB. 2. Is perpendicular to AB (i.e. meets AB at a right angle). Every point on the perpendicular bisector is equidistant from A and B.

Card 46concept
Question

What two things do you need in order to write the equation of the perpendicular bisector of segment AB?

Answer

1. The midpoint of AB — the perpendicular bisector passes through this point. 2. The perpendicular gradient — find the gradient of AB first, then take the negative reciprocal.

Card 47formula
Question

Find the equation of the perpendicular bisector of the segment joining A(2, 4) and B(6, 8).

Answer

Midpoint M = ((2+6)/2, (4+8)/2) = (4, 6). Gradient of AB: m = (8−4)/(6−2) = 4/4 = 1. So m⊥ = −1. y = −x + c. Use (4, 6): 6 = −4 + c → c = 10. Perpendicular bisector: y = −x + 10.

Card 48concept
Question

Exam trap: When finding a perpendicular bisector, a student finds the midpoint correctly but then uses one of the original endpoints to find c instead of the midpoint. What goes wrong?

Answer

The line will pass through the wrong point — it will be perpendicular to AB but not at the midpoint. The perpendicular bisector must pass through the midpoint, not through A or B. Always substitute the midpoint to find c.

2.1.416 cards

Card 49definition
Question

What is a linear model? When is a situation suitable for one?

Answer

A linear model describes a situation where the output increases or decreases at a constant rate as the input changes. It has the form y = mx + c. Use it when: the rate of change is constant (e.g. fixed cost per unit, steady temperature drop).

Card 50formula
Question

A taxi charges $2.50 per km plus a $4 booking fee. Write this as a linear model for total cost C in terms of distance d.

Answer

C = 2.5d + 4. Gradient m = 2.50 (cost per km). y-intercept c = 4 (fixed booking fee — the cost when d = 0).

Card 51concept
Question

A phone plan charges $0.15 per minute and has a $10 monthly fee. Write the monthly cost C as a model and find the cost for 40 minutes.

Answer

Model: C = 0.15t + 10. When t = 40: C = 0.15(40) + 10 = 6 + 10 = $16.

Card 52concept
Question

Exam trap: A student sees a word problem with a fixed charge and a per-unit charge, and writes the per-unit charge as c and the fixed charge as m. What is the error?

Answer

They have swapped m and c. m (gradient) = the rate — the amount added per unit (per km, per hour, etc.). c (y-intercept) = the fixed starting value — the value when the variable equals 0.

Card 53definition
Question

In a linear model y = mx + c, what does the gradient m represent in context?

Answer

The gradient is the rate of change — how much y changes for each 1-unit increase in x. Examples: • m = 3 km/h → speed of 3 km per hour. • m = −50 → value decreases by 50 per unit. Always state the units when interpreting.

Card 54definition
Question

In a linear model y = mx + c, what does the y-intercept c represent in context?

Answer

The y-intercept is the initial value — the value of y when x = 0. Examples: • c = 200 → 200 items in stock at the start. • c = 15 → the temperature was 15°C at time 0. It is the starting point before any change occurs.

Card 55concept
Question

A model gives cost C = 8t + 25, where t is time in hours. Interpret the gradient and y-intercept.

Answer

Gradient m = 8: the cost increases by $8 per hour. y-intercept c = 25: the initial cost (before any time passes) is $25 — a fixed/setup fee.

Card 56concept
Question

Exam trap: A student interprets the gradient as "50" without any units or context. Why will they lose a mark?

Answer

IB requires contextual interpretation — the gradient must be described in terms of the variables in the problem. For example: "The cost increases by $50 per kilogram." Just stating the number "50" earns no credit for an interpretation question.

Card 57concept
Question

What two pieces of information do you need to write a linear model from a word problem?

Answer

1. The rate of change (→ this becomes m). 2. An initial value or a specific data point (→ this lets you find c). If two data points are given, find m first using the gradient formula, then find c.

Card 58formula
Question

A pool contains 800 litres and is draining at 60 litres per minute. Write a model V(t) for the volume after t minutes.

Answer

V = −60t + 800. m = −60 (rate of decrease — negative because draining). c = 800 (starting volume at t = 0).

Card 59formula
Question

A car rental costs $180 for 3 days and $300 for 7 days. Write a linear model for cost C in terms of days d.

Answer

m = (300 − 180)/(7 − 3) = 120/4 = 30. C = 30d + c. Use (3, 180): 180 = 30(3) + c → c = 90. Model: C = 30d + 90 (daily rate $30, fixed fee $90).

Card 60concept
Question

Exam trap: A situation says "temperature falls 3°C every hour." A student writes m = 3 (positive). What is the mistake?

Answer

A decrease means a negative gradient: m = −3. When a quantity is falling or decreasing, the gradient must be negative. Always check the direction of change before assigning the sign to m.

Card 61concept
Question

How do you use a linear model to make a prediction?

Answer

Substitute the given input value for x into the model equation and calculate y. Example: If C = 12t + 30 and t = 4, then C = 12(4) + 30 = 78.

Card 62concept
Question

What is the difference between interpolation and extrapolation when using a model?

Answer

Interpolation: predicting within the range of the original data — generally reliable. Extrapolation: predicting outside the range of the original data — less reliable; the model may not hold. IB questions often award 1 mark for commenting on reliability.

Card 63concept
Question

Model: P = −3t + 120 gives population P (hundreds) after t years. Find when the population reaches zero. Is this prediction reliable if data was collected for t = 0 to 20?

Answer

Set P = 0: 0 = −3t + 120 → t = 40 years. This is extrapolation (t = 40 is beyond the data range of 0–20) — the prediction is less reliable.

Card 64concept
Question

Exam trap: "Is the prediction reliable?" A student simply answers "yes" or "no" without a reason. Will they get the mark?

Answer

No — IB always requires a reason for reliability judgements. A correct answer gives: (a) whether it is interpolation or extrapolation, and (b) a reason (e.g. "within the data range" or "outside the data range — the trend may not continue").

Want smart review reminders?

Sign up free to track your progress. Our spaced repetition algorithm will tell you exactly which cards to review and when.

Start Free