How to simplify sqrt(a² - a Δd)

  • Thread starter Thread starter IB
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
IB
Messages
45
Reaction score
0
Suppose I have sqrt (a^2 - a [delta] d). What do I do? Do I do like this: sqrt (a^2 - a [delta] d) = a - sqrt(a [delta] d)? Thanks.

PS: One more thing. How to write mathematics with latex?
 
Physics news on Phys.org
What is sqrt (a^2 - a [delta] d) equal to? or are you asking to simplify it?
 
Yeah. I was just wondering whether it can still be simplified.
 
Depending on what you want to do, a differential approximation, or maybe a Taylor sum, might be useful.

But as for algebraic manipulation, what you did is wrong. roots and exponents (usually) distribute over multiplication (and division), not addition (and subtraction).
 
Hurkyl said:
But as for algebraic manipulation, what you did is wrong. roots and exponents (usually) distribute over multiplication (and division), not addition (and subtraction).

Could you give an example to demonstrate that? And how can I correct my wrong algebraic manipulation? Thanks.
 
Say a = 5, and delta d = 9 / 5.
So:
[tex]\sqrt{a ^ 2 - a \Delta d} = \sqrt{5 ^ 2 - 5 \times \frac{9}{5}} = \sqrt{25 - 9} = \sqrt{16} = 4[/tex]
And:
[tex]a - \sqrt{a \Delta d} = 5 - \sqrt{5 \times \frac{9}{5}} = 5 - \sqrt{9} = 5 - 3 = 2[/tex]
And 4 is not 2.
Viet Dao,