I have to find the equation of the plane that passes through $$(-1,2,1),$$ is parallel to the line: $$\frac{x}{2}=-\frac{y}{3}=-z$$ and makes $60^\circ$ angle with $$x=y, z=0$$
I thought that I could take two points from the line and make a vector with them that would be parallel to the plane, but that means I'm just using one of the given conditions and also getting the wrong answer.
Isn't that last condition extra? If I have a point and a parallel line why do I need anything else? And why am I getting the wrong answer? I don't know what I'm doing wrong.
Could you please help me with this? Thanks a lot
The last condition is not extra. Parallel to the given line and passing through the given point, one may have infinitely many planes. These can be generated by rotating any one such plane about an axis passing through $(-1,2,1)$ and parallel to the line.
Let the normal vector of the desired plane be $(a,b,c)$ with $a^2+b^2+c^2=1$. The plane is parallel to $l_1$, so its normal vector is perpendicular to $l_1$, i.e.$$(a,b,c)\cdot(2,-3,-1)=0\iff c=2a-3b$$$l_2$ makes $60^\circ$ with the plane and thus $30^\circ$ with the normal vector. So$$\frac{(a,b,c)\cdot(1,1,0)}{\sqrt2}=\cos(30^\circ)\iff a+b=\sqrt\frac32$$Can you solve these to get the normal vector? Once that is done, the equation of the plane is given by$$((x,y,z)-(-1,2,1))\cdot(a,b,c)=0$$