Quadratic approximation of $tan(x)$ at 0.

3.1k Views Asked by At

I have tried this: http://ocw.mit.edu/courses/mathematics/18-01sc-single-variable-calculus-fall-2010/unit-2-applications-of-differentiation/part-a-approximation-and-curve-sketching/problem-set-3/ and checked my solution of the problem 2A-6.

In the solutions they solve it this way: $$\tan\theta=\frac{\sin \theta}{\cos\theta}\approx \frac{\theta}{1-\theta^2/2}$$ Until this point I did it exactly this way but I don't get the next steps: $$\frac{\theta}{1-\theta^2/2} \approx \theta (1+\theta^2//2) \approx \theta $$

What has been done here? How does the minus sign change to a plus and what does the dubble-slash mean?

3

There are 3 best solutions below

0
On BEST ANSWER

I don't know exactly what the double slash here means but this is simply a regular expansion of the kind

$1/(1-x) = 1 + x + x^2 + ... $

In this case you have $x=\theta^2 /2$

0
On

Hint

Use the Taylor series:

$$(1-x)^\alpha=1-\alpha x+\cdots$$ with obviously $\alpha=-1$ in your case.

0
On

here is error or mistyping $$ \tan\theta=\frac{\sin \theta}{\cos\theta}\approx \frac{\theta}{1-\theta^2/2} $$ right way: $$\tan\theta=\frac{\sin \theta}{\cos\theta}=\frac{\sin \theta}{\sqrt{(1-\sin\theta^2)}}\approx \frac{\theta}{(1-\theta^2)^{1/2}} = \frac{\theta}{(1-\theta^2)^{1/2}} \approx \theta (1+\theta^2/2) \approx \theta $$ reason: linearixation of $$ (1+x)^\alpha=1+\alpha x+\cdots $$ so $$ \frac{1}{\sqrt{(1+x)}}=(1+x)^{-1/2}=1-{x/2} +\cdots $$