Proove Vector Line Eqn is tangent to a sphere?

AI Thread Summary
To prove that the vector line equation r = -2i - j - 11k + L(3i + 4k) is tangent to the sphere, it is essential to show that the derived quadratic equation has a double root. The intersection point, derived as (7i - j + k), indicates tangency when the dot product of the radius vector and the line's direction vector equals zero. The quadratic simplifies to L^2 - 6L + 9 = 0, confirming a single solution at L = 3, which corresponds to the tangent point. The dot product calculation further verifies that the line is indeed tangent to the sphere.
ku1005
Messages
66
Reaction score
0
Proove Vector Line Eqn is tangent to a sphere??

Hi, iam hoping sum1 could explain to me how to proove that the line
r = -2i-j-11k + L(3i+4k) touches but doesnlt cut the sphere

Ab Value (r - (3i-j+4k)) = 5

I hav been able to find the postion vector of the point where they touch, which equals:

(7i-j+k)

however my first idea was that this position vecot would be perpendicular to the radius of the sphere and then use the dot product rule, ie if perpendicular and thus tangent, should = 0...however this method doesnlt work...any ideas or hints would be apprectiaed!:smile:
 
Physics news on Phys.org
well if you think about it if the line is tangent to the sphere it will be at right angles to a radius vector, then you can use the dot product

i think
 
yeah that's EXACTLY wat i thought ...but it doesn't seem to work...hence this post
lol
 
ku1005 said:
Hi, iam hoping sum1 could explain to me how to proove that the line
r = -2i-j-11k + L(3i+4k) touches but doesnlt cut the sphere

Ab Value (r - (3i-j+4k)) = 5

I hav been able to find the postion vector of the point where they touch, which equals:

(7i-j+k)

however my first idea was that this position vecot would be perpendicular to the radius of the sphere and then use the dot product rule, ie if perpendicular and thus tangent, should = 0...however this method doesnlt work...any ideas or hints would be apprectiaed!:smile:

The equation you derived to find the point of intersection should be a quadratic. If the equation you derived has only one solution (a double root) that is sufficient to show that the line is tangent to the sphere.

Any point on the line has r= (3L-2)i- j+ (4L- 11)k. In order to be on the sphere, we must have
|r- (3i- j+ 4k|= |(3L-5)i+ (4L- 15)|= 20 or, squaring both sides,
(3L-5)2+ (4L- 15)2= 25 or
9L2- 30L+ 25+ 16L2- 120L+ 225= 25 so
25L2- 150L+ 225= 0.
Dividing by 25, L2- 6L+ 9= 0.
That is a quadratic equation and so could have no solutions (line does not intersect sphere), two solutions (line goes through sphere), or one solution (line is tangent to sphere). Since L2- 6L+ 9= (L- 3)2, this has one solution,L= 3, and so is tangent to the sphere at (3(3)-2)i- j+(4(3)-11)k= 7i- j+ k exactly as you said.

If you really feel the need for further proof that the line is tangent to the sphere, then a radius vector is r= (7i- j+ k)- (3i-j+4k)= 4i- 3k. The dot product of that with the vector along the direction of the line, 3i- j+ 4k is 4(3)+ 0(-1)- 3(4)= 0. You may have forgotten to subtract the center, 3i-j+4k, from the point of intersection.
 
well yes yes i did!...thanks very much!:):)
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top