Flappy
- 25
- 0
Homework Statement
\lim_{h\rightarrow0}= \frac{tan(\frac{\pi}{4}+2h)\ - tan\frac{\pi}{4}}h
The Attempt at a Solution
Here's what i was able to work out.
Use the trig addition formula:
\lim_{h\rightarrow0}= \frac{(\frac{tan\frac{\pi}{4}+ tan2h}{1-tan\frac{\pi}{4}tan2h}) - tan\frac{\pi}{4}}h
Get the LCD of 1 - tan(pi/4)tan2h, then multiply by 1 - tan(pi/4)tan2h to get rid of the fraction.
\lim_{h\rightarrow0} = \frac{tan\frac{\pi}{4} + tan2h - tan\frac{\pi}{4}(1 - tan\frac{\pi}{4}tan2h)} {h(1- tan\frac{\pi}{4}tan2h)}
The last two terms cancel out:
\lim_{h\rightarrow0} = \frac{tan\frac{\pi}{4} + tan2h - tan\frac{\pi}{4}}h
You're left with:
\lim_{h\rightarrow0} = \frac{tan2h}h
Then i believe you would need to use the double angle formula?
\lim_{h\rightarrow0} = \frac{\frac{2tanh}{1-tan^2h}}h
multiply to get rid of fraction
\lim_{h\rightarrow0} = \frac{2tanh}{h(1 - tan^2h)}
And this is where I got stuck, any suggestions?