Skip to main content
VICMath MethodsSyllabus dot point

What algebraic skills does VCE Math Methods Unit 1 introduce, including index laws, logarithm laws, and the solution of equations?

Algebraic manipulation of polynomial, exponential and logarithmic expressions, including index laws, logarithm laws, factorisation, and the solution of linear, quadratic, polynomial, exponential and logarithmic equations

A focused answer to the VCE Math Methods Unit 1 key-knowledge point on algebra. Index and logarithm laws, factorisation techniques (common factor, grouping, quadratic factorisation, sum and difference of cubes), and methods for solving linear, quadratic, polynomial, exponential and logarithmic equations.

Generated by Claude Opus 4.88 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. Index laws
  3. Logarithm laws
  4. Factorisation techniques
  5. Solving equations
  6. Worked example: solving an exponential equation
  7. Worked example: simultaneous equations
  8. Examples in context
  9. Try this

What this dot point is asking

VCAA wants you to manipulate algebraic expressions involving indices and logarithms, factorise polynomial expressions, and solve linear, quadratic, polynomial, exponential and logarithmic equations. The dot point builds the algebraic fluency Unit 3 / 4 will require.

Index laws

For real a,ba, b and integer or rational m,nm, n:

aman=am+n,aman=amn,(am)n=amna^m \cdot a^n = a^{m+n}, \quad \frac{a^m}{a^n} = a^{m-n}, \quad (a^m)^n = a^{mn}

a0=1,an=1an,a1/n=ana^0 = 1, \quad a^{-n} = \frac{1}{a^n}, \quad a^{1/n} = \sqrt[n]{a}

(ab)n=anbn,(ab)n=anbn(ab)^n = a^n b^n, \quad \left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}

Logarithm laws

For a>0,a1a > 0, a \neq 1 and positive m,nm, n:

loga(mn)=logam+logan\log_a(mn) = \log_a m + \log_a n

loga(m/n)=logamlogan\log_a(m/n) = \log_a m - \log_a n

loga(mn)=nlogam\log_a(m^n) = n \log_a m

loga(1)=0,loga(a)=1\log_a(1) = 0, \quad \log_a(a) = 1

Change of base.

logax=logbxlogba\log_a x = \frac{\log_b x}{\log_b a}

So log25=log105/log1022.32\log_2 5 = \log_{10} 5 / \log_{10} 2 \approx 2.32.

Inverse relationship. loga(ax)=x\log_a(a^x) = x and alogax=xa^{\log_a x} = x.

Factorisation techniques

Common factor
6x39x2=3x2(2x3)6 x^3 - 9 x^2 = 3 x^2 (2 x - 3).
Grouping
x3+2x2x2=x2(x+2)(x+2)=(x+2)(x21)=(x+2)(x1)(x+1)x^3 + 2 x^2 - x - 2 = x^2(x + 2) - (x + 2) = (x + 2)(x^2 - 1) = (x + 2)(x - 1)(x + 1).
Quadratic factorisation
x2+5x+6=(x+2)(x+3)x^2 + 5x + 6 = (x + 2)(x + 3). Use sum-and-product (looking for two numbers that sum to the middle coefficient and multiply to the constant).
Quadratic formula
ax2+bx+c=0a x^2 + b x + c = 0 has solutions x=(b±b24ac)/(2a)x = (-b \pm \sqrt{b^2 - 4ac}) / (2a).
Difference of squares
a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b).
Sum and difference of cubes
a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2); a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2).

Solving equations

Linear
Single step or simple multi-step manipulation.
Quadratic
Factor first, then use the null factor law (AB=0    A=0AB = 0 \implies A = 0 or B=0B = 0). Or use the quadratic formula.
Polynomial
Factor where possible. Look for rational roots first; then use polynomial division or grouping.
Exponential
Bring to common base if possible, then equate exponents. Otherwise take logarithms.

Example: 5x=175^x = 17. Take log10\log_{10}: xlog105=log1017x \log_{10} 5 = \log_{10} 17, so x=log1017/log1051.76x = \log_{10} 17 / \log_{10} 5 \approx 1.76.

Logarithmic. Combine logs using laws; convert to exponential form. Always check domain (logs require positive arguments).

Example: log3(x+5)=2\log_3(x + 5) = 2. Convert: x+5=32=9x + 5 = 3^2 = 9, so x=4x = 4. Check: log3(9)=2\log_3(9) = 2. Confirmed.

Worked example: solving an exponential equation

Solve 4x32x+2=04^x - 3 \cdot 2^x + 2 = 0.

