Animated Solution for Mathematics - Vector Algebra: Let a=9i^−13j^+25k^,b=3i^+7j^−13k^ and c=17i^−2j^+k^ be three given vectors. If r is a vector such that r×a=(b+c)×a and r⋅(b−c)=0, then (593)2∣593r+67a∣2 is equal to _______
Imagine you are standing in a three-dimensional coordinate system, holding three vectors a, b, and c. These are not just numbers; they are arrows pointing into the void, defining the structure of the space around you.
Our mission is to find a vector r that satisfies two specific constraints. This is a dance of geometry and algebra.
The Cross Product Insight
We start with the equation r×a=(b+c)×a. If we bring everything to one side, we get:
(r−(b+c))×a=0
In the language of vectors, if the cross product of two vectors is zero, they must be parallel. This means the vector (r−(b+c)) is parallel to a.
We can capture this relationship with a scalar λ:
r=(b+c)+λa
The Dot Product Constraint
We have a second condition: r⋅(b−c)=0. This tells us that r is perpendicular to the vector (b−c).
Substituting our expression for r into this condition, we obtain:
((b+c)+λa)⋅(b−c)=0
Expanding this, we get:
(b+c)⋅(b−c)+λa⋅(b−c)=0
The first part is a classic difference of squares: ∣b∣2−∣c∣2.
The Calculation
Given b=3i^+7j^−13k^, we find:
∣b∣2=32+72+(−13)2=9+49+169=227
For c=17i^−2j^+k^, we find:
∣c∣2=172+(−2)2+12=289+4+1=294
The difference is ∣b∣2−∣c∣2=227−294=−67.
Next, we calculate a⋅(b−c). First, b−c=(3−17)i^+(7−(−2))j^+(−13−1)k^=−14i^+9j^−14k^.