If I'm being really honest, the only time I actually remember to stretch before a workout is when I'm doing yoga. Since the practice is so focused on being present in your body, I always take the extra time to warm up my muscles before settling into a flow. For other kinds of exercise, though, I have to wonder whether I'm doing my body a disservice by not giving myself a chance to ease into the workout. Do you have to warm up before working out? Experts say it really is worth taking a few extra minutes to prepare your body, even if, in the moment, it feels like it doesn't make much of a difference.

For one thing, an effective warm-up can help you prevent a nasty injury, says personal trainer and champion power lifter Robert Herbst. "A warm-up will improve the flexibility of joints and connective tissue, such as tendons, so it will prevent tears," he tells Elite Daily in an email. "Also, muscles contract more efficiently when their core temperature is raised, so there is less chance of a pull or tear," he explains, "and performance will be better and stronger."

Your heart also has a lot to gain from a warm-up, Herbst adds, because sudden cardio can shock your cardiovascular system. A gentle warm-up, on the other hand, can safely dilate your arteries and raise your heart rate to ensure your body can handle the exercise.

As for how long your warm-up should be, Herbst says there's no set length of time you should set aside to get your body ready for exercise. Factors like time of day, the temperature of your environment, your activity level, and any soreness you might already be feeling can all determine how long you'll need to warm up. "One should warm up for as long as it takes to get loose and ready," he tells Elite Daily. "One indicator [that you're warmed up] is if you are about to break a sweat."

One thing to note is that stretching and warming up are not interchangeable. "It's more logical to warm up first and then stretch," says personal trainer instructor and exercise physiologist Joe Cannon, MS, CSCS. For a good warm-up, spend some time doing low-intensity cardio like walking on a treadmill, using the rowing machine, riding a stationary bike, or using an elliptical machine, he suggests. "Also, studies show that stretching after working out is just as effective at improving flexibility as doing it before and after exercise," says Cannon, so you can definitely move your stretching to the end of your session if that works best for you.

According to online fitness coach Emma Green, PhD (c), MSc, BSc, it's best to address three main things in your overall warm-up. "The first of these is getting your heart rate up; something like jogging, jumping jacks, or skipping would work well here," she suggests. "The second stage is exercises relevant to what you're about to do: bodyweight exercises like lunges, squats, and push-ups, etc." Lastly, she tells Elite Daily, try to include a bit of dynamic stretching in your warm-up, which can include movements like leg and arm swings, torso twists, and walking lunges. Overall, says Green, really spend some time feeling out what your body specifically needs. "If [some] areas feel particularly tight or sore, you could spend longer on these areas, potentially including some foam rolling."

At the end of your workout, don't forget the warm-up's counterpart — the cool-down — so your body can gradually begin to relax again, says Armen Ghazarians, certified personal trainer and CEO of Finish Fit. "Static stretches [groin stretch, quad stretch, hamstring stretch, etc. after a workout not only help with overall flexibility, but they also help reduce DOMS (delayed onset muscle soreness)," he tells Elite Daily in an email. Dedicate about 10 minutes after your session to cool down, he suggests, taking time to stretch all of your major muscle groups, and your body will surely thank you.

