10.4k views
3 votes
In a Cartesian coordinate system for a three-dimensional space.

Sphere (S) is represented by equation:
(x-1)^2+(y+2)^2+(z-3)^2=25.
Plane (P) is represented by equation:
x+2y-2z+1=0.
Line (d) is parallel to (P), passes through the origin and passes through (S) at two separate points A & B. Find the maximum length of AB.

1 Answer

4 votes

In a Cartesian coordinate system for a three-dimensional space, let the sphere S be represented by the equation:

(x - a)^2 + (y - b)^2 + (z - c)^2 = r^2

where (a, b, c) are the coordinates of the center of the sphere, and r is the radius.

Let the plane P be represented by the equation:

Ax + By + Cz + D = 0

where (A, B, C) is the normal vector to the plane.

Since the line d is parallel to P and passes through the origin, it can be represented by the equation:

lx + my + nz = 0

where (l, m, n) is a vector parallel to the plane P.

To find the intersection points of the sphere S and the line d, we can substitute the equation of the line into the equation of the sphere, which gives us a quadratic equation in t:

(lt - a)^2 + (mt - b)^2 + (nt - c)^2 = r^2

Expanding this equation and collecting terms, we get:

(l^2 + m^2 + n^2) t^2 - 2(al + bm + cn) t + (a^2 + b^2 + c^2 - r^2) = 0

Since the line d passes through the origin, we have:

l(0 - a) + m(0 - b) + n(0 - c) = 0

which simplifies to:

al + bm + cn = 0

Therefore, the quadratic equation reduces to:

(l^2 + m^2 + n^2) t^2 + (a^2 + b^2 + c^2 - r^2) = 0

This equation has two solutions for t, which correspond to the two intersection points of the line d and the sphere S:

t1 = -(a^2 + b^2 + c^2 - r^2) / (l^2 + m^2 + n^2)

t2 = -t1

The coordinates of the intersection points can be obtained by substituting these values of t into the equation of the line d:

A = lt1, B = mt1, C = nt1

and

D = lt2, E = mt2, F = nt2

To find the distance between A and B, we can use the distance formula:

AB = sqrt((A - D)^2 + (B - E)^2 + (C - F)^2)

To maximize this distance, we can differentiate the distance formula with respect to t1 and set the derivative equal to zero:

d/dt1 (AB)^2 = 2(A - D)l + 2(B - E)m + 2(C - F)n = 0

This equation represents the condition that the direction vector (A - D, B - E, C - F) is orthogonal to the line d. Therefore, the vector (A - D, B - E, C - F) is parallel to the normal vector (l, m, n) of the plane P.

Using this condition, we can find the values of t1 and t2 that correspond to the maximum distance AB. Then we can substitute these values into the distance formula to find the maximum length of AB.

No related questions found