Finding a Perpendicular Point on a Triangle with Given Coordinates

  • Thread starter Thread starter laura_jane
  • Start date Start date
  • Tags Tags
    Point Triangle
AI Thread Summary
To find a point P on the x-axis such that line segments AP and BP are perpendicular, given points A(1,2) and B(8,3), the coordinates of P can be represented as P(p,0). The vectors PA and PB are defined as PA = (1-p, 2) and PB = (8-p, 3). For these vectors to be perpendicular, their inner product must equal zero, leading to the equation (1-p)(8-p) + 6 = 0. Solving this results in two possible values for p: 7 and 2, indicating the locations of point P on the x-axis. The discussion emphasizes the importance of understanding the scalar product of vectors in determining perpendicularity.
laura_jane
Messages
3
Reaction score
0
if A(1,2) and B(8,3) find any point P on the x-axis such that AP is perpendicular to BP.

Here's what I know:
P (P,0)
perpendicular slopes are opposite reciprocals of each other
ABP is a right triangle

any ideas how to start this problem?
 
Physics news on Phys.org
We have A(1,2), B(8,3) and P(p,0).

Then vector PA = A-P = (1-p,2) and vector PB = B - P = (8-p,3).

You want those vectors to be perpendicular so their inner product has to be 0.

\left( {1 - p,2} \right) \cdot \left( {8 - p,3} \right) = 0 \Leftrightarrow \left( {1 - p} \right)\left( {8 - p} \right) + 6 = 0 \Leftrightarrow p = 7 \,\,\vee \,\, p = 2
 
Thanks very much, I forgot that perpendicular slopes multiplied to zero. You helped a ton!
 
No problem, don't forget we're talking about the scalar (or inner) product of vectors though, not just multiplication.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top