Can someone please explain to me how this works?

  • Context: High School 
  • Thread starter Thread starter zeromodz
  • Start date Start date
  • Tags Tags
    Explain Works
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 · 3K views
zeromodz
Messages
244
Reaction score
0
If let's say we have the following expression

√(x^2 - y^2)

If I wanted to factor out x, then why can't I just take x out because a square root of a square is the base.

x√(1 - y^2)

But it turns out that the answer to this is incorrect and the answer to factoring out x is.

x√(1 - y^2/x^2)

Why is it I divide by y^2, by x^2 ? I have no idea! Thanks.
 
Mathematics news on Phys.org
Suppose it was (x-y)^2 you couldn't take out the x because it also effects the y,
ie. (x-y)^2 = (x-y)(x-y) = x^2 -2xy + y^2

and sqrt(x^2-y^2) is (x^2-y^2)^0.5 , same principle the x goes with the y
 
Use basic principles about fractions and the meaning of Multiplicative Inverse. You want to find an equivalent expression to your original one but you wish to show a factor of x2.

Look at the expression under the radical symbol.
[tex]x^2 - y^2[/tex]

If you DIVIDE by x2 then you must also multiply by the reciprocal of x2 to state the same meaning of the expression.
[tex]x^2 (1 - \frac{y^2}{x^2})[/tex]

With that you can then find the square root can be simplified with a factor of just x outside of the radical.
 
NobodySpecial said:
Suppose it was (x-y)^2 you couldn't take out the x because it also effects the y,
ie. (x-y)^2 = (x-y)(x-y) = x^2 -2xy + y^2

and sqrt(x^2-y^2) is (x^2-y^2)^0.5 , same principle the x goes with the y

I understand, but how does dividing y^2 by x^2 resolve the expression?
 
symbolipoint said:
Use basic principles about fractions and the meaning of Multiplicative Inverse. You want to find an equivalent expression to your original one but you wish to show a factor of x2.

Look at the expression under the radical symbol.
[tex]x^2 - y^2[/tex]

If you DIVIDE by x2 then you must also multiply by the reciprocal of x2 to state the same meaning of the expression.
[tex]x^2 (1 - \frac{y^2}{x^2})[/tex]

With that you can then find the square root can be simplified with a factor of just x outside of the radical.

Okay thank you so much, I understand now!