1 / 10

Announcements

Announcements. Submit Lab3 tonight!!! print everything for tomorrow's class. Tutor update. The rules of tutoring. Swipe in/Swipe out… Expect to answer questions no need to ask questions, just work there! Week 3 already! now is the time to visit office hours if lost….

reese
Download Presentation

Announcements

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. Announcements • Submit Lab3 tonight!!! print everything for tomorrow's class. • Tutor update. The rules of tutoring. • Swipe in/Swipe out… • Expect to answer questions • no need to ask questions, just work there! • Week 3 already! now is the time to visit office hours if lost…

  2. VectorsPhysics Application Review

  3. Resultant Velocity Trip ATL-CDG (Atlanta-Paris) Trip CDG-ATL (reverse) 9h23min • 7h27min • Assume: • same path (i.e. distance travelled) • same thrust on the aircraft • same aircraft Why? ___________________________

  4. Resultant Velocity 110o 350o 913 km/h Given velocity and heading (degrees) Given wind velocity and heading (degrees) 102km/h What is the resultant velocity of the plane with respect to the ground?

  5. Step7a • Use the script file to set up the outline (i.e. algorithm)

  6. Step 7b. • Simply fill in each "paragraph" below each line of the outline

  7. Resultant Velocity • Resultant Velocity = Option1: "the sqrt of the sum of the squares"

  8. Resultant Velocity • Resultant Velocity = Option2: "the sqrt of "component 1 squared + component 2 square""

  9. Referencing within a vector • MATLAB knows vector math. (Add/Subtract…) • If the program requires to reference a single element of the vector, use an index. • similarly: use a house number to reference a specific house on a street vec

  10. Key Points • MATLAB vectors can be used to represent physics concepts. MATLAB simplifies the math, since it knows vector operations. • Referencing a single element within a vector can be done using an index (i.e. house number).

More Related