The solution requires several steps:
1. Find the coordinates of the point.
We are given x=2. Substitute this into the original equation to find y.
y=(2)2+28=4+4=8.
The point of contact is P(2, 8).
2. Prepare the function for differentiation.
Rewrite the equation using indices: y=x2+8x−1.
3. Differentiate to find the gradient function.
dxdy=2x+(−1)×8x−1−1
dxdy=2x−8x−2=2x−x28.
4. Find the gradient of the tangent at x=2.
Substitute x=2 into dxdy.
mtangent=2(2)−228=4−48=4−2=2.
5. Find the gradient of the normal.
The normal is perpendicular to the tangent.
mnormal=−mtangent1=−21.
6. Find the equation of the normal.
Using the point P(2, 8) and m=−21 with the formula y−y1=m(x−x1).
y−8=−21(x−2)
To eliminate the fraction, multiply the entire equation by 2:
2(y−8)=−1(x−2)
2y−16=−x+2
Rearrange into the form ax+by+c=0.
x+2y−16−2=0
x+2y−18=0