An archived instance of a Calc I forum

Derivative and tangent line

mark

Let f(x)=4x-x^2. In this problem, we’re going to compute f'(x) using the difference quotient and use that to find the equation of a line that’s tangent to the graph of f.

  1. Write down the down the difference quotient for f.
  2. Find f'(x) by computing \lim_{h\to0} of your difference quotient.
  3. Use f' to find the slope of the line that’s tangent to the graph of f at the point x=1.
  4. Write down an equation of the line that’s tangent to the graph of f at the point x=1.
cmodlin2
\frac{\left[4\left(x+h\right)-\left(x+h\right)^2\right]-\left(4x-x^2\right)}{h}
f'(x)=4-2x
m=4-2(1)=2
y-3=2(x-1)
rserra
  1. Different quotient:
[4(x+h)-(x+h)^2]-(4x-x^2)/h
  1. f'(x):
f'(x)=\lim _{h\to 0}(4(x+h)-(x+h)^2)-(4x-x^2)/h
=\lim _{h\to 0}4x+4h-x^2-2xh-h^2-4x+x^2/h
=\lim _{h\to 0}4h-2xh-h^2/h
=\lim _{h\to 0}h(4-2x-h)/h
f'(x)=\lim _{h\to 0}(-2x+4-h)=-2x+4
  1. Slope of the line that is tangent to the graph of f at the point x=1:
m= -2(1)+4=2
  1. Equation of the line that is tangent to the graph of f at the point x=1:
y-3=2(x-1)
mark

@cmodlin2 and @rserra

I think you’ve both got a decent difference quotient written down but neither of you have really applied it by simplifying and then taking a limit.

I guess I don’t know where the integration symbol is coming from or why you would write it.? For that matter, we haven’t learned integration at all.

I kinda like @rserra’s answers to 3 and 4.

mbradle7
  1. Difference Quotient : ([4(x+h)-(x+h)^2]-(4x-x^2))/h

  2. f'(x) = \lim_{h\to0} \frac{(4(x+h)-(x+h)^2) - (4x - x^2)}{h} \\ = \lim_{h\to0} \frac{4x+4h-x^2-2xh-h^2 - 4x + x^2}{h} \\ = \lim_{h\to0} \frac{4h-2xh-h^2}{h} = \lim_{h\to0} \frac{h(4-2x-h)}{h} \\ = \lim_{h\to0}(4-2x-h) = 4-2x.
  3. Slope of the line that is tangent to the graph of f at point x=1:

m=2
  1. The Equation of the line that is tangent to the graph of f at the point x=1:
y-3=2(x-1)
mark

@mbradle7 This excellent - thanks! I did edit your part two to fall more in line with traditional LaTeX typesetting. In particular, I used $$stuff$$ to typeset the stuff and I used \\ to break lines. Remember that you can cntrl-click on the math to see the details.

bserra

Where does the “-3” on question 4 come from?

mearing

Difference quotient
\frac{[4(x+h)-(x+h)^2]-(4x-x^2)}{h}
2.
\lim_{h\to0}\frac{[4(x+h)-(x+h)^2]-(4x-x^2)}{h}
\lim_{h\to0}\frac{4x+4h-x^2-2xh-h^2-4x+x^2}{h}
\lim_{h\to0}\frac{4h-2xh-h^2}{h}
\lim_{h\to0}\frac{h(4-2x-h)}{h}
\lim_{h\to0}4-2x-h
(y\prime)=-2x+4
3.
Slope
y=-2m+4
-4=-2m
m=2
4
Equation
f(x)=4(1)-(1)^2
f(x)=3
y-3=2(x-1)
f(x)=2x+1

mark

Well, the point-slope formula for a line states:

y-y_0=m(x-x_0).

In particular, the y_0 represents the y-coordinate of the point (x_0,y_0) on the line. We’re given the x-coordinate, namely x_0=1 and we get the y-coordinate by plugging that into f. Thus,

y_0 = f(x_0) = 4\times1-1^2 = 3.

The the y-y_0 on the left side is y-3.

acole6
  1. f(x)=\frac{\left(\left(4\left(x+h\right)-\left(x+h\right)^2\right)-\left(4x-x^2\right)\right)}{h}
  2. f’(x)= 4-2x
  3. f’(1)= m=2
  4. y-3=2(x-1)
chowell1

The Difference Quotient:((4(x+h)-(x+h)^2)-4x+x^2)/h

  1. f'(x) = \lim_{h\to0} \frac{(4(x+h)-(x+h)^2) - (4x - x^2)}{h} \\ = \lim_{h\to0} \frac{4x+4h-x^2-2xh-h^2 - 4x + x^2}{h} \\ = \lim_{h\to0} \frac{4h-2xh-h^2}{h} = \lim_{h\to0} \frac{h(4-2x-h)}{h} \\ = \lim_{h\to0}(4-2x-h) = 4-2x.
  2. The slope of the line tangent to the point x = 1 on the graph is:
f'(1)= 4-2(1) = 3

4.The equation of the tangent line of the graph of f at x = 1 is:

y-3 = 2(x-1)
lliberty

1.The difference quotient for f is:

\frac{\left[4\left(x+h\right)-\left(x+h\right)^2\right]-\left(4x-x^2\right)}{h}
  1. f’(x) =
= f'(x) = \lim_{h\to0} \frac{4x+4h-(x+h)^2) - (4x - x^2)}{h} \\ = \lim_{h\to0} \frac{4x+4h-x^2-2xh-h^2-4x+x^2}{h} \\ = \lim_{h\to0} \frac{4h-2xh-h^2}{h} \\ = \lim_{h\to0} \frac{h(4-2x-h)}{h} \\ = \lim_{h\to0} 4-2x-h \\ = 4-2x
  1. m=4-2(1) = 2
  2. y-y_0=m(x-x_0) \\ =y-3=2(x-1) \\ = y=2(x-1)+3