NumeriveMATH
CurriculumFamily workspaceStudentMy characterAchievementsContact
Precalculus levels

Precalculus / LEVEL 3 · DIFFICULTY 3/5

Polar, Complex and Vector Coordinates

Use coordinate systems suited to the problem.

3 stages · 24 practice problems · two 6-question assessment forms

Choose an island to read its lesson.

  1. MINI QUEST PC 3.1Polar CoordinatesRead the lesson
  2. MINI QUEST PC 3.2Complex Powers and RotationsRead the lesson
  3. MINI QUEST PC 3.3Dot ProductsRead the lesson
  4. LEVEL CHECKCastle challenge

    6 questions across this level.

    Sign in for the level check →

STAGE PC 3.1 · 8 PRACTICE PROBLEMS · 2 NEW-CONTEXT APPLICATIONS

Polar Coordinates

Useful preparation: The Cosine Rule

Goal: Understand and apply polar coordinates.

Before you begin: The Cosine Rule

(cos θ, sin θ)θxy0
On a unit circle, the point is (cos θ, sin θ). In quadrant II, cosine is negative and sine is positive.

Understand the idea

Polar coordinates separate distance from direction. The nonnegative radius is the distance to the origin; the angle records the point’s direction and may have many equivalent representations.

r²=x²+y²; x=r cos θ, y=r sin θ

Choose and carry out a method

Compute √(x²+y²) for the radius. When converting an angle too, use coordinate signs to select the correct quadrant.

Check the reasoning

Points opposite each other have the same radius but different directions. Negative Cartesian coordinates never force a negative distance.

WORKED EXAMPLE 1

A point has Cartesian coordinates (-8,-6). Find its nonnegative polar radius.

  1. The nonnegative polar radius is distance from the origin.
  2. r=√(8²+6²)=√(100).
  3. r=10. Negative coordinates affect the angle, not this radius.

10

WORKED EXAMPLE 2

A point has Cartesian coordinates (-15,-8). Find its nonnegative polar radius.

  1. The nonnegative polar radius is distance from the origin.
  2. r=√(15²+8²)=√(289).
  3. r=17. Negative coordinates affect the angle, not this radius.

17

Common pitfalls

Possible mix-up: A point in quadrant III has a negative radius.

The requested nonnegative radius is a distance.

Possible mix-up: A correct numerical answer alone explains the method.

State the governing relationship and check the conditions described above.

Explain it to yourself

Why do angles differing by a full turn describe the same polar point?

Preview the eight practice prompts
  1. A point has Cartesian coordinates (-35,-12). Find its nonnegative polar radius.
  2. A point has Cartesian coordinates (-48,-14). Find its nonnegative polar radius.
  3. A point has Cartesian coordinates (-63,-16). Find its nonnegative polar radius.
  4. A point has Cartesian coordinates (-80,-18). Find its nonnegative polar radius.
  5. A point has Cartesian coordinates (-99,-20). Find its nonnegative polar radius.
  6. A point has Cartesian coordinates (-120,-22). Find its nonnegative polar radius.
  7. A radar target is 143 units west and 24 units south of the sensor. Find the distance used in its polar coordinates. New context
  8. A radar target is 168 units west and 26 units south of the sensor. Find the distance used in its polar coordinates. New context
Open stage PC 3.1 in the student workspace →

STAGE PC 3.2 · 8 PRACTICE PROBLEMS · 2 NEW-CONTEXT APPLICATIONS

Complex Powers and Rotations

Useful preparation: Polar Coordinates

Goal: Understand and apply complex powers and rotations.

Before you begin: Polar Coordinates

(cos θ, sin θ)θxy0
On a unit circle, the point is (cos θ, sin θ). In quadrant II, cosine is negative and sine is positive.

Understand the idea

Multiplying by i rotates a complex number counterclockwise by 90°. Four such rotations return to the original point, giving the repeating powers 1, i, −1, −i.

i⁴=1; i^(4k+r)=i^r

Choose and carry out a method

Reduce the exponent modulo four, multiply by any outside real coefficient, and extract the requested component.

