Limit question involving vectors

  • Thread starter Thread starter cyt91
  • Start date Start date
  • Tags Tags
    Limit Vectors
cyt91
Messages
51
Reaction score
0
A and B are 2 non-zero constant vectors and |B| =1. If the angle between them is pi/4, find the limit of (|A+xB|-|A|)/x as x approaches 0.

I'm stuck at this question. I've tried using dot product and vector product. But...I don't see the connection ... Any useful hints would be helpful.

Thanks.
 
Physics news on Phys.org
It might pay to draw a picture of the vectors A and A + xB ; you can make a triangle, the third leg of which is xB . You can then get a relationship between the length of A and of A + xB from the Law of Cosines. Set up your limit expression and see what happens...
 
You're trying to work with vector quantities when the Law of Cosines will let you have scalars. We have

| A + xB |2 = A2 + x2 - 2Ax ( -√2 / 2 ) = A2 + x2 + (√2) Ax

(we've removed B , since it is a unit vector). The limit we want to evaluate is

lim_{x \rightarrow 0} \frac{\sqrt{A^{2} + x^{2} + (√2 \cdot Ax) } - A}{x} .

L'Hopital isn't going to do it for this because of the radical, so you want to use "conjugate factors" , which will ultimately let you eliminate the "x" in the denominator and have a ratio the limit of which is not indeterminate.
 
Got it!

You're right. When in doubt,draw.

Thanks.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top