Question 1114990
.
The solution by @Stanbon is incorrect.

Below please find the correct solution.


<pre>
First, the given point (4,5) does not belong to the parabola y = x^2 + 1.

     Everybody can check it in 3 seconds.


Therefore, <U>it is INCORRECT to evaluate the slope of 2x at this point</U>.


This slope must be evaluated at the point ON THE CURVE, instead.


So, my solution starts stating that 2x is the slope of the tangent line at the (unknown) point on the parabola y = x^2+1.


Therefore, the slope of the perpendicular line to the curve is {{{-1/(2x)}}}.


Now I can write the equation for the perpendicular line having the slope of {{{-1/(2x)}}} and passing through the points (x,y) and (4,5),  

where x is unknown and y = x^2+1:


{{{(y-5)/(x-4)}}} = {{{-1/(2x)}}},


{{{(x^2+1-5)/(x-4)}}} = {{{-1/(2x)}}},


{{{2x*(x^2-4)}}} = -x+4


{{{2x^3 - 7x - 4}}} = 0.


The plot of the last polynomial is shown in the Figure 1 below.



{{{graph( 330, 330, -3.5, 3.5, -10.5, 5.5,
          2*x^3-7x-4
)}}}


Figure 1.  Plot y = {{{2*x^3-7x-4}}} 



The polynomial has 3 roots, and the roots are irrational numbers (they are not rational).


I used Excel "What-if-Analysis" and calculated these roots approximately, with 3 decimals after the decimal point.


The roots are  x= 2.109,    -0.650  and  -1.46,   giving the values for the slopes  m = {{{-1/(2x)}}}

               m = -0.237,  0.769   and  0.343  respectively.


So, the three lines satisfying the condition of perpendicularity are

    y = -0.237*(x-4)+5,   y = 0.769*(x-4)+5,  and   y = 0.343*(x-4)+5.


These lines, together with the parabola  y = x^2+1,  are shown in the Figure 2 below.


{{{graph( 330, 330, -5.5, 5.5, -2.5, 10.5,
          x^2+1, 
          -0.237*(x-4)+5,
           0.769*(x-4)+5,
           0.343*(x-4)+5
)}}}


Figure 2. Plot y = {{{x^2+1}}} (red), y =  -0.237*(x-4)+5 (green), y =  0.769*(x-4)+5 (blue), y =  0.343*(x-4)+5 (purple)


Notice that the intersection of these straight lines is exactly the given point (4,5).
</pre>

Solved.