5.5 The Substitution Rule/17: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(33 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<math> | <math> | ||
\int \frac{\a+bx^2}{ | \int \frac{a+bx^2}{\sqrt{3ax+bx^3}}dx | ||
</math> | |||
<math> | |||
\begin{align} | |||
u &= 3ax+bx^3 \\[2ex] | |||
du &= (3a+3bx^2)dx \\[2ex] | |||
\frac{1}{3}du &= (a+bx^2)dx \\[2ex] | |||
\end{align} | |||
</math> | |||
<math> | |||
\begin{align} | |||
\int \frac{a+bx^2}{\sqrt{3ax+bx^3}}dx &= \int \frac{1}{\sqrt{3ax+bx^3}}(a+bx^2)\;dx = \int \frac{1}{\sqrt{3ax+bx^3}}((a+bx^2)\;dx)\ \\[2ex] | |||
&= \frac{1}{3}\int \frac{1}{\sqrt{u}}(du) = \frac{1}{3}\int u^{-1/2} du \\[2ex] | |||
&= \frac{1}{3}\frac{u^{\frac{1}{2}}}{\frac{1}{2}} + C \\[2ex] | |||
&= \frac{2}{3}(3ax+bx^3)^{1/2} + C \\[2ex] | |||
&= \frac{2}{3}{\sqrt{3ax+bx^3}} + C | |||
\end{align} | |||
</math> | </math> |
Latest revision as of 19:18, 20 September 2022