Problem reducing quadratic to diagonal form

  • Thread starter Thread starter lep11
  • Start date Start date
  • Tags Tags
    Form Quadratic
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
lep11
Messages
380
Reaction score
7

Homework Statement


Reduce ##xy+zy## to diagonal form.

Homework Equations


The desired diagonal form is ##Q(\vec{x})=(\alpha_1(\vec{x}))^2+...+(\alpha_k(\vec{x}))^2-(\alpha_{k+1}(\vec{x}))^2-...-(\alpha_{k+l}(\vec{x}))^2,## where ##\alpha_i## are linearly independent linear functions. Also known as 'changing the variables in quadratic form'.

The Attempt at a Solution


##xy+zy=y^2+yx+yz+(\frac{x}{2})^2+\frac{xz}{2}+(\frac{z}{2})^2-((\frac{x}{2})^2+\frac{xz}{2}+(\frac{z}{2})^2)-y^2=(y+\frac{x}{2}+\frac{z}{2})^2+(\frac{x}{2}+\frac{z}{2})^2-y^2##, but now
##\alpha_1=y+\frac{x}{2}+\frac{z}{2}##
##\alpha_2=\frac{x}{2}+\frac{z}{2}##
##\alpha_3=y##
are linearly dependent. I have tried several different substitutions without success. There's also the matrix method which I am not familiar with. This rather simple problem is giving me headache.
 
Last edited:
Physics news on Phys.org
lurflurf said:
hint
$$xy=\left(\frac{x}{2}+\frac{y}{2}\right)^2-\left(\frac{x}{2}-\frac{y}{2}\right)^2$$
Using that lead to situation where the ##\alpha##'s weren't linearly independent.
 
lep11 said:

Homework Statement


Reduce ##xy+zy## to diagonal form.

Homework Equations


The desired diagonal form is ##Q(\vec{x})=(\alpha_1(\vec{x}))^2+...+(\alpha_k(\vec{x}))^2-(\alpha_{k+1}(\vec{x}))^2-...-(\alpha_{k+l}(\vec{x}))^2,## where ##\alpha_i## are linearly independent linear functions. Also known as 'changing the variables in quadratic form'.

The Attempt at a Solution


##xy+zy=y^2+yx+yz+(\frac{x}{2})^2+\frac{xz}{2}+(\frac{z}{2})^2-((\frac{x}{2})^2+\frac{xz}{2}+(\frac{z}{2})^2)-y^2=(y+\frac{x}{2}+\frac{z}{2})^2+(\frac{x}{2}+\frac{z}{2})^2-y^2##, but now
##\alpha_1=y+\frac{x}{2}+\frac{z}{2}##
##\alpha_2=\frac{x}{2}+\frac{z}{2}##
##\alpha_3=y##
are linearly dependent. I have tried several different substitutions without success. There's also the matrix method which I am not familiar with. This rather simple problem is giving me headache.

What happens if you set [itex]u= x + z[/itex] so that [itex]Q = uy[/itex]? Doesn't the identity in post #2 then work?