Skip to main content
QLDMath MethodsSyllabus dot point

What additional algebraic skills does QCE Math Methods Unit 1 introduce?

Index and logarithm laws, factorisation techniques, solving polynomial equations, and the relationship between exponential and logarithmic functions

A focused answer to the QCE Math Methods Unit 1 subject-matter point on algebraic manipulation and equation solving. Index laws, logarithm laws, factorisation (common factor, grouping, quadratic, difference of squares, sum/difference of cubes), and solving polynomial / exponential / logarithmic equations.

Generated by Claude Opus 4.89 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. Logarithms in detail
  5. Factorisation
  6. Solving equations
  7. The exponential-logarithm relationship
  8. Hidden quadratics

What this dot point is asking

QCAA wants Year 11 students to be fluent with index and logarithm laws, factorise polynomials by a range of techniques, and solve linear, quadratic, polynomial, exponential and logarithmic equations. These manipulation skills are the algebraic toolkit relied on throughout Methods, especially when calculus questions reduce to solving an equation.

Index laws

The index laws govern multiplication, division and powers of expressions sharing a base:

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

The special and negative cases follow from these:

a0=1,an=1an,a1/n=an,am/n=amn.a^0 = 1, \qquad a^{-n} = \frac{1}{a^n}, \qquad a^{1/n} = \sqrt[n]{a}, \qquad a^{m/n} = \sqrt[n]{a^m}.

Products and quotients distribute over a power:

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

A fluent simplification almost always rewrites every term with a common base before applying these laws, since the laws only combine powers of the same base.

Logarithm laws

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\log_a(1) = 0. loga(a)=1\log_a(a) = 1.

Change of base: logax=logbx/logba\log_a x = \log_b x / \log_b a.

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

Logarithms in detail

A logarithm answers "to what power must the base be raised?" so logax=y\log_a x = y means ay=xa^y = x. The change-of-base rule logax=logbxlogba\log_a x = \dfrac{\log_b x}{\log_b a} lets a calculator (which has only base 1010 and base ee) evaluate any logarithm, and it is also the route to solving an exponential equation whose two sides cannot be written with the same base: take a logarithm of both sides and the unknown exponent comes down as a multiplier. The laws for products, quotients and powers mirror the index laws, because a logarithm is the inverse operation of raising to a power.

Factorisation

Factorisation rewrites a polynomial as a product, which is the key to solving equations via the null factor law (if a product is zero, at least one factor is zero).

Common factor
6x39x2=3x2(2x3)6x^3 - 9x^2 = 3x^2(2x - 3).
Grouping
x3+2x2x2=x2(x+2)(x+2)=(x+2)(x21)x^3 + 2x^2 - x - 2 = x^2(x + 2) - (x + 2) = (x + 2)(x^2 - 1).
Quadratic
x2+5x+6=(x+2)(x+3)x^2 + 5x + 6 = (x + 2)(x + 3).
Quadratic formula
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/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 manipulation.
Quadratic
Factor first, use null factor law. Or quadratic formula.
Polynomial
Factor where possible. Find rational roots first; polynomial division for higher degree.
Exponential
Bring to common base, equate exponents. Otherwise take logs.
Logarithmic
Combine logs using laws; convert to exponential form. Always check domain.

The exponential-logarithm relationship

The logarithm is the inverse of the exponential: y=axy = a^x and y=logaxy = \log_a x undo each other, which is why loga(ax)=x\log_a(a^x) = x and alogax=xa^{\log_a x} = x. This relationship is the reason logarithms solve exponential equations: taking a logarithm of both sides brings the unknown exponent down as a coefficient. It also explains the graphs, which are reflections of each other in the line y=xy = x, with the exponential's horizontal asymptote y=0y = 0 becoming the logarithm's vertical asymptote x=0x = 0.

Hidden quadratics

Many equations that look exponential are quadratics in disguise. An equation such as 22x5(2x)+4=02^{2x} - 5(2^x) + 4 = 0 becomes a standard quadratic under the substitution u=2xu = 2^x, because 22x=(2x)2=u22^{2x} = (2^x)^2 = u^2. The same trick handles equations in e2xe^{2x} and exe^x, or in xx and x\sqrt{x}. Spotting that one expression is the square of another is the key, after which familiar factoring finishes the job.

Exam-style practice questions

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

QCAA 20224 marksPaper 1 (technique). Solve for xx: (a) 52x1=1255^{2x - 1} = 125; (b) log2(x+1)+log2(x1)=3\log_2(x + 1) + \log_2(x - 1) = 3.
Show worked answer →

(a) Write 125=53125 = 5^3, so 52x1=535^{2x - 1} = 5^3, giving 2x1=32x - 1 = 3 and x=2x = 2.

(b) Combine: log2[(x+1)(x1)]=3\log_2[(x + 1)(x - 1)] = 3, so (x+1)(x1)=23=8(x + 1)(x - 1) = 2^3 = 8. Then x21=8x^2 - 1 = 8, x2=9x^2 = 9, x=±3x = \pm 3. Domain check: logs need positive arguments. x=3x = 3 gives log24+log22=3\log_2 4 + \log_2 2 = 3 (valid); x=3x = -3 gives log2(2)\log_2(-2) (undefined, rejected). So x=3x = 3.

Markers reward the common-base rewrite, combining logs, and the explicit domain check.

QCAA 20234 marksPaper 2 (complex familiar). Solve 22x5(2x)+4=02^{2x} - 5(2^x) + 4 = 0 for xx.
Show worked answer →

Let u=2xu = 2^x, so 22x=u22^{2x} = u^2. The equation becomes u25u+4=0u^2 - 5u + 4 = 0, which factors as (u1)(u4)=0(u - 1)(u - 4) = 0, so u=1u = 1 or u=4u = 4.

Back-substitute: 2x=12^x = 1 gives x=0x = 0; 2x=42^x = 4 gives x=2x = 2.

Markers reward the substitution that linearises the equation, factoring, and converting each uu back to xx.

Related dot points