Struggling with Derivative of Exponential Function in Calculus?

  • Context: Undergrad 
  • Thread starter Thread starter The Bob
  • Start date Start date
  • Tags Tags
    Calculus Concept
Click For Summary

Discussion Overview

The discussion revolves around finding the derivative of the function f(x) = x^{sinh(2x)}. Participants explore various methods for differentiation, including the chain rule, logarithmic differentiation, and the product rule, while addressing the challenges faced by a university student struggling with this calculus problem.

Discussion Character

  • Homework-related
  • Mathematical reasoning
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant expresses uncertainty about how to start differentiating the function and considers using a substitution.
  • Another participant suggests that the chain rule is applicable and questions if it is as simple as that.
  • Several participants propose using logarithmic differentiation, applying the rule log(a^b) = b log(a) before differentiating.
  • There is a suggestion to rewrite the function in terms of an exponential function to apply the chain rule directly.
  • One participant attempts to differentiate using a substitution for sinh(2x) and expresses confusion about the resulting expression.
  • Another participant emphasizes that the derivative of exp(x) is exp(x) and that the derivative of sinh(2x) is 2cosh(2x), advocating for the direct application of the chain rule.
  • Corrections are made regarding the application of the chain rule and the proper formulation of the derivative, with some participants acknowledging their mistakes.
  • One participant summarizes their understanding of the differentiation process and presents a final expression for the derivative, seeking validation from others.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the best method for differentiation, with multiple approaches being discussed and debated. Some participants advocate for logarithmic differentiation while others prefer direct application of the chain rule without logs.

Contextual Notes

There are unresolved aspects regarding the application of different differentiation techniques and the potential confusion surrounding the use of logarithms in this context. Participants express varying levels of familiarity with the methods discussed.

Who May Find This Useful

This discussion may be useful for students learning calculus, particularly those encountering challenges with differentiation techniques involving exponential and hyperbolic functions.

The Bob
Messages
1,127
Reaction score
0
Hi all (it has been a while again),

I have just started Universtiy and after my second lecture I was given a question sheet to complete in two weeks. I have completed 14 out of the 16 questions set, 2 of which I just haven't done yet and another will require a little more thought before I need some help.

The question I am having a problem with is this one:

4. Find f'(x) for each of the following f.
(d) [tex]f(x) = x^{sinh2x}[/tex]

I would give some sort of attempt, like you all expect, before I get any help but I am afraid I have never come across this sort of equation before. I really do not know where to start. I did think about letting u = sinh2x and doing a sustitution but I realized that would not work so I am really stuck. I can but assume I need some sort of rule or theorem that I have either not learned or cannot find on the internet (and trust me, I have looked).

Any help would be greatly appreciated.

Cheers for now,

The Bob (2004 ©)
 
Physics news on Phys.org
It's the chain rule. You've met the chain rule?
 
[tex]\log_{e}f = ?[/tex]
 
Is it truly as simple as the chain rule?

Also I have never done a f'(x) question by using log base e before I start.

So even if it is as simple as the chain rule (which has caused myself to be quiet embarrassed) what does the right hand side become? I am not going to pretend I understand at this stage, despite feeling I should be able to.

Cheers,

The Bob (2004 ©)
 
Use the rule log(a^b) = b log(a), then differentiate the equation, using the the product and chain rules, with respect to x.
 
Let me have a quick go.

Does sinhx need to be substituted for some lettter (e.g. u)? Then I can differentiate with respect to u (for f(x)) and with respect to x (for u).

So is

[tex]f'(x) = 2 cosh2x . sinh2x . x^{(sinh2x - 1)}[/tex]

?

Cheers,

The Bob (2004 ©)
 
neutrino said:
Use the rule log(a^b) = b log(a), then differentiate the equation, using the the product and chain rules, with respect to x.

But then I have a [tex]log_e f'(x)[/tex], do I not?

The Bob (2004 ©)
 
Ok, so will I have

