Skip to main content
United StatesMathsSyllabus dot point

How do you classify real numbers and perform basic operations with complex numbers on the ACT?

Classify numbers within the real number system, work with absolute value, and add, subtract, multiply and simplify complex numbers using i2=βˆ’1i^{2} = -1 (Number and Quantity).

An ACT Number and Quantity answer on classifying real numbers (integers, rationals, irrationals), absolute value, and operating with complex numbers using i squared equals negative one, including multiplying and simplifying expressions with i.

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 topic is asking
  2. Classifying real numbers
  3. Absolute value
  4. Complex number arithmetic
  5. The cycle of powers of ii
  6. Simplifying square roots of negatives
  7. The complex conjugate
  8. Why complex numbers appear at all
  9. Try this

What this topic is asking

The ACT expects you to classify numbers within the real system and to do basic arithmetic with complex numbers, the numbers that appear when a square root of a negative is involved. Most ACT complex-number questions are straightforward arithmetic with ii, so a few rules cover almost everything you will see.

Classifying real numbers

The real numbers nest inside one another.

A quick test: a square root of a non-perfect-square integer (like 7\sqrt{7}) is irrational, while a square root of a perfect square (like 9=3\sqrt{9} = 3) is rational.

Absolute value

The absolute value ∣x∣|x| is the distance of xx from 00 on the number line, so it is never negative: ∣5∣=5|5| = 5 and βˆ£βˆ’5∣=5|-5| = 5. On the ACT it appears in expressions (∣3βˆ’8∣=βˆ£βˆ’5∣=5|3 - 8| = |-5| = 5) and occasionally in simple equations, where ∣x∣=7|x| = 7 has two solutions, x=7x = 7 and x=βˆ’7x = -7, because two points are distance 7 from zero.

Complex number arithmetic

A complex number is a+bia + bi, with real part aa and imaginary part bb. The one fact that drives everything is i2=βˆ’1i^{2} = -1.

The cycle of powers of ii

The powers of ii repeat with period four:

  • i1=ii^{1} = i
  • i2=βˆ’1i^{2} = -1
  • i3=i2β‹…i=βˆ’ii^{3} = i^{2} \cdot i = -i
  • i4=(i2)2=1i^{4} = (i^{2})^{2} = 1

After i4=1i^{4} = 1 the pattern restarts, so a high power like i10i^{10} is found by dividing the exponent by 4 and using the remainder: 10=4(2)+210 = 4(2) + 2, so i10=i2=βˆ’1i^{10} = i^{2} = -1. This remainder trick handles any power of ii without long multiplication.

Simplifying square roots of negatives

Before any arithmetic, rewrite a square root of a negative using ii. The rule is βˆ’n=in\sqrt{-n} = i\sqrt{n} for positive nn, so βˆ’16=i16=4i\sqrt{-16} = i\sqrt{16} = 4i and βˆ’18=i18=3i2\sqrt{-18} = i\sqrt{18} = 3i\sqrt{2}. Pulling the ii out first, then simplifying the remaining radical, avoids the common slip of treating βˆ’16\sqrt{-16} as a real number. Once every radical of a negative is written with ii, the rest is ordinary complex arithmetic.

The complex conjugate

The conjugate of a+bia + bi is aβˆ’bia - bi: the same number with the sign of the imaginary part flipped. Conjugates matter because multiplying a complex number by its conjugate gives a real result: (a+bi)(aβˆ’bi)=a2βˆ’(bi)2=a2+b2(a + bi)(a - bi) = a^{2} - (bi)^{2} = a^{2} + b^{2}, since βˆ’(bi)2=βˆ’b2i2=b2-(bi)^{2} = -b^{2}i^{2} = b^{2}. This is exactly the tool for dividing complex numbers: to simplify 12+i\frac{1}{2 + i}, multiply top and bottom by the conjugate 2βˆ’i2 - i to clear the imaginary part from the denominator, giving 2βˆ’i(2)2+(1)2=2βˆ’i5\frac{2 - i}{(2)^{2} + (1)^{2}} = \frac{2 - i}{5}. The conjugate is also why complex solutions of a real quadratic always come in pairs aΒ±bia \pm bi.

Why complex numbers appear at all

Complex numbers arise when a quadratic has a negative discriminant: the formula produces a square root of a negative number, which has no real value but a perfectly good complex one. For example x2+4=0x^{2} + 4 = 0 gives x=Β±βˆ’4=Β±2ix = \pm\sqrt{-4} = \pm 2i, a conjugate pair. The ACT mostly tests the arithmetic of a+bia + bi rather than deep theory, so being fluent with adding, subtracting and multiplying (always converting i2i^{2} to βˆ’1-1), rewriting βˆ’n\sqrt{-n} as ini\sqrt{n}, and knowing the power cycle will cover the great majority of complex-number questions you meet.

Try this

Q1. Simplify (5βˆ’2i)βˆ’(3+i)(5 - 2i) - (3 + i). [1 point]

  • Cue. Real: 5βˆ’3=25 - 3 = 2. Imaginary: βˆ’2iβˆ’i=βˆ’3i-2i - i = -3i. Answer 2βˆ’3i2 - 3i.

Q2. What is i7i^{7}? [1 point]

  • Cue. 7=4(1)+37 = 4(1) + 3, so i7=i3=βˆ’ii^{7} = i^{3} = -i.

Exam-style practice questions

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

ACT Math (style)1 marksIf i=βˆ’1i = \sqrt{-1}, what is (3+2i)+(4βˆ’5i)(3 + 2i) + (4 - 5i)? (A) 7βˆ’3i7 - 3i (B) 7+7i7 + 7i (C) βˆ’1βˆ’3i-1 - 3i (D) 7βˆ’7i7 - 7i
Show worked answer β†’

The correct answer is (A), 7βˆ’3i7 - 3i.

Add complex numbers by combining the real parts and the imaginary parts separately: real parts 3+4=73 + 4 = 7; imaginary parts 2i+(βˆ’5i)=βˆ’3i2i + (-5i) = -3i. The sum is 7βˆ’3i7 - 3i. Choice (B) adds 2+5=72 + 5 = 7 for the imaginary part, ignoring the minus sign.

ACT Math (style)1 marksWhat is the value of i2β‹…i2i^{2} \cdot i^{2}? (A) βˆ’1-1 (B) 11 (C) ii (D) βˆ’i-i
Show worked answer β†’

The correct answer is (B), 11.

Since i2=βˆ’1i^{2} = -1, we have i2β‹…i2=(βˆ’1)(βˆ’1)=1i^{2} \cdot i^{2} = (-1)(-1) = 1. Equivalently i2β‹…i2=i4i^{2} \cdot i^{2} = i^{4}, and the powers of ii cycle every four (i1=ii^{1} = i, i2=βˆ’1i^{2} = -1, i3=βˆ’ii^{3} = -i, i4=1i^{4} = 1). Choice (A) stops at one factor of βˆ’1-1.

Related dot points

Sources & how we know this