How does exercise keep your brain young?

Exercise may protect the brain from disease and dementia as we age, but the mechanisms behind its benefits are still murky.
ISTOCK.COM/EMIRMEMEDOVSKI
How does exercise keep your brain young?
By Kelly ServickSep. 6, 2018 , 2:00 PM
Stay active; age gracefully. Behind this truism, there’s a pile of unanswered scientific questions. Researchers are still sorting out what it is about physical activity that seems to lower the risk of dementia later in life. Even more uncertain is whether the effects of exercise can alter the course of diseases that cause dementia—chief among them, Alzheimer’s disease—once they’ve already taken root.
A study published today in Science offers some new clues. In mice that mimic a severe, genetic form of Alzheimer’s disease, a combination of treatments that prompt the growth of new brain cells and protect them from damage can mimic the beneficial effects of exercise in preventing memory decline. So could we someday bottle the effects of exercise to treat Alzheimer’s? And if so, what exactly would we need to bottle? Here’s a rundown of what we know, and what’s still controversial.
What’s the link between exercise and brain aging?
Many large studies suggest staying active and fit throughout life lowers the risk of memory problems later on. For example, a recent project tracked more than 1000 Swedish women over 4 decades and found that for those judged to have “high” cardiovascular fitness on entering the study—as measured by the maximum workload they could handle on a stationary cycle machine before exhaustion—the onset of dementia was delayed, on average, by 9.5 years compared to those with “medium” fitness. But such studies can’t rule out all other confounding factors that might influence dementia risk—from genes to other aspects of a healthy lifestyle common in regular exercisers. And they don’t explain what exercise actually does to the brain.
Does exercise fight the effects of Alzheimer’s disease once someone has it?
Evidence for this is stronger in rodents than in humans. In one mouse model of Alzheimer’s, access to an “enriched” environment that included a running wheelreduced deposits of sticky brain plaques, made of the protein fragment β-amyloid, thought to drive progression of the disease. And the study published today on a different Alzheimer’s model found that diseased mice with access to a running wheel outperformed sedentary diseased mice on a series of memory tests—for example, a maze where mice had to learn and remember which areas contained a sunflower seed snack.
But various studies that randomize elderly people with dementia—including those with Alzheimer’s dementia—to exercise or control groups have been contradictory: Only some have shown that exercise improves cognitive function. That raises questions about how much good exercise can do in the human brain once a neurodegenerative disease such as Alzheimer’s has already taken root.
What is it about exercise that might protect the brain?
A key benefit of exercise could be that it helps the brain make new neurons. In the hippocampus, a brain structure key to learning and memory, there are cells known as neural progenitors that can give rise to new brain cells. Recently, there’s been debateabout whether humans make new neurons throughout life.
But studies in rodents have shown that neurogenesis in adulthood helps keep certain cognitive skills sharp, including the ability to learn about the physical environment and remember how to navigate it. And some rodent studies have linked regular exercise to neurogenesis. For example, having mice run on a wheel seems to double the number of newborn hippocampal neurons that survive in their brains. In the new Science paper, the exercising mice that showed brain benefits in the memory tests also had markers of neurogenesis.
So can neurogenesis in the absence of exercise help the brain?
The new study suggests neurogenesis alone might not be enough. The researchers gave the diseased mice a drug that protects neural progenitor cells in the hippocampus, plus a gene therapy that encourages these cells to proliferate. The mice made new brain cells, but that didn’t seem to help their memory. Only when they got an additional treatment—another gene to boost levels of a protein called brain-derived neurotrophic factor (BDNF)—did they outperform untreated control mice on the memory tests. BDNF, which encourages neural growth, also appeared to reduce inflammation in the diseased brain.
The results suggest making new neurons early in life may protect memory later on, but that a brain already afflicted with Alzheimer’s is “a hostile playing environment,” says Rudolph Tanzi, a neurogeneticist at Harvard Medical School in Boston and co-author on the study. BDNF “cleans up the neighborhood … so that the new neurons that are born can live.”
Could we treat Alzheimer’s in people with a similar strategy?
That approach has gotten less attention from drug companies than efforts to reduce amyloid plaques that surround and kill neurons. But some researchers think it deserves a closer look.
There are still important caveats to such an approach, says Mark Mattson, a neuroscientist at the National Institute on Aging in Baltimore, Maryland. For one thing, progenitor cells in the hippocampus make a type of neuron key to spatial learning and memory, but this isn’t the same type of neuron that appears to degenerate and die in the hippocampi of people with Alzheimer’s. And even if making these new cells protects certain brain functions, there are lots of other brain regions outside the hippocampus affected by Alzheimer’s. Still, the approach is worth further study, he adds. “So far, it’s been kind of tunnel vision in focusing on amyloid,” he says. “The more approaches, in my mind, the better.”
How does exercise keep your brain young?的更多相关文章
- The Sorrows of Young Werther
The Sorrows of Young Werther J.W. von Goethe Thomas Carlyle and R.D. Boylan Edited by Nathen Haskell ...
- The Brain vs Deep Learning Part I: Computational Complexity — Or Why the Singularity Is Nowhere Near
The Brain vs Deep Learning Part I: Computational Complexity — Or Why the Singularity Is Nowhere Near ...
- Codeforces Round #368 (Div. 2) A. Brain's Photos (水题)
Brain's Photos 题目链接: http://codeforces.com/contest/707/problem/A Description Small, but very brave, ...
- A. Brain's Photos ——Codeforces Round #368 (Div. 2)
A. Brain's Photos time limit per test 2 seconds memory limit per test 256 megabytes input standard i ...
- Codeforces Round #368 (Div. 2) A. Brain's Photos 水题
A. Brain's Photos 题目连接: http://www.codeforces.com/contest/707/problem/A Description Small, but very ...
- codeforces707A:Brain's Photos
Description Small, but very brave, mouse Brain was not accepted to summer school of young villains. ...
- BEC listen and translation exercise 35
高中听力: At five o'clock, we have afternoon tea, but we don't have it in the kitchen. Father's Day is t ...
- BEC listen and translation exercise 31
听力练习: All societies have ways of encouraging and enforcing what they view as appropriate behaviour w ...
- BEC listen and translation exercise 40
However, recently there's been more and more interest in the development of ostrich farming in other ...
随机推荐
- yolo
 将目标检测过程设计为为一个回归问题(One Stage Detection),一步到位, 直接从像素到 bbox 坐标和类别概率 优点: 速度快(45fps),效果还不错(mAP 63.4) 利用 ...
