Alternate Hammer Curl
🤖 AtletIQ – телеграм-бот для бодибилдинга
General info
How to perform exercise
- Stand up with your torso upright and a dumbbell in each hand being held at arms length. The elbows should be close to the torso.
- The palms of the hands should be facing your torso. This will be your starting position.
- While holding the upper arm stationary, curl the right weight forward while contracting the biceps as you breathe out. Continue the movement until your biceps is fully contracted and the dumbbells are at shoulder level. Hold the contracted position for a second as you squeeze the biceps. Tip: Only the forearms should move.
- Slowly begin to bring the dumbbells back to starting position as your breathe in.
- Repeat the movement with the left hand. This equals one repetition.
- Continue alternating in this manner for the recommended amount of repetitions.
Variations: There are many possible variations for this movement. For instance, you can perform the exercise sitting down on a bench with or without back support and you can also perform it by doing both arms at the same time.
Same as the Hammer Curl but you alternate arms.
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_1402d_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 <> 250 AND ex.active = 1 AND emmt.muscle_id IN (SELECT muscle_id FROM exercises_muscles_movements_types WHERE exercise_id = 250 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