Grade 11

Grade 11Vectors and Matrices


Vectors


Welcome to the journey into the world of vectors. Vectors are fascinating mathematical objects that have both magnitude and direction. They are essential in mathematics and have many applications in physics, engineering, and computer science. This lesson will help you understand what vectors are, how we represent them, and how they can be used in practical situations. Don't worry if you're new to this; we'll start with the basics and move forward!

What is a vector?

In simple terms, a vector is an entity that has two main properties:

  • Magnitude: This tells us how long or large the vector is.
  • Direction: It indicates the direction the vector is pointing.

You can think of a vector as an arrow. The length of the arrow represents its magnitude, while the way it points represents its direction. Vectors can exist in one, two, or three dimensions. For simplicity, we will often use two-dimensional vectors in our examples.

Representation of vectors

The most common way to represent vectors is using coordinates. In a two-dimensional plane, a vector can be expressed as an ordered pair (x, y), where x and y are the components of the vector. For example, a vector v can be written as:

v = (3, 4)

Here, the vector v has x component of 3 and y component of 4. Let's visualize this:

(3, 4) 3 4

In this illustration, we have plotted the vector (3, 4). The arrow starts at the origin (0, 0) and points to the coordinate (3, 4).

Magnitude of a vector

The magnitude (or length) of a vector is a measure of how long it is. For a two-dimensional vector v = (x, y), the magnitude |v| can be calculated using the Pythagorean Theorem:

|v| = √(x² + y²)

This formula comes from considering the vector as the hypotenuse of a right triangle with legs x and y. Let's calculate the magnitude of the vector v = (3, 4):

|v| = √(3² + 4²) = √(9 + 16) = √25 = 5

The magnitude of v is 5. This means that if we want to measure the length of the vector directly then its length will be 5 units.

Direction of the vector

The direction of a vector tells us what angle it makes with the reference direction, usually the positive x-axis. The direction θ of a vector v = (x, y) can be determined using trigonometry. Specifically, we use the tangent function:

tan(θ) = y / x

To find θ, we use the inverse tangent (arctan or tan-1) function:

θ = arctan(y / x)

This will give us the direction angle in radians or degrees. Let's find the direction of our vector v = (3, 4):

θ = arctan(4 / 3) ≈ 53.13° (degrees)

Therefore, the vector points at an angle of approximately 53.13 degrees relative to the positive x-axis.

Types of vectors

In mathematics, we encounter different types of vectors depending on their properties and the way they are used. Here are some important types:

  • Zero vector: A vector with zero magnitude and no specific direction. It is represented as (0, 0).
  • Unit vector: A vector that has a magnitude of 1. It is often used to indicate direction only.
  • Position vector: A vector that extends from the origin to a specific point in space. It is used to represent the location of a point.
  • Equal vectors: Two vectors that have the same magnitude and direction, regardless of their initial point.
  • Negative vector: A vector that has the same magnitude as another vector, but points in the opposite direction.

Operations on vectors

Vectors can also be added, subtracted and multiplied. Let's look at these operations in detail:

Addition of vectors

The addition of two vectors consists of adding their corresponding components. If we have two vectors v = (x1, y1) and w = (x2, y2), their sum v + w is given by:

v + w = (x1 + x2, y1 + y2)

For example, if v = (3, 4) and w = (1, 2), then:

v + w = (3 + 1, 4 + 2) = (4, 6)

Imagine this addition:

(3, 4) (4, 6) (1, 2)

In this illustration, addition is essentially putting the tail of w onto the head of v. The resulting vector, in red, is (4, 6).

Subtraction of vectors

Subtracting vectors is the same as adding. To find the difference between two vectors v = (x1, y1) and w = (x2, y2), use:

v - w = (x1 - x2, y1 - y2)

Following the same vectors v = (3, 4) and w = (1, 2), the subtraction is as follows:

v - w = (3 - 1, 4 - 2) = (2, 2)

Multiplication of vectors by a scalar

Multiplying a vector by a scalar involves multiplying each component of the vector by that scalar. For a vector v = (x, y) and a scalar k, the product is:

k * v = (k * x, k * y)

If v = (3, 4) and k = 2, then:

k * v = (2 * 3, 2 * 4) = (6, 8)

This operation stretches or compresses the vector depending on the value of the scalar.

Applications of vectors

Vectors are extremely useful in real-world applications. Here are some examples:

  • Physics: Vectors are used to represent quantities such as velocity, force, and acceleration. They help in understanding these quantities visually and solving related problems.
  • Engineering: In structural analysis, vectors help determine forces and resulting stresses on materials.
  • Computer graphics: Vectors are essential in rendering images and animations, simulating motion, and creating 3D models.

Let's consider a simple example in physics. Imagine a car is traveling east at 60 km/h and then turns north at the same speed. You can represent these speeds as vectors and use vector addition to determine the resulting path of the car.

Conclusion

We have covered the basic concepts of vectors, from understanding their properties to performing operations and looking at some applications. Vectors are powerful tools in the mathematical toolbox, facilitating problem-solving in a variety of fields. The beauty and adaptability of vectors make them indispensable in a variety of mathematical topics and practical applications alike.


Grade 11 → 5.1


U
username
0%
completed in Grade 11


Comments