Editing
Galactic Structure
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'Galactic Rotation' (Finding Dark Matter):''' <syntaxhighlight lang="python"> def calculate_required_mass(radius, velocity): """ Based on Newton/Kepler laws. Visible mass is always lower than 'Required' mass in galaxies. """ G = 6.674e-11 # Gravitational constant # M = (v^2 * r) / G mass = (velocity ** 2 * radius) / G return mass # For a star at the edge of a galaxy r = 1e20 # meters v = 2e5 # meters/sec required = calculate_required_mass(r, v) print(f"Required Mass to hold the star: {required:.2e} kg") # If the visible stars only account for 10% of this, # the other 90% MUST be Dark Matter. </syntaxhighlight> ; Galactic Neighbors : '''The Local Group''' β Our immediate neighborhood, including the Milky Way, Andromeda, and the Triangulum galaxy. : '''The Andromeda Galaxy''' β Our closest large neighbor; it is on a collision course with the Milky Way (in 4 billion years). : '''Satellite Galaxies''' β Smaller galaxies (like the Magellanic Clouds) that orbit larger ones. : '''Superclusters''' β The largest structures in the universe, consisting of thousands of galaxies (e.g., Laniakea). </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information