Calculating Derivatives of a Function on an Open Interval ]0,1[

Click For Summary

Homework Help Overview

The discussion revolves around calculating the first three derivatives of a function defined on the open interval ]0,1[. The function is expressed as an integral involving a logarithmic term, raising questions about the implications of the interval's boundaries on the calculations.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore the meaning of the open interval and its relevance to the function's behavior. There are attempts to differentiate the function, with some questioning the correctness of their derivatives and the treatment of constants. The use of logarithmic properties is discussed as a potential simplification.

Discussion Status

The conversation is active, with participants providing corrections and suggestions regarding the differentiation process. There is recognition of errors in previous attempts, and some participants express uncertainty about the implications of higher-order derivatives.

Contextual Notes

Participants note that the function is undefined at the endpoints of the interval, which influences the differentiation process. There is also mention of the complexity and potential confusion arising from the logarithmic terms involved in the derivatives.

danni7070
Messages
91
Reaction score
0

Homework Statement



Lets define a function f on an open interval ]0,1[ by setting

f(x) = \int_{1/2}^\sqrt{x}} tln\frac{1+t^2}{1-t^2}dt

Calculate the first three deriatives f'(x), f''(x) and f'''(x)



Homework Equations



Product and Quotent rule.


The Attempt at a Solution



Ok. First of all. Does that open interval ]0,1[ have any meaning to the calculations?

I took f'(x) = \sqrt{x} ln \frac{1+x}{1-x}dx - \frac{1}{2} ln \frac{1+\sqrt{1/2}}{1-\sqrt{1/2}}

Is that the right way to do it ?
 
Last edited:
Physics news on Phys.org
That's right. The integrand is undefined at 1 and 0. Hence the restriction to (0,1).
 
Ooops. Correction. Your constant part shouldn't be there. If the antiderivative of f(t) is F(t), the integral from a to x is F(x)-F(a). The derivative of that is just F'(x)=f(x). The a part disappears.
 
Jesus Christ. Of course. x cannot be 0 because of sqrt(x) and not 1 because of the (1-x) thing.

I just thougt that it was ment to trick you to say "lets define on an open interval..."

Clearly it did in my case.

Thanks Dick.

f ' (x) = \sqrt{x}ln\frac{1+x}{1-x} - CONSTANT

d/dx constant = 0


d/dx \sqrt{x} = \frac {1}{2\sqrt{x}}


u = \frac{1+x}{1-x} and u ' = \frac{(1-x)+(1+x)}{(1-x)^2} = \frac {2}{(1-x)^2}

g(u) = ln(u) and g ' (u) = \frac{1}{x}

d/dx ln\frac{1+x}{1-x} = \frac{1}{x} \frac{2}{(x-1)^2} = \frac{2}{x(1-x)^2}

so...


f '' (x) = \frac {ln\frac{1+x}{1-x}}{2\sqrt{x}} + \frac{2\sqrt{x}}{x(1-x)^2}

Is this correct? And if it is, can I simplify the result ?
 
Last edited:
As I explained in my last note drop the constant in f'(x). f(x) COULD be defined on [0,1), but they chose not to (it is defined at 0 - I was thinking they had a log(x) in there somewhere). I'm not getting the same thing as you when I differentiate the log. But you might find it easier to handle the log by writing log((1+x)/(1-x))=log(1+x)-log(1-x).
 
Jeez if i do that with the log I will be forever doing this. Or maybe not.

EDIT:

f ' (x) = \sqrt{x}ln(1+x) - \sqrt{x}ln(1-x)

d/dx \sqrt{x} ln(1+x) = \frac{ln(1+x)}{2\sqrt{x}} + \frac{\sqrt{x}}{1+x}

d/dx \sqrt{x}ln(1-x) = \frac{ln(1-x)}{2\sqrt{x}} + \frac{\sqrt{x}}{1-x}

so

f '' (x) = (\frac{ln(1+x)}{2\sqrt{x}} + \frac{\sqrt{x}}{1+x}) - (\frac{ln(1-x)}{2\sqrt{x}} + \frac{\sqrt{x}}{1-x})

and for f'''(x) I just go quatant crazy.
 
Last edited:
f ''' (x) = \frac{\frac{2\sqrt{x}}{(1+x)} - \frac{ln(1+x)}{\sqrt{x}}}{4x}

Correct? No, its incorrect...
 
Last edited:
You are forgetting a parenthesis in the FIRST derivative - both logs are multiplied by sqrt(x). But I just meant to differentiate the log by differentiating log(1+x)-log(1-x) -> 1/(1+x)+1/(1-x) -> 2/(1-x^2).
 
f ' (x) = \sqrt{x}ln(1+x) - \sqrt{x}ln(1-x)

d/dx \sqrt{x} ln(1+x) = \frac{ln(1+x)}{2\sqrt{x}} + \frac{\sqrt{x}}{1+x}

d/dx \sqrt{x}ln(1-x) = \frac{ln(1-x)}{2\sqrt{x}} + \frac{\sqrt{x}}{1-x}

so

f '' (x) = (\frac{ln(1+x)}{2\sqrt{x}} + \frac{\sqrt{x}}{1+x}) - (\frac{ln(1-x)}{2\sqrt{x}} + \frac{\sqrt{x}}{1-x})
 
  • #10
You have a sign error on the last term, the derivative of log(1-x)=(-1)/(1-x). One more derivative to go.
 
  • #11
Ok, I think I got it now. And yes of course there is a minus sign :)

I just put the result I got

f ''' (x) = (\frac{\frac{2\sqrt{x}}{1+x}-\frac{ln(1+x)}{\sqrt{x}}}{4x} + \frac{\frac{1+x}{2\sqrt{x}}-\sqrt{x}}{(1+x)^2})-(\frac{\frac{2\sqrt{x}}{1-x}+\frac{ln(1-x}{\sqrt{x}}}{4x} - \frac{\frac{1-x}{2\sqrt{x}} + \sqrt{x}}{(1-x)^2})
 
  • #12
Hope you're right. It's kind of hopeless to check something like that. Even if you find something, it's just as likely to be a TeX error as anything else. I know you basically know what you are doing.
 
  • #13
Yes, but thanks a lot for the help. But what's the meaning of finding f'''(x)

f'(x) tells you where the CP's are ans so..

f''(x) tellst you where the lines turn

but what the hell does f'''(x) do other then robbing you valiable time?
 
  • #14
It tells you where the second derivative is increasing and decreasing. Which is not something you generally need when sketching a graph. Here it's just for practice (i.e. robbing you of valuable time).
 

Similar threads

Replies
4
Views
2K
  • · Replies 105 ·
4
Replies
105
Views
11K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K