Parameterize a circle based on the contact angle with a wedge

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
member 428835
Hi PF!

Given a 2D plane, the following is a parameterization of a circular arc with contact angle ##\alpha## to the x-axis: $$\left\langle \frac{\sin s}{\sin\alpha},\frac{\cos s - \cos\alpha}{\sin\alpha} \right\rangle : s \in [-\alpha,\alpha]$$

However, I am trying to parameterize a circle based on contact angle ##\alpha## with a wedge centered at the origin; one example of such a wedge might be ##y=|x|## (though I will change the wedge angle ##\beta##, so ideally the parameterization would be a function of both ##\alpha## and ##\beta##).

In this way, we can think of the above parameterization as a limiting value for ##\beta = \pi##.
 
Last edited by a moderator:
on Phys.org
BvU said:
Hi,

Isn't this a simple rotation over ##\beta## for which the transformation matrix is well known ?
I have no idea how the transformation matrix yields the transformation I listed above. Could you elaborate?

My thought process is, if I know how that was derived perhaps I could derive the specific parameterization I'm seeking.