The Dance of the Parabolas
A Geometric Journey
Welcome, future engineer! Today, we are going to explore a problem that might look like a dry algebraic exercise, but is actually a beautiful dance between two geometric curves.
We are looking at the intersection of two parabolas, y2=4ax and x2=4ay. Imagine these two curves on your coordinate plane. One is a classic parabola opening to the right, and the other is its mirror image, opening upwards.
They meet at the origin, and they meet at another point in the first quadrant. Our mission is to find the relationship between the coefficients of a line that passes through these two points of intersection.
Phase 1
The Algebraic Hunt
To find where these curves meet, we must solve their equations simultaneously. We have y2=4ax and x2=4ay.
Let's take the second equation and express
y in terms of
x:
y=4ax2
Now, we substitute this into the first equation. This is where the algebra gets interesting:
(4ax2)2=4ax
Expanding this, we find:
16a2x4=4ax
Multiplying both sides by 16a2, we arrive at x4=64a3x. Rearranging this, we get x4−64a3x=0.
Factoring out x, we have x(x3−64a3)=0. This gives us two real roots: x=0 and x=4a. These are the x-coordinates of our intersection points!
Phase 2
Finding the Points
Now that we have our x-coordinates, finding the y-coordinates is a breeze. When x=0, y=0. So, our first point is the origin (0,0).
When
x=4a, substituting back into
y=4ax2 gives:
y=4a(4a)2=4a
So, our second intersection point is (4a,4a). We have successfully mapped the geometry of the intersection.
Phase 3
The Line Constraint
We are told that the line 2bx+3cy+4d=0 passes through these two points. This means both points must satisfy the line's equation.
Let's start with the origin (0,0). Substituting x=0 and y=0 into the line equation, we get 2b(0)+3c(0)+4d=0, which simplifies to 4d=0.
Since 4 is not zero, d must be 0. This is a massive simplification!
Now, with
d=0, our line equation becomes
2bx+3cy=0. We substitute our second point
(4a,4a) into this equation:
2b(4a)+3c(4a)=0
Factoring out 4a, we get 4a(2b+3c)=0. Since the problem guarantees $a
eq 0$, we can safely divide by 4a. This leaves us with the elegant relation 2b+3c=0.
Phase 4
The Final Synthesis
We have two results: d=0 and 2b+3c=0. To match the options provided in the problem, we square both equations to get d2=0 and (2b+3c)2=0.
Adding them together, we get:
d2+(2b+3c)2=0
This is the final, beautiful result. It perfectly matches the fourth option.
You see? By breaking the problem down into the geometry of the curves and the algebra of the line, we turned a complex-looking problem into a simple, logical path. Keep practicing this mindset, and you will master coordinate geometry!