Complex Numbers

Help Questions

ACT Math › Complex Numbers

Questions 1 - 10
1

What are the complex roots of the quadratic function $f(x) = x^2 - 4x + 13$?

$2 \pm 3i$

$-2 \pm 3i$

The function has no complex roots

$4 \pm 6i$

Explanation

This is a complex roots question testing the quadratic formula with a negative discriminant. Choice A (2 ± 3i) is correct — apply the quadratic formula: x = (4 ± √(16 − 52)) / 2 = (4 ± √(−36)) / 2 = (4 ± 6i) / 2 = 2 ± 3i. The discriminant is 16 − 52 = −36, which is negative, confirming complex (non-real) roots. Choice B (−2 ± 3i) correctly computes √(−36) = 6i and divides by 2, but uses −b instead of b/2a for the real part: applying −(−4)/2 = −2 rather than 4/2 = 2. Choice C (4 ± 6i) correctly computes the numerator 4 ± 6i but forgets to divide by 2 (the denominator of the quadratic formula). Choice D states "no complex roots" — this contradicts the fact that a negative discriminant guarantees two complex conjugate roots. Pro tip: A negative discriminant (b² − 4ac < 0) means the quadratic has complex roots, not "no roots." Write √(−36) = √36 · √(−1) = 6i, then divide the entire numerator by 2a.

2

For the complex number $i$, where $i^2 = -1$, what is the simplified form of $\dfrac{3 + i}{1 - i}$?

$1 - 2i$

$2 - i$

$1 + 2i$

$2 + i$

Explanation

The correct answer is A (1 + 2i). Multiply by the conjugate of the denominator: (3 + i)/(1 − i) × (1 + i)/(1 + i). Numerator: (3 + i)(1 + i) = 3 + 3i + i + i² = 3 + 4i − 1 = 2 + 4i. Denominator: (1 − i)(1 + i) = 1 − i² = 1 + 1 = 2. Result: (2 + 4i)/2 = 1 + 2i. B (2 + i) likely comes from incomplete multiplication or forgetting to divide. C (1 − 2i) comes from a sign error in the numerator expansion. D (2 − i) comes from multiplying by the wrong conjugate (1 − i) instead of (1 + i). The key technique: always multiply by the conjugate to eliminate i from the denominator, remembering that i² = −1.

3

A complex impedance is given by $-6+7i$. What is the complex conjugate of $-6+7i$ (flip the sign of the imaginary part only)?

$6+7i$

$-6-7i$

$-6+7i$

$6-7i$

Explanation

This problem asks for the complex conjugate of $-6 + 7i$, which is found by changing the sign of the imaginary part only. The real part is $-6$, and the imaginary part $7i$ becomes $-7i$. Thus, the conjugate is $-6 - 7i$. Choice D might result from incorrectly flipping the sign of the real part instead of the imaginary part.

4

To combine two complex measurements, subtract one from the other. What is $(8+5i)-(3-9i)$ written in standard form $a+bi$?

$11+14i$

$5-4i$

$11-4i$

$5+14i$

Explanation

Subtracting complex numbers requires distributing the negative sign and combining like terms. $(8 + 5i) - (3 - 9i) = 8 + 5i - 3 + 9i$. Combining real parts: $8 - 3 = 5$, and combining imaginary parts: $5i + 9i = 14i$. The result in standard form is $5 + 14i$.

5

A complex impedance is modeled as $z=(2+3i)+(7-10i)$. What is $z$ in standard form $a+bi$ after combining real and imaginary parts?

$9+13i$

$-5-7i$

$5-13i$

$9-7i$

Explanation

Adding complex numbers involves combining real and imaginary parts separately. For $(2 + 3i) + (7 - 10i)$, we add the real parts: $2 + 7 = 9$, and add the imaginary parts: $3i + (-10i) = -7i$. The result in standard form is $9 - 7i$. This represents combining two complex impedances in an AC circuit.

6

Let $x$ be a real number. In the product $(x + 2i)(3 - i)$, what is the real part after multiplying using FOIL and applying $i^2 = -1$?

$3x$

$-3x+2$

$3x+2$

$3x-2$

Explanation

Using FOIL to multiply: $(x + 2i)(3 - i) = x \cdot 3 + x \cdot(-i) + (2i) \cdot 3 + (2i) \cdot(-i) = 3x - xi + 6i - 2i^2$. Since $i^2 = -1$, this becomes $3x - xi + 6i - 2(-1) = 3x - xi + 6i + 2$. The real part consists of terms without $i$: $3x + 2$.

7

A point in the complex plane is represented by $3-4i$. What is the absolute value of $(3-4i)$? Use $|a+bi|=\sqrt{a^2+b^2}$ and simplify.

$1$

$7$

$5$

$\sqrt{7}$

Explanation

The magnitude formula is $|a + bi| = \sqrt{a^2 + b^2}$. For $(3 - 4i)$, we have $a = 3$ and $b = -4$, so the magnitude is $\sqrt{3^2 + (-4)^2} = \sqrt{9 + 16} = \sqrt{25} = 5$. This represents the distance from the origin to the point $(3, -4)$ in the complex plane, forming a 3-4-5 right triangle.

8

Which expression is equivalent to $(1 + 6i)(4 - i)$?

4 + 19i

4 - 19i

10 - 23i

10 + 23i

Explanation

This problem requires multiplying two complex numbers using the FOIL method. (1 + 6i)(4 - i) = 1(4) + 1(-i) + 6i(4) + 6i(-i) = 4 - i + 24i - 6i². Since i² equals negative one, this becomes 4 + 23i - 6(-1) = 4 + 23i + 6 = 10 + 23i. Choice C likely forgot that i² equals negative one.

9

What is the real part of $ (3 + 5i)(2 - 3i) $?

9

10

14

21

Explanation

This is multiplication of complex numbers using FOIL. $$ (3 + 5i)(2 - 3i) = 3 \cdot 2 + 3 \cdot(-3i) + 5i \cdot 2 + 5i \cdot(-3i) = 6 - 9i + 10i - 15i^2 $$. Since $i^2 = -1$, this becomes $6 + i - 15(-1) = 6 + i + 15 = 21 + i$. The real part is $21$.

10

Which expression is equivalent to $(2 + i)(3 - i)$?

5 - i

7 - i

7 + i

5 + i

Explanation

This is multiplication of complex numbers using FOIL. $(2 + i)(3 - i) = 2 \cdot 3 + 2 \cdot(-i) + i \cdot 3 + i \cdot(-i) = 6 - 2i + 3i - i^2$. Since $i^2 = -1$, this becomes $6 + i - (-1) = 6 + i + 1 = 7 + i$.

Page 1 of 11