Concentration Curls
🤖 AtletIQ – телеграм-бот для бодибилдинга
General info
How to perform exercise
- Sit down on a flat bench with one dumbbell in front of you between your legs. Your legs should be spread with your knees bent and feet on the floor.
- Use your right arm to pick the dumbbell up. Place the back of your right upper arm on the top of your inner right thigh. Rotate the palm of your hand until it is facing forward away from your thigh. Tip: Your arm should be extended and the dumbbell should be above the floor. This will be your starting position.
- While holding the upper arm stationary, curl the weights forward while contracting the biceps as you breathe out. Only the forearms should move. Continue the movement until your biceps are fully contracted and the dumbbells are at shoulder level. Tip: At the top of the movement make sure that the little finger of your arm is higher than your thumb. This guarantees a good contraction. Hold the contracted position for a second as you squeeze the biceps.
- Slowly begin to bring the dumbbells back to starting position as your breathe in. Caution: Avoid swinging motions at any time.
- Repeat for the recommended amount of repetitions. Then repeat the movement with the left arm.
Variations: This exercise can be performed standing with the torso bent forward and the arm in front of you. In this case, no leg support is used for the back of your arm so you will need to make extra effort to ensure no movement of the upper arm. This is a more challenging version of the exercise and is not recommended for people with lower back issues.
Photos of the correct technique
What muscles work?
If the correct technique is followed, the following muscle groups work: Biceps, and auxiliary muscles: Forearm
Weight and number of repetitions
The number of repetitions and working weight depends on your goal and other parameters. But the general recommendations can be presented in the form of a table:
Goal | Sets | Reps | Weight, %1Rm | Rest between sets |
---|---|---|---|---|
Strength | 2-6 | 1-5 reps | 100-85% | 3-7 min |
Mass gain | 3-6 | 6-12 reps | 85-60% | 1-4 min |
Fat burning | 2-4 | 13-25 reps | 60-40% | 1-2 min |
In order to make the training more diverse and effective you have to change the number of repetitions and the working weight. It is important not to go beyond certain values!
*Specify the weight and the maximum number of repetitions that you can perform with this weight.
Disk full (/tmp/#sql_9fb7_2); waiting for someone to free some space... SELECT ex.*, ueb.bookmarked, coalesce(bp.caption_ru, bp.caption) body_part FROM (SELECT exercises.id, exercises.user_id, exercises.img_male_1, exercises.img_male_2, exercises.img_male_3, exercises.img_male_4, exercises.img_female_1, exercises.img_female_2, exercises.img_female_3, exercises.img_female_4, exercises.smallpicture, exercises.ex_level_id, exercises.ex_type_id, exercises.ex_force_type_id, exercises.ex_mechanics_type_id, exercises.body_weight_koeff, exercises.multiply_weight, exercises.fatigue_factor, exercises.cnt_workouts, exercises.active, exercises.bm_synched_date, exercises.bm_id , coalesce(exercises.caption_en, exercises.caption) caption, coalesce(exercises.content_en, exercises.content) content, coalesce(exercises.alternative_captions_en, exercises.alternative_captions) alternative_captions, coalesce(exercises.url_en, CONCAT('/en/exercises/', exercises.id) ) as url FROM exercises WHERE archive = 0 GROUP BY exercises.id) ex LEFT OUTER JOIN user_exercise_bookmarks ueb ON ueb.user_id = 1710 AND ex.id = ueb.exercise_id LEFT OUTER JOIN exercises_muscles_movements_types emmt ON emmt.exercise_id = ex.id AND emmt.muscle_movement_type_id = 1 LEFT OUTER JOIN muscles m ON m.id = emmt.muscle_id LEFT OUTER JOIN exercises_equipments ee ON ee.exercise_id = ex.id LEFT OUTER JOIN body_parts bp ON bp.id = m.body_part_id WHERE 1 AND ex.ex_force_type_id = 2 AND ex.ex_type_id = 1 AND ex.id <> 78 AND ex.active = 1 AND emmt.muscle_id IN (SELECT muscle_id FROM exercises_muscles_movements_types WHERE exercise_id = 78 AND muscle_movement_type_id = 1) AND img_male_1 <> "" AND img_male_2 <> "" AND (SELECT GROUP_CONCAT(equipments.id) FROM equipments, exercises_equipments WHERE exercises_equipments.equipment_id = equipments.id AND exercises_equipments.exercise_id = ex.id) = 10 AND (ex.img_male_1 <> "" OR ex.img_female_1 <> "" OR ex.user_id = 1710) GROUP BY ex.id ORDER BY FIELD(ex.user_id, 1710) DESC, ueb.bookmarked DESC, ex.cnt_workouts DESC, caption ASC LIMIT 0, 9