Three vectors are given by a= 0i+0j+4.0k , b= 3.0i+ -3.0j+-1.0k and c=1.0i+2.0j+-1.0k. Find (a) a(bxc) and (b)a(b+c)

Assuming you mean a•(bxc) and a•(b+c) we have

a•(bxc) = 36
a•(b+c) = -8

1

To find the cross product of two vectors, we multiply the magnitudes of the vectors by each other and by the sine of the angle between them. The resulting vector will be perpendicular to both original vectors according to the right-hand rule.

First, let's find the cross product of vectors b and c, denoted as b x c.

Step 1: Determine the magnitudes of vectors b and c.
|b| = √(3.0^2 + (-3.0)^2 + (-1.0)^2) = √19
|c| = √(1.0^2 + 2.0^2 + (-1.0)^2) = √6

Step 2: Calculate the cross product.
b x c = |b| * |c| * sin(θ) * n̂
where θ is the angle between vectors b and c, and n̂ is the unit vector perpendicular to the plane formed by b and c.

To find the angle θ, we can use the dot product of b and c.
b · c = |b| * |c| * cos(θ)
3.0 * 1.0 + (-3.0) * 2.0 + (-1.0) * (-1.0) = |b| * |c| * cos(θ)
3.0 - 6.0 + 1.0 = √19 √6 * cos(θ)
-2.0 = √114 * cos(θ)

From here, we can solve for cos(θ):
cos(θ) = -2.0 / (√114 √6)

Now, we can find sin(θ):
sin(θ) = √(1 - cos^2(θ))

Finally, we can calculate the cross product b x c:
b x c = |b| * |c| * sin(θ) * n̂

Repeat the same steps to find the cross product a x (b x c).