Integration, where am i going wrong here?

  • Thread starter Thread starter devanlevin
  • Start date Start date
  • Tags Tags
    Integration
AI Thread Summary
The discussion focuses on calculating displacement and total distance traveled using integration of motion along x and y axes. The user successfully integrates acceleration to find velocity and position functions, yielding displacement values at specific times. However, the challenge arises in determining the total distance traveled, as the user seeks a scalar value rather than just displacement. They explore the idea of using Pythagorean theorem but realize that the motion is complex and not straightforward. The conversation highlights the need for a method to account for the total path length, given the non-linear trajectory.
devanlevin
given,-

\vec{a}_{x}=6t^{2}
\vec{a}_{y}=-4

vector V(t=0)=0
Vector R(t=0)=0

1-the displacement from the 1st to the 3rd second
2-the distance traveled fron the 2st to 3rd second
----------------------
using integration,
Vx=\int(ax)dt=2t^{3}
Vy=\int(ay)dt=-4t

x=\int(Vx)dt=0.5t^{4}
y=\int(Vy)dt=-2t^{2}

then i found r(t=1)=(0.5,-4)
and r(t=3)=(40.5,-18)

delta(r)=42.38, which is the answer to question 1
----------------------
now to find the distance traveled what i would like to do is integrate the vector V from 1 to 3, but once i get an answer for x and y, how do i connect them to get the scalar D, the distance he travelled?
 
Last edited by a moderator:
Physics news on Phys.org
can i apply pythagarus with x and y values?
 
Last edited by a moderator:
That sounds right... the motion here is separable along x- and y-directions.
 
sorrry, should read

then i found r(t=1)=(0.5,-2)
and r(t=3)=(40.5,-18)

delta(r)=43.08, which is the answer to question 1,
i did this by adding the sqared values of x and y and then square root on the answer, i think this gives me the displacement
 
Last edited by a moderator:
physics girl phd said:
That sounds right... the motion here is separable along x- and y-directions.

thats fine, but what I am looking for is the total distance travelled, not the displacemetn,,, so for example, if he traveled 10m X+, 7m X-, 20mY+,10mY-, what I am looking for is 10+7+20+10, the total travelled, not sqrt(3^2+10^2),, problem here is its a complicated curve not straightforward, x then y. how do i calculate that? won't the integral just give me the displacement? also, how do i get a single scalar value, if i know that he walked 40m on X and 16 on y is the distance travelled43.08m?/ how else can i find it other thn pythagarus
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top