MHB Find Point in R2: $a(-5,2),b(12,9)$

  • Thread starter Thread starter Amer
  • Start date Start date
  • Tags Tags
    Point
Amer
Messages
259
Reaction score
0
Let $a(-5,2),b(12,9)$ be two points in $\mathbb{R^2}$ find a point $c\in \mathbb{R^2}$ such that

$ac = bc$ and
$ac \perp bc$

I have a long solution I made two equations ( I considered $c (x,y)$ )

$$ ac = bc $$
$$ \sqrt{ (x +5)^2 + (y-12)^2 } = \sqrt{(x -12)^2 + ( y - 9)^2 }$$

and

$$ \frac{y-9}{x-12} \cdot \frac{y-2}{x+5} = -1 $$

and solve them by substitution

is there any faster solution shorter ?
Thanks in advance.
 
Mathematics news on Phys.org
Amer said:
Let $a(-5,2),b(12,9)$ be two points in $\mathbb{R^2}$ find a point $c\in \mathbb{R^2}$ such that

$ac = bc$ and
$ac \perp bc$

I have a long solution I made two equations ( I considered $c (x,y)$ )

$$ ac = bc $$
$$ \sqrt{ (x +5)^2 + (y-12)^2 } = \sqrt{(x -12)^2 + ( y - 9)^2 }$$

and

$$ \frac{y-9}{x-12} \cdot \frac{y-2}{x+5} = -1 $$

and solve them by substitution

is there any faster solution shorter ?
Thanks in advance.
That solution looks fine (and not really too long). An alternative method would be to draw a diagram and do some geometry.

The set of points equidistant from $a$ and $b$ is the perpendicular bisector of $ab$. So $c$ must lie on that line. In fact, there are two possible positions for $c$, I'll call them $c_1$ and $c_2$.

The other condition, $ac \perp bc$, implies that the points $a,c_1,b,c_2$ are the vertices of a square centred at the midpoint of $ab$, $(3.5,5.5)$. The vector from there to $b$ is $(12,9) - (3.5,5.5) = (8.5,3.5)$. A perpendicular vector of the same length is $\pm(-3.5,8.5)$. So the possible positions for $c$ are $(3.5,5.5) \pm (-3.5,8.5)$. That gives $c_1 = (0,14)$ and $c_2 = $(7,-3)$.
 

Attachments

  • square.png
    square.png
    4.6 KB · Views: 90
Great solution thanks :)
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...

Similar threads

Back
Top