Planes intersection calculator (2024)

Intersection of two planes and distance of a point to plane Planes intersection calculator (1)
(1st) Plane equation: x + y + z + = 0
Distance of point to plane (1): xp yp zp d =
(2nd) Plane equation: x + y + z + = 0
Angle between plane (1) and plane (2):
Intersection line
parametric
equation:
Plane defined by three points Planes intersection calculator (2)
Equation of a plane passing through 3 points: xa ya za
xb yb zb
xc yc zc
Plane equation:
Plane defined by a point and a vector (attitude numbers) Planes intersection calculator (3)
Equation of a plane passing through the point: Px Py Pz
Plane vector (plane attitude numbers) i j k
Plane equation:
The plane Plane summary Two planes intersection Ex1
Plane defined by 3 points Ex2 Ex4 Tilted planes Ex3 Line and plane Ex5 Ex11 Ex12
Distance of a point to plane Ex7 Line, point and plane Ex6 Ex10 Two lines plane Ex8 Ex9
The plane Planes intersection calculator (4)

Any three points not locating on a straight line determines a plane.

This definition of a plane is quite simple, but it is not convenient for calculation purposes. Instead, we use the fact that there is a unique plane which passes through a given point (x0 , y0 , z0) and is perpendicular to a given line L which has direction numbers A, B and C.

Planes intersection calculator (5)

Let the point (x0 , y0 , z0) and the point (x , y , z) be located on a plane, and another point
(x1 , y1 , z1) located on the line L which is perpendicular to the plane.

The direction numbers of line L1 are:(x − x0) , (y − y0) , (z − z0)

If line L has direction numbers A, B, C then these two lines L and L1 will be perpendicular if and only if their direction numbers satisfy the relation (dot product of 2 vectors): $$ {A(x − x_0) + B(y − y_0) + C(z − z_0) = 0}$$

After arranging terms, we get the final plane equation: Ax + By + Cz − Ax0 − By0 − Cz0 = 0

Notice that the point (x1 , y1 , z1) is not a part of the plane equation that is because the plane is defined for all the parallel lines with the same direction numbers A B and C.

If we set the value of:$$ {D = -Ax_0 - By_0 - Cz_0}$$

Then the equation of the plane gets the more recognizable form of:

$$ {Ax + By + Cz + D = 0}$$
Plane summary Planes intersection calculator (6)
Planes intersection calculator (7)

Equation of a plane: Ax + By + Cz + D = 0

A, B, and C (called attitude numbers) are not all zero.

The equation of a plane parallel to the x-y axis: z + D = 0

The equation of a plane parallel to the x-z axis: y + D = 0

The equation of a plane parallel to the y-z axis: x + D = 0

The equation of a plane parallel to the x axis: y + z + D = 0

The equation of a plane parallel to the y axis: x + z + D = 0

The equation of a plane parallel to the z axis: x + y + D = 0

D − is the distance to the plane origin axis.

Distance of a point P1 (x1 , y1 , z1)
from a plane Ax + By + Cz + D = 0
Planes intersection calculator (8)
Distance of the plane from the origin: Planes intersection calculator (9)

The angle between two planes given by:

A1x + B1y + C1z + D1 = 0

A2x + B2y + C2z + D2 = 0

Planes intersection calculator (10)
Two planes are perpendicular if and
only if the attitude numbers A1 , B1 , C1
and A2 , B2 , C2 fulfills the condition.
A1A2 + B1B2 + C1C2 = 0
Condition for two parallel planes:
Rank of Planes intersection calculator (11) and D1 ≠ D2
If rank of Planes intersection calculator (12) then the planes are coincided.

Equation of a plane passing through 3
points P1 , P2 , P3.
Since the three points lies in the
plane, each of them satisfies the
plane equation:

Ax1 + By1 + Cz1 + D = 0
Ax2 +By2 + Cz2 + D = 0
Ax3 + By3 + Cz3 + D = 0
Planes intersection calculator (13) Planes intersection calculator (14) Planes intersection calculator (15)
Planes intersection calculator (16)
A = y2 z3 − y3 z2 − y1 (z3 − z2) + z1 (y3 − y2)
B = x1 (z3 − z2 ) − (x2 z3 − x3 z2) + z1 (x2 − x3)
C = x1 (y2 − y3) − y1 (x2 − x3) + (x2 y3 − x3 y2)
D = −x1 (y2 z3 − y3 z2) + y1 (x2 z3 − x3 z2) − z1 (x2 y3−x3 y2)

