Find the Indefinite Integral...
\[\int\limits_{}^{}\sec(1-x)\tan(1-x)dx\]
\(\color{#000000 }{ \displaystyle \frac{ d}{dx} \sec(x)=? }\)
secxtanx
Yes, very good
you know that integrating is a reverse operation of differentiation. Right?
I believe so
So, since \(\color{#000000 }{ \displaystyle \frac{ d}{dx} \sec(x)=\sec(x)\tan(x) }\) therefore, \(\color{#000000 }{ \displaystyle \int \sec(x)\tan(x)~dx=\sec(x)\color{grey}{\rm +C} }\)
have you done any u-substitution before?
yes, so my u would be (1-x) and my du would be (-dx)
Yes, very good u=1-x du= - dx
But, since you don't have the negative inside the integral, you may rearrange the du=-dx. You can divide both sides by -1, and you get, -du=dx
So, you have u = 1-x -du = dx and you can substitute this right into the problem.
\(\color{#000000 }{ \displaystyle \int \sec(1-x)\tan(1-x)~dx }\) and with your substitution, u = 1-x -du = dx the integral will become, \(\color{#000000 }{ \displaystyle \int \sec(u)\tan(u)~(-du) }\) and then this is same as, \(\color{#000000 }{ \displaystyle -\int \sec(u)\tan(u)~du }\)
if something didn't make sense, or you have an additional question about this, then ask. Also, don't forget to substitute the x back instead of u. (u=1-x \(\Longrightarrow\) x=1-u)
ok that makes sense so far
Alright integrate (with respect to "u"), and then substitue the x back in
would my final answer be -sec(1-x)+c ?
Yes, very good!
Woo! would you mind walking me through another problem?
Sure, although I am also pretty sure, that for the next problem you will need no more than a hint or two:)
\[\int\limits_{}^{}\frac{ sinx }{ \cos^3x}dx\]
\(\color{#000000 }{ \displaystyle \frac{\sin x}{\cos^3x}=(\cos x)^{-3}\times (\sin x) }\)
Seems as though that the integrand was obtained from differentiating some function with a chain rule? do you see what I am taking about?
I think so
well, we can solve it through u-sub rather than using "recognizing derivatives" technique...
I don't know what your instructor told you to do, but which approach would be harder for you?
As reagrds to recognizing derivatives, (\(n\ne 0\)) \(\color{#000000 }{ \displaystyle \frac{d}{dx}(\cos x)^n=n(\cos x) ^{n-1} \times (-\sin x) =-n\cdot \cos^{n}x\sin x}\)
for negative n, \(\color{#000000 }{ \displaystyle \frac{d}{dx}(\cos x)^{-n}=-n(\cos x) ^{-n-1} \times (-\sin x) =n\cdot \cos^{n}x\sin x}\)
We have mainly worked through u-sub
ok, so let's do the u sub
if you see something in a form of, \(\color{#000000 }{ \displaystyle \int {\rm G}\left[f(x)\right]\times f'(x)~dx }\) you would set, \(\color{#000000 }{ \displaystyle u=f(x) }\) \(\color{#000000 }{ \displaystyle du=f'(x)~dx }\) and then you would have the following, \(\color{#000000 }{ \displaystyle \int {\rm G}\left[u\right]~du }\)
Right? ... just the concept of you substitution when the problem is in that form.
In your case, you are dealing with the same thing, \(\color{#000000 }{ \displaystyle \int \frac{1}{(\cos x)^3}\times \sin x ~dx }\) just,. that you don't have the negative in front of sin(x), but we will resolve that the same way as we did in problem 1, when we said -du=dx.
I got my u to be cos x and my du to be -sinxdx --> then I divided both sides by -1 --> to get this \[-\int\limits_{}^{}u^{-3} du\] then by substituting in I got -1/2sec^2+c
\(\color{#000000 }{ \displaystyle -\int u^{-3} du }\) \(\color{#000000 }{ \displaystyle = \frac{-u^{-3+1} }{-3+1}=\frac{1}{2}u^{-2}=\frac{1}{2}\cos^{-2}x=\frac{1}{2}\sec^2x+C }\)
yes, fabulous !
thanks for the help man!
Anytime! Good work! Also, by the way, you can divide by any number when you solve the "du" part, whether this number is -1, like we had twice, or if this 2, e, pi, psi, or any other constant .... (even by variables)
time to finish these last couple of problems!
ok
Any questions?
let me look through my remaining homework problems real quick
Alright :)
I will just put up an example of what I mean by "dividing by variables" when solving the "du" part....
\[\int\limits_{}^{} x \sqrt{x+6}dx and \int\limits_{0}^{1}x \sqrt{1-x^2}dx\]
So, suppose you have: \(\color{#000000 }{ \displaystyle \int e^\sqrt{x} dx }\) then, I set, \(\color{#000000 }{ \displaystyle u=\sqrt{x} }\) \(\tiny \\[0.8em]\) \(\color{#000000 }{ \displaystyle du=\frac{1}{2\sqrt{x}}dx }\) but, I don't have the \(\color{#000000 }{ \displaystyle \frac{1}{2\sqrt{x}} }\) inside my integral, so what do I do? I will multiply time \(2\sqrt{x}\) on both sides of the du part, to get, \(\color{#000000 }{ \displaystyle 2\sqrt{x} du=dx }\) then, I know that \(u=\sqrt{x}\) (this is my substitution) So, I can say, \(\color{#000000 }{ \displaystyle 2u~du=dx }\) So, the old problem that I had, \(\color{#000000 }{ \displaystyle \int e^\sqrt{x} dx }\) would turn into, \(\color{#000000 }{ \displaystyle \int e^u (2u~du)\quad \Longrightarrow \quad 2\int u~e^u~du }\) and that would be solved via "integration by parts" wqhich you might not have learned yet, but this is an example of playing with variables..... (and at leas this is integratable, unlike the initial integrand)
that was just an example of playing with variables in a u-substitution... there is a lot of things you can do there ... (but still, integrals are not manipulable like limits)
ok thanks for the advice!
\(\color{#000000 }{ \displaystyle \int x\sqrt{x+6}dx }\)
if you had something like \(\color{#000000 }{ \displaystyle \int (z-a)\sqrt{z}~dz }\) then, wouldn't tha be easier to integrate? (expand and apply the power rule)
you might want to tr to reach something similar ... what do you think your u-substitution should be?
my u was x+6, my du was dx, and my x was u-6 giving me --> \[\int\limits_{}^{}(u-6)u^{1/2}du \]
Yes, that is briliant !
now, multiply it out, integrtae, and after that substitute the x back
distributing i got --> \[\int\limits_{}^{}u^{3/2}-6u^{1/2 }du\]
final answer is --> \[\frac{ 2 }{ 5 }(x+6)^{5/2}-4(x+6)^{3/2}=C\]
yes, that = was supposed t be + :D
my keyboard also has that sometimes :)
good job
no thank you! your explanations have been very helpful
your next problem, unless you have questions about something previous, is \(\color{#000000 }{ \displaystyle \int\limits_{0}^{1} x\sqrt{1-x^2}dx }\)
There are two ways to do u-substitution with definite integrals.
1. You susbtitute just like you do by indefinite integrals, THEN, you integrate and substitute the original variable back. THEN, you evaluate at the given limits of integration.
2. You substitute just like by indefinite integrals, \(\color{red}{\bf AND}\) you change the limits of integration. So, if you have u=f(x), and limits of integration x=a and x=b, then your new limits would be f(a) and f(b). \(\color{red}{\bf BUT}\) after you integrate, you \(\color{red}{\bf don't}\) substitute the original variable back; \(\color{red}{\bf rather}\), you evaluate at the new limits of integration (at u=f(a), and u=f(b).)
So, you are used to doing it the first way I would expect, right?
yes
So let's do it way 1 together, and then I will put up the way 2 afterwords. Suffices?
cool beans
Alright!
Recall that: if you see an integral in a form of, \(\color{#000000 }{ \displaystyle \int {\rm G}\left[f(x)\right]\times f'(x)~dx }\) you would set, \(\color{#000000 }{ \displaystyle u=f(x) }\) \(\color{#000000 }{ \displaystyle du=f'(x)~dx }\) and then you would have, \(\color{#000000 }{ \displaystyle \int {\rm G}\left[u\right]~du }\) And recall too that we can multiplyand divide by numbers in the "du" part as we like.
Your problem is: \(\color{#000000 }{ \displaystyle \int\limits_{0}^{1} x\sqrt{1-x^2}dx }\) I am sure you know the derivative of \(1-x^2\).
2xdx
so what is your u, and wat is your du, exactly ?
u is 1-x^2 and my du is 2xdx
du is a little off
what is the derivative of \(\color{red}{-}x^2\) ?
whoops my du would be -2xdx
yes \(\color{#000000 }{ \displaystyle u=1-x^2 }\) \(\color{#000000 }{ \displaystyle du=-2x~dx }\)
and since it is negative, would i flip the range?
you don't have the "2" coefficient in the integral, so divide both sides of the "du" by 2.
\[\int\limits\limits_{1}^{0} \]
Well, if this is what you mean, then \(\color{#000000}{\displaystyle\int\limits_{a}^{b} f(x)~dx=-\int\limits_{b}^{a} f(x)~dx}\) but you don't need that
ok
\(\color{#000000 }{ \displaystyle \int\limits_{0}^{1} x\sqrt{1-x^2}dx }\) set, \(\color{#000000 }{ \displaystyle u=1-x^2 }\) \(\color{#000000 }{ \displaystyle du=-2x~dx }\) remember, we can play with "du", and we need to do this, since we don't have the -2 in the integral (right?) So our du part will become, \(\color{#000000 }{ \displaystyle \frac{1}{-2}du=x~dx }\)
so just substitute this accordingly...
\(\color{#000000 }{ \displaystyle \int\limits_{0}^{1} \color{#ff0000}{x}\sqrt{\color{#0000ff}{1-x^2}}\color{#ff0000}{dx} }\) set, \(\color{#0000ff }{ \displaystyle u=1-x^2 }\) \(\color{#ff0000 }{ \displaystyle du=-2x~dx }\) remember, we can play with "du", and we need to do this, since we don't have the -2 in the integral (right?) So our du part will become, \(\color{#ff0000 }{ \displaystyle \frac{1}{-2}du=x~dx }\) And your integral will be, \(\color{#000000 }{ \displaystyle \int\limits_{0}^{1} \sqrt{\color{#0000ff}{u~}}\left(\color{#ff0000}{\frac{1}{-2}du}\right) }\) which simplifies to, \(\color{#000000 }{ \displaystyle -\frac{1}{2}\int\limits_{0}^{1} \sqrt{u~}du }\)
ok i understand so far
and from there, I am pretty sure you can integrate it yourself (power rule)
but, when you find the integral, first substitute the x back into the equation, and then evaluate at the given limits of integration.
if you need help with anything let me know.
is my final answer 1/3?
yes, very good!
Want to see way 2 f you-substitution?
sure, it wouldn't hurt
\(\color{#000000 }{ \displaystyle \int\limits_{0}^{1} x\sqrt{1-x^2}dx }\) you set, \(\color{#000000 }{ \displaystyle u=1-x^2 }\) \(\color{#000000 }{ \displaystyle du=-2x~dx\quad \Longrightarrow \quad \frac{1}{-2}du=x~dx }\) And the limits of integration, change as follows: \(\color{#000000 }{ \displaystyle x=\color{blue}{0}\quad \quad \Rightarrow\quad\quad u=1-\color{blue}{0}^2 \quad \quad \Rightarrow\quad\quad u=1 }\) \(\color{#000000 }{ \displaystyle x=\color{blue}{1}\quad \quad \Rightarrow\quad\quad u=1-\color{blue}{1}^2 \quad \quad \Rightarrow\quad\quad u=0 }\) \(\tiny\\[0.5em]\) OLD INTEGRAL \(\color{#000000 }{ \displaystyle \Longrightarrow \Longrightarrow }\) NEW INTEGRAL\(\tiny\\[1.0em]\) \(\color{#000000 }{ \displaystyle \int\limits_{0}^{1} x\sqrt{1-x^2}dx }\) \(\color{#000000 }{ \displaystyle \Longrightarrow \Longrightarrow }\) \(\color{#000000 }{ \displaystyle \frac{1}{-2}\int\limits_{1}^{0} \sqrt{~u~}du }\) I got the limits 1 and 0, NOT BECAUSE I FLIPPED THEM! (THIS IS IMPORTANT NOT TO MISS, ISN'T IT? :D) And then I can integrate this easily, \(\color{#000000 }{ \displaystyle \frac{1}{-2}\int\limits_{1}^{0} \sqrt{~u~}du }\) \(\color{#000000 }{ \displaystyle -\frac{1}{2}\int\limits_{1}^{0} \sqrt{~u~}du }\) let's use that propery with flipping the limits :) \(\color{#000000 }{ \displaystyle \frac{1}{2}\int\limits_{0}^{1} \sqrt{~u~}du }\) \(\color{#000000 }{ \displaystyle \frac{1}{2}\int\limits_{0}^{1} u^{1/2} du =\frac{1}{2}\left( \left. \frac{2}{3} u^{3/2}\right|^{u=1}_{u=0} \right) =\frac{1}{2}\left(\frac{2}{3} (1)^{3/2}-\frac{2}{3} (0)^{3/2}\right)}\) \(\color{#000000 }{ \displaystyle =\frac{1}{2}\left(\frac{2}{3} -0\right)=\frac{1}{2}\times \frac{2}{3}=\frac{1}{3}}\)
if you need more material on this stuff let me know.
screen shotted this stuff for later!
Also, there is an alternative way of doing this integral, and that is, via "trig substitution"
Join our real-time social learning platform and learn together with your friends!