I need to solve an inverse kinematics problem with geometric approach for a robotic arm and I've constructed a geometric system for my system, I've uploaded the picture System geometry.
I need to calculate the z length, but only the x value is known, is there a way I can manage to solve this system? I've tried triangle similarity, etc... but could not solve it yet.
Edit: I think the picture is unclear, so you gave a minus for the question. Here 135 and 170(the upper red line) are the length of the robot arm, z is the lower red line and x is the value that user gives as an input(say it is 10 for example), so h can be computer with ptyhagoras from(135^2=h^2 + x^2) and Q can be calculated from Q=atan2(x,h). However, the a angle (between 135 and 170) is unknown.
A formula for $z$ can be readily found: $$ z=h-170\cos(a-Q), $$ but that depends on the value of angle $a$, which is arbitrary.