- #1
Kernul
- 211
- 7
Homework Statement
My professor posted this problem on his page as a self-assessment for the students and said that you just need some analytical geometry notions and trigonometry to solve it, although I don't quite get how to solve it. This is the problem statement:
Considering the articulated mechanical structure in the picture (cinematic scheme of a robot).
In the hypothesis that:
##x_b = 10; y_b = 5;## Coordinates of the base of the robot.
##L_1 = 15; L_2 = 20; L_3 = 25;## Length of the arms.
##x_f = 30; y_f = 17;## Coordinates of the hole.
Determine the angles ##\alpha_1, \alpha_2, \alpha_3## so that the extremity of the third arm coincides with the point ##P## of coordinates ##(35, 11)##.
More in general, write an algorithm that allows to calculate the equations of motion ##\alpha_1(t), \alpha_2(t), \alpha_3(t)## so that you can draw the circumference:
$$P(t) = \left(x_p(t) = 40 + 5 cos\left(\frac{2 \pi}{60t + \pi}\right), y_p(t) = 11 + 5 sin\left(\frac{2 \pi t}{60 + \pi}\right)\right)$$
Homework Equations
The Attempt at a Solution
I really do not understand how this should be solved since I've never done this kind of problem.
Could someone explain step by step how it should be solved and what notions need to be used?