A differentiation and integraion question

  • Thread starter Thread starter kevester
  • Start date Start date
  • Tags Tags
    Differentiation
kevester
Messages
2
Reaction score
0

Homework Statement


a) if f(x)= ln(x/√(a-x^2)) show that f'(x) = a^2/x(a^2-x^2)


∫1/x(25-x^2) dx



The Attempt at a Solution


for a) i tried differentiating the top (ans. = 1) then the bottom.. obviously the bottom's where hte prob is at lol.. i kno d/dx ln[f(x)] --> 1/(f(x) χ f '(x) but i still lost..

for b) i tried integrating it but idk I am a bit lost..
 
Physics news on Phys.org
For part (a):
f(x)= \ln \left(\frac {x}{\sqrt{a-x^2}}\right)
First, find the derivative of ln. Then, multiply by the derivative of the fraction.

For part (b), is this what you meant? Try to use LaTeX for clarity.
\int \frac {1}{x(25-x^2)} \,.dx
 
Last edited:
for part b yes that's what i mean. for part a.. i dnt get u? as i said above the differential of a ln(f(x) = 1/f(x) * f ' (x) is that what u did?

idk what LaTeX is...
 
kevester said:
for part b yes that's what i mean. for part a.. i dnt get u? as i said above the differential of a ln(f(x) = 1/f(x) * f ' (x) is that what u did?

idk what LaTeX is...

Yes, that's exactly what i suggested for part (a).

LaTeX is just an easy programming language for displaying equations, matrices, vectors and formulas clearly, as you can see in this post.

For part (a):f'(x)= \frac{1}{\left(\frac {x}{\sqrt{a-x^2}}\right)}.\frac{d\left(\frac {x}{\sqrt{a-x^2}}\right)}{dx}
Now, to find the derivative of: \frac {x}{\sqrt{a-x^2}}
Use the substitution, u=a-x^2.
But the answer doesn't check out with what you have provided in post #1. So, verify if the problem and/or answer are correct in post #1.

For part (b):
Express in partial fractions:
\int \frac {1}{x(25-x^2)} \,.dx=\int \frac{1}{25x}\,.dx+\int \frac{x}{625-25x^2}\,.dx
\int \frac {1}{x(25-x^2)} \,.dx=\int \frac{1}{25x}\,.dx+\int \frac{x}{625-25x^2}\,.dx
\int \frac{1}{25x}\,.dx=\frac{1}{25}\ln x
To find the following integral:
\int \frac{x}{625-25x^2}\,.dx
Use the formula:
\int \frac{f'(x)}{\sqrt{f(x)}}\,dx=2\sqrt{f(x)}+C
You just rearrange the real constant coefficient of the numerator to match that of f'(x).
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top