Solving Quadratic Equations with Parameters | Step-by-Step Guide

  • Thread starter Thread starter razored
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
razored
Messages
173
Reaction score
0

Homework Statement


x=t^2 +t
y=t^2-t


Homework Equations


quadratic equation


The Attempt at a Solution


0=t^2-t-x
0=t^2+t+y
[tex] 0=\frac{-1 +- \sqrt{1+4x}}{2}<br /> 0=\frac{1 +- \sqrt{1+4y}}{2}[/tex]

Aftert i set the to quadratics equal to one another, I do not know what to do. Any help?
 
Physics news on Phys.org
The results of the quadratic equations are t, not zero. But you are still doing it the hard way. Subtract the two original equations to get an expression for t in terms of x and y. Then substitute the resulting t back into one of the equations.
 
Subtracting y from x leaves me with [tex]0=x^2 -2xy+y^2-2y-2x[/tex] which is ugly. Is there anything I can do to find to y= ? No, right?

Thank you.