0

Differentiate with respect to $x$ $$\arcsin \frac{2^{x+1}}{1+4^x}$$

I couldn't solve this problem.
Should I substitute anything or should I directly solve it?
Can you offer your assistance?
Thank you

chndn
  • 2,863

2 Answers2

5

Chain rule is the way to go but you can make it easier this way: $$ \arcsin \Big(\dfrac{2x} {1+x^2}\Big) = 2\arctan x$$

So, this makes your expression $$\arcsin \frac{2^{x+1}}{1+4^x} = \arcsin \frac{2\cdot2^x}{1+(2^x)^2} = 2 \arctan (2^x) $$

Now use the chain rule.

Parth Thakkar
  • 4,452
  • 3
  • 33
  • 50
0

You need no fancy tricks: it’s just a rather tedious application of the chainrule. Since the outermost function is an arcsin, you first differentiate it as an arcsin:

$$\frac{d}{dx}\left(\arcsin\frac{2^{x+1}}{1+4^x}\right)=\frac1{\sqrt{1-\left(\frac{2^{x+1}}{1+4^x}\right)^2}}\cdot\frac{d}{dx}\left(\frac{2^{x+1}}{1+4^x}\right)\;.\tag{1}$$

The next step will be to differentiate the last factor in $(1)$ as a quotient. Eventually you’ll end up having to differentiate $2^{x+1}$ and $1+4^x$. You’ll also want to simplify that first factor on the righthand side of $(1)$.

Brian M. Scott
  • 616,228
  • Icouldnt find the answer using chain rule – chndn Aug 25 '13 at 07:00
  • @chndn: How far did you get? the next step should be to replace the derivative on the righthand side of $(1)$ with $$\frac{(1+4^x)\frac{d}{dx} \left(2^{x+1}\right) - 2^{x+1}\frac{d}{dx }\left(1+4^x\right)}{\left(1+4^x\right)^2};,$$ using the quotient rule. – Brian M. Scott Aug 25 '13 at 07:03