Integrating sqroot(kx + (1/4)(k^2)) using basic integration techniques

  • Thread starter Thread starter meee
  • Start date Start date
  • Tags Tags
    Integrate
meee
Messages
87
Reaction score
0
help me integrate this please

sqroot( kx + (1/4)(k^2) ) dx

i wud like to know whether its solvable? and how to do it?
 
Last edited:
Physics news on Phys.org
So your k is a constant right?
To do this kind of problem, we usually use the u-substitution:
u = kx + 1 / 4 k2
Ok, can you go from here? :)
 
ok thanks... yes k = constant

2/(3k) * (kx + (1 / 4) k^2 ) ^(3/2)
is that right?
 
You are forgetting the Constant of Integration. :)
Everything else is correct.
 
oh yes thanks
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top