This article is the first of a series that treat math topics.
I've decided to write some articles reporting interesting exercises and demonstrations that are difficult to find in the web.
The stereographic equations demonstration in this article is a good example. For example, the Wikipedia page about Stereographic projection doesn't report the step-by-step process.
I'm quite positive that such demonstration could be found in math books.
Author background
My background on math is limited to what I did during my computer science degree. I'm not an expert, and I'm not an expert on graphical projection.
So, any comment, suggestion, error catch is welcome and encouraged.
The problem
The context is described in the image above. A sphere has its center in the axis origin. The horizontal plane including the origin offers the projecting surface. The projection is made by the function that associates a point onto the sphere with a point on the plane that is the result of the intersection between the plane and the segment between the North pole and the point into the sphere.
In formula:
S=x∈R3:x12+x22+x32=1x=(x1,x2,x3)∈SN=(0,0,1) North pole∈Sf(S)→R2y∈R2,y=(y1,y2),f(x)=y
For the sake of making the math simple, the sphere is the unit radius sphere and is centered in the origin.
Considering the perspective of plane Considering the perspective of plane
x1x3
:
Knowing the coordinates of one point in the sphere
x
and knowing that
y
will be on the segment
r
connecting
x
and
N
, it is possible to write the following formulas:
r:x3=−y1x1+1
The reason is simple, the segment linking
underlinex
and
r
intersect
x3
axis in
N
where
q=1
and the angular coefficient is:
m=N1−y1N3−y3=0−y11−0=−y11
The same reasoning could be done with the plane
x2x3
:
t:x3=−y2x2+1
Now, the goal is to find the coordinates of
y
, and this could be done by reversing the
r
and
t
formulas:
Now, the challenge begin, find the inverse formula of this projection.
In word: given a point in the plane, find the point on the sphere.
In world: given a point in a map, find the real point in the world.
To find the inverse formula the sphere formula is needed, alongside the equations that represents the segment linking the North pole to the point in the map
y
.
By looking the plane
x1x2
the North pole is projected over the origin and the equation that connect the North pole with
y
is:
v:x2=y1y2x1
By looking the plane
x1x3
the segment connecting the North pole with
y
has equation:
Top comments (0)