I could program something like
If "velocity input' > 3X10^8 Then
MsgBox("Faster than speed of light, huh?")
End if
I'm just learning how to code in this course and it involves some physics. It was fun doing this problem and wrapping my head around all the concepts.
The question I was...
Thank you so much, you put it all in perspective. I kept thinking something was wrong with how I coded the program...
Yes, I understand now. I kept thinking for some reason that the projectile should have hit the wall no matter what. I was going in circles a lot... maybe I should have posted my...
So you're saying I shouldn't use 1m/s as initial velocity? And that the -7m was correct to be negative?
Then what does the time mean from: t_w = d/cos(theta)*U ?
Is it wrong to sub in 1m for d, and 1 for U? That means it's an incorrect time?
What test values should I be subbing in?
Hello all! I'm trying to program a projectile motion question and I'm having some trouble with the physics that's involved.
The program allows you to input the starting height, initial velocity, launch angle and the distance to a wall (also a window on the wall, but that isn't important for...
Hello, this is my first time posting.
I'm seeking some advice and would like to hear from other people who are in the same boat. I'll try and keep this post as brief as possible and stick to the main points, so sorry in advance if I get carried away.
So basically this is my story...