Given a function which satisfies:
also,
FIND the value of
ALSO FIND the value of
ENTER YOUR ANSWER AS
Answer upto .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Upon observation for x = y = 0, we have: f(0) + f(0) = f((0+0)/(1-0^2), or 2*f(0) = f(0) => f(0) = 0.
Differentiating this functional equation with respect to x and y gives:
f'(x) = [(1-xy) + y(x+y)]/(1-xy)^2 * f'((x+y)/(1-xy)) = (1+y^2)/(1-xy)^2 * f'((x+y)/(1-xy)) (i)
f'(y) = [(1-xy) + x(x+y)]/(1-xy)^2 * f'((x+y)/(1-xy)) = (1+x^2)/(1-xy)^2 * f'((x+y)/(1-xy)) (ii)
which yields the following relation:
f'(x)/(1+y^2) = f'(y)/(1+x^2), or f'(x) = A/(1+x^2) (A = real constant) (iii)
and integrating (iii) yields:
f(x) = A * arctan(x) + B, f(0) = 0, or f(x) = A * arctan(x).
Taking lim(x => 0) A * arctan(x) / x = 2 gives:
A*[1 / (1+x^2)] / 1 = 2, or A = 2 (by L'Hopital's Rule),
so f(x) = 2*arctan(x), which a = f(1/sqrt(3)) = pi/3 and b = f'(1) = 1. We ultimately obtain the result: a + b = pi/3 + 1 = 2.04719