Skip to main content
VICMath MethodsSyllabus dot point

How are linear functions analysed?

Sketch and analyse linear functions of the form y=mx+cy = mx + c, including finding gradient, xx- and yy-intercepts, equations of parallel and perpendicular lines, and solving linear equations and inequalities

A focused answer to the VCE Maths Methods Unit 1 dot point on linear functions. Sketches y=mx+cy = mx + c, finds gradient and intercepts, derives equations of parallel and perpendicular lines, and works the VCAA SAC-style line-through-two-points and perpendicular-bisector problems.

Generated by Claude Opus 4.86 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. Gradient and intercept
  3. xx-intercept
  4. Point-slope form
  5. Parallel and perpendicular lines
  6. Solving linear equations and inequalities
  7. Midpoint, distance and the perpendicular bisector
  8. Linear simultaneous equations
  9. In one sentence
  10. Examples in context
  11. Try this

What this dot point is asking

VCAA wants you to sketch and analyse linear functions y=mx+cy = mx + c, find gradient and intercepts, write equations from given conditions, and use parallel and perpendicular gradient relationships.

Gradient and intercept

For y=mx+cy = mx + c:

  • mm = gradient (slope) = rise/run.
  • cc = yy-intercept (the value of yy when x=0x = 0).

Gradient from two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2):

m=y2βˆ’y1x2βˆ’x1m = \frac{y_2 - y_1}{x_2 - x_1}

xx-intercept

The xx-intercept is where the line crosses the xx-axis (y=0y = 0).

0=mx+c0 = mx + c, so x=βˆ’c/mx = -c/m.

Point-slope form

A line of gradient mm passing through (x1,y1)(x_1, y_1):

yβˆ’y1=m(xβˆ’x1)y - y_1 = m(x - x_1)

Parallel and perpendicular lines

Two lines with gradients m1m_1 and m2m_2:

  • Parallel: m1=m2m_1 = m_2.
  • Perpendicular: m1m2=βˆ’1m_1 m_2 = -1, equivalently m2=βˆ’1/m1m_2 = -1/m_1.

Horizontal lines (m=0m = 0) and vertical lines (mm undefined) are perpendicular to each other.

Solving linear equations and inequalities

Solve 3xβˆ’5=73x - 5 = 7: add 55, divide by 33: x=4x = 4.

For inequalities, the inequality direction reverses when multiplying or dividing by a negative number. βˆ’2x≀6-2x \le 6 becomes xβ‰₯βˆ’3x \ge -3.

Midpoint, distance and the perpendicular bisector

Linear coordinate geometry in Unit 1 also draws on two formulas for a segment joining (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2). The midpoint is (x1+x22,y1+y22)\left(\dfrac{x_1 + x_2}{2}, \dfrac{y_1 + y_2}{2}\right), and the distance is (x2βˆ’x1)2+(y2βˆ’y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}. The perpendicular bisector of a segment passes through its midpoint with gradient equal to the negative reciprocal of the segment's gradient; it is the set of points equidistant from the two endpoints, and is a recurring exam construction.

Linear simultaneous equations

Two lines either intersect once (different gradients), never (parallel, equal gradients but different intercepts), or coincide (identical lines). To find an intersection, solve the pair simultaneously by substitution or elimination. For example, y=2x+1y = 2x + 1 and y=βˆ’x+7y = -x + 7 give 2x+1=βˆ’x+72x + 1 = -x + 7, so 3x=63x = 6, x=2x = 2, and y=5y = 5: the lines meet at (2,5)(2, 5). Recognising the no-solution and infinite-solution cases from the gradients is a common short-answer item.

In one sentence

Linear functions y=mx+cy = mx + c have gradient mm (rise over run, found from two points by (y2βˆ’y1)/(x2βˆ’x1)(y_2 - y_1)/(x_2 - x_1)) and yy-intercept cc; parallel lines share a gradient and perpendicular lines have gradients whose product is βˆ’1-1.

Examples in context