L270 运动前要热身的更多相关文章

  1. AI之旅(1):出发前的热身运动

    前置知识   无 知识地图 自学就像在海中游泳   当初为什么会想要了解机器学习呢,应该只是纯粹的好奇心吧.AI似乎无处不在,又无迹可循.为什么一个程序能在围棋的领域战胜人类,程序真的有那么聪明吗?如 ...

  2. Angular12 学习angular2前的热身准备

    1 ECMA European Computer Manufactures Association 这个组织的目标是评估,开发和认可电信和计算机标准. 百度百科:点击前往 ECMA65:满足ECMA标 ...

  3. log4j 和 log4j2 在springboot中的性能对比

    文章链接: https://pengcheng.site/2019/11/17/log4j-he-log4j2-zai-springboot-zhong-de-xing-neng-dui-bi/ 前言 ...

  4. JS运动从入门到兴奋1

    hello,我是沐晴,一个充满了才华,却靠了照骗走江湖的前端妹子.在这个充满PS的年代,这你们都信,哈哈,废话不多说,今天要分享的是关注JS运动的知识.楼主一直认为,不管学习什么,核心思想才是王道,掌 ...

  5. JS运动从入门到精髓!哈哈

    首先来看最基础的运动:单个物体向右匀速运动到某一点停止      例子:一个按钮,一个div,点击按钮,让div向右运动到某一个位置暂停 // 原理: 1 获取物体当前的位置 oDiv.offsetl ...

  6. JS运动---运动基础(匀速运动)

    [一]运动基础 (2)基础运动案例 <!DOCTYPE html> <html> <head> <meta charset="utf-8" ...

  7. day38—JavaScript的运动基础-匀速运动

    转行学开发,代码100天——2018-04-23 一.运动基础框架 JavaScript的运动可以广义理解为渐变效果,直接移动效果等,图网页上常见的“分享到”,banner,透明度变化等.其实现的基本 ...

  8. 漫谈程序员(十二)IT程序猿之猿体是革命的本钱

    IT程序猿之猿体是革命的本钱 前言 程序猿的一大特点就是加班.加班.不停地加班.... 为了美好的生活,为了生活的更加美好.我们选择勤勤恳恳,踏踏实实. 但是,工作只是生活的一部分.生命中最重要的莫过 ...

  9. MTK65XX平台充电调试总结

    MTK平台充电调试总结 摘要:调试电池的充放电管理,首先须要深入了解锂电池的电池原理和特点.充放电特性以及主要的电池安全问题.然后须要对MTK的电池管理驱动程序有深入的了解.理解电池充放电算法的基本原 ...

随机推荐

  1. 报错 hint: Updates were rejected because the remote contains work that you do 解决方法

    1. git pull origin master --allow-unrelated-histories 2.git pull origin master 3.git init 4.git remo ...

  2. 【Java】【2】String和List相互转换

    正文: 1,String转List //常见的为逗号分隔 String str = "a,b,c"; List<String> list1 = Arrays.asLis ...

  3. java把13位时间戳转换成"yyyy-MM-dd HH:mm:ss"格式,工具类

    public static void main(String[] args) { String time = System.currentTimeMillis();//获取当前时间精确到毫秒级的时间戳 ...

  4. Ping 的TTL理解

    http://www.webkaka.com/tutorial/zhanzhang/2017/061570/ 根据自己的扩展重新整理了一下,虽然不是运维,想了解一点东西就希望了解清楚. 一.含义 “T ...

  5. PostgreSQL进程和内存结构

    PostgreSQL数据库启动时,会先启动一个叫做Postmaster的主进程,还会fork一些辅助子进程,这些辅助子进程各自负责一部分功能,辅助子进程分类如下: $ ps -ef | grep po ...

  6. Python条件判断和循环,range()函数

    条件判断经常使用if语句进行判断,表达方式为:if 条件语句:      :elif:else if...用于执行第一条不满足if的判断,继续执行其它的判断.比如一个简单的if判断 Python3取消 ...

  7. 前端web的图标的样式

  8. loj 10004 智力大冲浪

    智力大冲浪 题目描述: 小伟报名参加中央电视台的智力大冲浪节目.本次挑战赛吸引了众多参赛者,主持人为了表彰大家的勇气,先奖励每个参赛者m元.先不要太高兴!因为这些钱还不一定都是你的.接下来主持人宣布了 ...

  9. Python学习之路【第二篇】-pyc简介、Python常用的数据类型及其用法和常用运算符

    1.pyc简介 python程序在运行时也有编译过程,编译后会产生.pyc文件.这是一种由python虚拟机执行的二进制文件(字节码),用于保存内存中PyCodeObject,以便加快程序的加载运行. ...

  10. WannaCry(永恒之蓝)病毒处理方法

    1.直接关闭server服务 打开cmd执行关闭server服务即可: net stop server 控制面板--管理工具--服务里手动关掉 2.防火墙限制445端口 3.打补丁 [KB401259 ...