The given differential equation is: f'(x) = [f(x)]^2 + 4
We'll attempt to solve this differential equation with the initial condition f(1) = 5.
Separating variables and integrating both sides, we get: ∫ (1 / [f(x)^2 + 4]) df = ∫ dx
The left side can be integrated using the arctangent function:
(1/2) * arctan(f(x) / 2) = x + C
Solving for f(x):
arctan(f(x) / 2) = 2x + C
Now, applying the initial condition f(1) = 5:
arctan(5/2) = 2 * 1 + C C = arctan(5/2) - 2
So, we have:
arctan(f(x) / 2) = 2x + arctan(5/2) - 2
Solving for f(x):
f(x) / 2 = tan(2x + arctan(5/2) - 2)
Finally:
f(x) = 2 * tan(2x + arctan(5/2) - 2)
This is the correct solution for the given problem, satisfying the differential equation f'(x) = [f(x)]^2 + 4 and the initial condition f(1) = 5.
The correct answer is option (B): f(3)-f(1)=5 doesn't hold.
A relation R from a non-empty set B is a subset of the cartesian product A × B. The subset is derived by describing a relationship between the first element and the second element of the ordered pairs in A × B.
A relation f from a set A to a set B is said to be a function if every element of set A has one and only one image in set B. In other words, no two distinct elements of B have the same pre-image.
Relations and functions can be represented in different forms such as arrow representation, algebraic form, set-builder form, graphically, roster form, and tabular form. Define a function f: A = {1, 2, 3} → B = {1, 4, 9} such that f(1) = 1, f(2) = 4, f(3) = 9. Now, represent this function in different forms.