Recent content by OneObstacle

  1. O

    Relating change in time to change in position and velocity

    I was looking back at some homework solutions I've solved earlier this term and I ran across this equation: Δt = 2*Δx/(vf+vi) Which seems to translate to: Δt = Δx/vave Is this an actual way of finding delta t? I got the answer right, but I can not understand or find where I got this...
  2. O

    Finding azimuthal and polar angles

    If anybody could help, I'm up to: clear clc fprintf('City Latitude(degrees) Longitude(degrees)\n') C = char('LOS ANGELES','CHICAGO','CORVALLIS','MONTREAL','LONDON','BEIJING','RIO DE JANEIRO','MELBOURNE','VLADIVOSTOK','JOHANNESBURG','PUNTA ARENA','SCAMMON BAY')...
  3. O

    Finding azimuthal and polar angles

    Okay, rewrote the matrices so that instead of 3, I have 5, two of which are numerical and 3 of which are alpha-numerical. Here is my new code(so far):clear clc fprintf('City Latitude(degrees) Longitude(degrees)\n') C = char('LOS...
  4. O

    Finding the force up an incline given horizontal force

    The original problem is a skier heading down an incline (sorry, confusing wording). Fapp is the headwind heading into the slope, and Force x is what I randomly assigned the force of the wind acting on the skier.
  5. O

    Finding azimuthal and polar angles

    Homework Statement City Latitude(degrees) Longitude(degrees) LOS ANGELES 35.20 N 118.03 W CHICAGO 41.82 N 87.62 W CORVALLIS 44.53 N 123.30 W MONTREAL 45.50 N 73.58 W...
  6. O

    Finding the force up an incline given horizontal force

    Homework Statement I need help with part of a problem. I am having problems understanding just how to find the force up an incline when a horizontal force ("headwind") is given. Homework Equations The Attempt at a Solution When drawing a triangle to figure it out I draw the...
Back
Top