Efficient Differentiation of Hyperbolic Integrals

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
12 replies · 3K views
nayfie
Messages
50
Reaction score
0
Hello again :)

I get the feeling I'm missing some kind of 'trick', as this is proving a very difficult question :(

I'll write out my frustration below;

Homework Statement



Find f'(x) if f(x) = [itex]\int^{cosh(x^{2})}_{0} tanh(t^2)dt[/itex]

Homework Equations



---

The Attempt at a Solution



My idea was to find the value of the integral (using integration by parts), simplify it and then differentiate it.

However, this method seems rather time consuming (and difficult).

Am I missing something?
 
on Phys.org
Fundamental Theorem of Calculus. What does it say? I am not talking about evaluating a definite integral
 
You mean that [itex]\frac{d}{dx} \int^{x}_{a} f(t)dt = f(x)[/itex]?

Does this imply that [itex]\frac{d}{dx} \int^{cosh(x^{2})}_{0} tanh(t^2)dt = tanh(cosh^2(x^2))[/itex]?
 
What's the derivative of cosh(x^2)?
 
nayfie said:
You mean that [itex]\frac{d}{dx} \int^{x}_{a} f(t)dt = f(x)[/itex]?

Does this imply that [itex]\frac{d}{dx} \int^{cosh(x^{2})}_{0} tanh(t^2)dt = tanh(cosh^2(x^2))[/itex]?
Not quite. The statement of the fundamental theorem has an x as the upper limit. You have a function of x as the upper limit. That makes a difference.
 
nayfie said:
You mean that [itex]\frac{d}{dx} \int^{x}_{a} f(t)dt = f(x)[/itex]?
Yes, that's what flyingpig is talking about.
nayfie said:
Does this imply that [itex]\frac{d}{dx} \int^{cosh(x^{2})}_{0} tanh(t^2)dt = tanh(cosh^2(x^2))[/itex]?
No - you're neglecting to use the chain rule.

[tex]\frac{d}{dx} \int^{u(x)}_{a} f(t)dt = \frac{d}{du}\int^{u(x)}_{a} f(t)dt * \frac{du}{dx} = f(u) * \frac{du}{dx}[/tex]
 
nayfie said:

Homework Statement



Find f '(x) if f(x) = [itex]\int^{cosh(x^{2})}_{0} tanh(t^2)dt[/itex]
This is how I like to thing about this:

Suppose the anti-derivative of tanh(t2) is G(t), i.e. G'(t) = tanh(t2).

For you problem this means that f(x) = G(cosh(x2)) - G(0).

What does that give you for f '(x) ? (Don;t forget to use the chain rule.)
 
First of all, thank you all for the contributions :)

I think I have arrived at an answer! Let me know if I've made a mistake.

-----------------------------------------------------------------

[itex]f(x) = \int^{cosh(x^{2})}_{0} tanh(t^{2})dt[/itex], let [itex]tanh(t^2) = g(t)[/itex]

[itex]f(x) = G(cosh(x^{2})) - G(0)[/itex]

[itex]f(x) = G(cosh(x^{2}))[/itex]

[itex]f'(x) = G'(cosh(x^{2})) = g(cosh(x^{2}))[/itex]

[itex]f'(x) = tanh(cosh^{2}(x^{2})).sinh(x^{2})[/itex]
 
Actually now that I look at it again I think the chain rule needs to be applied twice?

[itex]f(x) = G(cosh(x^{2}))[/itex]

[itex]f'(x) = G'(cosh(x^{2})) = g(cosh(x^{2})).sinh(x^2).2x[/itex]

[itex]f'(x) = tanh(cosh^{2}(x^{2})).sinh(x^{2}).2x[/itex]

It's been a long day :(
 
:)

Thank you all very much for the help!