Recent content by nuketro0p3r

  1. N

    Computer Engineering Vs Computer Science

    hallowon: Take CS if you love programming. You're going to have one hell of a time! mp3car: They do teach how a bit is stored in a memory and how processors work to a CS major. That's why they have courses like Digital Logic Design -> Computer Architecture -> Computer Organization and Assembly...
  2. N

    C/C++ Object-Oriented Programming in C++ (4th Edition) by Robert Lafore

    You need to practice more to overcome that fear. Try to assign a task for yourself or take up exercise questions from other C++ programming books and try to solve them.
  3. N

    What is the Problem with the Definite Integral in this Equation?

    I am not sure if its the correct method but I hope it helps. 1st evaluate its limit b/w the interval 0 to Pi/2. Then Calculate it from Pi/2 to Pi. The total area has to be the sum of them which will be equal to infinity :D.
  4. N

    How to Find the Center and Radius of a Circle: Circle Equation Help

    @rock.freak667: I know but I got a little confused by the structure of the equation. @LCKurtz: Thanks that helps me understand the concept better :) @Mark44: I actually though about that after posting :D Thanks for the help guys =)
  5. N

    How to Find the Center and Radius of a Circle: Circle Equation Help

    I don't understand why a circle can't have negative radius. For example, consider this circle with equation x^2+y^2=0, which has its center at origin and passes through points P(x, 0) & Q(-x, 0). If the radius of a circle is defined as the distance from the center to any point on the circle...
  6. N

    Directrix when talking about an ellipse?

    Nice, here's another definition I found while looking for a better explanation. "A Conic is the set of all the points whose distance from a fixed point bears a constant ratio to its distance from a fixed line. The fixed point is called the focus, the fixed line is called the directrix and the...
  7. N

    Directrix when talking about an ellipse?

    Meanwhile this might help. "The directrix of a conic section is the line which, together with the point known as the focus, serves to define a conic section as the locus of points whose distance from the focus is proportional to the horizontal distance from the directrix, with r being the...
  8. N

    Directrix when talking about an ellipse?

    For an ellipse the equation of directrix is given by x=± a/e. It's been a while since I've studied them and its late here so I have to go to bed now :). I'll revise my course tomorrow and try to find out the answer to that tomorrow.
  9. N

    How to Find the Center and Radius of a Circle: Circle Equation Help

    The general equation of circle are in the form of x^2+y^2+2gx+2fy+c=0 and since the equations that you mentioned are in this form I am pretty sure they're a circle.
  10. N

    Directrix when talking about an ellipse?

    If I am not mistaken, the directrix is not drawn in that figure. This might help.
Back
Top