William W. answered 08/16/23
Experienced Tutor and Retired Engineer
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.
08/16/23