Step 1: Simplify the given vector equation.
We are given the equation a×(b+c)+b×c=i^+8j^+13k^.
Apply the distributive property of the cross product to the first term:
a×b+a×c+b×c=i^+8j^+13k^
Rearrange the terms and use the property a×c=−(c×a):
a×b+(a+b)×c=i^+8j^+13k^
This form is useful because it isolates the unknown vector c in a cross product with a known vector sum.
Step 2: Calculate the known vectors and their cross product.
Given a=2i^−3j^+4k^ and b=3i^+4j^−5k^.
First, calculate a×b:
a×b=i^23j^−34k^4−5=i^(15−16)−j^(−10−12)+k^(8−(−9))=−i^+22j^+17k^
Next, calculate the sum a+b:
a+b=(2+3)i^+(−3+4)j^+(4−5)k^=5i^+j^−k^
Let d=a+b=5i^+j^−k^.
Step 3: Isolate the term involving c.
Substitute the calculated a×b back into the simplified equation from Step 1:
(−i^+22j^+17k^)+(5i^+j^−k^)×c=i^+8j^+13k^
Rearrange to solve for (a+b)×c:
(5i^+j^−k^)×c=(i^+8j^+13k^)−(−i^+22j^+17k^)(5i^+j^−k^)×c=(1−(−1))i^+(8−22)j^+(13−17)k^(5i^+j^−k^)×c=2i^−14j^−4k^
Let X=2i^−14j^−4k^. So, we have d×c=X.
Step 4: Form a system of linear equations for the components of c.
Let c=xi^+yj^+zk^. We have two conditions involving c:
(i) a⋅c=13
(ii) (a+b)×c=2i^−14j^−4k^
From condition (i):
(2i^−3j^+4k^)⋅(xi^+yj^+zk^)=132x−3y+4z=13(Equation 1)
From condition (ii), calculate the cross product (a+b)×c:
(5i^+j^−k^)×(xi^+yj^+zk^)=i^5xj^1yk^−1z=i^(z−(−y))−j^(5z−(−x))+k^(5y−x)=(z+y)i^−(5z+x)j^+(5y−x)k^
Equating this to 2i^−14j^−4k^:
z+y=2(Equation 2)−(5z+x)=−14⟹x+5z=14(Equation 3)5y−x=−4(Equation 4)
Note that Equation 4 is dependent on Equations 2 and 3. We can verify this by expressing x and y from (2) and (3) in terms of z and substituting into (4). From (2), y=2−z. From (3), x=14−5z. Substituting into (4): 5(2−z)−(14−5z)=10−5z−14+5z=−4, which is consistent. Thus, we have three independent equations (Equation 1, Equation 2, Equation 3).
Step 5: Solve the system of linear equations.
We have:
2x−3y+4z=13
y+z=2⟹y=2−z
x+5z=14⟹x=14−5z
Substitute the expressions for x and y from (2) and (3) into Equation 1:
2(14−5z)−3(2−z)+4z=1328−10z−6+3z+4z=1322−3z=133z=22−133z=9z=3
Now find x and y:
y=2−z=2−3=−1x=14−5z=14−5(3)=14−15=−1
So, the vector c is c=−1i^−1j^+3k^.
Step 6: Calculate b⋅c.
We have b=3i^+4j^−5k^ and c=−i^−j^+3k^.
b⋅c=(3)(−1)+(4)(−1)+(−5)(3)=−3−4−15=−22
Step 7: Calculate the final expression 24−b⋅c.24−b⋅c=24−(−22)=24+22=46
Common Mistakes & Tips
Sign Errors in Cross Products: Be meticulous with the signs when calculating the determinant for the cross product. The middle term for the j^ component is typically subtracted.
Algebraic Manipulation: Solving systems of linear equations can lead to errors. Double-check substitutions and arithmetic.
Vector Properties: Ensure correct application of distributive and cyclic properties of vector operations.
Summary
The problem involves simplifying a vector equation using the distributive property of the cross product. This led to an equation of the form (a+b)×c=X, where a+b and X are known vectors. Combined with the given condition a⋅c=13, we formed a system of three linear equations for the components of c. Solving this system yielded c=−i^−j^+3k^. Finally, we computed b⋅c=−22, and the required expression 24−b⋅c evaluates to 24−(−22)=46.