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. 文件上传MultipartBody使用方法

    最近有使用一个文件上传的功能,需要在请求中添加文件,一起传给服务器 Okhttp提供了这个文件添加然后上传的功能 下面给出核心的代码,然后分析一下 //多个文件上传,Filelist private ...

  2. Beautiful Paintings CodeForces - 651B (贪心)

    大意: 给定序列$a$, 可以任意排序, 求最大下标i的个数, 满足$a_i<a_{i+1}$. 这个贪心挺好的, 答案就为n-所有数字出现次数最大值.

  3. Wannafly挑战赛23B游戏

    https://www.nowcoder.com/acm/contest/161/B 题意:两个人van游戏,n堆石子,每次只能取这堆石子数目的因子个数,没得取的人输,问第一个人的必胜策略有多少种 题 ...

  4. Spring boot(六)优雅使用mybatis

    orm框架的本质是简化编程中操作数据库的编码,发展到现在基本上就剩两家了,一个是宣称可以不用写一句SQL的hibernate,一个是可以灵活调试动态sql的mybatis,两者各有特点,在企业级系统开 ...

  5. <Matlab-3:追赶法(Doolittle分解)工具箱

    function x=chase (d,e,f,b) % --------------------------------------------------------------- %the me ...

  6. 可以进行SHA-1,SHA-224,SHA-256,SHA-384,SHA-512五种算法签名的工具类,以及简单说明

    import java.security.MessageDigest; public class SignatureSHA { public static String signSHA(String ...

  7. 兼容IE8的video写法

    <video width="100%" height="515px" controls preload> <source src=" ...

  8. UI基础四:简单的assign block

    经常会有需求让在标准的order加个assign block,那就来简单说一下: 1.创建assign block组件ZXXXXXX 2.添加BTORDER节点和GUID属性 3.创建表视图(可配置, ...

  9. ThinkPHP3上传文件中遇到的问题

    在用ThinkPHP3上传图片的开发过程中遇到如下几个问题: 上传根目录不存在!请尝试手动创建:./Uploads/: 上传的图片,中文名称乱码: 上传文件时会自动生成一个以当前日期命名的文件夹,并将 ...

  10. ECharts 报表事件联动系列二:柱状图,饼状图添加事件

    代码如下: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" c ...