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. spring boot 多数据源配置与使用

    在介绍使用JdbcTemplate和Spring-data-jpa时,都使用了单数据源.在单数据源的情况下,Spring Boot的配置非常简单,只需要在application.properties文 ...

  2. 6月17 练习ThinkPHP的增删改查

    利用ThinkPHP连接数据库的增删改查的例题:用到的数据库表名Info表,Nation表 数据显示页面:MainController.class.php中的ShowInfo方法 //例题 //显示所 ...

  3. 【Java】【1】List的几种排序写法

    前言: 1,实现Comparator接口的类的对象作为sort的入参 2,在方法的局部使用局部类 3,基于第二种方法,局部类改为匿名类 4,使用lamdba表达式->这种形式 5,借助Compa ...

  4. jq回车触发绑定点击事件

    //jq绑定回车事件触发点击事件<script> $(function(){ $(document).keyup(function(event){ if(event.keyCode ==1 ...

  5. 13. Roman to Integer C++

    直接for循环,并且判断是否出现IV等情况 int which(char ch) { if(ch == 'I') ; else if(ch == 'V') ; else if(ch == 'X') ; ...

  6. python_数据类型

    数据类型 1.数字类型 整型(Int) - 通常被称为是整型或整数,是正或负整数,不带小数点.Python3 整型是没有限制大小的,可以当作 Long 类型使用,所以 Python3 没有 Pytho ...

  7. java旅程(二) 基本语法

    java变量: 数值型        整数类型(byte,short,int,long)浮点类型(float,double) 字符型 char 基本数据类型                       ...

  8. SIMD指令集——一条指令操作多个数,SSE,AVX都是,例如:乘累加,Shuffle等

    SIMD指令集 from:https://zhuanlan.zhihu.com/p/31271788 SIMD,即Single Instruction, Multiple Data,一条指令操作多个数 ...

  9. sudo执行命令允许教程

    1.说明 在Ubuntu中我们可能经常使用sudo执行一些高权限命令:但在CentOS中默认是不允许普通用户sudo的,如同以下情型 [ls@ls bin]$ sudo ifconfig [sudo] ...

  10. 牛客网 PAT 算法历年真题 1002 :数字分类 (20)

    1002 :数字分类 (20) 时间限制 1000 ms 内存限制 32768 KB 代码长度限制 100 KB 判断程序 Standard (来自 小小) 题目描述 给定一系列正整数,请按要求对数字 ...