Results 1 to 5 of 5

Thread: Little Question

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2007
    Posts
    1

    Little Question

    Just a little maths poblem for anyone out there

    Explain why the Equation x(squared) + y(squared) + 2x + 3y + 5 = 0 does not represent a circle

    Have fun!


  2. #2
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Little Question

    Welcome to the Forums


    Are you asking because you don't know, or is this for our enjoyment?


    zaza
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

  3. #3
    PowerPoster Code Doc's Avatar
    Join Date
    Mar 2007
    Location
    Omaha, Nebraska
    Posts
    2,354

    Re: Little Question

    It's a warped circle. My 4-year old grandson draws lots of them with crayons and while finger painting.

    Welcome to the forum!
    Doctor Ed

  4. #4
    Frenzied Member
    Join Date
    Jun 2006
    Posts
    1,098

    Re: Little Question

    It isn't a warped circle, either. It doesn't represent a circle, or anything else for that matter, because there are no real solutions.

    Solving for x:
    x2 + 2x + y2 + 3y + 5 = 0
    x = -1 ± √(1 - (y2 + 3y + 5))
    such that, for x to be real:
    y2 + 3y + 5 ≤ 1
    y2 + 3y + 4 ≤ 0
    -1.5 - √(-1.75) ≤ y ≤ -1.5 + √(-1.75)
    y must be complex

    Solving for y:
    y2 + 3y + x2 + 2x + 5 = 0
    y = (-3 ± √(9 - 4(x2 + 2x + 5)))/2
    such that, for y to be real:
    x2 + 2x + 5 ≤ 2.25
    x2 + 2x + 2.75 ≤ 0
    -1 - √(-1.75) ≤ x ≤ -1 + √(-1.75)
    x must be complex

  5. #5
    pathfinder NotLKH's Avatar
    Join Date
    Apr 2001
    Posts
    2,397

    Re: Little Question

    Or:
    x2 + 2x + y2 + 3y + 5 = 0
    is easily seen to be identical to:

    (x+1)2 + (y+1.5)2 = -1.75
    therefore, x , y, either or both, must be complex, to produce a negative sum when squared, to equal -1.5.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width