Putting an equation in quadratic form

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

Homework Statement



Could someone please explain how to go about putting an equation into quadratic form.
e.g:
Q(x,y,z)=7x^2-2y^2-40z^2-14xz+20yz.

Homework Equations





The Attempt at a Solution



I know it equals 7(x-z)^2 -2(y-5z)^2 +3z^2. dnt know how to get there though
 
Physics news on Phys.org
Firstly look at [tex]7x^2-14xz[/tex]

This becomes [tex]7(x^2-2xz)[/tex] and now you just need to complete the square on that factor. Remember to subtract whatever you added to complete the square.

[tex]7(x^2-2xz+z^2)-7z^2[/tex]

[tex]7(x-z)^2-7z^2[/tex]

Now do this for the other two terms as well.
 
Thanks that helped. I can do them now.