These two are giving me a headache...

Daniel_Feldman

Full Member
Joined
Sep 30, 2005
Messages
252
1. Integrate dx/root(4+root(x))

2. Verify:

(coshx-sinhx)^7=cosh(7x)-sinh(7x) (hyperbolic functions)


On problem one, I thought about rationalizing the denominator and then using the integration of arctan, but that would get a bit messy.

On problem two, I though about a binomial expansion, but that would get quite messy as well.

Any ideas?
 
#1 MathCad found NO SOLUTION.
Can you use series?
 
1) This one must be possible (I don't say "easy"), because The Integrator came up with the following:

. . . . .\(\displaystyle \Large{\frac{4}{3}\mbox{ }\left(-8\mbox{ }+\mbox{ }\sqrt{x}\right)\mbox{ }\sqrt{4\mbox{ }+\mbox{ }\sqrt{x}}}\)

Yeah, I was gonna guess that.... :shock:

Eliz.
 
Well, what a beautiful solution. But, alas, the process to get it......drives me insane.


By the way, I had no idea there was an integrator. How cool.
 
Daniel_Feldman said:
1. Integrate dx/root(4+root(x))

Let's try it this way. Hope this works.

(14+sqrtx)dx\displaystyle \int(\frac{1}{\sqrt{4+sqrt{x}}})dx

u2=4+x12\displaystyle u^{2}=4+x^{\frac{1}{2}}

2udu=12sqrtxdx,u24=sqrtx\displaystyle 2udu=\frac{1}{2sqrt{x}}dx, u^{2}-4=sqrt{x}

4udu=1sqrtxdx\displaystyle 4udu=\frac{1}{sqrt{x}}dx

(4u316u)du=dx\displaystyle (4u^{3}-16u)du=dx

(4u316u)u=(4u216)\displaystyle \frac{(4u^{3}-16u)}{u}=(4u^{2}-16)

Now Integrate:

(4u216)du\displaystyle \int(4u^{2}-16)du

=43u316u\displaystyle \frac{4}{3}u^{3}-16u

=(43)(4+x)32164+x\displaystyle (\frac{4}{3})(4+\sqrt{x})^{\frac{3}{2}}-16\sqrt{4+\sqrt{x}}

Whatcha think?. Although it may not appear to, I believe this answer is equivalent to what Stapel posted.

May as well finish simplifying into the other form.

43((4+x)32)16(4+sqrtx)\displaystyle \frac{4}{3}((4+\sqrt{x})^{\frac{3}{2}})-16\sqrt(4+sqrt{x})

43(4+x)(4+x)164+x\displaystyle \frac{4}{3}(4+\sqrt{x})(\sqrt{4+\sqrt{x}})-16\sqrt{4+\sqrt{x}}

(163+43x)4+x164+x\displaystyle (\frac{16}{3}+\frac{4}{3}\sqrt{x})\sqrt{4+\sqrt{x}}-16\sqrt{4+\sqrt{x}}

1634+x+43x4+x164+x\displaystyle \frac{16}{3}\sqrt{4+\sqrt{x}}+\frac{4}{3}\sqrt{x}\sqrt{4+\sqrt{x}}-16\sqrt{4+\sqrt{x}}

43x4+x3234+x\displaystyle \frac{4}{3}\sqrt{x}\sqrt{4+\sqrt{x}}-\frac{32}{3}\sqrt{4+\sqrt{x}}

43(x4+x84+x)\displaystyle \frac{4}{3}(\sqrt{x}\sqrt{4+\sqrt{x}}-8\sqrt{4+\sqrt{x}})

\(\displaystyle \frac{4}{3}(\sqrt{x}-8)(\sqrt{4+\sqrt{x})\)


2. Verify:

(coshx-sinhx)^7=cosh(7x)-sinh(7x) (hyperbolic functions)

Are you allowed to use the hyperbolic identities:

ex+ex2=cosh(x)\displaystyle \frac{e^{x}+e^{-x}}{2}=cosh(x) and exex2=sinh(x)\displaystyle \frac{e^{x}-e^{-x}}{2}=sinh(x)

.



On problem one, I thought about rationalizing the denominator and then using the integration of arctan, but that would get a bit messy.

On problem two, I though about a binomial expansion, but that would get quite messy as well.

Any ideas?
 
Thanks galactus. That looks right, though I keep looking over my work trying to see what I did wrong. I came out to -4u^-2-16 somehow, which gave me a natural log, among other fun things. Meh. Thanks for your help.
 
Hello, Daniel!

2. Verify: .(coshxsinhx)7=cosh(7x)sinh(7x)\displaystyle (\cosh x\,-\,\sinh x)^7\:=\:\cosh(7x)\,-\,\sinh(7x)
Using the definitions:
. . \(\displaystyle \L\left(\frac{e^x\,+\,e^{-x}}{2}\,-\,\frac{e^x\,-\,e^{-x}}{2}\right)^7\;=\;\left(\frac{2e^{-x}}{2}\right)^7\;=\;\left(e^{-x}\right)^7\;=\;e^{-7x}\)


Then we have: .\(\displaystyle \L e^{-7x}\;=\;\frac{e^{-7x}\,+\,e^{-7x}}{2}\)


In the numerator, add and subtract e7x:\displaystyle e^{7x}:

. . \(\displaystyle \L\frac{e^{7x}\,+\,e^{-7x}\,-\,e^{7x}\,+\,e^{-7x}}{2}\;=\;\frac{e^{7x}+e^{-7x}}{2}\,-\,\frac{e^{7x}-e^{-7x}}{2}\;=\;\cosh(7x)\,-\,\sinh(7x)\)
 
Hello again, Daniel!

\(\displaystyle \L1.\;\;\int \frac{dx}{\sqrt{4 + \sqrt{x}}}\)
Let u=4+x        x=(u4)2        dx=2(u4)du\displaystyle u\,=\,4\,+\,\sqrt{x}\;\;\Rightarrow\;\;x\,=\,(u-4)^2\;\;\Rightarrow\;\;dx\,=\,2(u-4)\,du

Substitute: .\(\displaystyle \L\int\frac{2(u-4)\,du}{u^{\frac{1}{2}}}\;=\;2\int(u^{\frac{1}{2}}\,-\,4u^{-\frac{1}{2}})\,du\) . . . etc.
 
Top