Quiz:Equivalence of integration problems: Difference between revisions
(Created page with "<quiz display=simple> {Suppose <math>f</math> is a function with a known antiderivative <math>F</math>. Which of the following is correct (and can be deduced using integration...") |
No edit summary |
||
| Line 1: | Line 1: | ||
This quiz considers questions about how one integration problem can be converted to another using [[integration by parts]] and [[integration by u-substitution]]. | |||
==General functions=== | |||
<quiz display=simple> | <quiz display=simple> | ||
{Suppose <math>f</math> is a function with a known antiderivative <math>F</math>. Which of the following is correct (and can be deduced using integration by parts)? | {Suppose <math>f</math> is a function with a known antiderivative <math>F</math>. Which of the following is correct (and can be deduced using integration by parts)? | ||
| Line 48: | Line 52: | ||
- An antiderivative for <math>x \mapsto f(1/\sqrt{x})</math>, domain positive reals. | - An antiderivative for <math>x \mapsto f(1/\sqrt{x})</math>, domain positive reals. | ||
</quiz> | |||
==Specific functions== | |||
<quiz display=simple> | |||
{Suppose <math>a</math> and <math>b</math> are real numbers that are not positive integers. Which of the following is a ''sufficient'' condition for the integration problems <math>\int x^ae^x \, dx</math> and <math>\int x^be^x \, dx</math> to be equivalent? | |||
|type="()"} | |||
- <math>a + b</math> is an integer. | |||
+ <math>a - b</math> is an integer. | |||
|| For simplicity, assume <math>a < b</math> (the process works exactly the same way in reverse if <matH>b < a</math>). Start with the integral <math>\int x^be^x \, dx</math>. Now apply integration by parts taking <math>e^x</math> as the part to integrate and <math>x^b</math> as the part to differentiate. After one application of integration by parts, we need to integrate <math>x^{b-1}e^x</math>. Proceed in the way and we see that we get the integrations of <math>x^be^x, x^{b-1}e^x, x^{b-2}e^x, \dots</math>. If <math>a,b</math> differ by an integer, then after finitely many steps, we will land up with <math>\int x^a e^x\, dx</math>. | |||
- <math>ab</math> is an integer. | |||
- <math>a/b</math> is an integer. | |||
{Suppose <math>a</math> and <math>b</math> are real numbers that are not positive integers. Which of the following is a ''sufficient'' condition for the integration problems <math>\int x^ae^x \, dx</math> and <math>\int e^{x^b} \, dx</math> to be equivalent? Assume we are working with <math>x > 0</math>, so any real power of <math>x</matH> makes sense. | |||
|type="()"} | |||
- <math>a + b = 1</math> | |||
- <math>a - b = 1</math> | |||
+ <math>ab = 1</math> | |||
|| Using integration by parts once, we can convert <math>\int x^a e^x\, dx</math> to <math>\int ax^{a-1} e^x \, dx</math>. Now, put <math>u = x^a</math>. Then <math>x = u^{1/a}</math>, and <math>du = ax^{a-1} \, dx</math>. So, we get that the integral is <math>\int e^{u^{1/a}} \, du</math>. Replace the dummy variable <math>u</math> by the dummy variable <math>x</math>, to obtain <math>\int e^{x^{1/a}} \, dx</math>, which is <math>\int e^{x^b} \, dx</math> by the assumption that <math>b = 1/a</math>. | |||
- <math>a/b = 1</math> | |||
{Suppose <math>a</math> and <math>b</math> are positive real numbers. Which of the following is a ''sufficient'' condition for the integration problems <math>\int e^{x^a} \, dx</math> and <math>\int e^{x^b} \, dx</math> to be equivalent? Assume we are working with <math>x > 0</math>, so any real power of <math>x</matH> makes sense. | |||
|type="()"} | |||
- <math>1/a + 1/b</math> is an integer | |||
+ <math>1/a - 1/b</math> is an integer | |||
|| Put <math>u = x^a</math>. Then,we get <math>x = u^{1/a}</math> and the integral becomes <math>\int e^{x^a} \, dx= \frac{1}{a} \int e^u u^{1/a - 1} \, du</math>. If <matH>1/a - 1/b</math> is an integer, then repeated use of integration by parts gets us to <math>\int e^u u^{1/b - 1} \, du</math>. Now, we plug back <math>y = u^{1/b}</math> and get <math>\int e^{y^b} \, dy</math>. Constants are ignored here as they don't affect the equivalence of integration problems. | |||
- <matH>1/(ab)</math> is an integer | |||
- <math>a/b</math> is an integer | |||
</quiz> | </quiz> | ||
Revision as of 03:43, 20 February 2012
This quiz considers questions about how one integration problem can be converted to another using integration by parts and integration by u-substitution.
General functions=
Specific functions