Find deceleration from distance and initial velocity

physicsnnewbie
Messages
48
Reaction score
0
I have just started a calculus book, and I can't figure out how to solve this problem:

Homework Statement


The landing velocity of an airplane (i.e., the velocity at which it touches the ground) is 100 mi/hr. It decelerates at a constant rate and comes to a stop after traveling 1/4 mile along a straight landing strip. Find the deceleration or negative acceleration.



Homework Equations





The Attempt at a Solution


a = x
v = xt + C
v = xt + 100
s = (x/2)t^2 + 100t + C
1/4 = (x/2)t^2 +100t

I'm not sure what to do next.
 
Physics news on Phys.org
solve for t using the quadratic equation formula.
 
physicsnnewbie said:
I have just started a calculus book, and I can't figure out how to solve this problem:

Homework Statement


The landing velocity of an airplane (i.e., the velocity at which it touches the ground) is 100 mi/hr. It decelerates at a constant rate and comes to a stop after traveling 1/4 mile along a straight landing strip. Find the deceleration or negative acceleration.



Homework Equations





The Attempt at a Solution


a = x
v = xt + C
v = xt + 100
s = (x/2)t^2 + 100t + C
1/4 = (x/2)t^2 +100t

I'm not sure what to do next.
In addition to 1/4= (x/2)t^2+ 100t, which says that the airplane moved 1/4 mile in t hours, you have xt+ 100= 0 since the airplane came to a stop (has speed 0) in that time.
From xt= -100, x= -100/t.

Replace x in 1/4= (x/2)t^2+ 100t with that and solve the resulting linear equation for t. Once, you have t, you can solve for x from x= -100/t.
 
Thanks Ivy, don't know why I didn't think of that.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top