How to integrate the last two terms in that integral

7yler
Messages
31
Reaction score
0
I'm having trouble with integrating this. \int_1^8 \sqrt{9x^{4}+\frac{1}{2}+\frac{1}{144x^{4}}} dx

I can get the problem down to \int_1^8 9x^{2}+\frac{1}{\sqrt{2}}+\frac{1}{144x^{2}}} dx , but I don't know how to integrate the last two terms in that integral. Am I doing something wrong?
 
Physics news on Phys.org


7yler said:
I'm having trouble with integrating this. \int_1^8 \sqrt{9x^{4}+\frac{1}{2}+\frac{1}{144x^{4}}} dx

I can get the problem down to \int_1^8 9x^{2}+\frac{1}{\sqrt{2}}+\frac{1}{144x^{2}}} dx , but I don't know how to integrate the last two terms in that integral. Am I doing something wrong?

How did you get it down to \int_1^8 9x^{2}+\frac{1}{\sqrt{2}}+\frac{1}{144x^{2}}} dx? It doesn't look correct to me. Can you show us the steps so that we can check them for you?

Hint: Since there's a big square root, one should first try to Complete the Square.
 


I distributed the (1/2) power among everything under the radical. Is that incorrect?
 


7yler said:
I distributed the (1/2) power among everything under the radical. Is that incorrect?
Is \sqrt{1+1+1}=\sqrt{1}+\sqrt{1}+\sqrt{1}\ ?

I so , then \sqrt{3}=3\,.
 


7yler said:
I distributed the (1/2) power among everything under the radical. Is that incorrect?

Yes, that's completely wrong. You can't do that with a sum inside a square root.

VietDao29 said:
Hint: Since there's a big square root, one should first try to Complete the Square.
I would instead find a common denominator and add the three fractions.
 


7yler said:
I distributed the (1/2) power among everything under the radical. Is that incorrect?

You seem not to know how to Complete the Square.

Roughly speaking, Complete the Square is the manipulation you do to change your expression into something like: (ax + b)2 + c2. Where a, b, and c are all constant.

Say, your expression is:
4x ^ 2 + 8x + 8

Here's how you would do it. You'll try to split your expression into a square. Note that:
(a + b)2 = a2 + 2ab + b2

4x ^ 2 + 8x + 8 = (2x) ^ 2 + 8x + 8 = (2x) ^ 2 + 2.(2x).2 + 8 = \left[(2x) ^ 2 + 2.(2x).2 + 2 ^ 2 \right] + 4 = (2x + 2) ^ 2 + 4.

Another example is:
x ^ 2 + 5 + \frac{1}{4x ^ 2} = x ^ 2 + \left( \frac{1}{2x} \right) ^ 2 + 5 = x ^ 2 + 2.x.\frac{1}{2x} + \left( \frac{1}{2x} \right) ^ 2 + 4 = \left( x + \frac{1}{2x} \right) ^ 2 + 4.

Let's see if you can Complete the Square for:
9x^{4}+\frac{1}{2}+\frac{1}{144x^{4}} :)
 


I do not know how to complete the square since x is in the denominator. I can get it to (3x^{2})^{2}+(\frac{1}{12x^{2}})^{2}= -\frac{1}{2}
 


7yler said:
I do not know how to complete the square since x is in the denominator. I can get it to (3x^{2})^{2}+(\frac{1}{12x^{2}})^{2}= -\frac{1}{2}

The identity we should use here is:
(a + b)2 = a2 + 2ab + b2

In your problem:
3x2 is a
1/(12x2) is b.

So, what should you add to make it becomes (a + b)2?

Don't make it become an equation like this: (3x^{2})^{2}+(\frac{1}{12x^{2}})^{2}= -\frac{1}{2}

You can look again at my 2 examples to have some ideas.
 


So 2ab is 1/2.
Then if we have the square root of (a+b)^2, that equals (a+b), and b still has x in the denominator, so how do I integrate that?
 
  • #10


Rewrite
\frac{1}{12x^2}
as an expression with a negative exponent, and then use the power rule.
 
  • #11


Wow. I'm really off of my game tonight. I finally got it worked out. Thank you everyone for your help. I truly appreciate it.
 
Back
Top