5

$$\begin{align} \left(\int_{\tan{x}}^{x^2} \frac{1}{\sqrt{2+t^4}}\,dt\right)' &= \frac{1}{\sqrt{2+t^4}}2x - \frac{1}{\sqrt{2+t^4}}\sec^2{x} \\ &= \frac{2x}{\sqrt{2+t^4}} - \frac{\sec^2{x}}{\sqrt{2+t^4}} \\ &= \frac{2x-\sec^2{x}}{\sqrt{2+t^4}} \\ \end{align}$$

Update:

Is this looking better??

$$\begin{align} \left(\int_{\tan{x}}^{x^2} \frac{1}{\sqrt{2+t^4}}\,dt\right)' &= \frac{1}{\sqrt{2+(x^2)^4}}2x - \frac{1}{\sqrt{2+(\tan{x})^4}}\sec^2{x} \\ &= \frac{2x}{\sqrt{2+x^8}} - \frac{\sec^2{x}}{\sqrt{2+\tan^4{x}}} \\ \end{align}$$

Is this correct?

KKendall
  • 869

3 Answers3

3

$\text{ Recall } \int_{a(x)}^{b(x)}f(t) dt=F(b(x))-F(a(x)) \text{ *note:} \text{( where } F'=f) \\ \frac{d}{dx}[F(b(x))-F(a(x))]=\frac{d}{dx}F(b(x))-\frac{d}{dx}F(a(x)) \text{ by difference rule } \\ \\ \text{ now you use chain rule and you are almost there } $

randomgirl
  • 3,237
  • 1
    You should use dummy variables, for example $\int_{a(x)}^{b(x)} f(y) dy$. The integration variable doesn't "exist" outside of the integration scope. – Ian Mar 30 '15 at 16:37
  • Yeah I usually do but I'm typing around a cat :p and thanks – randomgirl Mar 30 '15 at 16:38
1

Hint to find derivative: Use FTC, http://en.wikipedia.org/wiki/Fundamental_theorem_of_calculus#Formal_statements, $F'(x)=\frac{d}{dx}\int^x_a f(t)dt=f(x)$

Answer to original question: HINT to integrate: \begin{align} \int_{\tan{x}}^{x^2} \frac{1}{\sqrt{2+t^4}}\,dt &= \frac{1}{\sqrt2} \int_{\tan{x}}^{x^2} \frac{1}{\sqrt{1+\frac{t^4}{2}}}\,dt \\ &= \frac{1}{\sqrt2} \int_{\tan{x}}^{x^2} \frac{1}{\sqrt{1+\frac{t^4}{2}}}\,dt \\ \end{align} Then let $\tan^2 u=t^4/2$

Trajan
  • 5,194
  • 2
  • 27
  • 71
0

No. $t$ is a mute variable. The answer must have $x$ as the only variable. Yor computations are similar to $$ \int_1^2t\,dt=2\cdot t-1\cdot t=t, $$ which is obviously wrong.