How to Calculate 3D Projectile Movement with Initial Vectors?

AI Thread Summary
To calculate 3D projectile movement with given initial position and velocity vectors, use the equation S = ut + 0.5at², where S, u, and a are vector quantities. The gravitational acceleration is set at -981, consistent with 1D calculations. Each component of motion can be expressed in orthogonal form, such as Sz = Uz * t + 0.5 Az * t² for the z-direction. The resulting path will be parabolic, but the specific equation may vary based on the chosen orthogonal vectors. Understanding these principles is essential for accurately modeling 3D projectile motion.
wraithseeker
Messages
28
Reaction score
0
How would you do it if you were given initial x y z components of the object known as position vector and velocity vector of the object.

Gravity is -981 in my case.
 
Physics news on Phys.org
the same that would be for 1D

taking time as parameter(t)

S=ut+0.5at*t
where S,u,a are vector quantities
so now writting in orthogonal for
Sz=Uz *t + 0.5 Az *t*t
Sz=component in zdirection
similiarly the rest of others

now the path would be parabolic but u might not necceserly get quaderatic eq.
because eq. depend upon ur choice of orthogonal vectors
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Thread 'Voltmeter readings for this circuit with switches'
TL;DR Summary: I would like to know the voltmeter readings on the two resistors separately in the picture in the following cases , When one of the keys is closed When both of them are opened (Knowing that the battery has negligible internal resistance) My thoughts for the first case , one of them must be 12 volt while the other is 0 The second case we'll I think both voltmeter readings should be 12 volt since they are both parallel to the battery and they involve the key within what the...
Thread 'Trying to understand the logic behind adding vectors with an angle between them'
My initial calculation was to subtract V1 from V2 to show that from the perspective of the second aircraft the first one is -300km/h. So i checked with ChatGPT and it said I cant just subtract them because I have an angle between them. So I dont understand the reasoning of it. Like why should a velocity be dependent on an angle? I was thinking about how it would look like if the planes where parallel to each other, and then how it look like if one is turning away and I dont see it. Since...
Back
Top