Homework Statement
I'm trying to find a equation that will connect a object that is thrown to form a parabolic motion of a projectile. What I want to be able to sub it in is maxheight and displacement covered by the projectile
Homework Equations
I don't really know, maybe vi = vf +...
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.
I tried that but it didn't work that's why I asked about the direction.
vx = Cos(angle)*vx+ Sin(angle)*vy
vy = -Sin(angle)*vx+Cos(angle)*vy
I did something like this.
Imagine actual angle is the front of the person but after setting the values, I set it to be 90 degrees that will be converted...
Ok a slighty offtopic question, is rotating a vector the same as changing the direction of a vector? How would you change the direction of a vector?
vx = vx *Cos(angle)
vy = vy *Sin(angle)
or am I wrong?
Is it taken in radians or degrees currently?
Here's how I tried to apply it
vx = Cos(angle)*vx+ Sin(angle)*vy
vy = -Sin(angle)*vx+Cos(angle)*vy
vx = velocity X
vy = velocity Y
angle = new angle