How to Solve a Limit Calculation Problem with Multiple Choice Options?

  • Thread starter Thread starter nick850
  • Start date Start date
  • Tags Tags
    Limit Test
nick850
Messages
14
Reaction score
0

Homework Statement



This is a problem off a multiple choice practice test:
lim t->3 ( 1/(t^2-3t) - 2/(t^2-9) =

The solutions are:
(a) 0 (b) -1/9 (c) -1/18 (d)1 (e) 1/3

The correct answer is (c).

Can someone explain to me how to solve it? Any help would be very appreciated. You don't need to explain how to do limits. I just need to know how to manipulate the equation so that it's not indeterminate.

Homework Equations



NA

The Attempt at a Solution



I tried multiplying by the conjugate with no success.
 
Physics news on Phys.org
The first thing I would do is actually subtract the two fractions:
\frac{1}{t^2- 3t}- \frac{2}{t^2- 9}= \frac{1}{t(t- 3)}- \frac{2}{(t- 3)(t+ 3)}

Clearly the "common denominator" is t(t- 3)(t+ 3):
\frac{t+ 3}{t(t- 3)(t+ 3)}- \frac{2t}{t(t- 3)(t+ 3)}= \frac{t+ 3- 2t}{t(t- 3)(t+ 3)}= \frac{-t+ 3}{t(t- 3)(t+ 3)}= -\frac{t- 3}{t(t- 3)(t+ 3)}[/itex]
 
Thank you!
 
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