William W. answered 08/16/23
I will assume you mean:
which is equal to:
y = 4 - x2 - ln[(x+2)/2] or:
y = 4 - x2 - ln(x + 2) + ln(2)
So, using the final function, taking the derivative yields:
y' = -2x - 1/(x + 2)
and y'(0) = -1/2
Therefore, using the point-slope form of a line, y - y1 = m(x - x1) where (x1, y1) = (0, 4) and m = -1/2 we get the equation of the tangent line as:
y - 4 = -1/2(x - 0) or y = (-1/2)x + 4
If you REALLY meant y = 4 - x2 - ln(1/(2x + 1)), I would simplify again:
y = 4 - x2 - ln(1) + ln(2x + 1)
y = 4 - x2 - 0 + ln(2x + 1)
y = 4 - x2 + ln(2x + 1)
Then y' = -2x + 2/(2x + 1) and y'(0) = 2
So, using the point-slope form again, y - 4 = 2(x - 0) or y = 2x + 4
Michael D.
Unless you're deliberately trying to lead this student down the wrong path (and full marks if that's your plan, given that she's clearly trawling for free help), your correction is not valid. Multiplication/division has higher precedence than addition, the correct function is more explicitly: y= 4-x^2-ln((1/2*x)+1) ..and (0,4) is still on the graph.08/16/23