Editing
Exercise Psychology and Motivation
(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 Motivation Gap' (Predicting 'Adherence'):''' <syntaxhighlight lang="python"> def calculate_habit_strength(days_streak, enjoyment_level, difficulty_level): """ Shows why 'Consistency' and 'Fun' beat 'Intensity'. """ # Habit is strengthened by streak and enjoyment # Weakened if it's 'Too Hard' (Difficulty > Skill) strength = (days_streak * 0.5) + (enjoyment_level * 10) - (difficulty_level * 5) if strength > 50: return "STATUS: MAINTENANCE. (The gym is now 'Who You Are')." elif strength > 20: return "STATUS: ACTIVE. (Vulnerable to 'Life Events' or 'Stress')." else: return "STATUS: AT RISK. (Need to 'Scale Back' and find 'Small Wins')." # Case: A beginner on day 5, struggling (Difficulty 10, Enjoyment 2) print(calculate_habit_strength(5, 2, 10)) # Case: A regular on day 100, loving it (Difficulty 5, Enjoyment 8) print(calculate_habit_strength(100, 8, 5)) </syntaxhighlight> ; Psychological Landmarks : '''The 'Runner's High' ''' β The "Neurochemical Reward" (Endocannabinoids/Endorphins) that "Rewards" "Persistent Movement," "Proving" we are "Evolved" to "Enjoy" "Work." : '''Mental 'Rehearsal' (Imagery)''' β (See Article 150). The "Discovery" that "Visualizing" an "Action" (like 'Throwing a ball') "Activates" the "Same Neurons" and "Improves Skill" as much as "Physical Practice." : '''Social 'Facilitation' ''' β The "Fact" that you "Run Faster" when "Other People are Watching," "Demonstrating" our "Social Conditioning" (see Article 619). : '''The 'Identity' Shift''' β The "Point" where someone says **"I AM a Runner"** instead of "I am trying to run." This is the "Final Goal" of "Exercise Psychology." </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