GeometryDifficulty 7.5National olympiad, round 2Find the answer
In isosceles right-angled triangle ABC, CA=CB=1. P is an arbitrary point on the sides of ABC. Find the maximum of PA⋅PB⋅PC.
A number or a short expression. Spacing and $ signs are ignored.
Solution
Given an isosceles right-angled triangle ABC with CA=CB=1, we need to find the maximum value of PA⋅PB⋅PC where P is an arbitrary point on the sides of △ABC.
1. **Case 1: P∈BC**
Let PC=x. Then PB=1−x.
Using the Pythagorean theorem in △CPA: PA2=PC2+CA2=x2+1⟹PA=x2+1
Therefore, the product is: PA⋅PB⋅PC=x(1−x)x2+1
We need to maximize the function h(x)=x(1−x)x2+1 for x∈[0,1].
2. **Case 2: P∈AB**
Let PH⊥AC with H∈AC. Let CH=x. Then HA=PH=1−x.
Using the Pythagorean theorem in △CPH: PC2=CH2+PH2=x2+(1−x)2=x2+1−2x+x2=2x2−2x+1
Since △PHA is a 45-45-90 triangle: PA=2⋅HA=2(1−x) Similarly, PB=2⋅x
Therefore, the product is: PA⋅PB⋅PC=2x(1−x)2x2−2x+1
To find the maximum, we define: f(x)=2x(1−x),g(x)=2x2−2x+1
Since 2g(x)2−3f(x) is always positive, we have: F′(x)=0⟹f′(x)=0
Solving f′(x)=2−4x=0: x=21
At x=21: f(21)=21,g(21)=21
Therefore: F(21)=21⋅22=42
3. **Comparison of h(x) and F(x)**
We need to show h(x)<F(x) for x∈(0,1): h(x)<F(x)⟹x(1−x)x2+1<2x(1−x)2x2−2x+1 Dividing by the positive x(1−x): x2+1<22x2−2x+1 Squaring both sides: x2+1<4(2x2−2x+1) Simplifying: x2+1<8x2−8x+4 0<7x2−8x+3
The discriminant of 7x2−8x+3 is: D=82−4⋅7⋅3=64−84=−20<0
Therefore, 7x2−8x+3 is always positive, confirming h(x)<F(x) for x∈(0,1).
Hence, the maximum value of PA⋅PB⋅PC for all possible positions of P is F(21)=42.
The final answer is 42.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic and difficulty added by this site.