Editing
Dopamine, Reward, and the Neuroscience of Motivation
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!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Dopamine, Reward, and the Neuroscience of Motivation is the study of how the brain's reward circuitry drives behavior β how dopamine signals prediction errors, why habits form, and what addiction reveals about motivational architecture. The dopamine system is not a pleasure machine β it is a learning machine, continuously updating predictions about what actions lead to rewards. </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Dopamine''' β A catecholamine neurotransmitter central to reward, motivation, movement (basal ganglia), and working memory (prefrontal cortex). * '''Reward Prediction Error''' β (Wolfram Schultz). Dopamine neurons fire not at reward delivery but at unexpected rewards β and dip when expected rewards fail to materialize. This is the neural substrate of learning. * '''The Mesolimbic Pathway''' β The "reward pathway": VTA β nucleus accumbens β prefrontal cortex β central to motivation and addiction. * '''Habit Formation''' β Repeated behaviors shift from goal-directed (prefrontal) to habitual (striatal) control β explaining why habits are hard to break even when goals change. * '''Addiction''' β A disorder of the reward system: repeated drug exposure hijacks prediction error signaling, creating compulsive seeking despite negative consequences. * '''Incentive Salience''' β (Berridge). The "wanting" component of reward β distinct from "liking" (hedonic pleasure). Dopamine drives wanting; opioids drive liking. * '''The Variable Ratio Schedule''' β The most powerful reinforcement schedule (slot machines, social media likes) β unpredictable reward maximizes dopamine-driven seeking. * '''Anhedonia''' β The inability to feel pleasure β a core symptom of depression β associated with hypoactive dopamine signaling. * '''Flow and Dopamine''' β Optimal challenge triggers sustained dopamine release β the neurochemistry of Csikszentmihalyi's flow state. * '''Prefrontal Dopamine''' β Moderate dopamine levels optimize prefrontal function (working memory, planning); too little or too much impairs it (the "inverted-U"). </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Dopamine is understood through '''prediction''' and '''learning'''. '''The Prediction Error Revolution''': Schultz's 1997 discovery that dopamine neurons encode prediction errors β not pleasure β was transformative. A reward you expected produces no dopamine spike. An unexpected reward produces a large one. A predicted reward that fails to arrive produces a dip below baseline. This is Bayesian updating implemented in neurons β the brain constantly revising its model of the world based on surprises. Addiction exploits this: drugs produce prediction errors far larger than any natural reward, overwhelming the system. '''Wanting vs. Liking''': Kent Berridge's lesion studies showed that destroying dopamine systems in rats eliminated their motivation to seek food β but they still showed pleasure responses when food was placed in their mouths. Dopamine is about wanting, pursuing, and working for rewards β not the pleasure of receiving them. This explains why addicts compulsively seek drugs they no longer enjoy. The wanting system and the liking system can become dissociated. </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == <syntaxhighlight lang="python"> def model_dopamine_response(reward_value, predicted_value, novelty): prediction_error = reward_value - predicted_value novelty_bonus = novelty * 0.3 dopamine_signal = prediction_error + novelty_bonus response = ("STRONG SPIKE" if dopamine_signal > 5 else "MODERATE SPIKE" if dopamine_signal > 2 else "BASELINE" if dopamine_signal > -1 else "DIP BELOW BASELINE") return f"PE: {prediction_error:+.1f} | Novelty: +{novelty_bonus:.1f} | Signal: {response}" print(model_dopamine_response(10, 2, 8)) # Unexpected large reward (jackpot) print(model_dopamine_response(5, 5, 0)) # Fully predicted reward print(model_dopamine_response(0, 5, 0)) # Expected reward omitted </syntaxhighlight> </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Dopamine Pathways and Functions ! Pathway !! Route !! Function !! Disorder if Disrupted |- | Mesolimbic || "VTA β Nucleus Accumbens" || "Reward, motivation, addiction" || "Addiction, anhedonia" |- | Mesocortical || "VTA β Prefrontal Cortex" || "Working memory, planning, attention" || "Schizophrenia, ADHD" |- | Nigrostriatal || "Substantia Nigra β Striatum" || "Motor control, habit learning" || "Parkinson's disease" |- | Tuberoinfundibular || "Hypothalamus β Pituitary" || "Prolactin regulation" || "Galactorrhea (antipsychotics)" |} </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == # Does the prediction error model fully explain human motivation β or does it miss the phenomenology of meaning and purpose? # Should dopaminergic interventions (stimulants, dopamine agonists) be used to treat procrastination and low motivation in healthy individuals? # How do social media platforms deliberately exploit variable ratio reinforcement β and what regulatory response is appropriate? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == # A "reward system" biofeedback wearable tracking dopaminergic arousal patterns during daily tasks. # A behavioral intervention AI using prediction error principles to optimize habit formation programs. # A school curriculum teaching students about their own dopamine systems to build informed media literacy. [[Category:Science]][[Category:Neuroscience]][[Category:Psychology]][[Category:Health]] </div>
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)
Template used on this page:
Template:BloomIntro
(
edit
)
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