noooffence said:
i know the direction vector is <1,-2,-5>
That's right, [itex]<1,-2,-5>[/itex] is perpendicular to the plane, and will be parallel to whichever line you chose.
noooffence said:
and i got a random point <5,8,11>.
To test whether this is a point in the plane, try substituting its components, [itex]<x,y,z>[/itex], into the equation [itex]x-2y-5z=6[/itex].
noooffence said:
i also know that for an equation that is perpendicular to the plane a.b = 0
but i don't know how to use the dot product to find the vector of that equation...
A parametric equation for a line looks like this:
[tex]\textbf{R}(t)=\textbf{R}(0)+t\textbf{V}[/tex]
where [itex]\textbf{R}(t)[/itex] for all values of [itex]t[/itex] are position vectors representing each of the points on the line, [itex]\textbf{R}(0)[/itex] is the position vector for one particular point on the line where your parameter [itex]t[/itex] happens to be equal to 0, and [itex]\textbf{V}[/itex] is a vector parallel to the line. Oh, and the parameter [itex]t[/itex] takes the value of each of the real numbers.
One way to describe a plane is in terms of which vectors are perpendicular to a certain vector, [itex]\textbf{N}[/itex].
[tex]\textbf{N} \cdot (\textbf{R}-\textbf{R}_0)=0[/tex]
[tex]\textbf{N} \cdot \textbf{R}= \textbf{N} \cdot \textbf{R}_0[/tex]
Where [itex]\textbf{R}_0[/itex] is a constant position vector indicating some particular point in the plane, and position vectors of the form [itex]\textbf{R}[/itex] stand for each of the other points in the plane. In your case,
[tex]\textbf{N} \cdot \textbf{R}= 6[/tex]
with [itex]\textbf{R} = <x,y,z>[/itex] and [itex]\textbf{N} = <1,-2,-5>[/itex], as you worked out.