Planes play the same fundamental role in vector calculus as lines do in single variable calculus, for the simple reason that functions like f(x,y) don't have tangent lines, they have tangent planes.
We have already seen several examples of planes; for example, the equation z = 0 implicitly defines the x-y plane. Remember that in an implicit description, any unmentioned variables are free to do whatever they want: the equation y = m x + b which used to describe a line in the plane now describes a plane in R3 because z can be anything.
In general, a plane in R3 is implicitly described by the equation
This last equation allows us to see (A,B,C) as a normal vector to the plane: a vector which is perpendicular to every vector lying in the plane. (A vector lies in a plane if it is the displacement vector of two points that lie in the plane). Thus, one way to find the equation of a plane is to find a normal vector n and a point P, and then the plane will have the equation
Another way to specify a plane is to give three points that lie on that plane. If we have the three points' cartesian coordinates, we can find the equation of the plane they lie on by solving a system of linear equations. For example, given the points (6,1,4), (-1,-5,-2), and (-1,1,-1), we solve the equations 6 A + B + 4 C + D = 0, -A - 5 B - 2 C + D = 0, -A + B - C + D = 0, to get that A = (30/7) B, C = -6 B, and D = -(19/7) B. Any choice of B works (to repeat, there are many different equations for the same plane), so we can choose, say, B = 7 and get the equation 30 x + 7 y - 42 z - 19 = 0.
Finally, you might be wondering what the parametric description of a plane looks like. A plane is a surface, and like all surfaces, requires two parameters to be described parametrically. When converting the plane x + 3y - 7z + 11 = 0 to a parametric description, it is easiest to just let two of the variables -- say y and z -- be the parameters, and solve for x, yielding the equation