What is Cartesian Coordinates & Formulas?

  • Thread starter Greg Bernhardt
  • Start date
  • Tags
    Cartesian
In summary: The Cartesian coordinates are the most common way to express these tuples. In summary, Cartesian coordinates are a way to express the position of a point in a flat Euclidean space using rectangular coordinates, while the Cartesian product is a set theoretical construct that represents the most general product set.
  • #1
19,442
10,021
Definition/Summary

Cartesian coordinates are ordinary rectangular coordinates in a flat Euclidean space.

Cartesian form of a complex number is the form [itex]x + iy[/itex], where [itex]x[/itex] and [itex]y[/itex] are real.

Cartesian product of two or more sets is the most general product set, the direct product, with the symbol [itex]\times[/itex].

Equations

CARTESIAN COORDINATES:

2 dimensions:

[itex](x,y)[/itex] or [itex](x_1,x_2)[/itex]

3 dimensions:

[itex](x,y,z)[/itex] or [itex](x_1,x_2,x_3)[/itex]

n dimensions:

[tex](x_1,x_2,\cdots x_n)[/tex]

CARTESIAN FORM:

[tex]x + iy[/tex]

CARTESIAN PRODUCT (DIRECT PRODUCT):

[tex]X\,\times\,Y\ =\ \{(x,y)\,:\,x\in X, y\in Y\}[/tex]

[tex]\prod_{i = 1}^n X_i\ =\ X_1\times X_2\times\cdots X_n\ =\ \{(x_1,x_2,\cdots x_n)\,:\,x_1\in X_1, x_2\in X_2,\cdots x_n\in X_n\}[/tex]

[tex]\prod_{i\in A}^n X_i\ =\ \{f:A\to\bigcup_{i\in A}X_i\,:\,f(i)\in X_i\,,\,\forall i\}[/tex]

Extended explanation

Inner product (dot-product):

The inner product (dot-product) of two vectors in Cartesian coordinates [itex](x_1,x_2,\cdots x_n)[/itex] and [itex](y_1,y_2,\cdots y_n)[/itex] is the sum:
[itex](x_1,x_2,\cdots x_n)\cdot(y_1,y_2,\cdots y_n)\ =\ x_1y_1\,+\,x_2y_2\,+\,\cdots x_ny_n[/itex]

Cross-product:

The cross-product of two vectors exists only in 2 and 3 dimensions:

[itex](x_1,x_2)\times(y_1,y_2)\ =\ x_1y_2\,-\,x_2y_1[/itex]

[itex](x_1,x_2,x_3)\times(y_1,y_2,y_3)\ =\ (x_2y_3\,-\,x_3y_2,x_3y_1\,-\,x_1y_3,x_1y_2\,-\,x_2y_1)[/itex]

Minkowski coordinates:

By comparison, Minkowski coordinates are also rectangular, but they are not in a Euclidean space, and so are not Cartesian.

4-dimensional space-time (Minkowski coordinates):

[tex](t,x,y,z)[/tex] or [tex](x_0,x_1,x_2,x_3)[/tex]

[itex](x_0,x_1,x_2,x_3)\cdot(y_0,y_1,y_2,y_3)\ =\ x_0y_0\,-\,x_1y_1\,-\,x_2y_2\,-\,x_3y_3[/itex]


Polar coordinates:

The most common alternative to Cartesian coordinates in 2 dimensions are the polar coordinates, [itex](r,\theta)[/itex]:

[tex]x\ =\ r\cos\theta,\ y\ =\ r\sin\theta[/tex]
[tex]r\ =\ \sqrt{x^2+y^2},\ \theta\ =\ tan^{-1}(y/x)[/tex]

The most common alternatives to Cartesian coordinates in 3 dimensions are the spherical coordinates, [itex](r,\theta,\phi)[/itex]:

[tex]x\ =\ r\cos\theta\cos\phi,\ y\ =\ r\sin\theta\cos\phi,\ z\ =\ r\sin\phi[/tex]

(some authors interchange [itex]\theta[/itex] and [itex]\phi[/itex])

and the cylindrical (or polar) coordinates [itex](r,\theta,z)[/itex]:

[tex]x\ =\ r\cos\theta,\ y\ =\ r\sin\theta,\ z\ =\ z[/tex]

Cartesian form of a complex number:

There are two standard representations of a complex number: Cartesian and polar.

The Cartesian form is [itex]x\ +\ iy[/itex], where [itex]x[/itex] and [itex]y[/itex] are real.

