Skip to main content
Speclore

Circle Equation

Reference data and engineering information about circle equation for mathematics applications.

circleequation

Overview

Engineering reference data for Circle Equation in mathematics.

Key Formulas

Quadratic Formula

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Roots of ax² + bx + c = 0.

Pythagorean Theorem

c2=a2+b2c^2 = a^2 + b^2

Right triangle relationship.

Circle Area

A=πr2A = \pi r^2

Area of a circle.

Logarithm

logb(x)=ln(x)ln(b)\log_b(x) = \frac{\ln(x)}{\ln(b)}

Change of base formula.

Variables

SymbolDescriptionUnit
π\piPi3.14159...
eeEuler's number2.71828...

Circle Equation Forms

The equation of a circle can be expressed in different forms depending on the given information and application.

Unit Circle

A unit circle has its center at the origin (0,0)(0, 0) and a radius equal to 1:

x2+y2=1x^2 + y^2 = 1

Standard Form

The standard form expresses a circle with center (a,b)(a, b) and radius rr:

(xa)2+(yb)2=r2(x - a)^2 + (y - b)^2 = r^2

General Form

The general form uses coefficients AA, BB, and CC:

x2+y2+Ax+By+C=0x^2 + y^2 + Ax + By + C = 0

Converting Between Forms

The general form coefficients relate to the standard form parameters as follows:

ParameterFormula
Center x-coordinatea=A2a = -\dfrac{A}{2}
Center y-coordinateb=B2b = -\dfrac{B}{2}
Radiusr=a2+b2Cr = \sqrt{a^2 + b^2 - C}

Conversion Example

To convert from general form to standard form, complete the square:

x2+Ax+y2+By=Cx^2 + Ax + y^2 + By = -C

(x+A2)2+(y+B2)2=A24+B24C\left(x + \frac{A}{2}\right)^2 + \left(y + \frac{B}{2}\right)^2 = \frac{A^2}{4} + \frac{B^2}{4} - C

Properties

  • A circle exists only when a2+b2C>0a^2 + b^2 - C > 0
  • If a2+b2C=0a^2 + b^2 - C = 0, the equation represents a single point (degenerate circle)
  • If a2+b2C<0a^2 + b^2 - C < 0, no real circle exists (empty set)

Unit Circle Property

A unit circle is a special case of the standard form where the center is at the origin (0,0)(0, 0) and the radius is 11. This simplifies the equation to:

x2+y2=1x^2 + y^2 = 1

This fundamental equation is critical in trigonometry and defining the sine and cosine functions.

Deriving Circle Properties from General Form

Given the general form equation x2+y2+Ax+By+C=0x^2 + y2 + Ax + By + C = 0, you can extract key properties.

The radius rr is calculated as: r=a2+b2Cr = \sqrt{a^2 + b^2 - C}

The coordinates (a,b)(a, b) of the center are: a=A2a = -\frac{A}{2} b=B2b = -\frac{B}{2}

These relationships allow you to convert a general form equation into its geometric meaning.

References