Daniel B. answered 01/13/21
A retired computer professional to teach math, physics
1)
√ln(x) = ln(√x)
√ln(x) = ln(x)/2 by rewriting ln(x1/2)
ln(x) = ln²(x)/4 by squaring both sides
4ln(x) - ln²(x) = 0 by multiplying by 4 and bringing to the same side
ln(x) (4 - ln(x)) = 0 by factoring ln(x)
Solution 1:
ln(x) = 0
x = 1
Solution 2:
4 - ln(x) = 0
x = e4
2)
Just for clarity lets write
f(x) = tan-1(x)
g(x) = ln((x+1)²/(x²+1)) = ln(x+1)² - ln(x²+1) = 2 ln(x+1) - ln(x²+1)
You need to evaluate
d/dx(f(x)/2 + g(x)/4) = f'(x)/2 + g'(x)/4
f'(x) = 1/(x²+1)
g'(x) = 2/(x+1) - 2x/(x²+1)
Now for the final answer
f'(x)/2 + g'(x)/4 = 1/2(x²+1) + 1/2(x+1) - x/2(x²+1)
= (x+1 + x²+1 - x(x+1))/2(x+1)(x²+1)
= 1/(x+1)(x²+1)
3) The tangent is horizontal at for those x where the derivative is 0
y' = 2 ln(x+4) / (x+4) = 0
ln(x+4) = 0
x+4 = 1
x = -3