Recent content by defiledx

  1. D

    Programming a Projectile Motion Question

    Hmm accidentally quoted myself and can't delete it...
  2. D

    Programming a Projectile Motion Question

    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...
  3. D

    Programming a Projectile Motion Question

    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...
  4. D

    Programming a Projectile Motion Question

    So for my program if the value spits out a negative height, I should prompt the user to enter a higher initial velocity?
  5. D

    Programming a Projectile Motion Question

    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?
  6. D

    Programming a Projectile Motion Question

    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...
  7. D

    Depression and Studying. NEED ADVICE AND HELP

    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...
Back
Top