Problem with polynomials and spheres

In summary, the conversation is about finding the set of all points P that are twice the distance from point A to point B. The setup involves squaring both sides and completing the square in x, y, and z. This results in an equation in the form of a sphere, with the center and radius easily identifiable.
  • #1
markcholden
2
0
Hi all,

I've got this problem:

Code:
Consider the points P such that the distance from P to A(-1,5,3) is twice the distance from P to B(6,2,-2). Show that the set of all such points is a sphere, and find its center and radius.

I think the setup should be this:

Code:
sqrt[(x+1)^2 + (y-5)^2 + (z-3)^2] = 2*sqrt[(x-6)^2 + (y-2)^2 + (z+2)^2]

But when I try to work it out, I just end up with a mess and no equation for a sphere. Any help appreciated.
 
Mathematics news on Phys.org
  • #2
Don't use "code" tags like that - it makes people have to scroll to read your problem/solution. Anyways, square both sides, move everything to the left side, complete the square in each of x, y, and z, and take the constant numbers left over from completing the square over to the right side, and express the right side as a square. You'll end up, then, with something of the form:

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

from which you can easily read off the center and radius.
 
  • #3


Hello,

Thank you for sharing your problem with us. Polynomials and spheres can definitely be tricky to work with, but with a systematic approach, we can solve this problem together.

First, let's simplify the equation to make it easier to work with. We can square both sides of the equation to eliminate the square roots, giving us:

(x+1)^2 + (y-5)^2 + (z-3)^2 = 4((x-6)^2 + (y-2)^2 + (z+2)^2)

Expanding the parentheses and simplifying, we get:

x^2 + y^2 + z^2 - 2x - 10y - 6z + 35 = 4x^2 - 48x + 144 + 4y^2 - 16y + 16 + 4z^2 + 16z + 16

Now, let's collect like terms and get all the variables on one side, giving us:

3x^2 - 2y^2 - 2z^2 + 50x + 26y + 22z - 205 = 0

We can now see that this equation is in the form of a general equation for a sphere, which is:

(x-h)^2 + (y-k)^2 + (z-l)^2 = r^2

Where (h,k,l) is the center of the sphere and r is the radius. We can use this information to find the center and radius of the sphere in our problem.

By comparing our equation to the general equation, we can see that:

h = -50/6 = -25/3

k = -26/4 = -13/2

l = -22/4 = -11/2

And the radius can be found by taking the square root of the constant term, giving us:

r = sqrt(205/3)

Therefore, the set of all points that satisfy the given condition is a sphere with center (-25/3, -13/2, -11/2) and radius sqrt(205/3).

I hope this helps you solve the problem. Don't get discouraged by the messiness of polynomial equations, with practice and patience, you'll become more confident in working with them. Good luck!
 

Related to Problem with polynomials and spheres

1. What is a polynomial?

A polynomial is a mathematical expression consisting of variables (usually represented by letters) and coefficients (numbers) that are combined using addition, subtraction, and multiplication. It can have one or more terms, each with a variable raised to a non-negative integer power.

2. How do polynomials relate to spheres?

Polynomials can be used to represent the surface area and volume of a sphere. The equation for surface area of a sphere is a polynomial of degree 2, while the equation for volume of a sphere is a polynomial of degree 3.

3. What is the problem with polynomials and spheres?

The main problem with polynomials and spheres is that polynomials are not able to accurately represent the surface area and volume of a sphere. As the degree of the polynomial increases, the accuracy decreases.

4. Can this problem be solved?

Yes, this problem can be solved by using other mathematical methods such as calculus and trigonometry. These methods can provide more accurate equations for the surface area and volume of a sphere.

5. What are some applications of polynomials and spheres?

Polynomials and spheres have many practical applications in fields such as physics, engineering, and computer graphics. They can be used to model the shape and volume of objects, calculate distances and velocities, and create 3D images.

Similar threads

Replies
8
Views
1K
Replies
2
Views
1K
  • General Math
Replies
8
Views
341
Replies
2
Views
1K
Replies
5
Views
1K
  • General Math
Replies
5
Views
1K
  • General Math
Replies
7
Views
926
Replies
13
Views
1K
Replies
19
Views
2K
Replies
30
Views
2K
Back
Top