Given an acute triangle △ABC with orthocenter H, we need to find the perimeter of the triangle given that the sum of the distances from the vertices B and C to the orthocenter H is equal to 4r, where r is the radius of the inscribed circle, and BC=a.
1. **Express the distances BH and CH in terms of the circumradius R:**
BH=2RcosβandCH=2Rcosγ
where R is the circumradius of △ABC.
2. **Sum the distances BH and CH:**
BH+CH=2Rcosβ+2Rcosγ=2R(cosβ+cosγ)
3. **Given that BH+CH=4r, equate and simplify:**
2R(cosβ+cosγ)=4r
R(cosβ+cosγ)=2r
4. Use the identity for the sum of cosines in terms of the angles of the triangle:
cosβ+cosγ=2cos(2β+γ)cos(2β−γ)
Since α+β+γ=180∘, we have β+γ=180∘−α, thus:
cos(2β+γ)=cos(2180∘−α)=sin(2α)
5. Substitute back into the equation:
R(2sin(2α)cos(2β−γ))=2r
Rsin(2α)cos(2β−γ)=r
6. **Use the relationship between the inradius r and the circumradius R:**
r=(p−a)tan(2α)
where p is the semi-perimeter of the triangle.
7. Equate and simplify:
Rsin(2α)cos(2β−γ)=(p−a)tan(2α)
Rsin(2α)cos(2β−γ)=(p−a)cos(2α)sin(2α)
Rcos(2β−γ)=cos(2α)p−a
8. Simplify further:
Rcos(2α)cos(2β−γ)=p−a
Rsin(2β+γ)cos(2β−γ)=b+c−a
R(sinβ+sinγ)=b+c−a
9. **Using the identity sinβ+sinγ=2sin(2β+γ)cos(2β−γ):**
2R(sinβ+sinγ)=2(b+c−a)
b+c=2(b+c)−2a
b+c=2a
10. **Find the perimeter of △ABC:**
Perimeter=a+b+c=3a
The final answer is 3a.