SOLUTION: Solve the following system of nolinear equations x^2+y^2=3 x^2+y=0
Algebra
->
College
->
Linear Algebra
-> SOLUTION: Solve the following system of nolinear equations x^2+y^2=3 x^2+y=0
Log On
Algebra: Linear Algebra (NOT Linear Equations)
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Linear Algebra
Question 328159
:
Solve the following system of nolinear equations
x^2+y^2=3
x^2+y=0
Answer by
edjones(8007)
(
Show Source
):
You can
put this solution on YOUR website!
x^2+y^2=3
x^2+y=0
.
x^2+y^2=3
x^2+y=0
----------subtract
y^2-y=3
.
y^2-y-3=0
y=(1-sqrt(13))/2, y=(1+sqrt(13))/2 [quadratic formula]
.
x=-sqrt(2(sqrt13-1)), x=sqrt(2(sqrt13-1))
.
Ed