Velocity,A​cceleratio​n,Angle

4 Ansichten (letzte 30 Tage)
Sachith Wijayanayaka
Sachith Wijayanayaka am 17 Jun. 2020
How do I find plots for
velocity of link3 vs angle of link1 Acceleration of link3 vs angle of link1.
  5 Kommentare
James Tursa
James Tursa am 17 Jun. 2020
And I don't know how to view the image.
James Tursa
James Tursa am 17 Jun. 2020
I see the image below, but that doesn't change my comment above. You simply need to take the derivative of the L3 equation I gave you above and then plug in the phi1 derivatives to get your answer. Do you know how to take the derivatives?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

James Tursa
James Tursa am 17 Jun. 2020
This is a dynamics class. Dynamics involves derivatives. How can you be in a dynamics class without knowing calculus and how to take derivatives? All you have to do is know how to take the derivative of sqrt and trig functions and apply some chain rule stuff to get your answer. E.g., if you had the following for the x-coordinate of point B with respect to point A:
Bx = L1 * cos(phi1)
And you were asked to find the velocity of the x-coordinate of point B, then the derivative of Bx with respect to time would be
d(Bx)/dt = -L1 * sin(phi1) * d(phi1)/dt
And since they told you that phi1 is changing with constant angular rate w1, you get
d(Bx)/dt = -L1 * sin(phi1) * w1 <-- Velocity of Bx
If you were asked about the acceleration of Bx, then take another derivative:
d2(Bx)/dt^2 = -L1 * cos(phi1) * d(phi1)/dt * w1
And again knowing that d(phi1)/dt is the constant w1 you get
d2(Bx)/dt^2 = -L1 * cos(phi1) * w1^2 <-- Acceleration of Bx
This is simple calculus. You have to know this stuff to get by in a dynamics class. Just apply this method to the L3 equation I gave you above.

Weitere Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by