2

Differentiate $y=\cosh^{3} 4x$.

$$\frac{dy}{dx} = 3 \cosh^{2} (4x) \sinh (4x)\cdot 4$$

These are the parts that I don't quite understand:

\begin{align*} \frac {dy}{dx} &=12 \cosh^{2} (4x)\sinh (4x) \\ &=12 \cosh(4x)\cosh (4x) \sinh(4x) \\ &=12 \cosh(4x)(2 \sinh (8x))\\ &=24 \sinh (8x) \cosh (4x) \end{align*}

My questions:

  • How is it that $12 \cosh^{2} (4x)\sinh (4x)$ is changed to $12 \cosh (4x) \cosh (4x)\sinh (4x) $?

  • How is it that $\sinh (4x)= 2 \sinh(8x)$?

dfeuer
  • 9,069
  • Yes. What about the chain rule? – Audrey G Jan 04 '14 at 06:55
  • $y^2 = y \cdot y$, by definition. –  Jan 04 '14 at 06:55
  • 1
    Are you sure this is correct? There's a corresponding "double angle" formula for hyperbolic trig functions: $\sinh(2x)=2\sinh x\cosh x$. So going from line 2 to line 3, shouldn't you be dividing by 2, not multiplying by 2? – Nick D. Jan 04 '14 at 06:59

2 Answers2

0

The first question is because $y^2 = y \cdot y$, by definition.


The final answer is not correct. To make it correct, we can use the identity $$\sinh 2y = 2 \sinh y \cosh y$$ Then we'll have

$$(12 \cosh(4x)) \cosh(4x) \sinh(4x) = 12\cosh 4x \left(\frac 1 2 \sinh 8x\right) = 6 \cosh 4x \sinh 8x$$

0

First of all, note that $$12\cosh (4x)\cosh (4x)\sinh(4x)\not= 12\cosh(4x)(2\sinh(8x)).$$

The following is correct :

$$\begin{align}12\cosh (4x)\cosh (4x)\sinh(4x)&= 6\cosh(4x)\times 2\cosh(4x)\sinh(4x)\\&=6\cosh(4x)\times \sinh(8x)\end{align}$$

The answer for the first question : Because $\cosh^2(x)=\cosh(x)\cosh(x).$

The answer for the second question : No, it's not true. The answer is what I wrote above.

mathlove
  • 139,939