Editing
Dark Matter and Dark Energy
(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 'The Expansion' (Calculating 'Distance' Increase):''' <syntaxhighlight lang="python"> def calculate_cosmic_expansion(distance_mpc, hubble_constant_km_s): """ Shows why 'Distant Galaxies' move faster. """ # Velocity = H0 * Distance velocity = hubble_constant_km_s * distance_mpc if velocity > 300000: # Speed of Light return f"DISTANT GALAXY: Receding at {int(velocity)} km/s. (Moving faster than light! We will never reach it)." else: return f"LOCAL GALAXY: Receding at {int(velocity)} km/s." # Case: A galaxy 100 Megaparsecs away (H0 = 70) print(calculate_cosmic_expansion(100, 70)) # Case: A galaxy 5000 Megaparsecs away print(calculate_cosmic_expansion(5000, 70)) </syntaxhighlight> ; Cosmological Landmarks : '''The 'Bullet Cluster' ''' β A "Collision" between "Two Galaxy Clusters" where the "Visible Gas" and "Dark Matter" "Separated," "Proving" that **Dark Matter** is a "Physical Substance" and not just "Bad Math." : '''MACHO vs. WIMP''' β The "Great Debate": was Dark Matter "Dead Stars" (**MA**ssive **C**ompact **H**alo **O**bjects) or "Sub-atomic Particles" (**W**eakly **I**nteracting **M**assive **P**articles)? (WIMPs are currently the favorite). : '''The 'Cosmological Constant' ''' β (See Article 122). Einsteinβs "Biggest Blunder" (Lambda) that "Turned Out" to be the "Best Explanation" for **Dark Energy.** : '''The 'Euclid' Mission''' β (2023). A "Space Telescope" "Designed" "Solely" to "Map" the "Geometry" of the "Dark Universe" to "Solve" the "Missing 95%" problem. </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