And the plane equation will be: Ax + By + Cz + D = 0

Equation of a plane passing
through 3 points P1 ,P2 and P3 by
vectors method.
Set first vector n1 = (x2−x1)i + (y2−y1)j + (z2−z1)k
Set second vector n2 = (x3−x1)i + (y3−y1)j + (z3−z1)k

These two vectors lie on the plane, so the cross product of this two vectors n1 × n2 gives a vector perpendicular to the plane, these values are the slopes of the plane equation.

The values of the cross product in the directions of x, y and z are:

Planes intersection calculator (17)

Planes intersection calculator (18)
Planes intersection calculator (19)
Planes intersection calculator (20)
Plane equation is: Planes intersection calculator (21)

The value of D is established by substituting a given point for example the point (x1 , y1 , z1) in the plane equation.

Planes intersection calculator (22)

Intersection line parametric equation of two planes that are given by:
A1x + B1y + C1z + D1 = 0
A2x + B2y + C2z + D2 = 0
Planes intersection calculator (23)
Planes intersection calculator (24)
Planes intersection calculator (25)
Parallel planes

Normal vectors to the planes are:

n1 = iA1 + jB1 + kC1
n2 = iA2 + jB2 + kC2
These planes are parallel if: n1 × n2 = 0

Planes intersection calculator (26)

Planes are parallel if: Planes intersection calculator (27)
Planes are coincided if: Planes intersection calculator (28)

Those conditions can also be expressed as:

Planes
Relation
Rc Rd condition
General 2 2 n1 n2 ≠ 0
Parallel 1 2 n1 n2 = 0 and A1·D2 ≠ A2·D1
Parallel and
coincide
1 1 n1 n2 = 0 and A1·D2 A2 = D1
Example 1 - Two planes intersection Planes intersection calculator (29)

Find the intersection line equation between the two planes: 3x − y + 2z − 4 = 0 and 2x − y + 4z − 3 = 0

Find the intersection line equation between the two planes: 3x − y + 2z − 4 = 0
− 2x + y − 4z + 3 = 0

Any point along the intersection line between two planes, should satisfies both equations of the planes. But because we have three unknowns and only two equations, we can set the value t for one variable value, for example z = t then we get the equations:

3x − y = 4 − 2t
2x + y = − 3 + 4t

These equations can be solved easily by Cramer's rule.

Planes intersection calculator (30)
Planes intersection calculator (31)
Planes intersection calculator (32)

Hence the parametric equation of the two planes intersection line is:

Planes intersection calculator (33)

These equations can be also represented by the equation:

Planes intersection calculator (34)

Note that we could choose x = t instead of z = t and still get the same solution.

− y + 2z = 4 − 3t
y − 4z = -3 + 2t

And the parametric equation of the two planes intersection line is:

Planes intersection calculator (35)
Planes intersection calculator (36)
Planes intersection calculator (37)

And the parametric equation of the two planes intersection line is:

Planes intersection calculator (38)

Planes intersection calculator (39)

At first look it seems that we get a different line compare to the first solution, But if we set any value for t or &nbsp t = 0 and t = 1 &nbsp in the first solution we get the points &nbsp (1, -1, 0) and (3, 7, 1). Now we can set t = 1 and t = 3 to the second line, we get the points (1, -1, 0) and (3, 7, 1) which are the same points as in the first solution, so both lines are the same.

The intersection line can also be found by vector method.

The general vector direction of the perpendicular lines to the first and second planes are the coefficients x, y and z of the plane’s equations.

L1= 3i − j + 2k
L2= − 2i + j − 4k

The cross product of these two lines will give the general direction of the intersection line between the two planes (the values provide the incline part marked with the prefix t of the intersection line).

Planes intersection calculator (40)

Now we have to find a point that is located on the intersection line, this will be done by solving the planes equations, we will predefine the value of z = 0.

3x − y − 4 = 0
− 2x + y + 3 = 0

And the point is: (x, y, z) = (1, -1, 0), this points are the free values of the line parametric equation.

Finally, the planes intersection line equation is: x = 1 + 2t y = − 1 + 8t z = t