Substitute u=2xu = 2^x. Then 4x=(2x)2=u24^x = (2^x)^2 = u^2.

Equation becomes u23u+2=0u^2 - 3u + 2 = 0, factoring as (u1)(u2)=0(u - 1)(u - 2) = 0.

So u=1u = 1 or u=2u = 2, i.e. 2x=12^x = 1 or 2x=22^x = 2, giving x=0x = 0 or x=1x = 1.

Worked example: simultaneous equations

3x+2y=143 x + 2 y = 14 and xy=3x - y = 3.

From the second: x=y+3x = y + 3. Substitute: 3(y+3)+2y=143(y + 3) + 2 y = 14, so 5y+9=145 y + 9 = 14, y=1y = 1, then x=4x = 4.

Examples in context

Example 1. Compound interest as an exponential equation. A managed fund grows at 6%6\% per year, so a balance of \8000follows follows A = 8000 (1.06)^t.Tofindwhenitdoubles,solve. To find when it doubles, solve 8000(1.06)^t = 16000,i.e., i.e. (1.06)^t = 2.Take. Take \log_{10}:: t \log_{10} 1.06 = \log_{10} 2,so, so t = \frac{\log_{10} 2}{\log_{10} 1.06} = \frac{0.30103}{0.025306} \approx 11.9$ years.

Example 2. Factorising to solve a polynomial. A design constraint gives x32x25x+6=0x^3 - 2x^2 - 5x + 6 = 0. Testing x=1x = 1: 125+6=01 - 2 - 5 + 6 = 0, so (x1)(x - 1) is a factor. Dividing gives x2x6=(x3)(x+2)x^2 - x - 6 = (x - 3)(x + 2). Hence the solutions are x=1,3,2x = 1, 3, -2.

Try this

Q1. Solve 23x+1=322^{3x + 1} = 32. [2 marks]

  • Cue. Write 32=2532 = 2^5, so 3x+1=53x + 1 = 5, giving x=43x = \tfrac{4}{3}.

Q2. A population is modelled by P=500(1.04)tP = 500 (1.04)^t (tt in years). Find, to one decimal place, when P=900P = 900. [3 marks]

  • Cue. (1.04)t=1.8(1.04)^t = 1.8; t=log101.8/log101.0414.99t = \log_{10} 1.8 / \log_{10} 1.04 \approx 14.99, so about 15.015.0 years.

Q3. (a) Factorise x3+x24x4x^3 + x^2 - 4x - 4. (b) Hence solve x3+x24x4=0x^3 + x^2 - 4x - 4 = 0. [2+1 marks]

  • Cue. (a) Group: x2(x+1)4(x+1)=(x+1)(x24)=(x+1)(x2)(x+2)x^2(x + 1) - 4(x + 1) = (x + 1)(x^2 - 4) = (x + 1)(x - 2)(x + 2). (b) x=1,2,2x = -1, 2, -2.

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.

Year 11 SAC5 marksSolve for xx: (a) 32x1=273^{2x - 1} = 27, (b) log2(x+3)+log2(x1)=3\log_2(x + 3) + \log_2(x - 1) = 3.
Show worked answer →

(a) Rewrite 27=3327 = 3^3. So 32x1=333^{2x - 1} = 3^3, giving 2x1=32x - 1 = 3, so x=2x = 2.

(b) Combine logs: log2((x+3)(x1))=3\log_2((x+3)(x-1)) = 3, so (x+3)(x1)=23=8(x+3)(x-1) = 2^3 = 8.

Expand: x2+2x3=8x^2 + 2x - 3 = 8, so x2+2x11=0x^2 + 2x - 11 = 0.

Quadratic formula: x=(2±4+44)/2=(2±48)/2=1±23x = (-2 \pm \sqrt{4 + 44})/2 = (-2 \pm \sqrt{48})/2 = -1 \pm 2\sqrt{3}.

Check domain: log2(x+3)\log_2(x + 3) requires x>3x > -3; log2(x1)\log_2(x - 1) requires x>1x > 1. So x>1x > 1.

1+231+3.462.46-1 + 2\sqrt{3} \approx -1 + 3.46 \approx 2.46, which is >1> 1. Valid.

1234.46-1 - 2\sqrt{3} \approx -4.46, which is <1< 1. Reject (domain violation).

So x=1+23x = -1 + 2\sqrt{3}.

Markers reward rewriting to common base in (a), combining logs and solving the quadratic in (b), and the explicit domain check.

Related dot points