Analyzing the Setup
Imagine you are standing at the origin of a coordinate plane, looking out into the first quadrant. You see two paths stretching out before you: one is a steep, aggressive climb defined by the line y=3x, and the other is a gentle, leisurely slope defined by y=2x.
You are tasked with finding a special kind of traveler—a point P(a,a2)—that must stay within the 'wedge' formed by these two lines. This is not just an algebra problem; it is a story of confinement and freedom.
The Parabolic Path
Our traveler, P(a,a2), is not moving randomly. Its coordinates are locked in a dance: the y-coordinate is always the square of the x-coordinate.
This means our point is permanently tethered to the curve of the parabola y=x2. As a changes, the point slides along this elegant, curved path.
The Inequality Gatekeeper
To be 'inside' the angle means that for any given x-coordinate a, the y-coordinate of our point must be greater than the lower boundary and less than the upper boundary. Mathematically, this translates to the following compound inequality:
This inequality is the gatekeeper. It defines the exact range of a that allows our point to exist within the wedge. We must solve this in two parts.
First, we ensure the point stays below the steep line: a2<3a. Rearranging this, we get a2−3a<0, or a(a−3)<0. Since we know a>0, we can divide by a to find a<3.
Second, we ensure the point stays above the gentle line: 2a<a2. Rearranging this gives a2−2a>0, or a(a−21)>0. Again, dividing by a (because a>0), we find a>21.
The Final Intersection
We have arrived at the climax of our journey. We have two conditions that must be satisfied simultaneously: a<3 and a>21.
When we combine these, we find that a must live in the open interval:
This is the 'sweet spot' where our parabolic traveler is safely nestled between the two lines. It is a perfect, elegant solution that balances the rigidity of lines with the fluidity of a parabola.