"Find the maximum value of y/x over all real numbers x and y that satisfy (x - 3)^2 + (y - 3)^2 = 6."

I tried simplifying it to xy(x+y-12), went nowhere.

I also know that when drawn on a coordinate plane the figure is a circle.

where does the tangent to the circle from the origin hit the circle?

draw circle, center at (3,3) radius sqrt 6

draw line (hypotenuse it turns out) from (0,0) to (3,3), length is 3 sqrt 2

draw our tangent, hits circle at 90 degree angle to radius to that point, length is h

so
h^2 = 18 + 6 = 24
h = 2 sqrt 6

I think you can figure out the geometry from there to find the tangent from the origin which is max y/x

whoops, sorry

h^2 = 18 - 6 = 12
h = 2 sqrt 3

angle from x axis to tangent = 45 + sin^-1 ( sqrt 6/3sqrt2)

= 45 + 35.3 = 80.26 deg

x = 2 sqrt 3 * cos 80.26
y = 2 sqrt 3 * sin 80.26

y/x = tan 80.26 = 5.82

The line y=kx is tangent to the circle in two places. This will occur in two places, one with maximum slope, and one with minimum slope (y/x).

As a function of x, y = 3±√(6-(x-3)^2)
Clearly the maximum slope is achieved on the upper half-circle.

kx = -(x-3)/(y-3)
= -(x-3)/√(6-(x-3)^2)

k = -(x-3) / x√(6-(x-3)^2)

Now just find where k is a maximum.

y/x = (3+√(6-(x-3)^2))/x
So, find the max of that.
I get the point (0.587,3.421), where k = 5.828

http://www.wolframalpha.com/input/?i=plot+%28x-3%29^2+%2B+%28y-3%29^2+%3D+6%2C+y%3D5.828x

Nice one, Damon. My calculations get kind of complicated. Your is much, much simpler.

At least we agree on the maximum y/x = 5.82

Could have saved myself some work if I'd kept that in mind!

I started with Calculus first as well, but changed my mind after drawing the picture.

To find the maximum value of y/x, we need to use the given equation to eliminate one of the variables and express y in terms of x.

Let's start by expanding the given equation:
(x - 3)^2 + (y - 3)^2 = 6
x^2 - 6x + 9 + y^2 - 6y + 9 = 6
x^2 - 6x + y^2 - 6y + 12 = 0

Now, let's complete the square to rewrite this equation in a more useful form. We want to manipulate the equation so that it resembles the equation of a circle: (x - a)^2 + (y - b)^2 = r^2.

For the x-terms, we can rewrite them as (x - 3)^2 = x^2 - 6x + 9.
For the y-terms, we can rewrite them as (y - 3)^2 = y^2 - 6y + 9.
So, we have:
(x^2 - 6x + 9) + (y^2 - 6y + 9) + 12 = 0
x^2 + y^2 - 6x - 6y + 27 = 0

Rearranging the terms:
x^2 - 6x + y^2 - 6y = -27

Now, let's complete the square by adding and subtracting the necessary terms. To complete the square for the x-terms, we need to add (6/2)^2 = 9 to both sides. Similarly, to complete the square for the y-terms, we need to add (6/2)^2 = 9 to both sides:
x^2 - 6x + 9 + y^2 - 6y + 9 = -27 + 9 + 9
(x - 3)^2 + (y - 3)^2 = -9

At this point, we can see that the equation is not solvable because we have a negative value on the right side. This implies that there are no real solutions that satisfy the equation (x - 3)^2 + (y - 3)^2 = 6. Therefore, we cannot find the maximum value of y/x for this equation.

It's possible that there was an error in the original equation or question. Please recheck the given information or provide any additional details if necessary.