Free Fall Motion - Max Height Reached by Helicopter

Click For Summary

Homework Help Overview

The problem involves a helicopter taking off with a constant upward acceleration, followed by a scenario where a passenger jumps out, and the helicopter enters free fall. The objective is to determine the maximum height reached by the helicopter above the ground.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the use of kinematic equations to derive velocity and height, questioning the assumptions about initial conditions and the time taken to reach maximum height.
  • Some participants suggest breaking the problem into two parts: the ascent with acceleration and the subsequent free fall.
  • There is a focus on clarifying the initial height of the helicopter after the first 10 seconds of ascent.

Discussion Status

Participants are actively engaging with the problem, offering insights and corrections. Some have provided guidance on how to approach the calculations by separating the ascent and free fall phases. There is recognition of the need to account for the height achieved after the initial acceleration phase.

Contextual Notes

There are discussions about the initial conditions, including the height of the helicopter after 10 seconds of upward acceleration and the implications of using different time intervals for calculations. Participants are also considering the effects of different accelerations during the ascent and free fall phases.

clope023
Messages
990
Reaction score
130
[SOLVED] free fall motion

Homework Statement



A helicopter carrying Dr. Evil takes off with a constant upward acceleration of 5.0m/s^2. Secret agent Austin Powers jumps on just as the helicopter lifts off the ground. After the two men struggle for 10.0s , Powers shuts off the engine and steps out of the helicopter. Assume that the helicopter is in free fall after its engine is shut off and ignore effects of air resistance.

maximum height above ground reached by the helicopter?

Homework Equations



1) (vy)^2 = (v0y)^2 +2ay(y-y0)

2) vy=v0y+ayt

3) y = y0 + v0yt +1/2ayt^2

The Attempt at a Solution



1) used equation 2 to derive the velocity

v0y = (5m/s^2)(10s) = 50m/s

plugged into equation 3 with ay = -9.8m/s^2, got:

y = 0 + (50m/s)(10s) + 1/2(-9.8m/s^2)(10s)^2 = 10m wrong

2) used equation 1 with v0y = 50m/s and ay = -9.8m/s^2 and solved for y:

y = (v0y)^2/(2*ay) = (50m/s)^2/(2*-9.8m/s^2) = 127.6m wrong

3) used equation 2 with ay = 5m/s^2 with v0y = 50m/s to solve for time

t = v0y/g = (50m/s)/(9.8m/s^2) = 5.1s

then plugged in t into equation 3 to get:

y = 0 + (50m/s)(5.1s) + 1/2(-9.8m/s^2)(5.1s)^2 = 127.6m wrong again

any and all help is really appreciated, I think the main problem is I have the wrong velocity but I'm not how else to find it.
 
Physics news on Phys.org
1) used equation 2 to derive the velocity

v0y = (5m/s^2)(10s) = 50m/s

plugged into equation 3 with ay = -9.8m/s^2, got:

y = 0 + (50m/s)(10s) + 1/2(-9.8m/s^2)(10s)^2 = 10m wrong

You got the velocity correct, however you can't assume it takes 10s for the helicopter to reach the ground, and you didn't account for how high the helicopter was when the engines were shut off.

0 = y_0 + (50m/s)x + 1/2(-9.8m/s^2)x^2 The helicopter will follow a parabolic path (well kinda) which means that however long it takes to hit the ground half of that total time and the helicopter will be at it's max point.

Or if you know some calculus you could find where the first derivative is zero.
 
You are closer than you think.

clope023 said:
1) used equation 2 to derive the velocity

v0y = (5m/s^2)(10s) = 50m/s

Good! This is the speed of the helicopter when it begins freefall.

plugged into equation 3 with ay = -9.8m/s^2, got:

y = 0 + (50m/s)(10s) + 1/2(-9.8m/s^2)(10s)^2 = 10m wrong

Two problems using this approach:
- You don't know the time it takes to reach max height. It's not 10s!
- The initial height is not 0. It's been rising for 10s.

2) used equation 1 with v0y = 50m/s and ay = -9.8m/s^2 and solved for y:

y = (v0y)^2/(2*ay) = (50m/s)^2/(2*-9.8m/s^2) = 127.6m wrong

This is good. What's wrong is thinking that you're starting from ground level. But you're not. What is the height of the helicopter after the initial 10s?

3) used equation 2 with ay = 5m/s^2 with v0y = 50m/s to solve for time

t = v0y/g = (50m/s)/(9.8m/s^2) = 5.1s

Ah... now you've found the time. Good!

then plugged in t into equation 3 to get:

y = 0 + (50m/s)(5.1s) + 1/2(-9.8m/s^2)(5.1s)^2 = 127.6m wrong again
Again: This is how much it rises above the height it was after 10s.

any and all help is really appreciated, I think the main problem is I have the wrong velocity but I'm not how else to find it.
You're velocity is fine. Do this: Find how high it is after accelerating upwards for 10s. That's the starting point for your free fall calculations. (You already found the speed after 10s, now find the height.)
 
ok, I tried this:

127.6m = y0+50m/s(10s)+ 1/2(9.8m/s^2)(10s)^2

-->

127.6m -10m = y0, y0 = 117.6m

is this the correct height, I also tried it with 5.1s but that gave me 0.
 
No. Treat the problem in two parts: (a) the part where it accelerates at + 5 m/s^2 for 10 s, and (b) the part where it accelerates at -9.8 m/s^2 until reaching maximum height.

Where is the helicopter at the end of part (a)? You already found the additional height it will climb once it starts free fall (part b), just add those two heights together.

(Don't try to solve the complete problem with one equation. You can't do it, since each part has a different acceleration.)
 
y = y_0+v_0t+\frac{1}{2}at^2

On the way up the helicopter started on the ground so y_0 = 0 and there is no initial velocity (v_0 = 0) when the helicopter starts it's ascent.
 
hmm, alright so what I got from your post was to try:

a) y = 0 + 50m/s(10s) + 1/2(5m/s^s)(10s)^2 = 750m

b) y = 0 + 50m/s(5.1s) + 1/2(-9.8m/s^s)(5.1s)^2 = 127.6m

and 750m + 127.6m = 877.6m

how's that?

edit: according to Feldoh there's is no v0, so instead maybe I'll try for a

y = 1/2(5)(10squared) = 250 and 250+127.6 = 377.6m
 
Last edited:
Seems right.
 
I got the question right! (off of masteringphysics), thanks a lot guys I was having trouble with this one, again thanks a lot!
 

Similar threads

Replies
11
Views
2K
  • · Replies 10 ·
Replies
10
Views
1K
Replies
28
Views
3K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 38 ·
2
Replies
38
Views
4K
Replies
5
Views
4K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K