Problem solving a parametric indefinite integral

Click For Summary
The discussion revolves around solving a parametric indefinite integral involving constants h and k. The integral is rewritten using partial fractions, leading to a logarithmic expression. Initially, there is confusion regarding the equivalence of the derived expression and the expected result. The author realizes that the discrepancy was due to a misunderstanding of logarithmic identities. Ultimately, the correct interpretation of the logarithmic form clarifies the solution.
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 :)
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...