Example 1. A phone plan as a linear model. A mobile plan charges a \20monthlyfeeplus monthly fee plus \0.150.15 per gigabyte of data, so the monthly cost is C=0.15x+20C = 0.15x + 20 where xx is gigabytes used. The gradient 0.150.15 is the cost per extra gigabyte and the yy-intercept 2020 is the base fee. A month using 3030 GB costs C = 0.15(30) + 20 = \24.50.Ifabillis. If a bill is \2626, then 0.15x+20=260.15x + 20 = 26 gives x=60.15=40x = \frac{6}{0.15} = 40 GB.

Example 2. Perpendicular path of a delivery drone. A drone flies along y=2x+1y = 2x + 1. To return perpendicularly from the point (3,7)(3, 7), the new path has gradient βˆ’12-\frac{1}{2} (negative reciprocal). Point-slope form: yβˆ’7=βˆ’12(xβˆ’3)y - 7 = -\frac{1}{2}(x - 3), so y=βˆ’12x+172y = -\frac{1}{2}x + \frac{17}{2}. The two paths meet at right angles since 2Γ—(βˆ’12)=βˆ’12 \times (-\frac{1}{2}) = -1.

Try this

Q1. Find the gradient and xx-intercept of y=4xβˆ’12y = 4x - 12. [2 marks]

  • Cue. Gradient 44; xx-intercept where 0=4xβˆ’120 = 4x - 12, so x=3x = 3.

Q2. A taxi fare is \4.50flagfallplus flagfall plus \2.202.20 per km. (a) Write the fare FF as a function of distance dd. (b) Find the distance for a \26.50$ fare. [2+2 marks]

  • Cue. (a) F=2.2d+4.5F = 2.2d + 4.5. (b) 2.2d+4.5=26.5β‡’d=222.2=102.2d + 4.5 = 26.5 \Rightarrow d = \frac{22}{2.2} = 10 km.

Q3. Find the equation of the line through (1,4)(1, 4) parallel to y=βˆ’3x+5y = -3x + 5. [2 marks]

  • Cue. Same gradient βˆ’3-3: yβˆ’4=βˆ’3(xβˆ’1)y - 4 = -3(x - 1), so y=βˆ’3x+7y = -3x + 7.

Exam-style practice questions

Practice questions written in the style of VCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

VCAA 2022 Exam 14 marksFind the equation of the line that passes through (2,5)(2, 5) and is perpendicular to y=3xβˆ’1y = 3x - 1.
Show worked answer β†’

Gradient of given line: m1=3m_1 = 3.

Perpendicular gradient: m2=βˆ’1/m1=βˆ’1/3m_2 = -1/m_1 = -1/3.

Point-slope form with point (2,5)(2, 5): yβˆ’5=βˆ’13(xβˆ’2)y - 5 = -\frac{1}{3}(x - 2).

Expand: y=βˆ’13x+23+5=βˆ’13x+173y = -\frac{1}{3}x + \frac{2}{3} + 5 = -\frac{1}{3}x + \frac{17}{3}.

Markers reward the negative-reciprocal gradient, point-slope substitution, and a clean final form.

VCAA 2023 Exam 25 marksPoints A(βˆ’1,2)A(-1, 2) and B(5,βˆ’4)B(5, -4) are given. (a) Find the equation of the perpendicular bisector of ABAB. (b) Determine the coordinates of the point where this bisector cuts the xx-axis.
Show worked answer β†’

(a) Midpoint of ABAB is (βˆ’1+52,2+(βˆ’4)2)=(2,βˆ’1)\left(\dfrac{-1 + 5}{2}, \dfrac{2 + (-4)}{2}\right) = (2, -1).

Gradient of ABAB is mAB=βˆ’4βˆ’25βˆ’(βˆ’1)=βˆ’66=βˆ’1m_{AB} = \dfrac{-4 - 2}{5 - (-1)} = \dfrac{-6}{6} = -1, so the perpendicular gradient is m=1m = 1 (negative reciprocal of βˆ’1-1).

Point-slope through (2,βˆ’1)(2, -1): yβˆ’(βˆ’1)=1(xβˆ’2)y - (-1) = 1(x - 2), giving y=xβˆ’3y = x - 3.

(b) Set y=0y = 0: 0=xβˆ’30 = x - 3, so x=3x = 3. The bisector cuts the xx-axis at (3,0)(3, 0).

Markers reward the midpoint, the negative-reciprocal gradient, the bisector equation, and the correct xx-intercept.

Related dot points