Skip to main content
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 ax=exlnaa^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 Opus 4.810 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. Polynomial equations
  3. Exponential equations
  4. Logarithmic equations
  5. Circular equations
  6. Examples in context
  7. Try this

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±b24ac2ax = \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 x34x2+x+6=0x^3 - 4x^2 + x + 6 = 0.

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

Divide: x34x2+x+6=(x+1)(x25x+6)=(x+1)(x2)(x3)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=exlnaa^x = e^{x \ln a} (or take ln\ln of both sides).

Example. 3x=73^x = 7. Take ln\ln: xln3=ln7x \ln 3 = \ln 7, so x=ln7ln3x = \frac{\ln 7}{\ln 3}.

Substitution trick for quadratic-in-exponential

Equations like e2x5ex+6=0e^{2x} - 5 e^x + 6 = 0 become quadratics under u=exu = e^x.

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

Back-substitute: ex=2e^x = 2 gives x=ln2x = \ln 2; ex=3e^x = 3 gives x=ln3x = \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(x1)=ln(4)\ln(x + 2) - \ln(x - 1) = \ln(4).

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

So x+2x1=4\frac{x + 2}{x - 1} = 4, giving x+2=4(x1)x + 2 = 4(x - 1), i.e. x+2=4x4x + 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πbc][-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 sin2(x)+cos2(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 2sin2(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 2u2u1=02 u^2 - u - 1 = 0, factoring as (2u+1)(u1)=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.

Examples in context

Example 1. Doubling time from an exponential equation. A savings balance follows A=3000e0.05tA = 3000e^{0.05t}. To find when it doubles, solve e0.05t=2e^{0.05t} = 2, so 0.05t=ln20.05t = \ln 2 and t=ln20.05=20ln213.86t = \frac{\ln 2}{0.05} = 20\ln 2 \approx 13.86 years. Taking the natural log turns the exponential equation into a linear one in tt.

Example 2. Quadratic-in-disguise from a model. A signal power satisfies 4x62x+8=04^x - 6\cdot 2^x + 8 = 0. Since 4x=(2x)24^x = (2^x)^2, let u=2xu = 2^x: then u26u+8=(u2)(u4)=0u^2 - 6u + 8 = (u - 2)(u - 4) = 0, so u=2u = 2 or u=4u = 4. Back-substituting, 2x=22^x = 2 gives x=1x = 1 and 2x=42^x = 4 gives x=2x = 2.

Try this

Q1. Solve 52x1=255^{2x - 1} = 25 for xx. [2 marks]

  • Cue. 25=5225 = 5^2, so 2x1=22x - 1 = 2, giving x=32x = \frac{3}{2}.

Q2. Solve log3(x)+log3(x2)=1\log_3(x) + \log_3(x - 2) = 1 for xx. [3 marks]

  • Cue. log3(x(x2))=1x22x=3(x3)(x+1)=0\log_3(x(x-2)) = 1 \Rightarrow x^2 - 2x = 3 \Rightarrow (x - 3)(x + 1) = 0; reject x=1x = -1, so x=3x = 3.

Q3. Solve cos(2x)=12\cos(2x) = \frac{1}{2} for x[0,2π]x \in [0, 2\pi]. [3 marks]

  • Cue. 2x[0,4π]2x \in [0, 4\pi]; 2x=π3,5π3,7π3,11π32x = \frac{\pi}{3}, \frac{5\pi}{3}, \frac{7\pi}{3}, \frac{11\pi}{3}; so x=π6,5π6,7π6,11π6x = \frac{\pi}{6}, \frac{5\pi}{6}, \frac{7\pi}{6}, \frac{11\pi}{6}.

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.

2023 VCAA Paper 13 marksSolve 2cos(2x)=12 \cos(2x) = 1 for x[0,2π]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 log2(x)+log2(x4)=5\log_2(x) + \log_2(x - 4) = 5 for xx.
Show worked answer →

Combine using the product law: log2(x(x4))=5\log_2(x(x - 4)) = 5.

Exponentiate: x(x4)=25=32x(x - 4) = 2^5 = 32.

Expand: x24x32=0x^2 - 4x - 32 = 0.

Factorise: (x8)(x+4)=0(x - 8)(x + 4) = 0, so x=8x = 8 or x=4x = -4.

Reject x=4x = -4 because the original log2(x)\log_2(x) requires x>0x > 0 and log2(x4)\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