Oblique soccer shot calculation task

  • Thread starter Thread starter johanMT
  • Start date Start date
  • Tags Tags
    Physics
Click For Summary
The discussion revolves around calculating the trajectory and velocity of a soccer ball kicked at a 30° angle, with the ball falling after 3 seconds. Participants debate the initial conditions, emphasizing that the ball's initial speed cannot be zero since it is kicked. The calculations for horizontal displacement and the velocity vector at half maximum height are scrutinized, with some asserting that the SUVAT equations apply only after the kick. There is confusion regarding the interpretation of vertical displacement and the time to reach maximum height, highlighting the complexities of projectile motion. The conversation also touches on the use of AI-generated text in solving physics problems, raising concerns about academic integrity.
johanMT
Messages
11
Reaction score
1
Do not use an AI chatbot to try to show your work on schoolwork problems
Homework Statement
Oblique shoot task
Relevant Equations
Vx = v0 * cos alpha
Vy = v0 * sin alpha - gt

D = v0 * cos alpha* t
Y = v0 * t * sin alpha - 1/2 *g * t^ 2
Task:
A football player hits the ball, which is at rest on the ground, so that it moves at an angle of 30° in relation to the horizontal plane and falls to the ground again after 3 seconds. a) How far from the point of impact will the ball fall? b) Calculate the velocity vector of the ball on the upward trajectory at the moment when it is at half its maximum height relative to the ground.

My solution:

a) The ball will fall to the ground after 3 seconds. As the ball is at rest on the ground before impact, we can assume that the initial height of the ball is zero. Also, the ball moves at an angle of 30° in relation to the horizontal plane. When it's time to determine the horizontal displacement of the ball, we can use the horizontal displacement equation: x = v * t * cos(θ) where x is the horizontal displacement of the ball, v is the speed of the ball, t is the time and θ is the angle. Since the time is 3 seconds and the angle is 30°, we can calculate the horizontal displacement: x = v * 3 * cos(30°) x = v * 3 * sqrt(3) / 2 = 0m

(since cos(30°) = sqrt(3) / 2)

b) To calculate the velocity vector of the ball on the upward trajectory at the moment when it is at half the maximum height, we can use the equation for the vertical displacement: y = v * t * sin(θ) - 1/2 * g * t^2 where y is the vertical displacement of the ball, v is the speed of the ball, t is the time, θ is the angle and g is the acceleration of the earth's gravity. Since the time when the ball is at half its maximum height is equal to half of the total time (t/2), we can calculate the vertical displacement: y/2 = v * t/2 * sin(30°) - 1/2 * g * (t/2)^2 y/2 = v * t/2 * 1/2 - 1/2 * g * (t/2)^2 (since sin(30°) = 1/2) y/2 = v * t/4 - 1/8 * g * t^2 Also, since the ball is at half its maximum height, we can assume that the vertical displacement (y) is zero. 0 = v * t/4 - 1/8 * g * t^2 0 = v/4 * t - 1/8 * g * t^2 From this equation we can express the vector speed on the upward path: v = 1/2 * g * t Substituting the known values of the acceleration of the earth's gravity (g = 9.8 m/s^2) and time (t = 3 / 2 = 1.5 s), we can calculate the velocity vector: v = 1/2 * 9.8 m/s^2 * 1.5 s v = 7.35 m/s
 
Physics news on Phys.org
If ##v = 7.35 m/s##, then the ball is going to take a lot less than ##3s## to hit the ground. Even if kicked vertically upwards.
 
johanMT said:
x = v * 3 * cos(30°)
Right, but you have not found v.
johanMT said:
Since the time when the ball is at half its maximum height is equal to half of the total time (t/2)
Wrong.
johanMT said:
since the ball is at half its maximum height, we can assume that the vertical displacement (y) is zero
Eh? Height is vertical displacement here. How can its maximum be zero?
PeroK said:
If ##v = 7.35 m/s##, then the ball is going to take a lot less than ##3s## to hit the ground. Even if kicked vertically upwards.
That's the OP's answer to part b, the velocity when at half maximum height.
But, @johanMT, it asks for the velocity vector.
 
