Perpendicular Vector

A vector perpendicular to a given vector a is a vector a^_|_ (voiced "a-perp") such that a and a^_|_ form a right angle.

PerpendicularVector

In the plane, there are two vectors perpendicular to any given vector, one rotated 90 degrees counterclockwise and the other rotated 90 degrees clockwise. Hill (1994) defines a^_|_ to be the perpendicular vector obtained from an initial vector

 a=[a_x; a_y]
(1)

by a counterclockwise rotation by 90 degrees, i.e.,

 a^_|_=[0 -1; 1 0]a=[-a_y; a_x].
(2)

In the plane, a vector perpendicular to a=(a_x,a_y) can therefore be obtained by transposing the Cartesian components and taking the minus sign of one. This operation is implemented in the Wolfram Language as Cross[ax, ay].

In three dimensions, there are an infinite number of vectors perpendicular to a given vector, all satisfying the equations

 a·a^_|_=0.
(3)

Wolfram Web Resources

Mathematica »

The #1 tool for creating Demonstrations and anything technical.

Wolfram|Alpha »

Explore anything with the first computational knowledge engine.

Wolfram Demonstrations Project »

Explore thousands of free applications across science, mathematics, engineering, technology, business, art, finance, social sciences, and more.

Computerbasedmath.org »

Join the initiative for modernizing math education.

Online Integral Calculator »

Solve integrals with Wolfram|Alpha.

Step-by-step Solutions »

Walk through homework problems step-by-step from beginning to end. Hints help you try the next step on your own.

Wolfram Problem Generator »

Unlimited random practice problems and answers with built-in Step-by-step solutions. Practice online or make a printable study sheet.

Wolfram Education Portal »

Collection of teaching and learning tools built by Wolfram education experts: dynamic textbook, lesson plans, widgets, interactive Demonstrations, and more.

Wolfram Language »

Knowledge-based programming for everyone.