• edited by
20,047 views
42 42 votes

Given $i = \sqrt{-1}$, what will be the evaluation of the definite integral $\displaystyle \int \limits_0^{\pi/2} \dfrac{\cos x +i \sin x} {\cos x - i \sin x} dx$ ?

  1. $0$
  2. $2$
  3. $-i$
  4. $i$

8 Answers

0 0 votes
$$
\begin{aligned}
\int_{0}^{\pi/2} \frac{e^{ix}}{e^{-ix}} \, dx
&= \int_{0}^{\pi/2} e^{2ix} \, dx \\

&= \left[ \frac{e^{2ix}}{2i} \right]_{0}^{\pi/2} \\

&= \frac{e^{i\pi} - 1}{2i} \\

e^{i\pi} &= \cos \pi + i \sin \pi \\

&= -1 + i(0) \\

\therefore \quad
\frac{(-1)-1}{2i}
&= \frac{-2}{2i} \\

&= \frac{-1}{i} \\

&= i
\end{aligned}
$$
Answer:
Position:
Show:

Related questions

75 75 votes
4 answers 4 answers
24.4k
24.4k views
go_editor asked Sep 29, 2014
24,381 views
On a non-pipelined sequential processor, a program segment, which is the part of the interrupt service routine, is given to transfer $500$ bytes from an I/O device to mem...
3 3 votes
1 1 answer
1.0k
1.0k views
Arjun asked Sep 23, 2019
1,035 views
For real $\alpha$, the value of $\int_{\alpha}^{\alpha+1} [x]dx$, where $[x]$ denotes the largest integer less than or equal to $x$, is$\alpha$$[\alpha]$$1$$\dfrac{[\alph...
44 44 votes
6 answers 6 answers
30.9k
30.9k views
gatecse asked Feb 14, 2018
30,914 views
The value of $\int^{\pi/4} _0 x \cos(x^2) dx$ correct to three decimal places (assuming that $\pi = 3.14$) is ____
67 67 votes
3 answers 3 answers
14.0k
14.0k views
go_editor asked Feb 15, 2015
13,960 views
If for non-zero $x, \: af(x) + bf(\frac{1}{x}) = \frac{1}{x} - 25$ where $a \neq b \text{ then } \int\limits_1^2 f(x)dx$ is$\frac{1}{a^2 - b^2} \begin{bmatrix} a(\ln 2 - ...