Skip to content
geeksforgeeks
  • 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
  • Tutorials
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
  • Practice
    • Build your AI Agent
    • GfG 160
    • Problem of the Day
    • Practice Coding Problems
    • GfG SDE Sheet
  • Contests
    • Accenture Hackathon (Ending Soon!)
    • GfG Weekly [Rated Contest]
    • Job-A-Thon Hiring Challenge
    • All Contests and Events
  • Physics
  • CBSE Physics Class 8 Notes
  • CBSE Class 9 Physics Notes
  • CBSE Notes for Class 10 Physics
  • CBSE Class 11 Physics Notes
  • CBSE Class 12 Physics Notes
  • CBSE Class 8 Science Notes
  • CBSE Class 9 Science Notes
  • Class 10 Science Notes
Open In App
Next Article:
Displacement in Simple Harmonic Motion
Next article icon

Projectile Motion for Horizontal Displacement

Last Updated : 15 Mar, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Suppose an object is thrown at a certain angle θ with a certain velocity. In that case, the path followed by the object is called a trajectory, the thrown object is called a projectile, and the motion followed by it is called projectile motion. Once launched, the projectile moves by its inertia under the influence of gravitational force (the only force acting on the projectile is gravitational force).

proje

Projectile Motion for Horizontal Displacement

Horizontal Displacement of Projectile Motion

The horizontal displacement of the projectile is called the range of the projectile and depends on the object’s initial horizontal velocity. When a projectile is launched with the same initial speed at two complementary angles of projection, the range will remain the same.

Horizontal displacement caused due to the projectile motion of particle, is given by:

∆x = V0 x t

Where ∆x  is the horizontal projectile displacement

V0 = velocity of the particle

t = time of flight

If the particle moves under constant acceleration, the projectile motion is called vertical projectile motion. Here, the particle moves along the y-axis.

How to find horizontal displacement in projectile motion?

To calculate the horizontal displacement of a particle in projectile motion using a calculator, follow these steps:

Step 1: Enter the values for velocity and time in their respective input fields.

Step 2: In the “Horizontal Displacement at Time” input field, enter ‘x’.

Step 3: Click the “Calculate the Unknown” button to obtain the result.

Step 4: The horizontal displacement value will be displayed in the output field.

Let’s imagine if an object is projected with an initial velocity v at an angle θ, and the initial height is h. Then, its components of velocity are given as, 

The horizontal velocity component: vx = v.cos(θ) and 

The vertical velocity component: vy = v.sin(θ).

In the case of the horizontal motion of the projectile, the vertical component of velocity is 0, therefore vsinθ is also 0.

Solved Examples of Projectile Motion

Example 1: Mohan travels 6 km to the North but then back-tracks to the South for 4 km to reach his home. Then total displacement of Mohan?

The displacement of Mohan is given by the formula:

Δx = (xf – xi)

Here the initial position of Mohan is xi

The final position is xf which is the distance traveled towards the north minus the distance traveled towards the south.

Δx = (6 km North  – 4 km South) – 0

= 2 km North

Example 2: Find the value of horizontal displacement of a fired projectile at a constant velocity of 12 m/s and time of flight is 20 s.

Given,

The velocity of particle = 12 m/s

Time of flight = 20 sec

Then Horizontal displacement of projectile is,

∆x = vc x t

= 12 x 20 

= 240 m

Example 3: Find the value of horizontal displacement of a fired projectile at a constant velocity of 40 m/s and time of flight is 12 s.

Given,

Velocity of particle = 40 m/s

Time of flight = 12 sec

Then Horizontal displacement of projectile is,

∆x = vc x t

= 40 x 12 

= 480 m 

Example 4: A stone is thrown at a constant velocity of 10 m/s horizontally to the surface of the earth and the stone follows the parabolic path If the horizontal displacement attained by the stone is 100 m then find its time of flight.

Given,

Velocity of stone = 10 m/s

Horizontal displacement of projectile = 100m 

Since,

∆x = vc x t

Therefore,

Time of flight, t = ∆x / vc  

= 100 /10 

= 10 s 

Example 5: A boy kicked a football with a certain constant velocity v. If the ball follows a trajectory path with a horizontal displacement of 330 m and its time of flight during the projection is 20 s. Then what is the velocity of the ball?

Given,

The velocity of football = v m/s

Time of flight = 20 sec

Horizontal displacement of football = 330 m

∆x = vc x t

vc = ∆x / t  

= 330 / 20 

= 16.5m/s



Next Article
Displacement in Simple Harmonic Motion

I

imrozshaik666
Improve
Article Tags :
  • Physics-MAQ
  • School Learning
  • School Physics
  • Physics-Calculators
  • Physics-Formulas

Similar Reads

  • Projectile Motion for Vertical Displacement
    A projectile is any object launched into space with only gravity acting on it. Gravity is the primary force that influences a projectile's motion. This doesn't mean that other forces don't act on the projectile, but their impact is minimal compared to gravity. The trajectory of a projectile is the p
    9 min read
  • Displacement in Simple Harmonic Motion
    The Oscillatory Motion has a big part to play in the world of Physics. Oscillatory motions are said to be harmonic if the displacement of the oscillatory body can be expressed as a function of sine or cosine of an angle depending upon time. In Harmonic Oscillations, the limits of oscillations on eit
    10 min read
  • Real Life Applications of Projectile Motion
    Projectile motion is a part of our everyday experiences. From Javelin throw to missile firing, applications of projectile motion is of important need in our daily life. The path of a projectile motion is parabolic in nature. In this article, we will learn some real-life applications of Projectile Mo
    5 min read
  • Position and Displacement Vectors
    A vector is a quantity that has both magnitude and direction. Vectors allow us to describe the quantities which have both direction and magnitude. For example, velocity and position. These quantities are useful in describing the motion and the position of a particle that is moving in a plane. All th
    7 min read
  • How to find Vertical and Horizontal Asymptotes?
    Answer: To identify the vertical asymptotes of a function, set the denominator equal to zero and solve for x. Since the denominator is factored, set each factor equal to zero and solve individually. To determine the horizontal asymptotes, compare the degrees of the numerator and the denominator.Asym
    7 min read
  • Motion in Three Dimensions
    A particle moving in a 1-dimensional space requires only one coordinate to specify its position. In two dimensions similarly, two coordinates are required. Three-dimensional motions are encountered at a lot of places in real life, to analyze these real-life situations. One needs to understand the mo
    7 min read
  • Projectile Motion
    Projectile motion refers to the curved path an object follows when it is thrown or projected into the air and moves under the influence of gravity. In this motion, the object experiences two independent motions: horizontal motion (along the x-axis) and vertical motion (along the y-axis). Projectile
    15+ min read
  • Displacement Relation in a Progressive Wave
    The displacement relation in a progressive wave defines how a particle's position changes over time. It is represented by y(x,t) = A sin(kx−ωt+ϕ), where A is amplitude, k is the angular wave number, ω is the angular frequency, x is position, and t is time. In this article, we will learn about Displa
    6 min read
  • Distance and Displacement
    Distance and Displacement are two crucial terms of Mechanics that may seem the same but have different meanings and definitions. Distance is a measure of "How much path is covered by an object in motion?" While Displacement is the measure of "How much path is covered by the object in a particular di
    7 min read
  • Practice Problems on Distance Formula
    Distance Formula is an important concept in coordinate geometry to find distance between two points or a point and a line or between two lines. This article will explain concepts related to distance formula and presents solved and unsolved questions based on them. These practice problems on Distance
    7 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