Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Sound
  • Matter
  • Reflection of Light
  • Equations of Motion
  • Kinematics
  • Wave Theory
  • Electromagnetic Induction
  • Physics Notes Class 8
  • Physics Notes Class 9
  • Physics Notes Class 10
  • Physics Notes Class 11
  • Physics Notes Class 12
Open In App
Next Article:
Tangential Velocity Formula
Next article icon

Tangential Velocity Formula

Last Updated : 08 Apr, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Tangential velocity refers to the linear speed of an object moving along a circular path. It is the velocity measured at any point tangent to the path of the object. In other words, it is the speed at which an object is moving along the circumference of a circle.

In this article, we will learn what Tangential velocity is, its formula, solve some examples.

What is Tangential Velocity?

Tangential velocity explains the motion of an object along the circle's edge whose direction is always at the tangent to any given point on the circle.

Hence, tangential velocity is the component of motion along the edge of a circle measured at any arbitrary instant.

A tangent is a line that only touches one point of a non-linear curve (such as a circle). A two-dimensional graph represents an equation with the relationship between the coordinates x and y. 

In a circular motion, the tangential velocity is the measurement of the speed at any point tangent to the revolving wheel. Through the formula, angular velocity ω is connected to tangential velocity, Vt. Tangential velocity is the component of motion along the circle's edge that may be measured at any time.

Tangential Velocity Formula

First, we must determine the angular displacement θ, which is defined as the ratio of the length of the arcs traced by an item on this circle to its radius 'r'.

The angular velocity of an object is the rate at which its angular displacement changes. Its standard unit is radians per second, and it is represented by ω. It differs from linear velocity in that it only considers objects that move in a circular motion. As a result, it is used to calculate the rate at which angular displacement is swept.

Tangential Velocity Formula

Mathematically, the tangential velocity vt is given as:

vt = r × ω

where, 

  • r is Radius of Circular Path
  • ω is Angular Velocity

ω = dθ/dt = 2π/t

where,

  • dθ/dt is time rate change of angular displacement θ
  • t is time taken

Thus, the tangential velocity becomes:

vt = r × dθ/dt

vt = r × 2π/t

The tangential velocity of any object moving in a circular direction can be calculated using the tangential velocity formula. 

Unit and Dimension of Tangential Velocity

Tangential Velocity is similar to normal velocity but is in the tangential direction. The unit of tangential velocity is Metre Per Second or m/s. It is measured using the formula,

vt = r × ω

The dimension formula for Tangential Velocity is [M0LT-1].

Read, More

  • Tangential Acceleration
  • Angular Velocity

Examples on Tangential Velocity

Example 1: The angular velocity of a circular ring is 20 rad/s, and its diameter is 20 cm. Find its tangential velocity.

Solution:

Given,

Angular velocity, ω = 20 rad/s,

Diameter of the ring, d = 20 cm.

Radius, r = d / 2 

               = 20 cm/2 
               = 10 cm 
               = 0.1 m

Formula for Tangential velocity is as given:

vt = r × ω

    = 0.1 m × 20 rad/s

    = 2 m/s

Example 2: Determine the tangential velocity of a disc that has an angular velocity of 10 rad/s and a radius of 5 m.

Solution:

Given,

Angular velocity, ω = 10 rad/s,

Radius of the disc, d = 5 m.

Formula for Tangential velocity is as given:

vt = r × ω

    = 5 m × 10 rad/s

    = 50 m/s

Example 3: What is the radius of the wheel which turns with a speed of 10 m/s, and its angular velocity is 5 rad/s?

Solution:

Given,

Tangential velocity, vt = 10 m/s,

Angular velocity, ω = 5 rad/s.

Formula for Tangential velocity is as given:

vt = r × ω

10 m/s = r × 5 rad/s

r = 2 m

Example 4: What is the radius of the ring which has a tangential velocity of 50 m/s, and its angular velocity is 5 rad/s?

Solution:

Given,

Tangential velocity, vt = 50 m/s,

Angular velocity, ω = 5 rad/s.

Formula for Tangential velocity is as given:

vt = r × ω

50 m/s = r × 5 rad/s

r = 10 m

Example 5: If the tangential velocity of a wheel is 22 m/sec, and its angular velocity is 11 radians/sec. Then find out its radius.

Solution:

Tangential velocity, vt = 22 m/sec

Angular velocity, ω = 11 radians/sec

Now the formula for tangential velocity is:

Vt = r×ω

r = vt / ω
  = 22 / 11
  =  2 m

Thus, radius of the wheel is 2 meters

Worksheet: Tangetial Velocity

Problem 1: A point on the circumference of a rotating drum with a radius of 0.75 meters has a tangential velocity of 5 m/s. Calculate the angular velocity of the drum.

Problem 2: A point on the edge of a rotating disk has an angular velocity of 2 rad/s. If the radius of the disk is 0.5 m, calculate the tangential velocity of the point.

Problem 3: A car is traveling around a circular track with a radius of 100 meters. If the car has a tangential velocity of 20 m/s, what is its angular velocity?

Problem 4: A satellite orbits Earth with a radius of 7000 km and an angular velocity of 0.001 rad/s. Find the tangential velocity of the satellite.

Problem 5: A cyclist moves along a circular track with a radius of 25 m. If the cyclist's tangential velocity is 5 m/s, determine the cyclist's angular velocity.

Problem 6: The second hand of a clock is 0.1 meters long and completes one revolution every 60 seconds. What is the tangential velocity of the tip of the second hand?

Problem 7: An object moves with an angular velocity of 3 rad/s along a circular path with a radius of 2 meters. Calculate its tangential velocity.

Problem 8: A wheel with a radius of 0.4 meters rotates at 10 rad/s. What is the tangential velocity at the edge of the wheel?

Also, Read:

  • Velocity

Next Article
Tangential Velocity Formula

K

khichdiboss
Improve
Article Tags :
  • School Learning
  • Physics
  • Physics-Formulas
  • Mechanics
  • Physics-Concepts

Similar Reads

    Initial Velocity Formula
    The first thing that comes to mind after hearing initial velocity is that it is the velocity of an object when it started moving from rest. normally we do this mistake, but in reality, it is the velocity of an object at a given instance of time (that can be assumed) which it got before being under t
    7 min read
    Terminal Velocity Formula
    Terminal velocity is the maximum velocity that an object can have while falling through the air. It is known that driving force is required to make the object fall under the effect of gravity. This force is susceptible to a drag force that increases with increases in velocity. As a result the object
    3 min read
    Instantaneous Velocity Formula
    The speed of a moving item at a given point in time while retaining a specific direction is known as instantaneous velocity. With the passage of time, the velocity of an object changes. On the other hand, velocity is defined as the ratio of change in position to change in time when the difference in
    4 min read
    Tangent 3 Theta Formula
    Tangent 3 Theta or tan 3 theta formula is tan 3θ = (3tanθ - tan3θ)/ (1 – 3tan2θ). It is an important trigonometric formula, that is used to solve various trigonometric problems. In this article we have covered, the Tangent 3 Theta (Tan 3θ) Formula, its derivation and others in detail.Before, startin
    7 min read
    Kinematic Viscosity Formula
    The viscosity of a liquid is defined as a frictional force in its flow. In other words, viscosity occurs when there is relative motion between layers of fluid. It can be interpreted as the measure of a fluid's thickness or barrier to passing items through it. There are two types of viscosity: Absolu
    3 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences