Wednesday, March 30, 2016

algebra precalculus - Simplify expression (xsqrtyysqrtx)/(xsqrty+ysqrtx)


I'm stuck at the expression: xyyxxy+yx.
I need to simplify the expression (by making the denominators rational) and this is what I did:


(xyyx)×(xyyx)=(yx)2

Divided by
(xy+yx)×(xyyx)=(xy)2


So I'm left with (yx)2(xy)2.


This answer is incorrect. Can anyone help me understand what I did wrong? If there is a different approach to solve this it will also be much appreciated. Please explain in steps.


Answer



I am assuming your ambiguous notation begins with the task of simplifying:


xyyxxy+yx.



Assuming I'm correct, then we can rationalize the denominator (get rid of the factors with square roots), as follows:


Multiply the numerator and denominator by (xyyx) to get a difference of squares. Recall that (a+b)(ab)=a2b2.

If you carry out this multiplication, you'll have (xyyx)2x2yxy2=x2y2xyxy+xy2x2yxy2=xy(x2xy+y)xy(xy)=x2xy+yxy


You seemed to have the right idea, looking at your strategy, to multiply numerator and denominator by xyyx, but you miscalculated.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...