Getting enough shut-eye is one of life’s biggest challenges. It’s recommended that the average person get at least 7 hours of sleep per night to stay healthy and alert, but is there a particular optimal time for going to bed?

The division of people into 'morning larks' and 'night owls' is based on our individual circadian rhythms - the internal body clock that keeps us going. A tiny region in the brain’s hypothalamus, called the suprachiasmatic nucleus (SCN), is the control centre of our internal timekeeping, and it runs in roughly 24-hour long cycles. Our sleep and wakefulness are regulated with hormones and neural activity from the SCN.

The daily cycle of light and dark plays an important role in our circadian rhythms. "If you put a human into an environment without any light/dark signals or any other time cues, they will fall asleep approximately every 24 hours," writes sleep researcher Sally Ferguson from Central Queensland University in Australia. "Light is the strongest signal to our biological clock and is critical to [..] keeping us synchronised to the external environment."

So, should we all be going to bed at sundown and rising with the birds? Not necessarily, although exposure to light is closely linked to the production of melatonin, the hormone that makes us sleepy. When it's light, the brain suppresses melatonin, which helps us stay alert. But people have individual differences in how soon after dark melatonin production kicks into gear, and this is why there is no set time for when a person starts getting sleepy.

"It's a mistake to go to bed too early," clinical sleep researcher Rafael Pelayo tells The Wall Street Journal. "Trying to go to sleep when your body wants to be awake is like swimming upstream."

In other words, if you're fighting your natural rhythm, forcing yourself to go to bed early is only going to make you anxious about not being able to fall sleep. As insomnia researcher Allison Siebern from Stanford University in the US explains to Time magazine, the best time for a person to go to sleep is the hour when they feel the sleepiest. That's easier said than done, though - particularly for people with inconsistent sleep schedules, such as shift workers.

Still, experts recommend that the best way to get a good night's sleep is to try and rise around the same time every morning, and go to bed at our sleepiest, which might fluctuate slightly from day to day. To determine your optimal bedtime, set your alarm consistently, restrict the amount of time in bed to how many hours you normally need per night, and hit the sack 15 minutes before that. "Restricting your opportunity to sleep may actually make you go to bed later but the biologic drive to sleep will help you fall asleep faster and sleep deeper," explains Pelayo.

One final note is a warning on sleep quality throughout the night. We sleep in roughly 90-minute cycles, shifting from deep sleep to lighter rapid eye movement (REM) sleep. The latter tends to occur more in the second half of the night, closer to daybreak - so if you often go to bed super-late, you may be getting more REM sleep, and less of the restorative deep stuff that makes you productive and alert.

