Time, velocity, deceleration and the constant K

AI Thread Summary
The discussion focuses on solving a physics problem involving the deceleration of a jet aircraft landing on a lake, where the deceleration is proportional to the square of the velocity. The goal is to determine the design parameter K, which relates to the landing gear's size and shape, and to calculate the time elapsed during the deceleration from 110 mi/hr to 24 mi/hr over a distance of 1370 ft. Initial attempts at solving the problem involved using kinematic equations, but participants noted the need to consider that acceleration is not constant due to its dependence on velocity. The correct approach involves starting from the definition of acceleration and integrating, rather than applying constant acceleration equations. Ultimately, the discussion emphasizes the importance of solving the problem symbolically and understanding the underlying principles of motion.
Northbysouth
Messages
241
Reaction score
2

Homework Statement



A certain lake is proposed as a landing area for large jet aircraft. The touchdown speed of 110 mi/hr upon contact with the water is to be reduced to 24 mi/hr in a distance of 1370 ft. If the deceleration is proportional to the square of the velocity of the aircraft through the water, a = -Kv2, find the value of the design parameter K, which would be a measure of the size and shape of the landing gear vanes that plow through the water. Also find the time t elapsed during the specified interval.


Homework Equations



x = x0 + v0xt + 1/2at2

v = v0x + at

The Attempt at a Solution



v = v0x + at

24 mi/hr = 110 mi/hr - (kv2)t
24 mi/hr = 110 mi/hr -576kt
576kt = 86 mi/hr

t = 86/576k

Taking this I plugged it into

x = x0 + v0xt + 1/2at2

1370ft = 0 + (110mi/hr)t + 1/2(-kv2)t2

Plugged in v = 24 mi/hr

1370ft = (110 mi/hr)5 - 288 kt2

1370 ft = (110 mi/hr)(86/576k) - 288(86/576)

k = 0.01162

t = 12/845

I realize that I entered my value for k into the system incorrectly, but I used that value to calculate t, which was incorrect. With that said, I'm not sure what to do. Suggestions are welcome and appreciated. THanks
 

Attachments

  • 2.042.png
    2.042.png
    19.2 KB · Views: 572
Physics news on Phys.org
Northbysouth said:

Homework Statement



A certain lake is proposed as a landing area for large jet aircraft. The touchdown speed of 110 mi/hr upon contact with the water is to be reduced to 24 mi/hr in a distance of 1370 ft. If the deceleration is proportional to the square of the velocity of the aircraft through the water, a = -Kv2, find the value of the design parameter K, which would be a measure of the size and shape of the landing gear vanes that plow through the water. Also find the time t elapsed during the specified interval.


Homework Equations



x = x0 + v0xt + 1/2at2

v = v0x + at

The Attempt at a Solution



v = v0x + at

24 mi/hr = 110 mi/hr - (kv2)t
24 mi/hr = 110 mi/hr -576kt
576kt = 86 mi/hr
It is best to solve all problems symbolically before plugging in any numbers. Each time one plugs in a number, one loses information that can help solve the problem or check one's answer for sanity.

However, your difficulty here is that the equations you are using only apply when the acceleration is constant, whereas in this problem the acceleration depends on velocity. You have to start from first principles, that is, the definitions of velocity and acceleration.
 
When you say first principles do you mean:

v = dx/dt

a = dv/dt = dv/dx*dx/dt = v dv/dx

Will I need differential equations to solve this problem?
 
Northbysouth said:
When you say first principles do you mean:

v = dx/dt
Yes. This one is correct.
a = dv/dt = dv/dx*dx/dt = v dv/dx
This one starts out correctly, but then goes astray:
a = \frac{dv}{dt} = \frac{d^2x}{dt^2}
Will I need differential equations to solve this problem?
No; simple integration is enough.

You are given
a = \frac{dv}{dt} = -Kv^2.
Start from there.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top