haruspex said:
Right, but you have not found v.

Wrong.

Eh? Height is vertical displacement here. How can its maximum be zero?

That's the OP's answer to part b, the velocity when at half maximum height.
But, @johanMT, it asks for the velocity vector.
In a) Part you should find the initial speed, it just says that the ball is at rest according to that logic it should be that the initial speed is zero, but then how to calculate how far it fell when the formula for range requires knowledge of the initial speed, and from this it turns out to me that it is zero, what would mean that the speed times the cosine of the angle times the time that the distance is 0 meters which makes no sense.
 
haruspex said:
Right, but you have not found v.

Wrong.

Eh? Height is vertical displacement here. How can its maximum be zero?

That's the OP's answer to part b, the velocity when at half maximum height.
But, @johanMT, it asks for the velocity vector.
In part b isn't half of the upward trajectory when time t is half?
 
johanMT said:
according to that logic it should be that the initial speed is zero
The SUVAT equations (##s=ut+\frac 12at^2## etc.) only apply to constant acceleration. The player kicks the ball (first acceleration), then gravity takes over (different acceleration). So you can only apply those equations for the free fall phase after the player has kicked the ball. The initial velocity is then not zero.
 
johanMT said:
In part b isn't half of the upward trajectory when time t is half?
First, half of what time? The given total time is 3 seconds. Where will the ball be at 1.5s?
If you mean half the time to reach maximum height, that would be true for constant vertical velocity; but it isn’t.
 
haruspex said:
First, half of what time? The given total time is 3 seconds. Where will the ball be at 1.5s?
If you mean half the time to reach maximum height, that would be true for constant vertical velocity; but it isn’t.
Ok ,then I really don' t know this part.
 
haruspex said:
The SUVAT equations (##s=ut+\frac 12at^2## etc.) only apply to constant acceleration. The player kicks the ball (first acceleration), then gravity takes over (different acceleration). So you can only apply those equations for the free fall phase after the player has kicked the ball. The initial velocity is then not zero.
I don't have a given path in the task, and I'm looking for speed, which means that I will then have two unknowns in the equation, speed and path, and I only need speed.
 
  • #10
Thread closed for Moderation...
 
  • #11
Thread is reopened for now. @johanMT -- Do not use AI chatbot text to try to show your work in your OP. That is against the PF rules, especially without attribution to the chatbot.
 
  • #12
Was the entire answer first answer chatbot? It certainly parses oddly to my sensibillities. Perhaps it should be retrospectively stricken. (Chatbot part lined out)
 
  • #13
323157875.jpg
 
  • #14
It would be useful policy perhaps to require annotation of AI. Perhaps scarlet letters (where is Hester Prynne when we need her ?) We could all learn perhaps.
 
  • #15
hutchphd said:
Was the entire answer first answer chatbot?
I'm not sure why anybody expects a chat-AI to do physics. My calculator writes shitty essays, and my toaster doesn't even make a good cup of tea.

I suspect even the equations (with the wrong answers based on wrong suppositions and interpretations of the question) were also AI.
 
  • #16
hutchphd said:
It would be useful policy perhaps to require annotation of AI. Perhaps scarlet letters (where is Hester Prynne when we need her ?) We could all learn perhaps.
The following was added to the PF Rules a couple months ago:

Greg Bernhardt said:
ChatGPT and AI-generated text
  • Posting AI-generated text without attribution is categorically disallowed and will lead to a warning and an eventual permanent ban with continued use.
  • Answering a science or math question with AI-generated text, even with attribution, is not allowed. AI-generated text apps like ChatGPT are not valid sources.
  • Threads about the technology and cultural impact behind AI like ChatGPT are allowed
  • Usage of AI-generated text output in entertainment threads in General Discussion with attribution is allowed.
 
  • Like
Likes hmmm27, hutchphd and dlgoff
  • #17
hutchphd said:
Was the entire answer first answer chatbot?
All of their "work" toward the solution was AI generated (just paste it into ZeroGPT yourself to see that it comes back with a 100% match). It's a new way for students to, um, get help on their homework without actually doing much work or studying.
 
  • Like
Likes Lnewqban and hutchphd
  • #18
johanMT said:
I don't have a given path in the task, and I'm looking for speed, which means that I will then have two unknowns in the equation, speed and path, and I only need speed.
As @Lnewqban shows in post #13, the path is a parabola, but you do not need to know that. Just use the SUVAT equations correctly.
The ball is kicked with unknown speed v at angle 30° above the horizontal. Write an expression for its vertical velocity, and from that the time it will take to reach maximum height. How does that relate to the given 3s?
 
  • #19
berkeman said:
It's a new way for students to, um, get help on their homework without actually doing much work or studying.
And to think, in 30 years, our kids will be driving over bridges designed by MEs who made it through on the back of chatGPT. :nb)
 
  • #20
Or maybe going on submersible tours to the Titanic!

Oh wait...
 
  • Haha
  • Like
Likes Tom.G and hutchphd
  • #21
phinds said:
And to think, in 30 years, our kids will be driving over bridges designed by MEs who made it through on the back of chatGPT. :nb)
 
  • #22
