Alibeg
- 12
- 0
Hi. I'd like to know whether is it possible to do the following, and if so, how...(and also, whether is it possible to solve similar problems)
I have parametric equation of a curve and I need to find its intersection with a ray that starts at the origin of the coordinate system and makes known angle with the positive x-axis.
Curve:
x = ( R-r )( cos(\varphi) - cos(\theta) ) + D cos(\varphi (R-r)/r - \theta (R-r)/r )
y = ( R-r )( sin(\varphi) - sin(\theta) ) + D sin(\varphi (R-r)/r - \theta (R-r)/r )
R, r and D are known constants.
Ray:
y = tan(\beta) x
\beta, \theta and \varphi are angles, \varphi is my parameter, \theta and \beta are some variable angles.
I need to find the coordinates of the intersection of curve and the ray as a function of \theta and \beta.
In short I want to know coordinates of intersection but without the parameter \varphi in them.
I have parametric equation of a curve and I need to find its intersection with a ray that starts at the origin of the coordinate system and makes known angle with the positive x-axis.
Curve:
x = ( R-r )( cos(\varphi) - cos(\theta) ) + D cos(\varphi (R-r)/r - \theta (R-r)/r )
y = ( R-r )( sin(\varphi) - sin(\theta) ) + D sin(\varphi (R-r)/r - \theta (R-r)/r )
R, r and D are known constants.
Ray:
y = tan(\beta) x
\beta, \theta and \varphi are angles, \varphi is my parameter, \theta and \beta are some variable angles.
I need to find the coordinates of the intersection of curve and the ray as a function of \theta and \beta.
In short I want to know coordinates of intersection but without the parameter \varphi in them.