How Do You Correctly Solve the Limit of (6π−6x)tan(x/2) as x Approaches π?

  • Thread starter Thread starter JackieAnne
  • Start date Start date
  • Tags Tags
    Calculus Limit
JackieAnne
Messages
7
Reaction score
0
Find the limit. limx->pi- (6pi−6x)tan(x/2) =

lim(x→π) [ (6π - 6x) tan(x/2) ]
= 6 lim(x→π) [ (π - x) tan(x/2) ]
= 6 lim(x→π) [ (π - x) / cot(x/2) ]
apply l'Hôpital's Rule since it's in the form of 0/0, at x = π
= 6lim(x→π) [ d/dx (π - x) / d/dx (cot(x/2)) ]
= 6lim(x→π) [ -1 / ((1/2) (-csc²(x/2)) ]
= 6lim(x→π) [ 2 / csc²(x/2) ]
= 6lim(x→π) [ 2 sin²(x/2) ]
= 12lim(x→π) [ sin²(x/2) ]
= 12 [ sin²(π/2) ]
= 12 [ 1/2 ]
= 1/6

This answer is incorrect. Can anyone indicate where I went wrong?
 
Physics news on Phys.org
sin2(π/2) = 1, and 12(1/2) = 6.

Also this would have been much easier if you wrote tan(x/2) as sin(x/2)/cos(x/2)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top