← Unit 3

VICMath MethodsSyllabus dot point

How are polynomial, exponential, logarithmic and circular equations solved exactly, especially without a calculator?

Solution of polynomial equations of low degree with real coefficients, exponential and logarithmic equations using properties such as $a^x = e^{x\ln a}$, and circular equations using exact unit-circle values

A focused answer to the VCE Math Methods Unit 3 key-knowledge point on solving equations. Polynomial, exponential, logarithmic and circular equations using factoring, log laws, exact values, and the substitution trick. Standard Paper 1 exam patterns.

Generated by Claude OpusReviewed by Better Tuition Academy10 min answer

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

What this dot point is asking

VCAA wants you to solve four families of equations by hand: polynomial (using the factor theorem), exponential and logarithmic (using log laws and the change-of-base identity), and circular (using exact unit-circle values). This is Paper 1 core algebra and shows up in nearly every paper.

Polynomial equations

For P(x)=0P(x) = 0 where PP is a low-degree polynomial:

  • Quadratics. Factor, complete the square, or use the quadratic formula x=βˆ’bΒ±b2βˆ’4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.
  • Cubics and quartics. Apply the factor theorem to find one rational root, divide it out, then factorise the resulting quadratic.

Example. Solve x3βˆ’4x2+x+6=0x^3 - 4x^2 + x + 6 = 0.

Trial x=βˆ’1x = -1: βˆ’1βˆ’4βˆ’1+6=0-1 - 4 - 1 + 6 = 0. So (x+1)(x + 1) is a factor.

Divide: x3βˆ’4x2+x+6=(x+1)(x2βˆ’5x+6)=(x+1)(xβˆ’2)(xβˆ’3)x^3 - 4x^2 + x + 6 = (x + 1)(x^2 - 5x + 6) = (x + 1)(x - 2)(x - 3).

Solutions: x=βˆ’1,2,3x = -1, 2, 3.

Exponential equations

Standard form, single base

If both sides can be written with the same base, equate exponents.

Example. 2x+1=82^{x+1} = 8 becomes 2x+1=232^{x+1} = 2^3, so x+1=3x + 1 = 3 and x=2x = 2.

Using the change of base

If different bases appear, convert using ax=exln⁑aa^x = e^{x \ln a} (or take ln⁑\ln of both sides).

Example. 3x=73^x = 7. Take ln⁑\ln: xln⁑3=ln⁑7x \ln 3 = \ln 7, so x=ln⁑7ln⁑3x = \frac{\ln 7}{\ln 3}.

Substitution trick for quadratic-in-exponential

Equations like e2xβˆ’5ex+6=0e^{2x} - 5 e^x + 6 = 0 become quadratics under u=exu = e^x.

Let u=exu = e^x. Then u2βˆ’5u+6=0u^2 - 5u + 6 = 0, so (uβˆ’2)(uβˆ’3)=0(u - 2)(u - 3) = 0, giving u=2u = 2 or u=3u = 3.

Back-substitute: ex=2e^x = 2 gives x=ln⁑2x = \ln 2; ex=3e^x = 3 gives x=ln⁑3x = \ln 3.

The same pattern works for any e2x+Aex+B=0e^{2x} + A e^x + B = 0.

Logarithmic equations

Combine using log laws

If the equation contains multiple log terms, combine using the product, quotient and power laws into a single log.

Exponentiate to remove the log

Once you have ln⁑(expression)=c\ln(\text{expression}) = c, exponentiate both sides: expression =ec= e^c. Then solve the resulting algebraic equation.

Check for spurious solutions

Log arguments must be positive. After solving, substitute back into the original equation and reject any solutions that make a log argument zero or negative.

Example. Solve ln⁑(x+2)βˆ’ln⁑(xβˆ’1)=ln⁑(4)\ln(x + 2) - \ln(x - 1) = \ln(4).

Combine: ln⁑ ⁣(x+2xβˆ’1)=ln⁑(4)\ln\!\left(\frac{x + 2}{x - 1}\right) = \ln(4).

So x+2xβˆ’1=4\frac{x + 2}{x - 1} = 4, giving x+2=4(xβˆ’1)x + 2 = 4(x - 1), i.e. x+2=4xβˆ’4x + 2 = 4x - 4, so 3x=63x = 6 and x=2x = 2.

Check: ln⁑(4)βˆ’ln⁑(1)=ln⁑(4)βˆ’0=ln⁑(4)\ln(4) - \ln(1) = \ln(4) - 0 = \ln(4). Valid.

Circular equations

One basic period

To solve sin⁑(θ)=k\sin(\theta) = k for θ\theta in a given interval:

  1. Find the reference angle α\alpha from sin⁑(α)=∣k∣\sin(\alpha) = |k|.
  2. Use the ASTC quadrant rule to identify which quadrants give the correct sign.
  3. List one solution in each appropriate quadrant in [0,2Ο€][0, 2\pi] (or [βˆ’Ο€,Ο€][-\pi, \pi] depending on convention).
  4. Add or subtract multiples of the period to extend to other intervals.

Compound argument

For sin⁑(bΞΈβˆ’c)=k\sin(b \theta - c) = k on [0,2Ο€][0, 2\pi], let u=bΞΈβˆ’cu = b\theta - c. The new variable uu ranges over [βˆ’c,2Ο€bβˆ’c][-c, 2\pi b - c]. Find all solutions in this extended range, then back-substitute and solve for ΞΈ\theta.

Example. Solve sin⁑(2x)=32\sin(2x) = \frac{\sqrt{3}}{2} for x∈[0,2Ο€]x \in [0, 2\pi].

Let u=2x∈[0,4Ο€]u = 2x \in [0, 4\pi].