The polar form is [itex]re^{i\,\theta}[/itex], where [itex]r\ =\ \sqrt{x^2+y^2}[/itex] is the modulus and [itex]\theta\ =\ tan^{-1}(y/x)[/itex] is the argument.

They are so called by analogy with 2-dimensional Cartesian and polar coordinates: complex numbers in Cartesian form may be mapped directly onto the Argand plane in Cartesian coordinates, and complex numbers in polar form may be mapped directly onto the Argand plane in polar coordinates:

[itex]x\ +\ iy\ \to\ (x,y)[/itex] and [itex]re^{i\,\theta}\ \to\ (r,\theta)[/itex]

which is why the equations (above) which convert Cartesian to polar coordinates also convert Cartesian to polar form.


Polar form is useful for multiplying (or dividing) complex numbers: [itex]re^{i\,\theta}se^{i\,\phi}\ =\ rse^{i\,(\theta +\phi)}[/itex], but not for adding them.

Cartesian product:

The Cartesian product [itex]X\times Y[/itex] of two sets [itex]X[/itex] and [itex]Y[/itex] is the set of ordered pairs [itex](x,y)[/itex] of which the first is in [itex]X[/itex] and the second is in [itex]Y[/itex]

The Cartesian product [itex]X_1\times X_2\times\cdots X_n[/itex] of n sets is the set of ordered n-tuples [itex](x_1,x_2,\cdots x_n)[/itex] such that [itex]x_1\in X_1, x_2\in X_2,\cdots x_n\in X_n[/itex]

An n-tuple can also be regarded as a function from the set [itex]\{1,2,\cdots n\}[/itex] into the set [itex](X_1\bigcup X_2\bigcup \cdots X_n)[/itex] such that [itex]f(1)\in X_1,f(2)\in X_2,\cdots f(n)\in X_n,[/itex]

Similary, we can define an infinite Cartesian product:
[tex]\prod_{i\in A}^n X_i\ =\ \{f:A\to\bigcup_{i\in A}X_i\,:\,f(i)\in X_i\,,\,\forall i\}[/tex]

* This entry is from our old Library feature. If you know who wrote it, please let us know so we can attribute a writer. Thanks!
 
Last edited by a moderator:
Mathematics news on Phys.org
  • #2
Cartesian coordinates require that a space has a orthogonal basis, i.e. at least a measure for angels, pre Hilbert spaces. For a list of categories of vector spaces in general see the graphic in https://www.physicsforums.com/insights/hilbert-spaces-relatives/

Cartesian coordinates are a special form of a Cartesian product, where the factors are arranged in an orthogonal way. So in this sense, a Cartesian product is a set theoretical construct like if we had various baskets and an element is a tuple where we have chosen one element from each basket.
 

What is Cartesian Coordinates?

Cartesian coordinates are a system used to locate points in a two-dimensional plane. This system was developed by French mathematician and philosopher René Descartes in the 17th century and is named after him. It is also known as the rectangular coordinate system or the Cartesian coordinate system.

What are the components of Cartesian Coordinates?

There are two components in Cartesian coordinates: the x-coordinate and the y-coordinate. The x-coordinate represents the horizontal position of a point on the plane, while the y-coordinate represents the vertical position. Together, these coordinates can pinpoint the exact location of a point on the plane.

How are Cartesian Coordinates represented?

Cartesian coordinates are typically represented as an ordered pair in the form (x, y). The x-coordinate is always written first, followed by the y-coordinate. For example, the point (3, 5) would have an x-coordinate of 3 and a y-coordinate of 5.

What are some common uses of Cartesian Coordinates?

Cartesian coordinates are used in various fields such as mathematics, physics, engineering, and computer graphics. They are particularly useful in graphing and analyzing mathematical equations, as well as representing the location of objects in space.

What are the formulas used in Cartesian Coordinates?

The formula for calculating the distance between two points in a Cartesian coordinate system is the Pythagorean theorem: d = sqrt((x2-x1)^2 + (y2-y1)^2). Other common formulas include finding the slope of a line using two points (m = (y2-y1)/(x2-x1)) and finding the midpoint of a line segment ((x1+x2)/2, (y1+y2)/2).

Similar threads

Replies
3
Views
722
  • General Math
Replies
2
Views
731
Replies
1
Views
2K
  • General Math
Replies
5
Views
2K
Replies
2
Views
1K
Replies
13
Views
2K
  • General Math
Replies
3
Views
2K
  • General Math
Replies
7
Views
1K
Replies
17
Views
3K
Replies
2
Views
1K
Back
Top