To start with, I'm a HSC failure who failed it and gave up on it because I couldn't stand learning something without knowing all the ins and outs of it. Questions like WHY we are following one method but not other offended me to the point that I started finding sciences dull and boring and left HSC and started learning computer programming. Anyway, after a few years of learning to code, I am jumping into cryptography and complex algorithms and I need to sharpen my maths skills now, and here I am studying everything again from online sources and books and this time I am going to make sure to not be left unsatisfied. Anyway, I was reading an HSC Mathematics books and here's one confusion in Surds and rationalizing their denominators
Consider the following:
(5x-16)/(√y - 10)
Now to solve it the book says you rationalize denominator by removing the surd from the denominator. The book continues by multiplying the above equation with (√y+10)/(√y+10) and in the process having y -100 as denominator. Now all that confuses me is that why not multiply the original statement/equation with
(√y-10) / (√y-10) and remove the surd by applying (a+b)^2 formula? So I tried it out and the two answers differ from each other. Anyway, so here's what i did. Took a value for x and y and used them in both the cases. Now let be elaborate
(* is the multiplication symbol)
Case 1:
(5x-16) / (√y-10) * (√ y-10)/(√ y-10)
Plotting the values x=10 and y =1000 (I chose y = 1000 for simplicity, you'll know as I solve this)
50-16/100-10 * 100-10/100-10
34*90 / 90 * 90
=3060/8100
=0.377
Now case 2:
(5x-16)/ (√ y-10) * (√ y+10)/(√ y+10)
Plotting 10,1000
50-16/100-10 * 100+10/100+10
34/90 * 110*110
=0.377
Case 1 == Case 2, Proved. Theoretically it should work even after we solve the original
(5x-16) / (√y-10) either by (√y-10) or (√y+10)
Let's find out
(5x-16) / (√y-10)
Case 1:
(5x-16) / (√y-10) * (√y-10)/(√y-10)
(5x√y -50x -16√y + 160) / (√y-10)^2
5x√y -50x-16√y+160 / y+100-20√y -------equation x
For 10,1000 in equation x
5(10)(100) - 50(10) -10(100)+160/1000+100-20(100)
=3660/'-900
=-4.0666
Case 2 :
(5x-16)/ (√ y-10) * (√ y+10)/(√ y+10)
5x√y +50x -16√y -160 / y-100 ||Difference of square formula in
Plotting 10,1000
5(10)(100) + 50(10)-16(100)-160 /1000-100
5000+500-1600-160/900
=3740/900
=+4.155
Hence case 1 ! = case 2 (is not equal). What the fuck is going wrong here?!