Olympiad Maths Prep

Track / Stage 7 / 190 of 300 #1590 of 2000

Problem 1590

National olympiad second round; IMO P1/P4
Geometry Difficulty 7.4 Find the answer

1. The Line y=px+qy=px+q intersects y=x2xy=x^2-x, but not intersect y=x+x1+1y=|x|+|x-1|+1, then illustlate range of (p,q)(p,q) and find the area.

Official solution

1. Define the functions and conditions:
Let f(x)=x2x f(x) = x^2 - x and g(x)=x+x1+1 g(x) = |x| + |x-1| + 1 . We need to find the range of (p,q)(p, q) such that the line y=px+q y = px + q intersects y=x2x y = x^2 - x but does not intersect y=x+x1+1 y = |x| + |x-1| + 1 .

2. **Intersection with y=x2x y = x^2 - x :**
The line y=px+q y = px + q intersects the parabola y=x2x y = x^2 - x if the quadratic equation x2(p+1)x+q=0 x^2 - (p+1)x + q = 0 has real roots. This requires the discriminant to be non-negative:
Δ=(p+1)24q0 \Delta = (p+1)^2 - 4q \geq 0
Solving for q q , we get:
q(p+1)24 q \leq \frac{(p+1)^2}{4}

3. **Non-intersection with y=x+x1+1 y = |x| + |x-1| + 1 :**
The function g(x)=x+x1+1 g(x) = |x| + |x-1| + 1 can be broken into three linear segments:
- For x0 x \leq 0 : g(x)=12x g(x) = 1 - 2x
- For 0x1 0 \leq x \leq 1 : g(x)=2 g(x) = 2
- For x1 x \geq 1 : g(x)=2x1 g(x) = 2x - 1

The line y=px+q y = px + q must lie below g(x) g(x) for all x x :
- For x0 x \leq 0 : px+q<12x px + q < 1 - 2x
- For 0x1 0 \leq x \leq 1 : px+q<2 px + q < 2
- For x1 x \geq 1 : px+q<2x1 px + q < 2x - 1

4. Analyzing the inequalities:
- For x0 x \leq 0 : px+q<12x px + q < 1 - 2x
q<1(2+p)x(since x0) q < 1 - (2 + p)x \quad \text{(since \( x \leq 0 \))}
The most restrictive condition is when x=0 x = 0 :
q<1 q < 1

- For 0x1 0 \leq x \leq 1 : px+q<2 px + q < 2
q<2(since 0x1) q < 2 \quad \text{(since \( 0 \leq x \leq 1 \))}

- For x1 x \geq 1 : px+q<2x1 px + q < 2x - 1
q<2x(p+1)x(since x1) q < 2x - (p+1)x \quad \text{(since \( x \geq 1 \))}
The most restrictive condition is when x=1 x = 1 :
q<2p q < 2 - p

5. Combining the conditions:
- For p0 p \leq 0 :
q<2 q < 2
- For p>0 p > 0 :
q<2p q < 2 - p

6. **Range of (p,q)(p, q):**
Combining the conditions from the discriminant and the non-intersection:
q(p+1)24andq<{2if p02pif p>0 q \leq \frac{(p+1)^2}{4} \quad \text{and} \quad q < \begin{cases} 2 & \text{if } p \leq 0 \\ 2 - p & \text{if } p > 0 \end{cases}

7. Finding the area:
The area of the region in the (p,q)(p, q)-plane is bounded by these inequalities. We need to integrate over the valid region:
Area=20(2(p+1)24)dp+02(2p(p+1)24)dp \text{Area} = \int_{-2}^{0} \left(2 - \frac{(p+1)^2}{4}\right) dp + \int_{0}^{2} \left(2 - p - \frac{(p+1)^2}{4}\right) dp

- For 2p0 -2 \leq p \leq 0 :
20(2(p+1)24)dp=20(2p2+2p+14)dp=20(2p24p214)dp \int_{-2}^{0} \left(2 - \frac{(p+1)^2}{4}\right) dp = \int_{-2}^{0} \left(2 - \frac{p^2 + 2p + 1}{4}\right) dp = \int_{-2}^{0} \left(2 - \frac{p^2}{4} - \frac{p}{2} - \frac{1}{4}\right) dp
=20(74p24p2)dp = \int_{-2}^{0} \left(\frac{7}{4} - \frac{p^2}{4} - \frac{p}{2}\right) dp
=[7p4p312p24]20 = \left[\frac{7p}{4} - \frac{p^3}{12} - \frac{p^2}{4}\right]_{-2}^{0}
=(000)(7(2)4(2)312(2)24) = \left(0 - 0 - 0\right) - \left(\frac{7(-2)}{4} - \frac{(-2)^3}{12} - \frac{(-2)^2}{4}\right)
=0(144+812+44) = 0 - \left(-\frac{14}{4} + \frac{8}{12} + \frac{4}{4}\right)
=144231 = \frac{14}{4} - \frac{2}{3} - 1
=1442344 = \frac{14}{4} - \frac{2}{3} - \frac{4}{4}
=144423 = \frac{14 - 4}{4} - \frac{2}{3}
=10423 = \frac{10}{4} - \frac{2}{3}
=5223 = \frac{5}{2} - \frac{2}{3}
=15646 = \frac{15}{6} - \frac{4}{6}
=116 = \frac{11}{6}

- For 0p2 0 \leq p \leq 2 :
02(2p(p+1)24)dp=02(2pp2+2p+14)dp=02(2pp24p214)dp \int_{0}^{2} \left(2 - p - \frac{(p+1)^2}{4}\right) dp = \int_{0}^{2} \left(2 - p - \frac{p^2 + 2p + 1}{4}\right) dp = \int_{0}^{2} \left(2 - p - \frac{p^2}{4} - \frac{p}{2} - \frac{1}{4}\right) dp
=02(74pp24p2)dp = \int_{0}^{2} \left(\frac{7}{4} - p - \frac{p^2}{4} - \frac{p}{2}\right) dp
=02(743p2p24)dp = \int_{0}^{2} \left(\frac{7}{4} - \frac{3p}{2} - \frac{p^2}{4}\right) dp
=[7p43p24p312]02 = \left[\frac{7p}{4} - \frac{3p^2}{4} - \frac{p^3}{12}\right]_{0}^{2}
=(7(2)43(2)24(2)312)(000) = \left(\frac{7(2)}{4} - \frac{3(2)^2}{4} - \frac{(2)^3}{12}\right) - \left(0 - 0 - 0\right)
=(144124812) = \left(\frac{14}{4} - \frac{12}{4} - \frac{8}{12}\right)
=(14412423) = \left(\frac{14}{4} - \frac{12}{4} - \frac{2}{3}\right)
=(1412423) = \left(\frac{14 - 12}{4} - \frac{2}{3}\right)
=(2423) = \left(\frac{2}{4} - \frac{2}{3}\right)
=(1223) = \left(\frac{1}{2} - \frac{2}{3}\right)
=(3646) = \left(\frac{3}{6} - \frac{4}{6}\right)
=16 = -\frac{1}{6}

Adding the two areas:
Total Area=116+(16)=106=53 \text{Total Area} = \frac{11}{6} + \left(-\frac{1}{6}\right) = \frac{10}{6} = \frac{5}{3}

The final answer is 53\boxed{\frac{5}{3}}.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.