The Peaucellier Linkage

This is a famous linkage originally invented in order to convert rotary motion to

straight-line motion.

As the black segment OP rotates through the angle from [Maple Math] to [Maple Math] , the

opposite vertex Q of the red parallelogram moves along a segment of

the [Maple Math] -axis:

> CP:=animate({LOA,LOP},theta=Pi/4..Pi,color=black,scaling=constrained):

> PP:=animate({LPR,LPS,LQR,LQS},theta=Pi/4..Pi,color=red,scaling=constrained):

> MP:=animate({LAR,LAS},theta=Pi/4..Pi,color=blue,scaling=constrained):

> display({CP,PP,MP});

Computations

> P1:=simplify(subs(theta=Pi/3,eval(Q)));

[Maple Math]

> P2:=simplify(subs(theta=Pi/2,eval(Q)));

[Maple Math]

> P3:=simplify(subs(theta=2*Pi/3,eval(Q)));

[Maple Math]