1 / 0

EGR 1101 Unit 3 Lecture #1

EGR 1101 Unit 3 Lecture #1. Trigonometry in Engineering: One-Link Planar Robot (Sections 3.1, 3.2 of Rattan/Klingbeil text). Mathematical Review. Trigonometry is the branch of mathematics dealing with relationships among the angles and sides of triangles.

dalia
Download Presentation

EGR 1101 Unit 3 Lecture #1

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. EGR 1101 Unit 3 Lecture #1

    Trigonometry in Engineering:One-Link Planar Robot (Sections 3.1, 3.2 of Rattan/Klingbeil text)
  2. Mathematical Review Trigonometry is the branch of mathematics dealing with relationships among the angles and sides of triangles. Has many practical applications, and will appear many times in your engineering courses. You should be familiar with everything on the Trig reference sheet on the website.
  3. A Many-Link Robot Arm See photo at top of Wikipedia’s page on trigonometry: http://en.wikipedia.org/wiki/Trigonometry
  4. Today’s Examples Given a one-link planar robot’s arm length and angle, find endpoint coordinates. Given a one-link planar robot’s endpoint coordinates, find arm length and angle.
  5. An Algebraic Identity For any nonzero real number x, Example: Where the book usesI prefer to use .
  6. Trig Functions on Your Calculator Scientific calculators can compute sines, cosines, and tangents of angles. To get good answers, you must pay attention to whether the calculator is in degrees mode or radians mode.
  7. Trig Functions in MATLAB If your angle  is in radians: sin() cos() tan() If your angle  is in degrees: sind() cosd() tand()
  8. Inverse Trig Functions on Your Calculator Scientific calculators can compute inverse sines, inverse cosines, and inverse tangents. To get good answers, you must pay attention to whether the calculator is in degrees mode or radians mode. You must also be aware that the calculator’s answer may be in the wrong quadrant, and that you may need to adjust the answer.
  9. Inverse Trig Functions in MATLAB These give answer in radians: asin(n) acos(n) atan(n) These give answer in degrees: asind(n) acosd(n) atand(n) Four-quadrant arctangent: atan2(y,x)
  10. EGR 1101 Unit 3 Lecture #2

    Trigonometry in Engineering:Two-Link Planar Robot (Section 3.3 of Rattan/Klingbeil text)
  11. Today’s Examples Given a two-link robot’s arm lengths and angles, find endpoint coordinates. Given a two-link robot’s arm lengths and endpoint coordinates, find angles.
  12. Review: Law of Cosines In any triangle: c2 = a2 + b2 – 2abcos  Also, a2 = b2 + c2 – 2bccos  b2 = a2 + c2 – 2accos 
  13. Review: Law of Sines In any triangle:
More Related