Difference between revisions of "Euclidean Spaces: Algebraic Structure and Inner Product"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 14: Line 14:
  
 
The point <math>\mathbf{x}</math> is described to be located in respect to <math>\mathbf{0}</math>, i.e., the point <math>\mathbf{x}</math> is located <math>x_1</math> along the first axis, <math>x_2</math> along the the second axis, &#8230;, <math>x_n</math> along the <math>n^{\mathrm{th}}</math> axis. Sometimes we instead prefer to visualize <math>\mathbf{x}</math> as a vector (arrow) the starts at the origin and whose arrowhead ends at the point <math>(x_1, x_2, ..., x_n)</math>.
 
The point <math>\mathbf{x}</math> is described to be located in respect to <math>\mathbf{0}</math>, i.e., the point <math>\mathbf{x}</math> is located <math>x_1</math> along the first axis, <math>x_2</math> along the the second axis, &#8230;, <math>x_n</math> along the <math>n^{\mathrm{th}}</math> axis. Sometimes we instead prefer to visualize <math>\mathbf{x}</math> as a vector (arrow) the starts at the origin and whose arrowhead ends at the point <math>(x_1, x_2, ..., x_n)</math>.
 +
 +
==Basic Operations Euclidean n-Space==
 +
In a moment we will look at some operations defined on Euclidean n-space that the reader should already be familiar with. Before we do though, the reader should note that all of the operations defined below are in compliance to the field axioms of the real numbers in that all of the operations below are all in conjunction with the operations <math>+</math> of addition and <math>\cdot</math> of multiplication of reals.
 +
 +
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
 +
:'''Definition:''' If <math>\mathbb{x} = (x_1, x_2, ..., x_n), \mathbb{y} = (y_1, y_2, ..., y_n) \in \mathbb{R}^n</math> then we define '''Equality''' <math>\mathbf{x} = \mathbf{y}</math> if and only if <math>x_k = y_k</math> for all <math>k \in \{ 1, 2, ..., n \}</math>.
 +
</blockquote>
 +
 +
For example, if <math>\mathbf{x} = (1, 4, 7)</math> and <math>\mathbf{y} = (1, 3, 7)</math> then <math>\mathbf{x} \neq \mathbf{y}</math> since <math>4 \neq 3</math>.
 +
 +
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
 +
: '''Definition:''' If <math>\mathbf{x} = (x_1, x_2, ..., x_n), \mathbf{y} = (y_1, y_2, ..., y_n) \in \mathbb{R}^n</math> then '''Addition''' is defined to be <math>\mathbf{x} + \mathbf{y} = (x_1 + y_1, x_2 + y_2, ..., x_n + y_n)</math> and <strong>Subtraction</strong> is defined to be <math>\mathbf{x} - \mathbf{y} = (x_1 - y_1, x_2 - y_2, ..., x_n - y_n)</math>.
 +
</blockquote>
 +
 +
For example, consider the points <math>\mathbf{x} = (1, 4, 2, 6), \mathbf{y} = (3, -2, 0.5, \pi) \in \mathbb{R}^4</math>. Then:
 +
<div style="text-align: center;"><math>\begin{align} \quad \mathbf{x} + \mathbf{y} = (1+3, 4 +(-2), 2 + 0.5, 6 + \pi) = (4, -2, 2.5, 6 + \pi) \end{align}</math></div>
 +
 +
And furthermore we have that:
 +
<div style="text-align: center;"><math>\begin{align} \quad \mathbf{x} - \mathbf{y} = (1 - 3, 4 - (-2), 2 - 0.5, 6 - \pi) = (-2, 6, 1.5, 6 -\pi) \end{align}</math></div>
 +
 +
Note that in general <math>\mathbf{x} + \mathbf{y} \neq \mathbf{y} + \mathbf{x}</math> which we are already familiar with in the case when <math>n = 1</math>.
 +
 +
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
 +
:'''Definition:''' If <math>\mathbf{x} = (x_1, x_2, ..., x_n) \in \mathbb{R}^n</math> then '''Scalar Multiplication''' by the scalar <math>a \in \mathbb{R}</math> is defined to be
 +
:<math>a \mathbf{x} = a(x_1, x_2, ..., x_n) = (ax_1, ax_2, ..., ax_n)</math>.
 +
</blockquote>
 +
 +
For example, consider the point <math>\mathbf{x} = (1, 2, 3, 4, 5) \in \mathbb{R}^5</math> and <math>a = 2 \in \mathbb{R}</math>. Then:
 +
<div style="text-align: center;"><math>\begin{align} \quad a\mathbf{x} = 2(1, 2, 3, 4, 5) = (2, 4, 6, 8, 10) \end{align}</math></div>
  
 
==Licensing==
 
==Licensing==

Revision as of 10:08, 30 October 2021

Euclidean n-Space

So far we have looked strictly at - the set of real numbers. We will now extend our reach to higher dimensions and looked at Euclidean -space.

Definition: For each positive integer , the Euclidean -Space denoted is the set of all points such that . The coordinate of the point is the real number .

In the case where we have that Euclidean 1-space is simply the real line . When we are looking at points in the plane, and when we are looking in at points in three-dimensional space.

The graphic in this link illustrates how we can visualize Euclidean -space for .

Of course when it is practically impossibly to visualize Euclidean -space and so, we will usually talk merely about the points (or vectors) which make up the space. Like with the cases above, the point for symbolically imply the existence of mutually perpendicular axes that intersect at a point called the origin we denote by:

The point is described to be located in respect to , i.e., the point is located along the first axis, along the the second axis, …, along the axis. Sometimes we instead prefer to visualize as a vector (arrow) the starts at the origin and whose arrowhead ends at the point .

Basic Operations Euclidean n-Space

In a moment we will look at some operations defined on Euclidean n-space that the reader should already be familiar with. Before we do though, the reader should note that all of the operations defined below are in compliance to the field axioms of the real numbers in that all of the operations below are all in conjunction with the operations of addition and of multiplication of reals.

Definition: If then we define Equality if and only if for all .

For example, if and then since .

Definition: If then Addition is defined to be and Subtraction is defined to be .

For example, consider the points . Then:

And furthermore we have that:

Note that in general which we are already familiar with in the case when .

Definition: If then Scalar Multiplication by the scalar is defined to be
.

For example, consider the point and . Then:

Licensing

Content obtained and/or adapted from: