Skip to main content
Ch. 4 - Laws of Sines and Cosines; Vectors
Blitzer - Trigonometry 3rd Edition
Blitzer3rd EditionTrigonometryISBN: 9780137316601당신이 사용하는 게 아니라요?교과서 변경
4장, 문제 41

In Exercises 39–42, let u = -i + j, v = 3i - 2j, and w = -5j. Find each specified scalar or vector.
projᵤ (v + w)

검증된 단계별 안내
1
First, find the vector sum \( \mathbf{v} + \mathbf{w} \). Given \( \mathbf{v} = 3\mathbf{i} - 2\mathbf{j} \) and \( \mathbf{w} = -5\mathbf{j} \), add the corresponding components: \( \mathbf{v} + \mathbf{w} = (3\mathbf{i} - 2\mathbf{j}) + (0\mathbf{i} - 5\mathbf{j}) = 3\mathbf{i} + (-2 - 5)\mathbf{j} = 3\mathbf{i} - 7\mathbf{j} \).
Recall the formula for the projection of a vector \( \mathbf{a} \) onto another vector \( \mathbf{b} \): \[ \text{proj}_{\mathbf{b}} \mathbf{a} = \left( \frac{\mathbf{a} \cdot \mathbf{b}}{\mathbf{b} \cdot \mathbf{b}} \right) \mathbf{b} \] Here, \( \mathbf{a} = \mathbf{v} + \mathbf{w} \) and \( \mathbf{b} = \mathbf{u} = -\mathbf{i} + \mathbf{j} \).
Calculate the dot product \( (\mathbf{v} + \mathbf{w}) \cdot \mathbf{u} \). Using the components: \[ (3, -7) \cdot (-1, 1) = 3 \times (-1) + (-7) \times 1 = -3 - 7 = -10 \]
Calculate the dot product \( \mathbf{u} \cdot \mathbf{u} \) to find the denominator: \[ (-1, 1) \cdot (-1, 1) = (-1)^2 + 1^2 = 1 + 1 = 2 \]
Substitute these values into the projection formula: \[ \text{proj}_{\mathbf{u}} (\mathbf{v} + \mathbf{w}) = \left( \frac{-10}{2} \right) \mathbf{u} = -5 \mathbf{u} \] This means multiply each component of \( \mathbf{u} \) by \( -5 \) to get the projection vector.

비슷한 문제에 대한 검증된 영상 답변:

이 영상 해법은 위 문제에 도움이 된다고 튜터들이 추천한 것입니다.
영상 길이:
5m

주요 개념

질문에 올바르게 답하기 위해 반드시 이해해야 하는 핵심 개념들은 다음과 같습니다.

Vector Addition

Vector addition involves combining two or more vectors by adding their corresponding components. For example, if u = ai + bj and v = ci + dj, then u + v = (a + c)i + (b + d)j. This operation is essential to find the resultant vector before projection.
추천 영상:
가이드 코스
05:29
Adding Vectors Geometrically

Vector Projection

The projection of a vector a onto another vector b, denoted proj_b(a), is the vector component of a in the direction of b. It is calculated as (a · b / |b|^2) times vector b, where '·' is the dot product and |b| is the magnitude of b. This concept helps find how much of one vector lies along another.
추천 영상:
가이드 코스
03:48
Introduction to Vectors

Dot Product of Vectors

The dot product of two vectors a and b is a scalar found by multiplying corresponding components and summing the results: a · b = a₁b₁ + a₂b₂. It measures the extent to which two vectors point in the same direction and is crucial for calculating projections.
추천 영상:
가이드 코스
05:40
Introduction to Dot Product