-1

I was eager to write this question, namely,

diag

in a better way. I myself wrote it down as:

$\text{Let } E(n)=\displaystyle\int\limits_{0}^{\pi} \sin^{2n+1}(x)\cos^{28}{x}dx$

$\text{Let } J(n)=\displaystyle\int\limits_{0}^{1} x^n(1-x)^n (1-2x)^{2n}dx$

then determine the ratio $\dfrac{E(a)}{J(14)}$ in decimal form.

Where $a=e^{\pi-1} \displaystyle\int\limits_{-\pi/2}^{\pi/2} \dfrac{\tan^3{x} \sec^2{x}}{\tan^5{x}+\tan{x}}dx$

Round $a$ to the nearest integer.

Find closed form using repeated reduction formulae.

(Avoid using Beta or Gamma functions.)

Help me in doing so.

5
  • I chose the boldfont and boldsymbol tags as I was eager to make the 'Let' statements capital in the question code, but was unable to do it. Commented Feb 8 at 16:21
  • please always provide a complete minimal example. fragments are not useful for testing. Commented Feb 8 at 16:36
  • don't use \displaystyle mid-expression it affects the whole expression not just the following \int Commented Feb 8 at 17:29
  • oh. thanks @DavidCarlisle Commented Feb 8 at 17:33
  • Try \textbf{Let: }. Commented Feb 9 at 6:20

1 Answer 1

5

Beauty is in the eye of the beholder. On the other hand, writing a math isn't different from writing a story.

\documentclass{article}
\usepackage{amsmath}

\begin{document}

Define the sequences
\begin{align*}
E(n) &= \int_{0}^{\pi} \sin^{2n+1}(x)\cos^{28}{x}\,dx \\
J(n) &= \int_{0}^{1} x^n(1-x)^n (1-2x)^{2n}\,dx
\end{align*}
and determine the ratio $E(a)/J(14)$ in decimal form, where $a$ is
\[
e^{\pi-1}\int_{-\pi/2}^{\pi/2} \frac{\tan^3{x} \sec^2{x}}{\tan^5{x}+\tan{x}}\,dx
\]
rounded to the nearest integer. Find a closed form using repeated
reduction formulae. (Avoid using Beta or Gamma functions.)

\end{document}

output

1
  • Thanks for responding too quickly. Overkill. Commented Feb 8 at 16:32

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.