1 / 8

Kinematics Point Mass Dynamics

Kinematics Point Mass Dynamics. Motion of a Point Mass. change in position d (this can be either x or y) change in speed dv (this can be either vx or vy). d = d + dv*dt + 0.5*da*dt*dt dv = dv + da*dt. Polar to Cartesian Coordinates. x = r * COS(rads) y = r * SIN(rads).

eryk
Download Presentation

Kinematics Point Mass Dynamics

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Kinematics Point Mass Dynamics

  2. Motion of a Point Mass change in position d (this can be either x or y) change in speed dv (this can be either vx or vy) d = d + dv*dt + 0.5*da*dt*dt dv = dv + da*dt

  3. Polar to Cartesian Coordinates x = r * COS(rads) y = r * SIN(rads)

  4. Rotation of a Point (x,y) Around (0,0) xt = x yt = y x = xt * COS(rads) - yt * SIN(rads) y = yt * COS(rads) + xt * SIN(rads)

  5. Converting from World Coordinates to Display Coordinates p = pmax * (d - dmin)/(dmax - dmin) 0 pymax py . px 0 pxmax

More Related