Check the reasoning

Distinguish c·i^n from (ci)^n: the latter also raises c to a power. A purely imaginary number has real part zero.

WORKED EXAMPLE 1

Let i²=-1. Find the real part of 3i^4.

  1. Powers of i repeat every four steps: 1, i, -1, -i.
  2. 4 mod 4=0; reduce the exponent using i⁴=1.
  3. The real part is 3. Imaginary-only positions have real part zero.

3

WORKED EXAMPLE 2

Let i²=-1. Find the real part of 4i^5.

  1. Powers of i repeat every four steps: 1, i, -1, -i.
  2. 5 mod 4=1; reduce the exponent using i⁴=1.
  3. The real part is 0. Imaginary-only positions have real part zero.

0

Common pitfalls

Possible mix-up: The outside coefficient is always raised to n.

Only factors inside the exponent’s parentheses are raised.

Possible mix-up: A correct numerical answer alone explains the method.

State the governing relationship and check the conditions described above.

Explain it to yourself

Trace the four powers of i on the complex plane.

Preview the eight practice prompts
  1. Let i²=-1. Find the real part of 6i^7.
  2. Let i²=-1. Find the real part of 7i^8.
  3. Let i²=-1. Find the real part of 8i^9.
  4. Let i²=-1. Find the real part of 9i^10.
  5. Let i²=-1. Find the real part of 10i^11.
  6. Let i²=-1. Find the real part of 11i^12.
  7. A complex signal starts at the real value 12; each quarter-turn multiplies it by i. After 13 quarter-turns, what is its real component? New context
  8. A complex signal starts at the real value 13; each quarter-turn multiplies it by i. After 14 quarter-turns, what is its real component? New context
Open stage PC 3.2 in the student workspace →

STAGE PC 3.3 · 8 PRACTICE PROBLEMS · 2 NEW-CONTEXT APPLICATIONS

Dot Products

Useful preparation: Complex Powers and Rotations

Goal: Understand and apply dot products.

Before you begin: Complex Powers and Rotations

Understand the idea

The dot product combines corresponding components into a scalar. Geometrically it measures how much one vector points along the other, scaled by both lengths.

u·v=uₓvₓ+uᵧvᵧ+u_zv_z

Choose and carry out a method

Multiply corresponding components and add all products. In a work problem, pair force and displacement in the same coordinate system.

Check the reasoning

A perpendicular pair has dot product zero. Negative work is possible when the force opposes displacement.

WORKED EXAMPLE 1

Find the dot product of u=(3,3,-2) and v=(4,2,5).

  1. A dot product pairs corresponding components and adds their products.
  2. u·v=3·4+3·2+(-2)·5.
  3. The scalar result is 8. Negative terms represent opposing components.

8

WORKED EXAMPLE 2

Find the dot product of u=(4,3,-2) and v=(4,3,5).

  1. A dot product pairs corresponding components and adds their products.
  2. u·v=4·4+3·3+(-2)·5.
  3. The scalar result is 15. Negative terms represent opposing components.

15

Common pitfalls

Possible mix-up: A dot product returns a vector.

It returns a scalar measuring directional alignment.

Possible mix-up: A correct numerical answer alone explains the method.

State the governing relationship and check the conditions described above.

Explain it to yourself

Explain why a force perpendicular to motion performs zero work in this model.

Preview the eight practice prompts
  1. Find the dot product of u=(6,3,-2) and v=(4,5,5).
  2. Find the dot product of u=(7,3,-2) and v=(4,6,5).
  3. Find the dot product of u=(8,3,-2) and v=(4,7,5).
  4. Find the dot product of u=(9,3,-2) and v=(4,8,5).
  5. Find the dot product of u=(10,3,-2) and v=(4,9,5).
  6. Find the dot product of u=(11,3,-2) and v=(4,10,5).
  7. A constant force (12,3,-2) N moves an object by (4,11,5) m. Find the work in joules. New context
  8. A constant force (13,3,-2) N moves an object by (4,12,5) m. Find the work in joules. New context
Open stage PC 3.3 in the student workspace →
Browse another level →