Problem solving a parametric indefinite integral

greg_rack
Gold Member
Messages
361
Reaction score
79
Homework Statement
$$\int \frac{h}{ky(h-y)} \ dy$$
Where ##h##, ##k## are real numbers
Relevant Equations
none
Since ##h## and ##k## are constants:
$$\frac{h}{k}\cdot \int \frac{1}{y(h-y)} \ dy$$
Now, rewriting the integrating function in terms of coefficients ##A## and ##B##:
$$\frac{1}{y(h-y)}=\frac{A}{y}+\frac{B}{h-y}\rightarrow B=A=\frac{1}{h} \rightarrow$$
$$\frac{1}{h}\int \frac{1}{y}\ dy + \frac{1}{h}\int \frac{1}{h-y}\ dy\rightarrow \frac{ln|y|}{h}-\frac{ln|h-y|}{h}+C$$
Which, multiplied by ##\frac{h}{k}##, becomes:
$$\frac{ln|\frac{y}{h-y}|}{k}+C_1$$
That doesn't correspond to the right integral.

Where did I get it wrong?
 
Physics news on Phys.org
greg_rack said:
But doesn't correspond to the right integral.
Says who ?

##\ ##
 
BvU said:
Says who ?

##\ ##
Nevermind, my bad... my reference did just wrote ##ln|\frac{y}{h-y}|## in the, of course, equivalent form ##-ln|\frac{h}{y}-1|##, and I haven't been able to see it at first sight :)
 
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