ching5633
- 6
- 0
The Attempt at a Solution
Let x=tan u
dx=sec^2(u)*du
When x=3^0.5,u=pi/3
x=-3^0.5,u=-pi/3
S sec^2(u)d(sec u)
=1/3[2^3-2^3]=0
It's not clear why you chose this substitution, x = tan u, for this integral.ching5633 said:The Attempt at a Solution
Let x=tan u
dx=sec^2(u)*du
When x=3^0.5,u=pi/3
x=-3^0.5,u=-pi/3
S sec^2(u)d(sec u)
=1/3[2^3-2^3]=0
S(x^4+x^2)^0.5 dxSteamKing said:It's not clear why you chose this substitution, x = tan u, for this integral.
In any event, you have not shown what indefinite integral you obtained after making the substitution, so plugging in the limits to evaluate the definite integral is rather pointless.
Please show all of your work.
For this integral --ching5633 said:S(x^4+x^2)^0.5 dx
=S(x^2(x^2+1))^0.5
Let x=tan u
dx=sec^2(u)du
When x=(3)^0.5,u=pi/3
x=-(3)^0.5,u=-pi/3
=S(tan^2(u)(tan^2(u)+1)^0.5*(sec^2(u))du
=Ssec^3(u)tan(u)du
=Ssec^2(u)d(sec u)
=1/3*sec^3(u)
By substitution
Ans=0
ching5633 said:But why i can't calculate in this why ,I just dun know what is going wrong
if i substitute x^2=upasmith said:Use the fact that the integrand is even to obtain <br /> \int_{-\sqrt{3}}^{\sqrt{3}} \sqrt{x^4 + x^2}\,dx = 2 \int_0^{\sqrt{3}} \sqrt{x^4 + x^2}\,dx<br /> which will avoid lurking sign errors (such as that if -\frac13\pi \leq u < 0 then \sqrt{\tan^2 u} = |\tan u| = -\tan u.) Also, why not consider the easier u = x^2 instead of a trig substitution?
it is [(x^2)*(x^2+1)]^0.5Mark44 said:For this integral --
$$ \int \sqrt{x^4 + x^2}dx$$
-- the simplest thing to do is to factor x2 from the two terms in the radical, bringing out a factor of x, not x2 as you show.
## \sqrt{x^4 + x^2} \neq x^2 \sqrt{x^2 + 1}##
After you fix the mistake above, then use an ordinary substitution. You could use a trig substitution, but it's almost always better to use a simpler method than a more complicated one.
ching5633 said:if i substitute x^2=u
when x=(3)^0.5 , u=3
when x= - (3)^0.5,u=3
the integral will be from 3 to 3 which is equal to 0
Mark44 said:For this integral --
$$ \int \sqrt{x^4 + x^2}dx$$
-- the simplest thing to do is to factor x2 from the two terms in the radical, bringing out a factor of x, not x2 as you show.
## \sqrt{x^4 + x^2} \neq x^2 \sqrt{x^2 + 1}##
After you fix the mistake above, then use an ordinary substitution. You could use a trig substitution, but it's almost always better to use a simpler method than a more complicated one.
I misread what you wrote. BTW, I like the other suggestions made in this thread better than my own. I corrected my earlier post to say that you can bring out a factor of |x|, rather than what I wrote about bringing out a factor of x.chinq5633 said:it is [(x^2)*(x^2+1)]^0.5
sorry that I am not expressing this clear
This is oversimplified in light of the limits of integration of the original problem, and I admit to making the same mistake myself. Because the limits of integration are positive and negative, you have to incorporate the absolute value. Ray's posts explain this in detail.jjpp109309 said:Simply: \int\sqrt{x^4+x^2}dx=\int\sqrt{x^2(x^2+1)}dx=\int x \sqrt{x^2+1}dx
then by the simple substitution u = x^2+1 the integral transforms to:
\frac{1}{2}\int\sqrt{u}du = \frac{1}{2} \frac{u^\frac{3}{2}}{\frac{3}{2}}=\frac{u^\frac{3}{2}}{3}, the constant of integration was omitted because the original integral is definite.
No. The square root of a positive number is a function, which means it produces one result, not two. It is true that any positive number has two square roots, but, for example, ##\sqrt{9} = 3##, not ##\pm 3##.jjpp109309 said:Substituting back the value of u we conclude that: \int\sqrt{x^4+x^2}dx=\frac{1}{3}(1+x^2)^\frac{3}{2}.
The evaluation should be no problem at all.
About the factor |x|, I believe that it is not necessary and that you can only leave it as x. It is true that the square root of a positive number gives two answers, one positive and one negative both with the same magnitude.
jjpp109309 said:But we have to keep in mind that we are integrating a FUNCTION y(x)=\sqrt{x^4+x^2} And as you may see from the lack of negative sign of the root, the function is taking into account the positive part of y^2 =x^4+x^2 Therefore no absolute value is needed. Although, I have to admit that Vickson's answer is much more general.
jjpp109309 said:Simply: \int\sqrt{x^4+x^2}dx=\int\sqrt{x^2(x^2+1)}dx=\int x \sqrt{x^2+1}dx
then by the simple substitution u = x^2+1 the integral transforms to:
\frac{1}{2}\int\sqrt{u}du = \frac{1}{2} \frac{u^\frac{3}{2}}{\frac{3}{2}}=\frac{u^\frac{3}{2}}{3}, the constant of integration was omitted because the original integral is definite.
Substituting back the value of u we conclude that: \int\sqrt{x^4+x^2}dx=\frac{1}{3}(1+x^2)^\frac{3}{2}.
The evaluation should be no problem at all.
About the factor |x|, I believe that it is not necessary and that you can only leave it as x. It is true that the square root of a positive number gives two answers, one positive and one negative both with the same magnitude. But we have to keep in mind that we are integrating a FUNCTION y(x)=\sqrt{x^4+x^2} And as you may see from the lack of negative sign of the root, the function is taking into account the positive part of y^2 =x^4+x^2 Therefore no absolute value is needed. Although, I have to admit that Vickson's answer is much more general.