We will write two position vectors, from points B to A and B to C. To do so, we must first write the locations of points A, B and C in Cartesian vector form.
Using the diagram, the locations of the points are:
A position vector, denoted \mathbf{r} is a vector beginning from one point and extending to another point. It is calculated by subtracting the corresponding vector coordinates of one point from the other. If the coordinates of point A was (x_A,y_A,z_A) and the coordinates of point B was(x_B,y_B,z_B), then r_{AB}\,=\,(x_B-x_A)i+(y_B-y_A)j+(z_B-z_A)k
Let us now find the magnitude of our position vectors.
magnitude of r_{BA}\,=\,\sqrt{(-1.5)^2+(-2)^2+(0)^2}\,=\,2.5 m
magnitude of r_{BC}\,=\,\sqrt{(2)^2+(1)^2+(-2)^2}\,=\,3 m
The magnitude is equal to the square root of the sum of the squares of the vector. If the position vector was r\,=\,ai+bj+ck, then the magnitude would be, r_{magnitude}\,=\,\sqrt{(a^2)+(b^2)+(c^2)}. In the simplest sense, you take each term of a vector, square it, add it together, and then take the square root of that value.
Next, we will find the dot product between the two position vectors.
The dot product is the product of the magnitudes of two vectors and the cosine angle \theta between them. For example, if we had two vectors, \mathbf{A} and \mathbf{B}, the dot product of the two is: A\cdot B\,=\,AB\cos \theta. In cartesian vector form, A\cdot B\,=\,A_xB_x+A_yB_y+A_zB_z. The angle formed between two vectors can be found by: \theta\,=\,\cos^{-1}\left(\dfrac{A_xB_x+A_yB_y+A_zB_z}{(\text{magnitude of}\,A)(\text{magnitude of}\,B)}\right)
Now that we know the magnitudes of each position vector, and the dot product value of our position vectors, we can find the angle between the two pipe segments.
With great appreciation
Glad it helped 🙂