@johanMT

The pure vertical movement is independent of the trajectory because is only governed by gravity.
The pure horizontal movement is a constant velocity one (no acceleration), as long as the ball is in the air.
What we see is a simultaneous combination of both movements.

projectile2.gif


LlKPleE4RPiV91s5FfxA_PR1.gif
a7SGtJtsRKOP5z7N3Wx0_PR2.gif
 
  • #23
Lnewqban said:
@johanMT

The pure vertical movement is independent of the trajectory because is only governed by gravity.
The pure horizontal movement is a constant velocity one (no acceleration), as long as the ball is in the air.
What we see is a simultaneous combination of both movements.

View attachment 330035

View attachment 330036View attachment 330037

if I hit a ball that is at rest on the ground at an angle of 30, it means that it has no speed in the x component because it is at rest, but it has a speed in the y component because gravity acts on it
 
Last edited by a moderator:
  • #24
johanMT said:
if I hit a ball that is at rest on the ground at an angle of 30, it means that it has no speed in the x component because it is at rest, but it has a speed in the y component because gravity acts on it
You seem confused about the concept of kicking a ball.

This is approximately the scenario you are analysing here:

 
  • #25
PeroK said:
You seem confused about the concept of kicking a ball.

This is approximately the scenario you are analysing here:


Yes I see this, this is Magnuss efect.
 
  • #26
johanMT said:
Yes I see this, this is Magnuss efect.
I'm not sure about that. We are not talking about the sidespin.

The angle here is less than 30 degrees and the ball lands after less than 2 seconds. But, the critical thing is that the ball does not go straight up in the air! The ball would have landed after about 40m, perhaps.

That gives you a physical scenario to help you get a grip on the problem, hopefully.
 
  • #27
That said, this is not the easiest projectile motion problem. You perhaps ought to try some simpler problems first.
 
  • #28
PeroK said:
That said, this is not the easiest projectile motion problem. You perhaps ought to try some simpler problems first.
This is from the exam, that's why I asked
 
  • #29
johanMT said:
This is from the exam, that's why I asked
You need to do some studying if you want to do problems like this. ChatGPT isn't much help when it comes to problems that involve calculations. You need a textbook or course material.
 
  • #30
johanMT said:
if I hit a ball that is at rest on the ground at an angle of 30, it means that it has no speed in the x component because it is at rest, but it has a speed in the y component because gravity acts on it
You don't seem to have read and understood my post #6.
The ball is at rest before it is kicked. The SUVAT equations apply from just after kicking the ball. The "initial velocity" occurs then. It will not be zero.
 
  • Like
Likes SammyS and jbriggs444

Similar threads

Replies
5
Views
1K
Replies
12
Views
1K
  • · Replies 3 ·
Replies
3
Views
769
Replies
34
Views
2K
Replies
6
Views
3K
Replies
40
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
18
Views
1K
  • · Replies 4 ·
Replies
4
Views
1K