|
Simplifying a Nested Radical (Surd)The Basic IdeaThe basic idea is to simplify an expression of the form sqrt(c+sqrt(d)) such as
Let x = sqrt(c+sqrt(d)) Perhaps c+sqrt(d) is a perfect square, in which case this can be simplified. If it's a perfect square, then it has to be the square of an expression of the form sqrt(a)+sqrt(b). So c+sqrt(d) = a+b + 2sqrt(ab) That means c = a+b, and d=4ab Applying the IdeaLet x = sqrt(9/32+sqrt(45)/32) = sqrt(9/32+sqrt(45/1024)) Here, x has the form sqrt(c+sqrt(d)), where c=9/32 and d=45/1024. From the "basic idea", above, we see that x=sqrt(a)+sqrt(b) where c=a+b and d=4ab, so a+b=9/32, and 4ab=45/1024. If you've solved a lot of quadratic equations, then you'll find it easy to find a and b as the roots of y2-(9/32)y+(1/4)(45/1024)=0 However you solve for a and b, you'll see a=3/64, and b=15/64. So sqrt(9/32+sqrt(45)/32) = sqrt(3/64)+sqrt(15/64) = sqrt(3)/8+sqrt(15)/8 Another exampleLet x = sqrt(6-4sqrt(2)) = sqrt(6-sqrt(32)) This is the sqrt of a "perfect square" of the difference of sqrt(a)-sqrt(b), which is solved more or less the same way. So a+b=6, and 4ab=32 Solving for a and b, a=2 and b=4, so sqrt(6-4sqrt(2)) = sqrt(2)-sqrt(4) = sqrt(2)-2 Oops! This isn't the right answer; the sign is flipped. This happens, because when we take the square root of both sides, we need to consider both square roots, and throw out the wrong one. So the answer is 2-sqrt(2). The Complete Solution for Simplifying sqrt(c+sqrt(d))Let
Square both sides:
Equate the rational parts and the irrational parts:
These equations have two solutions for a and b, so WLOG, I'll let a > b.
Therefore,
If c2-d is a perfect square, then the RHS of the equation, above, is simpler than the LHS, because it eliminates nested radicals. The Complete Solution for Simplifying sqrt(c-sqrt(d))Let
Square both sides:
Equating the rational parts and the irrational parts gives the same pair of equations, so the final solution is very similar:
Again, if c2-d is a perfect square, then the RHS of the equation, above, is simpler than the LHS, because it eliminates nested radicals. Internet References
Related pages on this website
can be simplified to an integer: 2. This page does a thorough analysis of expressions of this type that simplify to integers. Recurrence Relation of Successive Powers of Polynomial Root -- what a mouthful! The gist of this topic is that the successive powers of a root of a polynomial form a sequence that has an simple recurrence relation. |
|
The webmaster and author of the Math
Help site is Graeme McRae. |