Differences between revisions 4 and 5
Revision 4 as of 2014-05-20 19:08:55
Size: 1374
Comment:
Revision 5 as of 2014-05-20 19:11:16
Size: 1379
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
{{attachment:SatDistance.png||width=400}} {{ attachment=SatDistance.png | | width=400 }}

Satellite Distance

Thinsat arrays will not always be directly above the ground antenna, but will be at an elevation e above the horizon. If the array orbits at a radius A \bullet R_E , what is the distance D \bullet R_E between thinsat and the ground antenna? Note that D = 1 when elevation e is \pi / 2 or 90°.

attachment=SatDistance.png

The sin law states that:

{ { sin( d ) } \over D } = { { sin( a ) } \over A } = { { sin( c ) } \over 1 }

sin( a ) = sin( e + { \pi \over 2 } ) = \cos( e )

sin( c ) = { { sin( a ) } \over A } = { { cos( e ) } \over A }

cos( c ) = \sqrt{ 1 - \left( { cos( e )^2 } \over A \right)^2 }

The sum of the corners of a triangle is \pi , so

\pi = a + c + d = e + { \pi \over 2 } + c + d

{ \pi \over 2 } = e + c + d

d = { \pi \over 2 } - ( e + c )

sin( d ) = sin( { \pi \over 2 } - ( e + c ) ) = cos( e + c ) = cos( e ) cos( c ) - sin( e ) sin( c )

D = sin( d ) / sin( c ) = cos( e ) cos( c ) / sin( c ) - sin( e ) sin( c ) / sin( c )

D = cos( e ) cos( c ) / ( cos( e ) / A ) - sin( e ) = A cos( c ) - sin( e )

D = A \sqrt{ 1 - \left( { cos( e )^2 } \over A \right)^2 } - sin( e )

D = \sqrt{ A^2 - cos( e )^2 } - sin( e )

D = \sqrt{ ( A^2 - 1 ) + sin( e )^2 } - sin( e )

SatDistance (last edited 2014-05-20 21:03:42 by KeithLofstrom)