Note: any line can be presented by different values in the parametric equation. For example, all the following lines equations are related to the same line:

{(x , y , z): x = 1 + 2t y = − 1 + 8t z = t}
{(x , y , z): x = t y = − 5 + 4t z = − 0.5 + 0.5t}
{(x , y , z): x = 2t y = − 5 + 8t z = − 0.5 + t}
{(x , y , z): x = 1.25 + 2t y = 8t z = 0.125 + t}

The type of solution depends on the parameter set to 0 (x = 0 or y = 0 or z = 0) and the solution method, by vector or by substitution.

Example 2 - Plane defined by 3 points Planes intersection calculator (41)

Find the equation of a plane that passes through the points (1,0, 2), (-3, 5, 0) and (6, - 4, 2).

we choose the point (1, 0, 2) as the origin of the axes and will solve by vector method.

There are two vectors extending from the origin to the other two points:

V1 = (-3 - 1)i + (5 - 0)j + (0 - 2)k = -4i +5j -2k
V2 = (6 - 1)i + (-4 - 0)j + (2 - 2)k = 5i - 4j

The cross product of these two vectors gives the general direction of the perpendicular vector to the plane, this is also the direction coefficients of the plane.

Planes intersection calculator (42)

Therefore the plane equation is: 8x + 10y + 9z + D = 0 (after multiplying all terms by -1)

Now D should be found, the origin point fulfills the plane equation so: 8*1 + 10*0 + 9*2 + D = 0

And the plane equation is: 8x + 10y + 9z − 26 = 0

Example 3 - Tilted planes Planes intersection calculator (43)

The intersection line between two planes passes through the points (1,0,-2) and (1,-2,3) We also know that the point (2,4,-5)is located on the plane. Find the equation of the given plan and the equation of another plane with a tilted by 60 degrees to the given plane and has the same intersection line given for the first plane.

All three points are located on the given plane, so each of the points satisfies the equation of the plane.

x − 2z + D1 = 0
x − 2y + 3z + D2 = 0
2x + 4y − 5z + D3 = 0

We set arbitrary the values of D1 = D2 = D3 = -1 then by Cramer's rule we have:

Planes intersection calculator (44)

Now the equation of the plane is: Planes intersection calculator (45)
Multiplying by 18 we get the plane: 14x − 5y − 2z − 18 = 0

The angle between the two planes is given by vector dot product.

Planes intersection calculator (46)

Because we have only one equation with 3 unknowns, we can set two values arbitrary for example
y2 = 1 z2 = 1 then we have:

Planes intersection calculator (47)

Taking the square of both sides we get: 4x22 − 4x2 + 1 = 1.148(x22 + 2)

2.852x22 − 4x2 − 1.296 = 0

Planes intersection calculator (48)

So the plane equation are: &nbsp &nbsp 1.674x + y + z + D = 0 And 0.271x − y − z + D = 0

In order to find the value of D we substitute one of the points of the intersection line for example (1,0,-2) which is also located on the tilted plane to the plane equation 1.674x + y + z + D = 0.

1.674∙1 + 0 − 2 + D = 0 → D = 0.326
1.674x + y + z + 0.326 = 0

The same way we handle the second solution for x2 = − 0.271

0.271∙1 − 0 + 2 + D = 0 → D = − 2.271
0.271x − y − z − 2.271 = 0

We have two planes that is because they describe two planes tilted by 60 degrees either side of the given plane.

Example 4 - Plane defined by 3 points Planes intersection calculator (49)

Find the equation of the plane that passes through the points (1,3,2), (-1,2,4) and (2, 1, 3).

Since all the points satisfies the plane equation we can substitute the values of x, y and z of each point into the plane equation Ax + By + Cz + D = 0 to get the following set of equations:

A + 3B + 2C + D = 0
−A + 2B + 4C + D = 0
2A + B + 3C + D = 0

We have now three equations with four unknowns A, B, C and D theoretically there is no exact answer but we can solve the equations related to the unknown D.

Planes intersection calculator (50)
Planes intersection calculator (51) Planes intersection calculator (52)

Because the term D is a part of the solution of all the unknowns we can choose any value for D without changing the final answer, for example take D = −25 then the plane equation will be:

3x + 4y + 5z − 25 = 0

Example 5 - Line perpendicular to plane Planes intersection calculator (53)

