
Al P. answered 05/09/20
Online Mathematics tutor
y = x2-3x+1 (1)
at x=-1, y=(-1)2-3(-1)+1 = 1+3+1 = 5 --> the curve passes through (-1,5). Will use this info shortly.
To find the equation of the normal line, we first need the slope of the tangent line at x=-1:
dy/dx = 2x-3 --> at x=-1 y = 2(-1)-3 = -5
The slope of the normal line (lines that are perpendicular have slopes that are negative reciprocals of each other) is therefore -1/(-5) = 1/5
We know the normal line meets the curve at (-1,5) so the equation of the normal line can be written using point-slope form of a line:
yn-5 = (1/5)(xn + 1) where I am using subscript n to differentiatate from the original curve.
Re-writing the normal line in slope-intercept form (basically, solve for yn):
yn = (1/5)xn + (26/5) (2)
At the other point of intersection with (1) yn will equal y. We set the RHS of (1) equal to the RHS of (2):
(note how I can use x or xn at this point because they are equal)
(1/5)x + (26/5) = x2-3x+1
Multiply both sides by 5:
x + 26 = 5x2-15x+5
Re-arrange:
5x2-16x-21 = 0
Factor:
(x+1)(5x-21) = 0
Solutions are x=-1 (we already have that one), and x = 21/5
If you wanted to also know the y value you can plug in x=21/5 into (1) (I get 6.04)
Jelly P.
Thank you so much!05/09/20