[tex]\frac{d(log_e y)}{dx} = \frac{sinh2x}{x} + (2cosh2x)(log_e x)[/tex]

?

The Bob (2004 ©)
 
[tex]\frac{d(\log f(x))}{dx} = \frac{1}{f(x)}f'(x)[/tex]

This is yet another application of the chain rule...
 
  • #10
The Bob said:
[tex]f'(x) = 2 cosh2x . sinh2x . x^{(sinh2x - 1)}[/tex]

You can't use the same rule for differentiating x^n, with n constant. sinh(2x) is a function of x.
 
  • #11
neutrino said:
You can't use the same rule for differentiating x^n, with n constant. sinh(2x) is a function of x.

I did think as much but felt it was, stupidly, worth a try. :frown:

The Bob (2004 ©)
 
  • #12
Forget logs. There is no need to use them.

The derivative of exp(x) is exp(x). The derivative of sinh(2x) is 2cosh(2x). Just apply the chain rule

(f(g(x)))' = g'(x)f'(g(x)).
 
  • #13
matt grime said:
Forget logs. There is no need to use them.

The derivative of exp(x) is exp(x). The derivative of sinh(2x) is 2cosh(2x). Just apply the chain rule

(f(g(x)))' = g'(x)f'(g(x)).
But in the OP's case, the base is not e.
 
  • #14
Doh. stupid me.
 
  • #15
You can either take the log of both sides (as suggested by others), or just rewrite it as

[tex]f(x) = e^{\sinh (2x)\ln{x}}[/tex]

and apply the chain rule directly.
 
  • #16
matt grime said:
Doh. stupid me.

I was wondering why you said to just use the chain rule.

Data said:
You can either take the log of both sides (as suggested by others), or just rewrite it as

[tex]f(x) = e^{\sinh (2x)\ln{x}}[/tex]

and apply the chain rule directly.

I can see how, from this, I can get a solution:

[tex]f(x) = e^{\sinh (2x)\ln{x}}[/tex] Let u = sinh(2x).ln(x)

[tex]\Rightarrow f(x) = y = e^u[/tex]

[tex]\Rightarrow f'(x) = \frac{dy}{dx} = e^u[/tex]


Chain rule says that [tex]\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx}[/tex]

[tex]\frac{du}{dx}[/tex] requires the product rule so [tex]\frac{du}{dx} = ln(x) \cdot 2 \cosh (2x) \ + \ \frac{\sinh (2x)}{x}[/tex]

Thus [tex]\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx} = (e^{\sinh (2x)\ln{x}}) \times (ln(x) \cdot 2 \cosh (2x) \ + \ \frac{\sinh (2x)}{x})[/tex]

[tex]\Rightarrow \frac{dy}{dx} = x^{\sinh (2x)} \times (ln(x) \cdot 2cosh(2x) \ + \ \frac{sinh(2x)}{x})[/tex]

Is this now correct?

Cheers,

The Bob (2004 ©)

P.S. It would appear that the LaTex is not working too well so here is the final equation in text:

dy/dx = (x^(sinh(2x))) x ((ln(x)).(2cosh(2x)) + (sinh(2x)/x))
 
Last edited:
  • #17
Apart from the line where you said, f'(x) = dy/dx = e^u, you've are correct. It should've been e^u.du/dx, but since you got chain rule part right, I'll let you off. ;)
 
  • #18
neutrino said:
Apart from the line where you said, f'(x) = dy/dx = e^u, you've are correct. It should've been e^u.du/dx, but since you got chain rule part right, I'll let you off. ;)

Aha... ok. :biggrin: Thanks for everyone's help. I must admit that was a technique (rather than a principle or theorem) that I had not done before, as simple as it was.

I do hope in future the interent, or the large textbook I have, will yield more answers before I embarasse myself here.

Thanks again everyone,

The Bob (2004 ©)
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 36 ·
2
Replies
36
Views
6K
  • · Replies 49 ·
2
Replies
49
Views
8K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 3 ·
Replies
3
Views
4K