Find the angle between the intersection of the two planes defined by $2x+y-z$ and $x+y+2z$ and the positive direction of $x$ axis .
I know to find the angle between two planes we just need to find the angle between their normals,first I computed the intersection of the two planes: $$-2x+z=-x+2z$$ $$\iff$$ $$z=-x$$ But I don't know what to do next
We’ll compute the equation of the line of intersection of the planes first. As you have derived, we have $$x=-z$$ Putting this value of $x$ in one of the plane equations, $$-z+y+2z=0 \implies y=-z$$ This gives the equation of the intersection: $$\frac x1=\frac y1=\frac{z}{-1}$$ This line is directed along $(1,1-1)$ and hence makes an angle $\theta$ with $(1,0,0)$, where $$\cos\theta = \frac{(1,1-1)\cdot(1,0,0)}{|(1,1,-1)|} = \frac{1}{\sqrt 3}$$