Can square roots be simplified without a calculator?

  • #1
littlemathquark
35
9
Homework Statement
##\sqrt{\dfrac{3^8+5^8+34^4}2} =?##
Relevant Equations
None
I can't find a short solution without using calculator.
 
Physics news on Phys.org
  • #2
Consider the prime factors of all the components
Oh, that only works if the 3 upper terms are multiplied.
Adding them makes only for a big unwieldy number. Don't see how to simplify it at all.
 
  • #3
Do 3, 5, and 34 (or their prime factors) have any properties in common that might help? Especially helpful if there are terms that might cancel when expanded.
 
  • #4
Ibix said:
Do 3, 5, and 34 (or their prime factors) have any properties in common that might help? Especially helpful if there are terms that might cancel when expanded.
##3^8+5^8+34^4=9^4+25^4+34^4=9^4+25^4+(9+25)^4##
That's all and I'm stuck.
 
  • #5
Interesting! Not what I had in mind at all, but it also works.

What do you get if you expand that? I found it helpful to write ##x=3## and ##y=5## so I didn't lose track of my special numbers among all the other ones.

If the expansion is going to help you in this particular problem, what has to be true about it?
 
  • #6
littlemathquark said:
##3^8+5^8+34^4=9^4+25^4+34^4=9^4+25^4+(9+25)^4##
That's all and I'm stuck.
This is a good starting point! Just go ahead by this method.
\begin{align*}
3^8+5^8+34^4&=9^4+25^4+(9+25)^4\\
&=9^4+(16+9)^4+(9+16+9)^4\\
&=9^4+(2\cdot 9+7)^4+(3\cdot 9+7)^4\\
&\ldots
\end{align*}
I put ##9^4## out of it and called ##7/9=c## and then ##2+c=25/9=d## and so on. The highest product I finally had to calculate was ##25\cdot 34=25(25+9)=625+225.##
 
  • Like
Likes Ibix
  • #7
fresh_42 said:
This is a good starting point! Just go ahead by this method.
\begin{align*}
3^8+5^8+34^4&=9^4+25^4+(9+25)^4\\
&=9^4+(16+9)^4+(9+16+9)^4\\
&=9^4+(2\cdot 9+7)^4+(3\cdot 9+7)^4\\
&\ldots
\end{align*}
I put ##9^4## out of it and called ##7/9=c## and then ##2+c=25/9=d## and so on. The highest product I finally had to calculate was ##25\cdot 34=25(25+9)=625+225.##
Sorry I don't understand your solution. Can you give more detail please?
 
  • #8
littlemathquark said:
Sorry I don't understand your solution. Can you give more detail please?
\begin{align*}
3^8+5^8+34^4&=9^4+25^4+(9+25)^4\\
&=9^4+(16+9)^4+(9+16+9)^4\\
&=9^4+(2\cdot 9+7)^4+(3\cdot 9+7)^4\\
&=9^4\cdot (1+(2+c)^4+(1+2+c)^4)\ ,\ c=7/9\\
&=9^4\cdot (1+d^4+(1+d)^4)\, , \,d=2+c=25/9\\
&=9^4\cdot \left(1+d^4+d^4+4d^3+6d^2+4d+1\right)\\
&=9^4\cdot \left(2+2d^4+4d^3+6d^2+4d\right)\\
\dfrac{3^8+5^8+34^4}{2}&=9^4\cdot \left(1+d^4+2d^3+3d^2+2d\right)\\
&\ldots
\end{align*}
The only critical part now is figuring out that ##1+d^4+2d^3+3d^2+2d=1+d^4+d^2+2d^3+2d^2+2d## is a square. I admit, I used WA for it, but more out of laziness.
 
  • #9
Here's the key:
$$m^4 + (m+ k)^4 + (2m+k)^4 = 2(3m^2 + 3km + k^2)^2$$E.g. with ##m = 9,k = 16##, we have:
$$9^4 + 25^4 + 34^4 = 2(243 + 432 + 256)^2 = 2(931)^2$$
 
  • #10
That seems kind of out of the blue.

My starting point would be to replcae 3 with 4-1, 5 with 4+1 and use that to get rid of the 2. Then see what I had left.
 
  • Like
Likes PhDeezNutz
  • #11
Vanadium 50 said:
That seems kind of out of the blue.

My starting point would be to replcae 3 with 4-1, 5 with 4+1 and use that to get rid of the 2. Then see what I had left.
That's what I did, additionally noting that ##34=2(4^2+1)##. That gave me a polynomial expression in powers of 4 that can be factorised (and there's an obvious factorisation that we want). OP's approach with ##3##, ##5##, and ##34=3^2+5^2## can be made to work similarly.
 
  • Like
Likes Vanadium 50
  • #12
For any integers ##m, n## the sum ##m^4+n^4 + (m +n)^4## is twice a perfect square. There's nothing special about 9 and 25.

The equation is easier to derive with ##k = n -m##.
 
  • Like
Likes Ibix
  • #13
This is why algebra was invented!
 
  • #14
Another solution

$$3^8+5^8+34^4=9^4+25^4+34^4=9^4+25^4+(9+25)^4$$

$$\frac12\left(a^4+b^4+(a+b)^4\right)=\frac12(a^4+b^4+a^4+4a^3b+6a^2b^2+4ab^3+b^4)$$

$$=(a^2)^2+(b^2)^2+(ab)^2+2(a^2b^2+a^3b+ab^3)=(a^2+b^2+ab)^2$$

$$(\forall a,b\in\mathbb{R}$$ $$a^2+b^2+ab\geq0 )$$,

$$\sqrt{\dfrac{a^4+b^4+(a+b)^4}2}=a^2+b^2+ab$$

$$ \sqrt{\dfrac{3^8+5^8+34^4}2}=9^2+25^2+9\cdot25=931$$
 
  • Like
Likes berkeman, PeroK, Filip Larsen and 1 other person

FAQ: Can square roots be simplified without a calculator?

1. What does it mean to simplify a square root?

Simplifying a square root means expressing it in its simplest form, where the number under the square root is reduced to its prime factors, and any perfect squares are taken out of the radical. For example, √50 can be simplified to 5√2 since 50 = 25 × 2 and √25 = 5.

2. How do I know if a square root can be simplified?

A square root can be simplified if the number under the radical has perfect square factors. To determine this, you can factor the number into its prime factors and look for pairs of the same number, as each pair can be taken out of the square root.

3. Can all square roots be simplified?

No, not all square roots can be simplified. Square roots of prime numbers or numbers that do not have any perfect square factors greater than 1 cannot be simplified. For example, √7 is already in its simplest form.

4. What are some examples of simplifying square roots?

Here are a few examples: 1. √18 = √(9 × 2) = 3√2 2. √72 = √(36 × 2) = 6√2 3. √32 = √(16 × 2) = 4√2. In each case, we factor the number and take out the square roots of the perfect squares.

5. Is there a method to simplify square roots without a calculator?

Yes, you can simplify square roots without a calculator by using prime factorization. Start by breaking down the number under the square root into its prime factors, identify any pairs of factors, and then take the square root of those pairs out of the radical. Practice with different numbers to become more proficient.

Similar threads

Replies
13
Views
1K
Replies
1
Views
1K
Replies
6
Views
2K
Replies
4
Views
2K
Replies
15
Views
1K
Replies
4
Views
1K
Replies
8
Views
2K
Back
Top