5.5 The Substitution Rule/3: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<math> \int x^2 \sqrt{x^3+1} dx </math>") |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<math> | <math> | ||
\int x^2 \sqrt{x^3+1} dx | \int x^2 \sqrt{x^3+1} dx | ||
</math> | |||
<math> | |||
\begin{align} | |||
u &=x^3+1 \\[2ex] | |||
du &=3x^2dx | |||
\end{align} | |||
</math> | |||
<math> | |||
\int \frac{1}{3} du \sqrt{u} | |||
</math> | |||
<math> | |||
\begin{align} | |||
\frac{1}{3} \int du (u^{\frac{1}{2}}) \\[2ex] | |||
=\frac{1}{2} u^\frac{3}{2} | |||
\end{align} | |||
</math> | |||
<math> | |||
\frac{1}{2}(x^3+1)^\frac{3}{2} +C | |||
</math> | </math> |
Latest revision as of 03:48, 23 September 2022