Find the equation of the line that passes through the point (-2,3,1) and is perpendicular to the plane
2x + 3y + z - 3 = 0 also find the intersection point and the distance of the point to the plane.

The attitude numbers of the line that are perpendicular to the plane are given by the coefficients A, B and C so the line attitudes are A = 2, B = 3 and C = 1.

The parametric line equation is:

x = x1 + At = −2 + 2t y = y1 + Bt = 3 + 3t z = z1 + Ct = 1 + t
After eliminating t we get the line form as fractions: Planes intersection calculator (54)

The distance of the point to the plane can be solved by vectors method.

Denote V as the plane vector V = iA + jB + kC where i, j and k are in the x, y and z directions, this vector is perpendicular to the plane.

The unit vector Planes intersection calculator (55) in the plane direction is: Planes intersection calculator (56)

The value of the vector P from a point (x0 , y0 , z0) to the given point is:

Planes intersection calculator (57)

We can choose the point (x0 , y0 , z0) to be at the origin and therefore their values are equal to 0.

Planes intersection calculator (58)

The distance from the point to the plane will be the projection of P on the unit vector direction this is the dot product of the vector P and the unit vector.

Planes intersection calculator (59)
Planes intersection calculator (60)

Another way to find the distance is by finding the plane and the line intersection point and then calculate distance between this point and the given point.

At the intersection point the values of x, y and z should be the same, so first we will find the value of t that satisfies both equations:

A(x1 + At) + B(y1 + Bt) + C(z2 + Ct) + D = 0
Planes intersection calculator (61)

And the intersection point of the given line and the plane is (this line is perpendicular to the plane):

Planes intersection calculator (62)

The distance between the given point and the plane is now the distance of the point to the intersection point and is given by the equation.

Planes intersection calculator (63)
Planes intersection calculator (64)
Example 5a - Line perpendicular to plane Planes intersection calculator (65)

Find the equation of the line that passes through the point P0 (-2, 0, 1) and is perpendicular to the plane x + 3z − 4 = 0.

The coefficients of x, y and z in the plane equation are the direction numbers A, B and C respectively of the line which is perpendicular to the plane so we can see that: A = 1, B = 0 and
C = 3. And the required parametric line equation that passes through the point P0 is:

x = x0 + At = −2 + t y = y0 + Bt = 0 + 0t z = z0 + Ct = 1 + 3t

This parametric line equations can be presented in another way as:

$$ {{x - x_0 \over A} = {y - y_0 \over B} = {z - z_0 \over C}}.$$

After substituting given values, we get the equation of the line.

$$ {{x + 2 \over 1} = {y \over 0} = {z - 1 \over 3}}.$$

Notice that the division of y by zero stands for the value of y = y0 = 0 also notice that the free term value in the plane equation −4 is not used in the solution because it sets the location of the plane but not the attitude of it.

Example 6 - Plane perpendicular to line Planes intersection calculator (66)

Find the equation of the plane that passes through the point (5,2,−1) and is perpendicular to a line that passes through the points (5,4,3) and (−6,1,7).

The attitude numbers of the given line is A = 5 + 6 = 11 , B = 4 − 1 = 3 and C = 3 − 7 = −4.

The equation of the plane is A(x − x0) + B(y − y0) + C(z − z0) = 0

11(x − x0) + 3(y − y0) − 4(z − z0) = 0

11(x − 5) + 3(y − 2) − 4(z + 3) = 0

11x − 55 + 3y − 6 − 4z − 12 = 0

Now we have to find the value of D that we can find from the fact that the point (5,2,−1) is located on the plane, therefore it should satisfy the equation of the plane:

11 · 5 + 3 · 2 − 4 · (−1) + D = 0

and D = −57 so the equation of the plane is: 11x + 3y − 4z −73 = 0

Example 7 - A point on plane parallel to another plane Planes intersection calculator (67)

Find the equation of a plane that passes through the point P0: (2, 1, −1) and is parallel to the plane M1: 2x + y − 2z + 5 = 0. Also find the distance of point P0 from plane M1

Because the given and the required planes are parallel their x, y and z coefficient denoted by A, B and C respectively are the same so we have A = 2, B = 1 and C =2 The new plane should pass through the point P0. And the equation of the required plane is:

A (x − x0) + B (y − y0) + C (z − z0) = 0

