Sunday, May 9, 2010

Reflection on old stuff

Conics:
The steps to find the intersection of a line and a circle are: solve the linear equation for y, next substitute in circle equation, after this you solve for x, and last you plug x value in to get y value **If your x value is imaginary, then there is no point of intersection.

Example:
x^2+y^2+12y+16x-5=0

First you rewrite the problem in order with x's in front and y's in back, or vice versa, and you get this:
x^2+16x__+y^2+12y__=5

Next you would fill in the blanks with the number that belongs, for this you divide the x and y by 2 and then square it. For this problem you would use 16x and 12y, and you would get 64 and 36. So the answer would be:
x^2+16x+64+y^2+12y+36=5

After this you add the new numbers to the other side of the problem and you would get this:
x^2+16x+64+y^2+12y+36=5+64+36
or
x^2+16x+64+y^2+12y+36=105

Then you factor out the x's and y's:
(x+8)^2+(y+6)^2=105

In the end you would get:
Center=(-8,-6) Radius=square root of 105

No comments:

Post a Comment