The property of a plane that indicates that motion can take place
in two perpendicular directions.
Formally, saying a plane has only two dimensions means that you can find two vectors in the plane for
which neither is a multiple of the other. In addition, for any
set of
three vectors
in the plane, one
of them can be
written as a linear combination of
the
other
two.
Problem: Show that the point P = (5, 3) in the coordinate plane can be expressed as a linear combination of two independent vectors, and explain why a third vector in the plane is not needed.
Step 1: Choose two vectors in the plane that are not multiples of each other. A natural choice is the standard basis vectors.
e1=(1,0),e2=(0,1)
Step 2: Write the position of P as a linear combination of these two vectors. You need to find scalars a and b such that the combination equals (5, 3).
ae1+be2=a(1,0)+b(0,1)=(a,b)=(5,3)
Step 3: So a = 5 and b = 3. This means P is reached by moving 5 units in the direction of the first vector and 3 units in the direction of the second.
5(1,0)+3(0,1)=(5,3)
Step 4: Now consider a third vector, say v₃ = (2, 7). In two dimensions, this third vector must be expressible as a linear combination of the first two.
v3=2e1+7e2=2(1,0)+7(0,1)=(2,7)
Answer: The point (5, 3) is fully described by two coordinates, and any third vector in the plane can always be written in terms of two independent vectors. This confirms the plane is two-dimensional.
Another Example
Problem: A rectangle has vertices at (0, 0), (6, 0), (6, 4), and (0, 4). Compute its area using two-dimensional measurements.
Step 1: Identify the two independent measurements. The width runs along the x-direction and the height runs along the y-direction.
width=6,height=4
Step 2: Area is a two-dimensional quantity. Multiply the two lengths.
A=6×4=24
Answer: The area of the rectangle is 24 square units. Area is inherently a two-dimensional measurement — it requires exactly two lengths to compute.
Frequently Asked Questions
What is the difference between 2D and 3D?
In two dimensions, you need exactly two numbers (coordinates) to specify a point, such as (x, y) on a flat plane. In three dimensions, you need three numbers, such as (x, y, z), because there is an additional independent direction — depth. A sheet of paper is a 2D surface; the room around you is a 3D space.
Is a circle two-dimensional or one-dimensional?
A circle lives in a two-dimensional plane, but the circle itself (just the curved line) is a one-dimensional object because you only need one number (an angle) to specify your position on it. The filled-in circle (a disk), however, is a two-dimensional region because you need two numbers to locate a point inside it.
Two Dimensions vs. Three Dimensions
A two-dimensional space requires exactly two coordinates to locate any point (e.g., x and y on a flat plane). A three-dimensional space requires three coordinates (e.g., x, y, and z). In 2D, any three vectors are linearly dependent — one can always be written in terms of the other two. In 3D, you can find three vectors that are all independent of each other, but any set of four vectors will have a dependent member.
Why It Matters
Two-dimensional geometry is the foundation of most school-level math: computing areas, graphing functions, and analyzing shapes all happen on a 2D plane. Maps, screens, blueprints, and photographs are all two-dimensional representations. Understanding two dimensions also builds the conceptual bridge to higher dimensions — once you grasp how two independent directions span a plane, extending to three or more dimensions follows the same logic.
Common Mistakes
Mistake: Confusing a 2D shape drawn in 3D space with a 3D object.
Correction: A flat triangle floating in 3D space is still a two-dimensional object. What matters is how many independent directions are needed within the object itself, not the space it sits in.
Mistake: Thinking two dimensions requires the axes to be the standard x- and y-axes.
Correction: Any two independent (non-parallel) directions can serve as the two dimensions. The standard axes are just one convenient choice; you could rotate or skew them and still have a valid two-dimensional coordinate system.