Can a math genius tell me how to do this?
Asked by
bigjay (
387)
October 20th, 2010
Hi all.
I have to integrate this thing:
dy / dx = 1/(8×√(x(1+√x)(√((1+√x)
In readable terms it looks like this:
http://img822.imageshack.us/img822/7123/equatione.png
How can i do it? When i look at it all i see is a bunch of x’s and root signs :S. Thanks a lot guys.
Observing members:
0
Composing members:
0
7 Answers
1) you need to find the square route of x
2) find the square route of x + 1
3) subtract 1 make a note of what you got
4) square route of x + 1 times x make a note of what you got
5) multiply the 2 values you made a note of together
6) find the square route of that
7) multiply by 8
square route of x is x to the second power or xx
I’m not 100% sure but I’m pretty sure.
1) Distrute the square root
1/(8*sqr(x)*sqr(1+sqr(x))*sqr(1+sqr(x)))
2) Eliminate the sqr(1+sqr(x))‘s
1/(8*sqr(x)*(1+sqr(x))
3) Distribute
1/(8*(sqr(x)+sqr(x)*sqr(x))
4) Eliminate sqr(x)‘s
1/(8*(sqr(x)+x)
5) Distribute
1/(8*sqr(x)+8*x)
Hope you can take it from here.
@daytonamisticrip Square root of x is not x to the second power. For example, the square root of 4 is 2, while 4 to the second power is 16. Also, there is no value of x. The question is not to plug in a value for x and simplify the expression, the question is to integrate the function, thereby ending up with another function.
@bigjay I’m sorry I can’t help you right now. I looked at the problem, but nothing jumped out at me as a good way to approach it. Unfortunately, I don’t have the time to sit and mess with it. I’d really love to, because it looks like an interesting question. I will say that my first thought was trig sub, but I’m not sure if it will get you anywhere. The other thing I thought of was to see if you can simplify the expression and go from there.
EDIT – It looks like @PhiNotPi might have beaten me to the second idea.
The square root of X is the same as X^0.5
If it’s as written in the attached png, then I don’t think PhiNotPi’s solution works, sadly, because of where the square root signs are. Are you sure it’s written correctly there? If it doesn’t simplify, then it looks to be pretty crazy hard to solve.
Clarification, please—What does the first ‘X’ represent in the expression:
dy/dx = 1/(8×√(x(1+√x)(√((1+√x)
Does it mean multiply, or does it represent the variable x?
One technique that might work is to make a change of variable.
Let u = 1+√x
Then x = (u-1)^2
The big radical sign in the denominator then reduces to
(u-1)^(3/2) u^(½)
So the integrand becomes (assuming “times” rather than variable x):
1/8 (u-1)^(-3/2) u^(-½)
Not that I can integrate that, either… It just looks simpler. ~
Answer this question
This question is in the General Section. Responses must be helpful and on-topic.