StepWorking
01Given
Curve equation y=54x5−135x4−70x3+180x2+210x and line x+90y+2=0.
02Goal
Find the number of points on the curve where the normal lines are parallel to the given line.
03Approach
The slope of the line x+90y+2=0 is mL=−1/90. Since the normal is parallel to this line, the slope of the normal is mN=−1/90. Consequently, the slope of the tangent is mT=−1/mN=90. We compute dy/dx, set it equal to 90, and determine the number of distinct real roots.
04Execute
Differentiate y with respect to x:
dxdy=270x4−540x3−210x2+360x+210
Equating dxdy=90:
270x4−540x3−210x2+360x+210=90
270x4−540x3−210x2+360x+120=0
Divide through by 30:
9x4−18x3−7x2+12x+4=0
05Execute
Factor the quartic polynomial P(x)=9x4−18x3−7x2+12x+4.
Testing integer roots:
P(1)=9−18−7+12+4=0⟹(x−1) is a factor.
P(2)=9(16)−18(8)−7(4)+12(2)+4=144−144−28+24+4=0⟹(x−2) is a factor.
Dividing P(x) by (x−1)(x−2)=x2−3x+2:
x2−3x+29x4−18x3−7x2+12x+4=9x2+9x+2=(3x+1)(3x+2)
Thus, the factorization is (x−1)(x−2)(3x+1)(3x+2)=0, giving real roots x=1,2,−1/3,−2/3.
✓Verify
All 4 roots are distinct real numbers: 1,2,−1/3,−2/3. For each x, the polynomial y(x) defines a unique single real value y. Hence, there are exactly 4 distinct points on the curve.