Differential calculus, Physics problem

menco
Messages
42
Reaction score
0

Homework Statement


A projectile is fired straight upward with a velosict of 400m/s. From physics, its distance above the ground after t seconds is: s(t) = -16t^2 + 400t

A Find the time and velocity at which the projectile hits the ground

B Find the maximum altitude achieved by the projectile

C Find the acceleration at any time t.

Homework Equations


s(t) = -16t^2 + 400t


The Attempt at a Solution



A The surface s(t) = 0

0 = -16t^2+400t
16t^2-400 = 0
16t(t-25) = 0
16t = 0 t-25 = 0
t = 0 t = 25

v(t) = s'(t) = -32t+400
v(25) = -32(25)+400
= -400

The projectile hits the ground after 25 seconds at a velocity of 400m/s

B s'(t) = v(t) = -32t+400
0 = -32t+400
32t = 400
t = 12.5
s(12.5) = -16(12.5)^2+400(12.5)
= 2500m

The projectile reaches a max altitude of 2500m

C a(t) = v'(t) = -32m/s^2

The acceleration at anytime is 32m/s^2
 
Physics news on Phys.org
Huh, I wonder if the original problem had a typo, because the acceleration here is calculated at -32 m/s^2, but on Earth g ≈ -32 ft/s^2. In metric units, g ≈ -9.8 m/s^2.

Besides this curiosity, I see nothing wrong with your work, except for a small typo on the 2nd line of A:
16t^2-400 = 0
should be
16t^2-400t = 0.
 
Well hopefully their answers have a typo as well or I will be way off. Good to know I got the calculations right tho, Thanks for the help
 
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