- Nest + typeorm
1\ Nest (https://nestjs.com/) is a framework for building efficient, scalable Node.js web appli ...
- Python3学习笔记34-pymongo模块
pymongo模块是python操作mongo数据的第三方模块,记录一下自己常用到的简单用法. 首先需要连接数据库: MongoClient():该方法第一个参数是数据库所在地址,第二个参数是数据库所 ...
- 左侧滚动条js
<script> var left = document.getElementById('main-left'); var right = document.getElementById( ...
- nginx 负载 问题
1 如果使用ip_hash,nginx必须为最前端负载均衡,如果大网环境部署,基本无法实现,内网还可以使用 2 如果不使用ip_hash,则要考虑session问题,可以使用memcached与tom ...
- Hibernate search使用示例(基础小结-注解方式)
(对于项目环境配置,一直没怎么看过.这次经历里从基础环境搭建到hibernate search示例的完成) 1.首先创建project,选择了web project. 2.导入hibernate se ...
- HDU 1250
简单大数 (要压位,不然会超内存) #include<iostream> #include<cstdio> #include<cstring> #include&l ...
- Linux系统下安装pycharm
在 linux下打开浏览器,搜索pycharm,点击download. 下载好的文件的名称可能是 ‘pycharm-professional-2018.3.5.tar.gz’. 打开终端界面,输入命令 ...
- Java+selenium chrome 常见的问题WebDriverException: unknown error: call function result missing 'value'
运行chrome浏览器 报错:"main" org.openqa.selenium.WebDriverException: unknown error: call function ...
- Netty学习4—NIO服务端报错:远程主机强迫关闭了一个现有的连接
1 发现问题 NIO编程中服务端会出现报错 Exception in thread "main" java.io.IOException: 远程主机强迫关闭了一个现有的连接. at ...