Shortest length of line segment that bisects triangle in two equal area

994 Views Asked by At

A segment of a line $PQ$ with its extremities on $AB$ and $AC$ bisects a triangle $ABC$ with sides $a,b,c$ into two equal areas, then find the shortest length of the segment $PQ$.

I was looking for small hint as how to approach this question? I am not able to initiate.

2

There are 2 best solutions below

0
On

Hint: Consider the mid point theorem of a triangle slightly tweaked. Instead of the midpoint (this gives the ratio of the new small triangle $\frac{1}{4}$ times the original triangle), find the ratio at which you need the parallel(why parallel?) line to cut the sides $AB$ and $AC$.

0
On

Let $AP=:p\geq0$, $AQ=:q\geq0$. Then we have to mnimize $$f(p,q):=p^2+q^2-2pq\cos\alpha$$ under a condition of the form $g(p,q):=pq-C=0$ for some $C>0$. As $p\to0+$ enforces $q\to \infty$ and therefore $f(p,q)\to \infty$, and vice versa, it follows that the minimum of $f$ is taken for certain $p>0$, $q>0$ found by using Lagrange's method.

We therefore have to set up the auxiliary function $$\Phi(p,q,\lambda):=f(p,q)-2\lambda g(p,q)$$ and solve the system $$\eqalign{\Phi_p&=2p-2q\cos\alpha-2\lambda q=0 \cr \Phi_q&=2q-2p\cos\alpha-2\lambda p=0 \cr}\tag{1}$$ together with $g(p,q)=0$ for $p$ and $q$. Now $(1)$ implies $$p=(\lambda+\cos\alpha)q\quad\wedge\quad q=(\lambda+\cos\alpha)p\ ,$$ hence $p=q$.

It follows that you have to choose $p=q$ such that the cut off triangle just has half the area of the original triangle, i.e., $$p=q=\sqrt{{|AB|\>|AC|\over2}}\ .$$