There are infinitely many curves that satisfy the differential equation s' = u + at. We need information, to uniquely identify the required curve.
Given a reference point is an initial condition.
Your side question i am not sure of because its been a long time since i did physics,
2007-07-21 18:26:58
·
answer #1
·
answered by swd 6
·
2⤊
3⤋
Usually c is left out because it is always assumed that s = 0 for t = 0.
For general conditions the C constant cannot be forgotten. Its definite value will depend on the initial conditions.
Side question: Air resistance. The air friction force obeys to the following approximate law:
f = k* v^2 (1 + alpha*v^4)
(assuming the body is not too small, u is not too small and u not of the order of the sound speed).
For a free fall you can integrate the equations (hyperbolic funtions, you can find also that there is a limit speed), but for a general balistic motion the only way to find the trajectory is by computer simulation. It is very easy, Quick Basic or Borland Pascal are enough, not forgetting to use double precision arithmetic.
Then you can find that the angle to reach the maximun distance is less than 45 degrees. For u = 200 m/sec and K=0.001 (alpha= 0) the angle found is 36.7 º and the max high = 128.6 m, with the projectile falling at a distance = 1274 m. Time on air is 16.5 secs. Without air resistance the figures are: 3911 m distance, max high 347 m, time on air 24 secs.
I apologize for my poor English.
Note: Were you interested on the subjetc, I could send you the source BASIC code. Comments are in Spanish, but the instructions can be easily understood.
Hello again! at home now. From the link
http://pedroweb.dyndns.org/ashow
you can download the projectile motion simulation code (QuickBasic45) and the executable module (DOS environment). I translated the prompts into English. Resulting figures are written in an ouptut file so you can plot the trajectory with Excel or any other tool.
2007-07-22 10:06:09
·
answer #2
·
answered by Jano 5
·
0⤊
2⤋
s=ut+0.5at^2+c
This is a general solution.
You have to find the value of C from the initial condition.
That is valid for any integration.
Now when t = 0 we know S = 0.If you wish you can take it to be some value C.
If we take S = 0 when t = 0, then putting these values in the equation
s=ut+0.5at^2+c , we get C = 0.
Thus in all equations we assume that at the start the distance is zero.
If it starts from some distance c in the beginning, then the equation is
s=ut+0.5at^2+c or
[s-c] = ut+0.5at^2.
------------------------------------------------------------------
In projectile motion, if there is resistance due to air, then both the horizontal and vertical motion are affected by the resistance.
If ma is the force of friction, then a is the acceleration opposing the motion.
Then the verrticl motion we use [g-a] instead of g alone.
The vertical acceleration decreases.
and in horizontal motion the equations to be used are
v = u –at . s = ut -1/2at^2 , v^2 –u^2 = -2as etc and solve accordingly
t=The angle is always determined by the ratio of the horizontal and vertical velocities at that instant
2007-07-21 20:26:15
·
answer #3
·
answered by Pearlsawme 7
·
0⤊
2⤋
♥ sorry I’m late with my answer; let me also put in a few words.
♠ constant c in
s=ut+0.5at^2+c solution
of differential eqn s’=u+at
is always taken into account!
Its value depends on initial condition attached to differential equation.
☺If initial condition says “at t=0 s(0)=0” then
s(0)=u*0+0.5a*0^2+c, hence c=0; thus your final solution looks
s(t)=ut+0.5at^2+0, that is s(t)=ut+0.5at^2;
☻Suppose initial condition says “at t=0 s(0)=7.7”; Then
s(0)=u*0+0.5a*0^2+c, or 7.7=u*0+0.5a*0^2+c,
hence c=7.7; thus your final solution looks
s(t)=ut+0.5at^2+7.7; c is present!
♦♦ your Side Question is a real headache in artillery schools coz drag force of air and wind has a great effect on hitting a target successfully;
E.g.: differential equation with constant drag force in still air looks:
y’’ +ky’ +g=0, x’’+kx’=0, where x=x(t) and y=y(t) are describing trajectory coordinates of projectile with initial conditions x’(0)=u, x(0)=0, y’(0)=v, y(0)=0, while k should be found experimentally;
♥ the solution of this eqn looks:
x=u*f(t), y=(v +9.8/k)f(t) –9.8t/k, where f(t)=(1-exp(-kt))/k;
now if k → 0 (drag force is negligible - vacuum!),
then x=u*t and y=vt -0.5gt^2 represent recognizable parabolic trajectory!
♥ conclusion: 1)the trajectory in air is lower than that in vacuum; 2)the projectile will hit the ground sooner than in vacuum;
since tan(θ) =u/v, and muzzle speed w=√(u^2 +v^2) is constant for the given cannon, then 3) launch angle θ must be greater in air than that in vacuum.
2007-07-21 22:50:54
·
answer #4
·
answered by Anonymous
·
1⤊
1⤋
The constant c is left out because the reference point constraint defines the constant. Note that if you did not define u, you would have TWO constant terms for the displacement eqtn, c1*t and c2.
Air resistance slows the projectile, and the total range will be lower than in a vacuum.
The shape of the path of the projectile in a vacuum is a parabola. So if it is projected upwards at an angle theta and the target is at the same level, the projectile will hit at the angle theta.
For a projectile in air, the angle at which the projectile hits the target is greater than theta.
2007-07-21 18:27:07
·
answer #5
·
answered by cattbarf 7
·
1⤊
3⤋
yes you are right.but i willrewrite the whole enunciation and solution:
suppose a particle starts(at t=0) ftrm positon s(0)and initial velocity u
and moves with uniform acceleration (constant) a along a straight line. Find the expressions for the velocity v or v(t)&position sor s(t) at time t
Solution
dv/dt=a
integrate with respect to t
v=at+B
to find the constant B, we use the initial condition v=u at t-0
u=0+B
substitute B=u above, we get expression for v(t)OR v
v=u+at
OR ds/dt=u+at
integrate with respect to t again;
s=ut+1/2at^2 +C
to find the constant C, we again use the initial condition: when t=0, s=s(0).
s(0)=C
Putting C=s(0), we get the expression for s(t) abbreviated to s
s=ut+1/2at^2+s(0).
so yor c=s(0) given by the initial condition.
sometimes we take the starting point as origin, then s(0)=0
and then the equation reduces to s=ut +1/2at^2
2007-07-22 01:56:11
·
answer #6
·
answered by Anonymous
·
1⤊
1⤋
Because c represents the initial position(initial value of s) and at a reference point you´´ll take it normally =0
The influence of air resistance is very complicated and the differential equation is completely different
2007-07-22 03:00:58
·
answer #7
·
answered by santmann2002 7
·
1⤊
1⤋