L325 如何睡觉的更多相关文章

  1. js 睡觉

    js睡觉 function sleep(numberMillis) { var now = new Date(); var exitTime = now.getTime() + numberMilli ...

  2. [No000045]最好的休息,不是睡觉!

    导读 有人曾说,累,一定是你打开生活的方式不对.细细揣摩,很有道理,在这个世上,从来都是微笑不累,生气累:单纯不累,复杂累:相思不累,单恋累:相守不累,独守累:相爱不累,相残累:专情不累,滥情累:友情 ...

  3. [ACM_模拟][ACM_暴力] Lazier Salesgirl [暴力 懒销售睡觉]

    Description Kochiya Sanae is a lazy girl who makes and sells bread. She is an expert at bread making ...

  4. Luogu 睡觉困难综合征 ([NOI2014]起床困难综合症)

    一.[NOI2014]起床困难综合症 题目描述 网址:https://daniu.luogu.org/problemnew/show/2114 大意: 有一条链,链上每一个节点包含一个位运算f 与 一 ...

  5. vue_小项目_吃饭睡觉打豆豆

    vue_小项目_吃饭睡觉打豆豆 onmouseenter 和 onmouseleave : 在 移入/移出 子元素时不会重复触发 onmouseover 和 onmouseout : 在 移入/移出 ...

  6. 洛谷P3613 睡觉困难综合征(LCT,贪心)

    洛谷题目传送门 膜拜神犇出题人管理员!!膜拜yler和ZSY!! 没错yler连续教我这个蒟蒻写起床困难综合症和睡觉困难综合症%%%Orz,所以按位贪心的思路可以继承下来 这里最好还是写树剖吧,不过我 ...

  7. 【刷题】洛谷 P3613 睡觉困难综合征

    题目背景 刚立完Flag我就挂了WC和THUWC... 时间限制0.5s,空间限制128MB 因为Claris大佬帮助一周目由乃通过了Deus的题,所以一周目的由乃前往二周目世界找雪辉去了 由于二周目 ...

  8. Vue 不睡觉教程3 - 来点实在的:自动计算剩余时间的任务列表

    目标前两课教的是入门和文件结构.都没有什么实在的东西.这次我们要来点实在的.我们要做出一个待办列表.这个待办列表有以下特点: 可以自动从文本中抽取出这件事情的开始时间可以显示当前距离这件事情的开始时间 ...

  9. 牛客网 Wannafly挑战赛8 A.小Y和小B睡觉觉

    写了一会不想写了... A-小Y和小B睡觉觉 链接:https://www.nowcoder.com/acm/contest/57/A来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒 空间限制: ...

随机推荐

  1. 腾讯tOS死亡或注定,为何国内无自主ROM?

    http://tech.sina.com.cn/roll/2017-06-26/doc-ifyhmtrw4006354.shtml 腾讯OS死亡或注定,为何国内无自主ROM? 2017年06月26日 ...

  2. [LintCode] Binary Tree Level Order Traversal(二叉树的层次遍历)

    描述 给出一棵二叉树,返回其节点值的层次遍历(逐层从左往右访问) 样例 给一棵二叉树 {3,9,20,#,#,15,7} : 3 / \ 9 20 / \ 15 7 返回他的分层遍历结果: [ [3] ...

  3. Weighted Channel Dropout for Regularization of Deep Convolutional Neural Network

    这是AAAI2019的一篇论文,主要是为了解决小数据集的过拟合问题,使用了针对于卷积层的Dropout的方法. 论文的要点记录于下: 1.在训练过程中对于卷积层的channels进行droipout, ...

  4. selenum threding多线程运行 实例

    1.配置相关驱动 chrome驱动 下载驱动,配置到环境变量中 如 xxxxchrome.jar 将其新建目录c:/driver---将目录 配置到环境变量 firefox驱动 下载驱动,将gecko ...

  5. SQL SERVER 一组数据按规律横着放置,少则补空,如人员按一进一出的规律,进出为一组,缺少的补null

    假设一组数据:人员进出刷卡数据表[SwingCard] ID MenID Door 1 1 In 2 1 In 3 1 Out 4 1 In 5 1 Out 6 1 Out 想要变成如下:一进一出为一 ...

  6. 漏洞复现——tomcat远程代码执行漏洞

    漏洞描述: 当存在该漏洞的Tomcat 运行在 Windows 主机上,且启用了 HTTP PUT请求方法,攻击者可通过构造的攻击请求向服务器上传包含任意代码的 JSP 文件,造成任意代码执行 影响范 ...

  7. jq判断网页是在什么浏览器打开的

    有的时候项目中有需要用户扫描二维码进行页面识别跳转操作的,(类似当前需要先判断是否为手机默认浏览器打开,尤其是微信打开会影响APP包的下载-微信内置的一个拦截,这对Android来说影响有点大),因此 ...

  8. 121. Best Time to Buy and Sell Stock 买卖股票的最佳时机

    网址:https://leetcode.com/problems/Best-Time-to-Buy-and-Sell-Stock/ 第一想法是滑动窗口法,稍微尝试后发现不可行,至少我不会... 而后想 ...

  9. InnoDB存储引擎介绍-(7) Innodb数据页结构

    数据页结构 File Header 总共38 Bytes,记录页的头信息 名称 大小(Bytes) 描述 FIL_PAGE_SPACE 4 该页的checksum值 FIL_PAGE_OFFSET 4 ...

  10. MySQL自带功能介绍

    前言: 数据库相关的操作 1.SQL语句 *****(MySql(一)已经介绍): 2.利用mysql内部提供的功能(视图.触发器.函数.存储过程: 一.视图: 把经常使用的查询结果,做成临时视图表, ...