Friday, November 25, 2016

algebra precalculus - Simplifying sqrt[4]16172sqrt5


4161725


I tried to solve this as follows:


the resultant will be in the form of a+b5 since 5 is a prime and has no other factors other than 1 and itself. Taking this expression to the 4th power gives a4+45a3b+30a2b2+205ab3+25b4. The integer parts of this must be equal to 161 and the coeffecients of the roots must add to 72. You thus get the simultaneous system:


a4+30a2b2+25b4=161 4a3b+20ab3=72


In an attempt to solve this, I first tried to factor stuff and rewrite it as:


(a2+5b2)2+10(ab)2=161 4ab(a2+5b2)=72


Then letting p=a2+5b2 and q=ab you get


4pq=72 p2+10q2=161


However, solving this yields messy roots. Am I going on the right path?



Answer



4161725=481725+80=4(945)2=945=445+5=(25)2=52 The trick is to notice that 72 factors into 294 and since 92+(45)2=161 you get this


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...