How do you find the slope of a tangent line to the graph of the function #g(x) = 14 − x^2# at (2, 10)?

3 Answers
Jul 9, 2018

#"slope of tangent line "=-4#

Explanation:

#"the slope of the tangent line "=f'(2)#

#f'(x)=-2x#

#f'(2)=-2(2)=-4larrcolor(blue)"slope of tangent line"#

Jul 9, 2018

Part 2 of 2

Using FIRST PRINCIPLES with explanation about determining the slope

Explanation:

#color(blue)("The background bit")#

Slope (gradient) is #("change in "y)/("change in "x)# reading left to right on the x-axis.

Suppose we have two points on the graph.

Let the first point be #P_1->(x_1,y_1)#
Let the second point be #P_2->(x_2,y_2)#

Then #("change in "y)/("change in "x) ->(y_2-y_1)/(x_2-x_1)#

This you should have seen before!

In Calculus you start to bring the two points so close together that you can not physically measure the gap between them.

Suppose instead of using #y_2 and x_2# we used #y_1+deltay and x_1+deltax# Where the symbol #deltax# means a minuscule bit of #x#

These days people use #Deltay and Deltax#; I prefure the other notation.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Using the above within the context of the question")#

Set the fist point as #P_1->(x,y)#
Let the next point progress by some minuscule value in #x+deltax #. Consequently #y# will also change by some minuscule amount #y+deltay#

Set #y=-x^2+14" ".................Equation(1)#

Then the progression point gives us:

#y+deltay = -(x+deltax)^2+14#

#y+deltay = -(x^2+2xdeltax + (deltax)^2)+14#

#y+deltay=-x^2-2xdeltax-(deltax)^2+14" "................Equation(2)#
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#Eqn(2)-Eqn(1)#
#y+deltay=-x^2-2xdeltax-(deltax)^2+14#
#ul(ycolor(white)("dddd")=-x^2color(white)("dddddddddddd.")+14 larr" Subtract")#
#color(white)("ddd")deltay =color(white)("dd") 0color(white)("d")-2xdeltax-(deltax)^2+0#

#deltay =-2xdeltax-(deltax)^2#

But we need the gradient which is #("change in "y)/("change in "x)#

but change in #x# is #deltax# so divide both sides by #color(red)(deltax)#

#color(green)(deltay =-2xdeltax-(deltax)^2 color(white)("ddd")->color(white)("ddd") (deltay)/color(red)(deltax) =2x (cancel(deltax))/color(red)(cancel(deltax))-(deltax)^(cancel(color(white)(.)2))/color(red)(cancel(deltax)) )#

#(deltay)/(deltax) = 2x+deltax#

We now make #deltax# so small that it so close to zero it may as well be 0.

#lim_(deltax->0)(deltay)/(deltax)=dy/dx=2x+0#

#color(blue)(bar(ul(|" The slope " -> dy/dx=g'(x)=2x" "|)))#

Jul 9, 2018

Part 1 of 2
Using shortcut: #slope ->-4#

Explanation:

Given point #(x,y)=(2,10)#

Set #g(x)=y=-x^2+14#

If we have #y=ax^n+c# then #dy/dx=nax^(n-1)#

The constant of #c# just 'goes away'. See solution part 2 of 2

So in this case:

The slop #g'(x)=-2x = ("change in "y)/("change in "x) = (-2x)/1#

In other words it is the UNIT RATE OF CHANGE.

So at #color(red)(x=2)# the rate of change #->color(green)(g'(x)=-2color(red)(x) =-2(color(red)(2))=-4/1=("change in "y)/("change in "x)#

Tony B