How can Mathcad solve this, which is simple to do by hand:
The inital problem is to find R given D and h, for
R*2*sin(x) = D
R*(1-cos x) = h
The trick is to elinimate x! I can't do it.
To simplify we can write
R*2*x = D
R*x^2/s = h
Even then I dont see how to get Mathcad to find R.
I tried a vector of 2 equations and solve,R-->R(solve for R,x. I got a mysterious line: R = 0.556 K
which makes no sense.
Incidentally, my success at using solve blocks runs about 30%. There must be rules I don't know about.
John C.Polasek