TOPIC

Direction angle of a vector

MY PROGRESS

Pug Score

0%

Best Streak

0 in a row

Study Points

+0

Overview

Practice

Watch

Read

Quiz

Next Steps


Get Started

Get unlimited access to all videos, practice problems, and study tools.

Unlimited practice
Full videos

Back to Menu

Topic Progress

Pug Score

0%

Videos Watched

0/0

Best Practice

No score

Read

Not viewed

Best Quiz

No attempts


Best Streak

0 in a row

Study Points

+0

Read

Direction Angle of a Vector

This lesson explains what the direction angle of a vector is and how to calculate it from its components using inverse tangent, including how to adjust the angle depending on which quadrant the vector points into, with fully worked examples.

Introduction

The direction angle of a vector tells you which way the vector is pointing, measured as a rotation from the positive x-axis. Once you know a vector's horizontal and vertical components, finding this angle is mostly a matter of applying the inverse tangent ratio correctly, and then double-checking which quadrant the vector actually lands in.

What Is the Direction Angle of a Vector?

Every vector \(\vec{v} = (x, y)\) can be described two ways: by its components, or by its magnitude and direction. The direction angle, usually written \(\theta\), is the angle measured counterclockwise from the positive x-axis to the vector. It is always given as a value between \(0^\circ\) and \(360^\circ\) (or between \(0\) and \(2\pi\) radians).

x y θ (4, 3) 4 3
The direction angle theta is measured from the positive x-axis to the vector.

Formula: Using Inverse Tangent

For a vector with components \((x, y)\), the reference angle comes from the same inverse tangent ratio you already use in right-triangle trigonometry:

\(\theta_{ref} = \tan^{-1}\left(\dfrac{|y|}{|x|}\right)\)

This gives an angle between \(0^\circ\) and \(90^\circ\), treating the vector's components as if they formed a right triangle with the x-axis. The catch is that a calculator's inverse tangent function only ever returns a value in that range, so this reference angle is just the starting point, not necessarily the final answer.

Adjusting the Angle for Each Quadrant

Where the true direction angle ends up depends on the signs of \(x\) and \(y\), which tell you which quadrant the vector points into:

  • Quadrant I (\(x > 0, y > 0\)): the direction angle is exactly \(\theta_{ref}\).
  • Quadrant II (\(x < 0, y > 0\)): the direction angle is \(180^\circ - \theta_{ref}\).
  • Quadrant III (\(x < 0, y < 0\)): the direction angle is \(180^\circ + \theta_{ref}\).
  • Quadrant IV (\(x > 0, y < 0\)): the direction angle is \(360^\circ - \theta_{ref}\).

Skipping this quadrant check is the most common mistake with this topic. A calculator does not know which quadrant your vector belongs to, so it is up to you to look at the signs of \(x\) and \(y\) first, then adjust the raw inverse tangent result.

Worked Example

Find the direction angle of \(\vec{v} = (-3, 4)\).

Step 1: Identify the quadrant. Since \(x = -3 < 0\) and \(y = 4 > 0\), the vector is in Quadrant II.

Step 2: Find the reference angle. \(\theta_{ref} = \tan^{-1}\left(\dfrac{4}{3}\right) \approx 53.1^\circ\).

Step 3: Apply the Quadrant II adjustment. \(\theta = 180^\circ - 53.1^\circ = 126.9^\circ\).

So \(\vec{v} = (-3, 4)\) has a direction angle of approximately \(126.9^\circ\). You can sanity check this because \(126.9^\circ\) is between \(90^\circ\) and \(180^\circ\), which is exactly where Quadrant II vectors should point.

Direction Angle Alongside Magnitude

The direction angle rarely stands alone: it is usually paired with a vector's magnitude, \(|\vec{v}| = \sqrt{x^2 + y^2}\), to describe the vector completely. Together they let you rewrite any vector in magnitude and direction form, which is especially useful when adding or resolving forces. For a closer look at combining these two pieces, see operations on vectors in magnitude and direction form. You can also see direction angles applied directly to physical situations, such as forces and velocities, in vector word problems.

In three dimensions, this idea extends to a set of three direction angles, one for each axis, whose cosines are called direction cosines. The two-dimensional case covered here is the foundation for that extension.

Related lessons