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:
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