How Do You Solve This Trigonometric Limit Problem?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
songoku
Messages
2,514
Reaction score
395

Homework Statement


[tex]\lim_{x \to 0} \frac{tan (cos 4x - 1)}{3x ~ sin (\frac{4}{3} x)}[/tex]


Homework Equations


limit for trigonometry


The Attempt at a Solution


can I do it like this:

[tex]\frac{tan (cos 4x - 1)}{3x ~ sin (\frac{4}{3} x)}[/tex]

[tex]= \frac{- tan (2 sin^{2} 2x)}{3x ~ sin (\frac{4}{3} x)}[/tex]

and then using the property of trigonometry limit, it becomes:

[tex]= \frac{-2 . 4}{3 . \frac{4}{3}}[/tex]

[tex]=-2[/tex]
 
Physics news on Phys.org
What do you know about sin(x), cos(x) and tan(x) when x is very small?
 
jing2178 said:
What do you know about sin(x), cos(x) and tan(x) when x is very small?

I am not sure what you mean, maybe like this:

a. when x is very small (close to zero):
the value of sin x is close to 0
the value of cos x is close to 1
the value of tan x is close to 0

or

b. when x is very small (close to zero):
sin x ≈ x
cos x ≈ 1 - 1/2 x2 ≈ 1
tan x ≈ x

but I still don't know what the properties related to the question
 
songoku said:
I am not sure what you mean, maybe like this:

a. when x is very small (close to zero):
the value of sin x is close to 0
the value of cos x is close to 1
the value of tan x is close to 0

or

b. when x is very small (close to zero):
sin x ≈ x
cos x ≈ 1 - 1/2 x2 ≈ 1
tan x ≈ x

but I still don't know what the properties related to the question

You're looking to use the properties of b.

If [itex]\cos(x)\approx 1-x^2/2[/itex] then what is [itex]\cos(4x)[/itex] approximately equal to?

What's [itex]\sin(4x/3)[/itex] approximately equal to?

Finally, you'll need to also convert the tan function as well in the same fashion.
 
Mentallic said:
You're looking to use the properties of b.

If [itex]\cos(x)\approx 1-x^2/2[/itex] then what is [itex]\cos(4x)[/itex] approximately equal to?

What's [itex]\sin(4x/3)[/itex] approximately equal to?

Finally, you'll need to also convert the tan function as well in the same fashion.

Oh I see. I don't know before that the properties can be used in limit as well.

Thanks a lot for all the help