Lim of trig functions. Does it exist?

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
7 replies · 2K views
mathgeek69
Messages
24
Reaction score
0
1. Does the limit exist of the following:

lim as x→ 1- ((cos^-1(x))/(1-x))



2. Homework Equations :
division_law.gif




3. The Attempt at a Solution :

lim as x→ 1- ((cos^-1(x))/(1-x))
= lim as x→ 1- (cos^-1(x))/ lim as x→ 1-(1-x)

Let y = 1-x

lim as y→0 (cos^-1(1-y)) / lim as y→0 (y)
= 0/0 therefore limit of the entire function as x→1- is ∞
 
Last edited by a moderator:
on Phys.org
So 0/0 = Limit doesn't exist ?
 
mathgeek69 said:
So 0/0 = Limit doesn't exist ?
[0/0] is one of several indeterminate forms. The "indeterminate" part means that you can't tell if an expression with this form has a limit, and if it does, what that limit will be.

Some of the other indeterminate forms are [∞/∞], [∞ - ∞], and [1].

All of the limits below are of the [0/0] indeterminate form:
$$ 1. \lim_{x \to 0}\frac{x^2}{x}$$
$$ 2. \lim_{x \to 0}\frac{x}{x^2}$$
$$ 3. \lim_{x \to 0}\frac{x}{x}$$
In #1, the limit is 0; in #2, the limit doesn't exist; in #3, the limit is 1.
 
Mark44 said:
[0/0] is one of several indeterminate forms. The "indeterminate" part means that you can't tell if an expression with this form has a limit, and if it does, what that limit will be.

Some of the other indeterminate forms are [∞/∞], [∞ - ∞], and [1].

All of the limits below are of the [0/0] indeterminate form:
$$ 1. \lim_{x \to 0}\frac{x^2}{x}$$
$$ 2. \lim_{x \to 0}\frac{x}{x^2}$$
$$ 3. \lim_{x \to 0}\frac{x}{x}$$
In #1, the limit is 0; in #2, the limit doesn't exist; in #3, the limit is 1.

I think you switched #1 and #2. In #1, the limit doesn't exist, and in #2, the limit is 0.
 
Mark44 said:
[0/0] is one of several indeterminate forms. The "indeterminate" part means that you can't tell if an expression with this form has a limit, and if it does, what that limit will be.

Some of the other indeterminate forms are [∞/∞], [∞ - ∞], and [1].

All of the limits below are of the [0/0] indeterminate form:
$$ 1. \lim_{x \to 0}\frac{x^2}{x}$$
$$ 2. \lim_{x \to 0}\frac{x}{x^2}$$
$$ 3. \lim_{x \to 0}\frac{x}{x}$$
In #1, the limit is 0; in #2, the limit doesn't exist; in #3, the limit is 1.

eumyang said:
I think you switched #1 and #2. In #1, the limit doesn't exist, and in #2, the limit is 0.

I don't think so. Factor x/x out of each and see what you get.