EXERCISE: 2D (Very Short Answer Questions)
Define a real valued function. What do you mean by domain of definition and range of a real function?
Definition: Let $X$ and $Y$ be two non-empty sets of real variables. A definite rule $f$ associating every $x \in X$ to a unique $f(x) \in Y$ is called a real valued function.
The set of values over which $x$ varies is the domain, and the set of all resulting $f(x)$ values is the range.
Given $f(x) = 3x - 9$; find $f(-1), f(3), f(x+h), f(x^2-1)$.
Given $f(x) = 3x - 9$:
- $f(-1) = 3(-1) - 9 = -12$
- $f(3) = 3(3) - 9 = 0$
- $f(x+h) = 3(x+h) - 9$
- $f(x^2-1) = 3(x^2-1) - 9 = 3x^2 - 12$
If $f(x-1) = 7x - 5$, find $f(x)$ and $f(x+2)$.
To find $f(x)$, replace $x$ with $(x+1)$:
To find $f(x+2)$, replace $x$ with $(x+3)$:
If $f(x+3) = 2x^2 - 3x - 1$, find $f(x+1)$.
Replace $x$ with $(x-2)$:
Given $f(x+2) = x^2 - 6x + 2$, find $f(0), f(2), f(-2), f(x)$.
- Putting $x = -2$: $f(0) = (-2)^2 - 6(-2) + 2 = 18$
- Putting $x = 0$: $f(2) = (0)^2 - 6(0) + 2 = 2$
- Putting $x = -4$: $f(-2) = (-4)^2 - 6(-4) + 2 = 42$
- Replacing $x$ with $(x-2)$:
$$f(x) = (x-2)^2 - 6(x-2) + 2$$$$= x^2 - 4x + 4 - 6x + 12 + 2$$$$= x^2 - 10x + 18$$
If $2f(x) + 3f(-x) = 15 - 4x$, prove that $f(x) = 3 + 4x$.
Given: $2f(x) + 3f(-x) = 15 - 4x \quad \dots(1)$
Replace $x$ with $-x$: $2f(-x) + 3f(x) = 15 + 4x \quad \dots(2)$
Perform $2\times(1) - 3\times(2)$:
If $3f(x) + 2f(-x) = 5(x-2)$, show that $f(1) = 3$.
Given: $3f(x) + 2f(-x) = 5x - 10 \quad \dots(1)$
Replace $x$ with $-x$: $3f(-x) + 2f(x) = -5x - 10 \quad \dots(2)$
Perform $3\times(1) - 2\times(2)$:
Thus, $f(1) = 5(1) - 2 = 3$.
If $f(x) = 2x^2 - 3x + 5$, find $f(a+h)$ and $\frac{f(a+h) - f(a)}{h}$.
If $\phi(x) = \frac{1-x}{1+x}$, show that $\phi(\cos 2\theta) = \tan^2 \theta$.
If $f(x) = 5^x$, prove that:
(i) $f(x+2) = 25f(x)$ | (ii) $f(x+y) = f(x)f(y)$
(iii) $\frac{f(x+1)}{f(x-1)} = 25$ | (iv) $f(\log_5 x) = x$
(i) $f(x+2) = 5^{x+2} = 5^x \cdot 5^2 = 25f(x)$
(ii) $f(x+y) = 5^{x+y} = 5^x \cdot 5^y = f(x)f(y)$
(iii) $\frac{f(x+1)}{f(x-1)} = \frac{5^{x+1}}{5^{x-1}} = 5^{(x+1)-(x-1)} = 5^2 = 25$
(iv) $f(\log_5 x) = 5^{\log_5 x} = x$
If $f(x) = a \cdot \frac{x-b}{a-b} + b \cdot \frac{x-a}{b-a}$, show that $f(a) + f(b) = f(a+b)$.
Direct substitution gives $f(a) = a$ and $f(b) = b$, so $f(a)+f(b)=a+b \quad \dots(1)$
From (1) and (2), proved.
If $\phi(x) = \log_e x$, show that:
(i) $\phi(e^x)=x$ | (ii) $\phi(x^m)=m\phi(x)$
(iii) $\phi(xy)=\phi(x)+\phi(y)$ | (iv) $\phi(x/y)=\phi(x)-\phi(y)$
(i) $\log_e(e^x) = x$
(ii) $\log_e(x^m) = m\log_e x = m\phi(x)$
(iii) $\log_e(xy) = \log_e x + \log_e y = \phi(x)+\phi(y)$
(iv) $\log_e(x/y) = \log_e x - \log_e y = \phi(x)-\phi(y)$
If $f(x) = e^{px+q}$, show that $f(a)f(b)f(c) = f(a+b+c)e^{2q}$.
Hence proved.
If $f(x) = |x| - 2x$, find $f(-1), f(1), f(-h)$.
- $f(-1) = |-1| - 2(-1) = 1 + 2 = 3$
- $f(1) = |1| - 2(1) = 1 - 2 = -1$
- $f(-h) = |-h| - 2(-h) = |h| + 2h$
If $g(x) = \frac{x-a}{x} + \frac{x}{x-b}$, prove that $g\left(\frac{a+b}{2}\right) = \frac{4ab}{a^2 - b^2}$.
Let $x = \frac{a+b}{2}$. Then $x-a = \frac{b-a}{2}$ and $x-b = \frac{a-b}{2}$.
If $f(x) = \frac{1}{x^2}$, show that $f(x+h) - f(x-h) = -\frac{4xh}{(x^2 - h^2)^2}$.
If $g(\theta) = \frac{1 - \tan \theta}{1 + \tan \theta}$, find $g(\pi/4 - \theta)$.
Note $\tan(\pi/4-\theta) = \frac{1-\tan\theta}{1+\tan\theta}$.
If $f(x) = \log_e \frac{1+x}{1-x}$, show that $f\left(\frac{2x}{1+x^2}\right) = 2f(x)$.
If $f(x)=\log_e x$ and $g(x)=e^x$, prove $f(g(x))=g(f(x))$.
Hence proved.
If $f(x)=10x^2-13x+13$, solve $f(x)=16$.
$\therefore x = \frac{3}{2}, -\frac{1}{5}$
If $f(x)=4[x]-3|x|$, find $f(3.5)$ and $f(-3.5)$.
If $f(x)=|x|, g(x)=x$, find product function $fg$.
Find value of $[-3]+[-3.6]-|2.6+|-3||$.

Please do not enter any spam link in the comment box