Substituting values of the point and the direction numbers we get the equation:

2 (x − 2) + 1 (y − 1) − 2(z + 1) = 0

After arranging terms, we get the final plane equation: 2x + y − 2z − 7 = 0

If the plane is given by Ax + By + Cz + D = 0

The parametric line equations connecting point P0 (x0 , y0 , z0) are

x = x0 + At y = y0 + Bt z = z0 + Ct

If the intersection point of the line and the plane is: P1 (x1 , y1 , z1)

The square distance from point P0 to point P1 is: d2 = (x0 − x1)2 + (y0 − y1)2 + (z0 − z1)2(1)

Because point P1 is on the line and also on the plane the line parametric equations are:

x1 = x0 + At1 y1 = y0 + Bt1 z1 = z0 + Ct1 (2)

Point x1 is located on the plane hence it satisfies the plane equation:

Ax1 + By1 + Cz1 + D = 0

After substitute eq (2) into the plane equation we get:

A(x0 + At1) + B(y0 + Bt1) + C(z0 + Ct1) + D = 0(3)

Now substitute equation (2) into equation (1) we get

d2 = (At1)2 + (Bt1)2 + (Ct1)2 = t12 (A2 + B2 + C2)

After eliminating t1 we get: $$ t_1 = {d \over \sqrt{A^2+B^2+C^2}}$$ (4)

Substituting the value of t1 from equation (4) into equation (3) we get:

$$ Ax_0 + {A^2d \over \sqrt{A^2+B^2+C^2}} + By_0 + {B^2d \over \sqrt{A^2+B^2+C^2}} + Cz_0 + {C^2d \over \sqrt{A^2+B^2+C^2}}+D=0 $$

After arranging terms and some algebraic steps we get the final value for d:

$$ {d \over \sqrt{A^2+B^2+C^2}} (A^2+B^2+C^2) +Ax_0+By_0+Cz_0+D=0$$

$$ d= {-(Ax_0+By_0+Cz_0+D)\sqrt{A^2+B^2+C^2} \over A^2+B^2+C^2}$$

$$ d={|Ax_0 + By_0 + Cz_0 + D| \over \sqrt{A^2+B^2+C^2}}$$

And after substituting values we get:

$$ d={|2‧2 + 1‧1 + 2‧1 + 5| \over \sqrt{4+1+4}} = {12\over \sqrt{9}} = {4}$$

Example 8 - Plane containing 2 lines Planes intersection calculator (68)

Find the equation of the plane that contains the two lines.

$$L_1: {{x - 1 \over 3} = {y + 2 \over 2} = {z - 2 \over 2}}$$ and $$L_2: {{x - 1 \over 1} = {y + 2 \over 1} = {z - 2 \over 0}}.$$

Notice that two arbitrary lines should be located on the same plane otherwise no plane is existed, in another way if both lines intersect each other, they always are located on the same plane. The exception case is two parallel lines (see next example 9).

The general form of the parametric line is: $$ {{x - x_0 \over A} = {y - y_0 \over B} = {z - z_0 \over C}}.$$

We can easily write the lines in vector form with the direction numbers, that is.

L1 = 3i + 2j + 2k: and L2 = i + j:

The cross product of this two lines vectors will give us the plane direction numbers

Planes intersection calculator (69)

Because point (1 , − 2 , 2) is located on the line L1 it is also located on the plane.

And the equation of the plane is: A (x − x0) + B (y − y0) + C (z − z0) = 0

− 2(x − 1) + 2 (y + 2) + 1(z − 2) = 0

2x − 2y − z − 4 = 0

Example 9- Plane containing 2 parallel lines Planes intersection calculator (70)

Find the equation of the plane that contains the two parallel lines.

$$L_1: {{x \over 2} = {y - 1 \over 3} = {z + 2 \over -1}}$$ and $$L_2: {{x - 2 \over 2} = {y + 1 \over 3} = {z \over -1}}.$$

Notice That the two lines are parallel because their direction numbers (2 , 3 ,1)) are the same.

We can see that the points (0 , 1 ,2) and (2 , −1 , 0) are both located on the lines and hence are located on the plane.

The direction numbers a , b and c of the line L3 containing both points are:

a = (2 −0) = 2 b = (− 1 − 1) = − 2 c = (0 + 2) = 2

