How to find lim (pi/2 - x)/cos(x) as x -> pi/2?

  • Thread starter Thread starter gillgill
  • Start date Start date
AI Thread Summary
To find the limit of (π/2 - x)/cos(x) as x approaches π/2, L'Hôpital's rule is suggested as both the numerator and denominator approach zero, creating an indeterminate form. If L'Hôpital's rule is not familiar, an alternative method involves substituting cos(x) with √(1 - sin²(x)) and evaluating the limit numerically near π/2. Additionally, using the identity sin(π/2 - x) = cos(x) allows for rewriting the limit in a more manageable form. Ultimately, these approaches lead to the conclusion that the limit approaches 1.
gillgill
Messages
128
Reaction score
0
How do i start this problem?

lim (π/2)-x all over cos x
x->π/2
 
Physics news on Phys.org
Are you familiar with l'Hopital's rule? It seems to me that would work here.
 
L'Hospital's rule will work.

EDIT: cepheid beat me to it. : )
 
i don't know L'Hospital's rule
 
Okay, well it's been a while since I learned it, so I have no idea how you would prove it is true (probably apply the def'n of a derivative). But I can tell you what it states. It usually applies to limits of one function over another: f(x)/g(x). In this case, both functions evaluate to zero at the point where you're evaluating the limit, so you get an indeterminate form: 0/0. L'Hospital's rule is especially useful in these cases:

lim f(x)/g(x) = lim f'(x)/g'(x)
x-->a ...x -->a

The limit of the ratio of the two functions is equal to the limit of the ratio of the derivatives of the two functions. To give you some intuitive sense of why this might be so, consider another example:

lim x^2/e^x
x---> infty

This gives you the indeterminate form infty/infty

Both functions increase without bound as x becomes large. But the limit depends on which one (numerator or denominator) dominates , which depends on how fast each function grows as x increases. I.e. it depends on the derivatives. We know that the exponential function increases far more quickly than a simple power function, and L'Hospital's rule reflects that, for you can differentiate each function as many times as you want (invoke L'Hospital's each time), and you'll end up with some constant C/e^x, which tends to zero as x ---> infty. The denominator dominates, because it increases so much faster that the numerator is negligible by comparison. I hope this helps.

I'm wondering if there isn't some other way to solve it, considering you haven't been taught L'Hospital's, but were still given the problem.
 
how do u apply this rule to this question?
 
I also would solve using L'Hopital's rule. But if that rule had not been taught yet, another method you could use is make a substitution:

\cos x = \sqrt{1-\sin^2 x}. Then substitute values of x in the neighborhood of \frac{\pi}{2}, (just little bigger or smaller than) and evaluate directly.
 
gillgill said:
how do u apply this rule to this question?


Well, what is f(x) (the function in the numerator) in your example? What is g(x)? Once you know, it is straightforward. Apply the formula for L'Hosptal's rule.
 
numerical solution

Gill, since you mention that you have'nt covered derivatives yet and also that you've had some problem viewing LaTeX (personal commun. from Gill), I illustrate my method for you below in plain text.

I didn't use L'Hopital's rule, just made a trig substitution then solved by evaluating x in the neighborhood of pi/2.
pi/2 = 1.57079633, for x you could plug in a value e.g. 1.56 or 1.57) and evaluate numerically. Remember to replace cos x using the identity cos x = sqrt(1-(sin x)^2).

lim (x--> pi/2) [((pi/2)-x)/cos x]
lim (x--> pi/2) [(1.57079633-1.57)/sqrt(1-sin(1.57)^2)]

do you get the idea? the solution approaches --> 1
 
  • #10
o..icic...thx Ouabache and others...^^
 
  • #11
gillgill said:
How do i start this problem?

lim (π/2)-x all over cos x
x->π/2

Another way without L'Hospital is again to rewrite the equation to use the everimportant limit:

\lim_{x \to 0}\frac{\sin x}{x}=1

Notice \sin(\pi/2-x)=-\sin(x-\pi/2)=\cos(x)
so you can write the limit as:

\lim_{x \to \pi/2}\frac{\pi/2-x}{\sin (\pi/2-x)}

Any substitution starting to slap you in the face?
 
Back
Top