So I have a robot, and I am trying to push an object into a red border without falling off the edge. the border is 100mm thick, the whitespace in between the 4 borders in the square is 2000x2000mm, and the total dimensions of the board are 2200x2200. I am trying to find an equation I can use for the distance I can go to push the block into the red border without falling off the edge, using the robot's X position, Y position, angle, and the distance from the object.

2026-02-23 15:26:02.1771860362
Trying to find an equation for distance you can go based on Xpos and Ypos of a robot, robot angle, and distance from an object.
70 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in GEOMETRY
- Point in, on or out of a circle
- Find all the triangles $ABC$ for which the perpendicular line to AB halves a line segment
- How to see line bundle on $\mathbb P^1$ intuitively?
- An underdetermined system derived for rotated coordinate system
- Asymptotes of hyperbola
- Finding the range of product of two distances.
- Constrain coordinates of a point into a circle
- Position of point with respect to hyperbola
- Length of Shadow from a lamp?
- Show that the asymptotes of an hyperbola are its tangents at infinity points
Related Questions in TRIGONOMETRY
- Is there a trigonometric identity that implies the Riemann Hypothesis?
- Finding the value of cot 142.5°
- Using trigonometric identities to simply the following expression $\tan\frac{\pi}{5} + 2\tan\frac{2\pi}{5}+ 4\cot\frac{4\pi}{5}=\cot\frac{\pi}{5}$
- Derive the conditions $xy<1$ for $\tan^{-1}x+\tan^{-1}y=\tan^{-1}\frac{x+y}{1-xy}$ and $xy>-1$ for $\tan^{-1}x-\tan^{-1}y=\tan^{-1}\frac{x-y}{1+xy}$
- Sine of the sum of two solutions of $a\cos\theta + b \sin\theta = c$
- Tan of difference of two angles given as sum of sines and cosines
- Limit of $\sqrt x \sin(1/x)$ where $x$ approaches positive infinity
- $\int \ x\sqrt{1-x^2}\,dx$, by the substitution $x= \cos t$
- Why are extraneous solutions created here?
- I cannot solve this simple looking trigonometric question
Related Questions in ROBOTICS
- Distance traveled forward from angled wheel.
- Sampling 6D Relative Poses from a Normal Distribution
- Can Gauss-Newton algorithm give better optimization performances than Newton algorithm?
- 3D inverse transformation jacobian
- LQR Robotic Arm
- Help to get partial differential from equation - robotics
- Solving 4 unknown angles in a Quadrilateral given 4 sides and a constraint
- Rotated Gyro Data
- How to determine which angles of a parallelogram with extended side are required for a given point?
- Solving ODEs with Lie group element as dependent variable
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Your question is not a difficult proposition by any means. If you have drawn a decent diagram of the scenario described in your problem statement, probably you could have solved it yourself. It requires only fundamental knowledge of trigonometry and algebra, and Pythagoras’ theorem. Please note that all the lengths are given in $\pmb{meters}$.
As shown in our two sketches, $T_0$ and $T_1$ are the starting and the final position of the object pushed by the robot respectively. It is given that the point $T_0$ is located a distance of $a$ from the upper-right corner $E$ of the inner square. The starting position of the robot is $R_0$, while the origin $O$ of the coordinate system is at the bottom-left corner of the inner square. The values of $\space{\large{x}}_{R_0},\space {\large{y}}_{R_0},\space a,\space$ and $\space \theta\space$ are known and you are seeking an expression for $T_0T_1 \left(=b\right)$ in terms those four values.
There are two different scenarios depending on the values of $\theta$ and $\varphi$, where the latter is the angle between $T_0E$ and the $y\text{-axis}$. First of all, you need to determine $d$, the distance between the robot and the object at the start as shown below.
$$T_0C = OG – OA – R_0B=2-{\large{x}}_{R_0}-d\sin\left(\theta\right)\quad$$ $$EC=AF-AR_0-BT_0=2-{\large{y}}_{R_0}- d\cos\left(\theta\right)$$
Now, we apply Pythagoras’ theorem to the right-angled triangle $T_0CE$ to obtain, $$a^2=\left(2-{\large{x}}_{R_0}-d\sin\left(\theta\right)\right)^2+\left(2-{\large{y}}_{R_0}- d\cos\left(\theta\right)\right)^2.$$
After simplifying this, we rearrange its like terms together to produce the following quadratic equation in $d$. $$d^2{\small{-}}2\Big(\big(2{\small{-}}{\large{x}}_{R_0}\big)\sin\left(\theta\right){\small{+}} \big(2{\small{-}}{\large{y}}_{R_0}\big)\cos\left(\theta\right)\Big)d {\small{+}} 8{\small{-}}a^2{\small{+}} {\large{x}}_{R_0}^2 {\small{+}} {\large{y}}_{R_0}^2 {\small{-}} {\large{x}}_{R_0}{\small{-}} {\large{y}}_{R_0}=0 \tag{1}$$
Equation (1) has two positive real roots. It can be shown that the smaller of the two roots is the value of $d$. When we have $d$, we can find $\phi$ using properties of the right-angle triangle $T_0CE$. $$\varphi = \sin^{-1}\left(\dfrac{2-{\large{x}}_{R_0}-d\sin\left(\theta\right)}{a}\right). \tag{2}$$
Once we know the value of $\varphi$, we can use it to differentiate between the two scenarios.
In the first of the two possible scenarios (see $\mathrm{Fig.\space 1}$), we have $\phi \ge \theta$. For this case, following equation expressing the sought distance $b$ can be derived. using properties of the right-angle triangle $T_0DT_1$. $$b=\left(\dfrac{2.1-{\large{y}}_{R_0}}{\cos\left(\theta\right)}\right)-d\tag{3.1}$$
$\mathrm{Fig.\space 2}$ depicts the second scenario, which is characterized by the fact $\phi \le \theta$. In this instance, the equation for determining $b$ takes the form, $$b=\left(\dfrac{2.1-{\large{x}}_{R_0}}{\sin\left(\theta\right)}\right)-d.\tag{3.2}$$