3 Dimensional Vectors

When you look at a plain sheet of paper, you would only take notice of its 2 dimensions, i.e. looking only at the length and breadth possibly because it is so flat. However, what happens when a box is now placed in front of you? Your vision seems to have upgraded to 3 dimensions because you are not just considering the length and breadth but the height or perhaps the thickness of the box. This article will explore 3-dimensional vectors

Get started Sign up for free
3 Dimensional Vectors 3 Dimensional Vectors

Create learning materials about 3 Dimensional Vectors with our free learning app!

  • Instand access to millions of learning materials
  • Flashcards, notes, mock-exams and more
  • Everything you need to ace your exams
Create a free account

Convert documents into flashcards for free with AI!

Contents
Table of contents

    What are 3 Dimensional Vectors?

    3-dimensional or 3D vectors are vectors that are represented on a three-dimensional plane or space to have three coordinates such as the x, y and z.

    If we imagine a 3D plane with axis i, j and k, (which represents the x, y, and z-axis respectively) we can write a 3D vector as the sum of its i, j and k component.

    Imagine a vector A which travels from the origin (0,0,0) and goes to the coordinates (3,2,5). We could write that vector as

    A=(3i+2j+5k)

    For this vector, the i component would be 3, the j component would be 2 and the k component would be 5.

    What are the coordinates of a 3D vector?

    The three-dimensional vector has three coordinates which are represented in the x, y and z-axis. Recall that in a two-dimensional plane, you have coordinates only on the x and y-axis. Thus, in a 2D vector coordinates are given in the form (x, y). However, the coordinates of 3D vectors are given in the form (x, y, z)

    How do you plot a 3D vector?

    Begin by drawing a set of axis. Firstly, draw the vertical z-axis. Perpendicular to that, draw a y-axis. In between the z and y-axis, draw the x-axis. Note that all 3 axes are perpendicular to each other.

    3-Dimensional vectors, three dimensional axis, StudySmarter

    3-Dimensional axis (math.brown.edu)

    After that, place a scale on each axis and mark the point where the head of the vector arrives. Then draw an arrow between the origin and the head of the vector. Finally, mark the coordinates of the head of the arrow.

    3-Dimensional Vectors, 3D vector, StudySmarter3D vector

    3D Vector Matrix

    Vector can also be written in matrix form. In this form, we can write the vector as three rows by one column matrix. The first row is the i component, the second row is the j component and the third row is the k component.

    We do not write the x, y, and z terms in matrix form.

    If we use the vector A above as an example, we get:

    A=325

    We can combine two vectors to find the dot product of these vectors.

    Suppose we have vector A=abc and vector B=def, the dot product A·B can be found by following the method below:

    Step 1: Transpose vector A, that is, convert it from a 3 rows by 1 column vector to a 1 row by 3 column vector.

    For vector A=abc, vector At=abc

    Step 2: Write the dot product of both vectors as the multiplication of both matrices.

    A·B=abcdef

    Step 3: Perform the matrix multiplication:

    A·B=ad+be+cf

    Step 4: Simplify the matrix. You should end up with a 1-by-1 matrix.

    Let vector A=3i+2j+2k, and vector B=i+2j+k. Find the dot product of vectors A and B.

    Solution:

    Writing both vectors in matrix form, we get:

    A=322 and B=121

    Step 1:

    At=322

    Step 2:

    A·B=322121

    Step 3:

    A·B=3+4+2

    Step 4:

    A·B=9

    What are the 3D vector equations?

    Essentially, there are two main 3D equations. However, a third equation which is the angle between 3D vectors is derived from these two main equations. The two main equations are the dot product and the magnitude of a 3D vector equation.

    Dot product of 3D vectors

    For two certain 3D vectors A (x1, y1, z1) and B (x2, y2, z2) which are represented in the vector form

    x1i+y1j+z1k

    and

    x2i+y2j+z2k

    The dot product is

    A·B=x1x2+y1y2+z1z2

    Find the product of Vector G and K located (-1, 2, 3) and (0, 5, 1) of a plane.

    Solution:

    By applying the dot product formula

    A·B=x1x2+y1y2+z1z2

    Then,

    G·K=(-1×0)+(2×5)+(3×1)G·K=0+10+3G·K=13

    Magnitude of a 3D vector

    The magnitude of a three-dimensional vector is derived using the extended Pythagoras theorem. Recall that the Pythagoras theorem is applied knowing the x and y-axis are perpendicular, note that the additional z-axis in 3D is perpendicular to both the x and y-axis. Hence, in order to calculate the magnitude of a certain 3D vector A (x1, y1, z1) which is represented in the vector form.

    x1i+y1j+z1k

    apply

    A=x12+y12+z12

    Find the magnitude of vector C given by3i-2j+k

    Solution:

    Since the magnitude of a vector x1i+y1j+z1k is calculated as

    A=x12+y12+z12

    Then the magnitude of vector C is

    C=32+(-2)2+12C=9+4+1C=14

    How is the angle between 3D vectors calculated?

    To find the angle between two corresponding 3D vectors, use the formula below:

    θ=cos-1(a·bab)

    3-Dimensional Vectors An illustration of the angle between two vectors in 3D StudySmarter OriginalsAn illustration of the angle between two vectors in 3D, StudySmarter Originals

    Where θ is the angle between vectors a and b, a·b is the dot product of vectors a and b, and where a and b are the magnitudes of vector a and vector b respectively.

    Find the magnitude of the vector traveling from the origin to the coordinates (2,1,2).

    Solution:

    The vector can be written as

    A=2i+j+2k

    Using the equation above:

    a=22+12+22

    a=4+1+4=9

    Therefore:

    a=3

    The magnitude of the vector is 3 units.

    We can now combine all that we have learned to find the angle between two vectors!

    Find the angle between vectors A=2i+3j+k and vector B=i+4j+5k.

    Solution:

    Writing the matrix form of these vectors:

    A=231

    and

    B=145

    Writing vector A in transcript form:

    At=231

    Therefore:

    A·B=231145

    A·B=2+12+5=19

    The magnitude of vector A is:

    A=22+32+12=4+9+1=14

    The magnitude of vector B is:

    B=12+42+52=42

    Since:

    θ=cos-1A·BAB

    Hence:

    θ=cos-1191442=38.41° (2 d.p.)

    3-Dimensional Vectors - Key takeaways

    • 3D vectors have values i, j, and k for their x, y, and z-axis respectively.
    • 3D vectors can be written in matrix form.
    • In this form, we can find the dot product of two vectors by performing matrix multiplication.
    • By also finding the magnitude of those vectors through an extended version of Pythagoras' theorem, we can find the angle between those vectors.
    • Graphing vectors comprise of drawing the axes, the coordinates where the vector ends and begins, and sketching a line connecting both points.
    Frequently Asked Questions about 3 Dimensional Vectors

    What is a 3-Dimensional vector?

    It is a line segment in three-dimensional space from Point A to Point B.

    What are the steps to find the dot product of vectors A and B?

    1. Write vector A in transpose form.

    2. Write the dot product as a multiplication of the transposed matrix and the matrix for vector B.

    3. Perform the vector multiplication.

    4. Simplify.

    Where does the equation for the magnitude of a vector derive from?

    Pythagoras' theorem.

    How to graph 3 dimensional vectors?

    Begin by drawing a set of axis. Firstly, draw the vertical z-axis. Perpendicular to that, draw a y-axis. In between the z and y axis, draw the x-axis. Note that all 3 axes are perpendicular to each other.

    After that, place a scale on each axis and mark the point where the head of the vector arrives. Then draw an arrow between the origin and the head of the vector. Finally, mark the coordinates of the head of the arrow.

    How to find slope of 3 dimensional vector?

    Generally, slope is only applicable to 2D vectors and as such the slope of vectors in 3D is undefined.

    How to draw a 3 dimensional vector?

    Begin by drawing a set of axis. Firstly, draw the vertical z-axis. Perpendicular to that, draw a y-axis. In between the z and y axis, draw the x-axis. Note that all 3 axes are perpendicular to each other.

    After that, place a scale on each axis and mark the point where the head of the vector arrives. Then draw an arrow between the origin and the head of the vector. Finally, mark the coordinates of the head of the arrow.

    What are some 3 dimensional vector problems?

    3 dimensional vector problems are questions about 3D vectors which may require you to determine the magnitude of 3D vectors, angle between two 3D vectors or anything related to vectors in 3D.

    Discover learning materials with the free StudySmarter app

    Sign up for free
    1
    About StudySmarter

    StudySmarter is a globally recognized educational technology company, offering a holistic learning platform designed for students of all ages and educational levels. Our platform provides learning support for a wide range of subjects, including STEM, Social Sciences, and Languages and also helps students to successfully master various tests and exams worldwide, such as GCSE, A Level, SAT, ACT, Abitur, and more. We offer an extensive library of learning materials, including interactive flashcards, comprehensive textbook solutions, and detailed explanations. The cutting-edge technology and tools we provide help students create their own learning materials. StudySmarter’s content is not only expert-verified but also regularly updated to ensure accuracy and relevance.

    Learn more
    StudySmarter Editorial Team

    Team Math Teachers

    • 6 minutes reading time
    • Checked by StudySmarter Editorial Team
    Save Explanation Save Explanation

    Study anywhere. Anytime.Across all devices.

    Sign-up for free

    Sign up to highlight and take notes. It’s 100% free.

    Join over 22 million students in learning with our StudySmarter App

    The first learning app that truly has everything you need to ace your exams in one place

    • Flashcards & Quizzes
    • AI Study Assistant
    • Study Planner
    • Mock-Exams
    • Smart Note-Taking
    Join over 22 million students in learning with our StudySmarter App
    Sign up with Email

    Get unlimited access with a free StudySmarter account.

    • Instant access to millions of learning materials.
    • Flashcards, notes, mock-exams, AI tools and more.
    • Everything you need to ace your exams.
    Second Popup Banner