Find the equation of a tangent line to y=f(x)

shwanky
Messages
43
Reaction score
0

Homework Statement


Find the equation of the tangent line to the curve at the given point.
y = \sqrt{2x+1} , (4, 3)

Homework Equations


a = 4
M =\lim_{x \to a} \frac{f(x) - f(a)}{x-a}

or

Mpq = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}

The Attempt at a Solution



M =\lim_{x \to 4} \frac{f(x) - f(4)}{x-a}

M =\lim_{x \to 4} \frac{\sqrt{2x+1} - \sqrt{2 * 4 + 1}}{x-4}

M =\lim_{x \to 4} \frac{\sqrt{2x+1} - 3}{x-4}

M =\lim_{x \to 4} \frac{\sqrt{2x+1} - 3}{x-4} * \frac{\sqrt{2x+1} + 3}{\sqrt{2x+1} + 3}

M =\lim_{x \to 4} \frac{2x - 3}{x-4(\sqrt{2x+1} + 3)}

At this point I get stuck... I'm not sure what I can do from here. did I go wrong some where?
 
Physics news on Phys.org
On the last step are you sure that you multiplied correctly? :P (check the numerator again)

Do you see it?

It should be 2x-8 since (\sqrt{2x+1}-3) * (\sqrt{2x+1}+3) = 2x+1 -9 = 2x-8
 
Last edited:
From that point you can divide by (x-4) quite easily resulting in a function for which you can directly substitute x=4 since the result is not in an 'indeterminate form' of \frac{0}{0} or \frac{\infty}{\infty}
 
Last edited:
BAH! thanks :).
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top