Reference angle: sin⁑(Ξ±)=3/2\sin(\alpha) = \sqrt{3}/2 gives Ξ±=Ο€/3\alpha = \pi/3. Sine is positive in quadrants 1 and 2.

Solutions for uu in [0,4Ο€][0, 4\pi]: u=Ο€/3,2Ο€/3,Ο€/3+2Ο€,2Ο€/3+2Ο€u = \pi/3, 2\pi/3, \pi/3 + 2\pi, 2\pi/3 + 2\pi, i.e. u=Ο€/3,2Ο€/3,7Ο€/3,8Ο€/3u = \pi/3, 2\pi/3, 7\pi/3, 8\pi/3.

Divide by 2: x=Ο€/6,Ο€/3,7Ο€/6,4Ο€/3x = \pi/6, \pi/3, 7\pi/6, 4\pi/3.

Trig identities for solving

The Pythagorean identity sin⁑2(x)+cos⁑2(x)=1\sin^2(x) + \cos^2(x) = 1 lets you convert between sin⁑\sin and cos⁑\cos. The substitution u=sin⁑(x)u = \sin(x) (or cos⁑(x)\cos(x)) reduces some trig equations to quadratics.

Example. Solve 2sin⁑2(x)βˆ’sin⁑(x)βˆ’1=02 \sin^2(x) - \sin(x) - 1 = 0 for x∈[0,2Ο€]x \in [0, 2\pi].

Let u=sin⁑(x)u = \sin(x). Then 2u2βˆ’uβˆ’1=02 u^2 - u - 1 = 0, factoring as (2u+1)(uβˆ’1)=0(2u + 1)(u - 1) = 0. So u=βˆ’1/2u = -1/2 or u=1u = 1.

sin⁑(x)=1\sin(x) = 1 gives x=Ο€/2x = \pi/2.

sin⁑(x)=βˆ’1/2\sin(x) = -1/2 gives x=7Ο€/6x = 7\pi/6 or x=11Ο€/6x = 11\pi/6.

Solutions: x=Ο€/2,7Ο€/6,11Ο€/6x = \pi/2, 7\pi/6, 11\pi/6.

Common Paper 1 traps

Dropping solutions when squaring. Squaring both sides of an equation can introduce extraneous roots; always substitute back to check.

Wrong interval for a substituted variable. When u=2xu = 2x and x∈[0,2Ο€]x \in [0, 2\pi], uu ranges over [0,4Ο€][0, 4\pi], not [0,2Ο€][0, 2\pi]. Doubling the argument doubles the number of solutions.

Ignoring the domain on log equations. Spurious solutions from log equations always come back to argument-positivity. Always check.

Treating log⁑(a+b)\log(a + b) as log⁑(a)+log⁑(b)\log(a) + \log(b). This is false. Only log⁑(ab)=log⁑(a)+log⁑(b)\log(ab) = \log(a) + \log(b).

Computing decimals on Paper 1. Exact answers like ln⁑7ln⁑3\frac{\ln 7}{\ln 3}, ln⁑2\ln 2, or Ο€/6\pi/6 are required.

In one sentence

Solving polynomial, exponential, logarithmic and circular equations in Paper 1 relies on a small toolkit: the factor theorem for polynomials, log laws and the change-of-base identity for exponentials and logs, exact unit-circle values for trig, and the substitution trick u=exu = e^x or u=sin⁑(x)u = \sin(x) for equations that are quadratic in disguise.

Past exam questions, worked

Real questions from past VCAA papers on this dot point, with our answer explainer.

2023 VCAA Paper 13 marksSolve $2 \cos(2x) = 1$ for $x \in [0, 2\pi]$.
Show worked answer β†’

Rearrange: cos⁑(2x)=1/2\cos(2x) = 1/2.

cos⁑(ΞΈ)=1/2\cos(\theta) = 1/2 has reference angle Ο€/3\pi/3, and is positive in quadrants 1 and 4. So ΞΈ=Ο€/3+2kΟ€\theta = \pi/3 + 2k\pi or ΞΈ=βˆ’Ο€/3+2kΟ€\theta = -\pi/3 + 2k\pi, i.e. ΞΈ=Ο€/3,5Ο€/3,7Ο€/3,11Ο€/3\theta = \pi/3, 5\pi/3, 7\pi/3, 11\pi/3 within [0,4Ο€][0, 4\pi].

For x∈[0,2Ο€]x \in [0, 2\pi], we need 2x∈[0,4Ο€]2x \in [0, 4\pi], so 2x=Ο€/3,5Ο€/3,7Ο€/3,11Ο€/32x = \pi/3, 5\pi/3, 7\pi/3, 11\pi/3.

Divide by 2: x=Ο€/6,5Ο€/6,7Ο€/6,11Ο€/6x = \pi/6, 5\pi/6, 7\pi/6, 11\pi/6.

Markers reward extending the interval for 2x2x, finding all four solutions, and dividing back correctly.

2024 VCAA Paper 13 marksSolve $\log_2(x) + \log_2(x - 4) = 5$ for $x$.
Show worked answer β†’

Combine using the product law: log⁑2(x(xβˆ’4))=5\log_2(x(x - 4)) = 5.

Exponentiate: x(xβˆ’4)=25=32x(x - 4) = 2^5 = 32.

Expand: x2βˆ’4xβˆ’32=0x^2 - 4x - 32 = 0.

Factorise: (xβˆ’8)(x+4)=0(x - 8)(x + 4) = 0, so x=8x = 8 or x=βˆ’4x = -4.

Reject x=βˆ’4x = -4 because the original log⁑2(x)\log_2(x) requires x>0x > 0 and log⁑2(xβˆ’4)\log_2(x - 4) requires x>4x > 4.

Solution: x=8x = 8.

Markers reward combining the logs, exponentiating, and rejecting the spurious solution.

Related dot points