• edited by
20,115 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

Best answer
78 78 votes

Answer is D.

$\int_{0}^{\frac{\pi}{2}}\frac{e^{ix}}{e^{-ix}}dx \\= \int_{0}^{\frac{\pi}{2}}e^{2ix}dx \\= \dfrac{e^{2ix}}{2i}\mid_{0}^{\frac{\pi}{2}} \\= \dfrac{-2}{2i} = \dfrac{-1}{i} = \dfrac{-1\times i}{i\times i}=\dfrac{-i}{i^2}=\dfrac{-i}{-1}=i$

• edited by
47 47 votes

we know that 

also, 

Edit is neccessary$:$ Third last step $sin(\pi)$ instead of $sinx$

answer = option D

• edited by
4 4 votes

eix=cos x + i  sin x

e-ix=cos x - i sin x

given integral can be written as I= ∫eix/e-ix  dx   =∫e2ix dx

I=e2ix/2i

putting value 0 and π/2

we get e^π-e^0/2 i=(cos π+sin π-cos 0-i sin 0)/2i

                             =-2/2i

                             =-1/i

                             =i

1 1 vote
$\int_{0}^{\frac{\pi }{2}}\frac{\left ( cosx+isinx \right )^{2}}{cos^{2}x+sin^{2}x}dx$

$=\int_{0}^{\frac{\pi }{2}}\left ( cos^{2}x-sin^{2}x+isin2x \right )dx$

$=\int_{0}^{\frac{\pi }{2}}\left ( cos2x+isin2x \right )dx$

$=\left [ \frac{sin2x}{2}-\frac{icos2x}{2} \right ]_{0}^{\frac{\pi }{2}}$

$= \frac{\sin \pi }{2}-i\frac{\cos \pi }{2}-\left ( 0-\frac{i}{2} \right )$

$=-\left ( \frac{-i}{2} \right )+\frac{i}{2}$

$=i$
• edited by
0 0 votes
Great answers down this one but..
Somebody please explain me why is this trivial approach wrong:
rationalise the fraction. denominator will become 1.

apply f(x)=f(a-x) formula of definite integration thereafter. and add the two integrals. the sqr. terms cancel out.

the final integration we get is:
0 to pi/2 integral( 2i sinx cosx)

this is 0 to pi/2 integral i.cos2x.

treating i as constant is wrong?

why?
Answer:
Position:
Show:

Related questions

75 75 votes
4 answers 4 answers
24.4k
24.4k views
go_editor asked Sep 29, 2014
24,426 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,039 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
31.0k
31.0k views
gatecse asked Feb 14, 2018
31,012 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,975 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 - ...