Need help with the general form of an circle

AI Thread Summary
The discussion revolves around the general form of a circle, specifically tackling the equation 4x² + 4y² + 24x - 16y - 48 = 0. The key focus is on completing the square to convert this equation into standard form, which reveals the center (h, k) and radius R of the circle. Participants emphasize the importance of grouping terms and correctly applying the method of completing the square for both x and y variables. The conversation highlights the need to adjust coefficients and maintain balance in the equation while transforming it. Ultimately, the goal is to express the circle's equation in the form (x-h)² + (y-k)² = r² for accurate graphing and analysis.
alexm544
Messages
2
Reaction score
0
alright, so I'm having some trouble with the general form of a circle. i know that it's basically
x2+y2+ax+by+c=0 , but this problem is giving me a hard time...

Homework Statement



a circle has the equation 4x2+4y2+24x-16y-48=0. graph the cirlce using the center (h,k) and radius R. find the intercepts, if any.

... so, don't you combine all the like terms together first? so it would be:

(4x2+24x)2+(4y2-16y2)=48

but then what? or did i already screw it up?
 
Physics news on Phys.org
Already screwed it up. You had 4x^2+24x and you just changed it into (4x^2+24x)^2. It's not like they are equal or anything. Start with 4x^2+24x=4(x^2+6x). You want to express x^2+6x in the form (x+a)^2-a^2 for some value of a. Expand (x+a)^2-a^2 and tell me what a should be. (This is called completing the square).
 
wait, you totally lost me. where did 'a' come from?
 
I want to express that equation as a sum of squares. So I want to express x^2+6x in the form of a square. (x+a)^2-a^2 is EQUAL to x^2+6x for some choice of 'a'. I want you to figure out what that 'a' is and the show that they are equal. Multiply the square out and equate coefficients of the 'x' term.
 
When you have product like these

<br /> \begin{align*}<br /> (x+a)^2 &amp; = x^2 + 2ax + a^2\\<br /> (x-a)^2 &amp; = x^2 - 2ax + a^2<br /> \end{align*}<br />

where a may be a number, as in your problems, or another variable,
we refer to them as perfect squares . As examples

<br /> \begin{align*}<br /> (x-5)^2 &amp; = x^2 - 2(5)(x) + 5^2 = x^2 - 10x + 25\\<br /> (x+6)^2 &amp; = x^2 + 2(6)(x) + 6^2 = x^2 + 12x + 36<br /> \end{align*}<br />

When we "complete the square" we are, in a sense, starting with a portion of the right-hand side and recreating the left.

Suppose you have

<br /> x^2 + 12x<br />

and know that it is the first 2/3 of the expanded form of (x+a)^2. Two questions come up:
* What is the value of a?
* How can we recreate the (x+a)^2?

Here is how: in the two perfect square formulae, the constant term is found with these steps:
1) Divide the coefficient of x by 2
2) Square the result of step 1

The thing to remember when you use this process in an equation is this: when you add something to the left of the equation, exactly the same amount must be added to the left. Two examples.

First, use completing the square to simplify this equation.

x^2 + 10x = 4

Here are the steps.
<br /> \begin{align}<br /> x^2 + 10x &amp; = 4 \\<br /> x^2 + 10x + 5^2 &amp; = 4+5^2 \\<br /> (x+5)^2 &amp; = 29<br /> \end{align}<br />

How did I decide to add 5^2 to each side? Since {10}/2 = 5, the guidelines given above say that this is the appropriate choice.

One more:
<br /> \begin{align*}<br /> 4y^2 + 104y &amp; = 30\\<br /> 4\left(y^2 + 26y \right) &amp; = 30\\<br /> y^2 + 26y &amp; = \frac{30}{4} = 7.5\\<br /> y^2 + 26y + 13^2 &amp; = 7.5 + 169\\<br /> (y+13)^2 &amp; = 176.5<br /> \end{align*}<br />
\end{align*}


Here's how this relates to circles:
1) Group the x terms and the y terms
2) If the coefficients of x^2 and y^2 from the terms, and divide both sides of the equation by the coefficient
3) Complete the square on the x terms, and complete the square on the y terms, just as shown above<br /> 4) When you simplify the left side and add the numbers on the right, your equation will be in standard form
 
You need to change the form for a circle into -

(x-h)^{2}+(y-k)^{2}=r^{2} : where the centre of the circle is (h,k) and radius r

e.g.

x^{2}-6x+y^{2}+3y-5=0

[x^{2}-6x+(\frac{-6}{2})^{2}]-(\frac{-6}{2})^{2}+[y^{2}+3y+(\frac{3}{2})^{2}]-(\frac{3}{2})^{2}=5

(x-3)^{2}+(y+\frac{3}{2})^{2}=5+3^{2}+(\frac{3}{2})^{2}

(x-3)^{2}+(y+\frac{3}{2})^{2}=\frac{65}{4}

Therefore, it is a circle with centre (3,-\frac{3}{2}) and with radius \frac{\sqrt{65}}{2}
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top