We can write the lines in vector form with the direction numbers, that is.

L3 = 2i − 2j + 2k: and L1 = 2i + 3j − k:

The cross product of this two lines vectors will give us the perpendicular line direction numbers which are the plane direction numbers

Planes intersection calculator (71)

The direction numbers of the plane are A = 2 B = −3 C = −5

Because line L1 is located on the plane the point (1 , − 2 , 2) is also located on the plane.

And the equation of the plane is: A (x − x0) + B (y − y0) + C (z − z0) = 0

2(x − 0) − 3(y − 1) − 5(z + 2) = 0

2x − 3y − 5z − 7 = 0

Example 10- Plane containing line and a point Planes intersection calculator (72)

Find the equation of the plane that contains the point P1 (3 , -1 , 2) and the line.

$$L_1: {{x-2 \over 2} = {y+1 \over 3} = {z \over -2}}$$

We choose a point on the line according to the given line P2(2 , −1 , 0) this point is located on the required plane.

The direction numbers a , b and c of the line L2 connecting P1 to P2 are:

a = (3 −2) = 1 b = (−1 + 1) = 0 c = (2 − 0) = 2

This line can be written in vector form as: L2 = i + 2k.

Given line L1 in vector form will be L1 = 2i + 3j − 2k.

Planes intersection calculator (73) The cross product of this two lines L1 and L2 will give us the perpendicular line direction numbers which are the plane direction numbers

Planes intersection calculator (74)

The direction numbers of the plane are A = 2 B = −2 and C = −1

And the equation of the plane is: A (x − x0) + B (y − y0) + C (z − z0) = 0

2(x − 3) − 2(y + 1) − 1(z −2) = 0

2x − 2y − z − 6 = 0

Example 11- Plane parallel to a line Planes intersection calculator (75)

Determine if the plane 2x − 3y + z − 2 = 0 is parallel to the line.

$$L_1: {{x-2 \over 1} = {y+2 \over 1} = {z+1 \over 1}}$$

Planes intersection calculator (76) The direction numbers a, b and c of line L2 are:
a = 2 b =3 c = 1.
The vector presentation of line L2 is: L2 = 2i − 3j + k
The vector presentation of line L1 is: L1 = i + j + k
A, B and C are the direction numbers of line L1

From the vector dot product we know that the angle between two vectors is:

cosθ = a‧A + b‧B + c‧C

In our case cosθ = 12 + 1(3) + 1 = 0 :

the value of cos is zero, cosθ = 0 this happen when angle θ = 90 degree. Because line L2 is perpendicular to the plane a line that is also perpendicular to line L2 must be parallel to the plane.

Example 12- Plane perpendicular to a line Planes intersection calculator (77)

Find the equation of a plane passing through the point (1 , 3 , −2)

and is perpendicular to the line L1: x = 2 + 4t y = 5 z = 13t

Planes intersection calculator (78) The direction numbers A, B and C of a line that is perpendicular to a plane, determines the attitude numbers of that plane, therefore L1 is perpendicular to the plane and:
A = 4 B = 0 C =3.
Now we define another point on the plane as (x , y , z) connect this point to the point P1 to get line L2. The direction numbers of L2 are:
a = (x − x1) b = (y − y1) c = (z − z1)

Line L2 is perpendicular to line L1 therefore their dot product must be equal to 0.

A (x − x0) + B (y − y0) + C (z − z0) = 0

L1‧L2 = 4 (x − 1)0 (y − 3) − 3 (z + 2) = 0

4x − 4 − 3z − 6 = 0 :

And the final plane equation is: 4x − 3z − 10 = 0

Planes intersection calculator (2024)

References

Top Articles
Latest Posts
Article information

Author: The Hon. Margery Christiansen

Last Updated:

Views: 6227

Rating: 5 / 5 (50 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: The Hon. Margery Christiansen

Birthday: 2000-07-07

Address: 5050 Breitenberg Knoll, New Robert, MI 45409

Phone: +2556892639372

Job: Investor Mining Engineer

Hobby: Sketching, Cosplaying, Glassblowing, Genealogy, Crocheting, Archery, Skateboarding

Introduction: My name is The Hon. Margery Christiansen, I am a bright, adorable, precious, inexpensive, gorgeous, comfortable, happy person who loves writing and wants to share my knowledge and understanding with you.