Analyzing the Setup
My dear student, today we embark on a journey to solve a problem that might look like a monster at first glance. We are presented with a fifth-degree polynomial, y=54x5−135x4−70x3+180x2+210x, and a simple line, x+90y+2=0.
Our goal is to find the number of points on this curve where the normal line is parallel to our given line. Do not let the degree of the polynomial scare you; mathematics is often about finding the right perspective.
The Geometric Bridge
First, let us understand the relationship between our lines. The given line is x+90y+2=0. If we rewrite this in the slope-intercept form, y=mx+c, we get:
Thus, the slope of our target line is mL=−901. The problem states that the normal to the curve is parallel to this line. Since parallel lines share the same slope, the slope of our normal line must be mN=−901.
Now, here is the crucial geometric insight: the tangent and the normal at any point on a curve are always perpendicular. This means their slopes must satisfy the condition mT⋅mN=−1.
Substituting our value for mN, we find that mT⋅(−901)=−1, which gives us a tangent slope of mT=90. This is the key that unlocks the entire problem.
The Calculus Engine
Now that we know the tangent slope must be 90, we turn to calculus. The derivative of our curve, dxdy, represents the slope of the tangent at any point x.
Let us differentiate our polynomial term by term using the power rule:
dxdy=54(5x4)−135(4x3)−70(3x2)+180(2x)+210
Simplifying this, we get:
dxdy=270x4−540x3−210x2+360x+210
We need to find the points where this slope equals 90. So, we set up the equation:
270x4−540x3−210x2+360x+210=90
Subtracting 90 from both sides, we arrive at:
270x4−540x3−210x2+360x+120=0
The Algebraic Battle
The coefficients are quite large, but look closely—they are all multiples of 30. Let us divide the entire equation by 30 to simplify our lives:
Now, we need to find the roots of this quartic equation. We can use the hit and trial method.
Testing x=1, we get 9(1)4−18(1)3−7(1)2+12(1)+4=9−18−7+12+4=0. Success! x=1 is a root.
Testing x=2, we get 9(16)−18(8)−7(4)+12(2)+4=144−144−28+24+4=0. Another success! x=2 is also a root.
With two roots found, we can divide the quartic by (x−1)(x−2)=x2−3x+2. The resulting quadratic is 9x2+9x+2=0.
Factoring this, we split the middle term to get (3x+1)(3x+2)=0, yielding roots x=−31 and x=−32.
We have found four distinct real roots: 1,2,−31,−32. Each of these corresponds to a unique point on the curve. Therefore, there are exactly 4 points where the normal is parallel to the given line. You have conquered the polynomial!