Solving Math Problem: sqrt (a^2 - a [delta] d) = a - sqrt(a [delta] d)?

  • Thread starter Thread starter IB
  • Start date Start date
AI Thread Summary
The discussion centers on the equation sqrt(a^2 - a [delta] d) and whether it can be simplified to a - sqrt(a [delta] d). It is clarified that the algebraic manipulation attempted is incorrect, as roots and exponents do not distribute over addition and subtraction. An example is provided, demonstrating that for specific values of a and delta d, the two sides of the equation yield different results. Additionally, a resource link for writing mathematics with LaTeX is shared. The conversation emphasizes the importance of proper algebraic techniques in solving such problems.
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:
\sqrt{a ^ 2 - a \Delta d} = \sqrt{5 ^ 2 - 5 \times \frac{9}{5}} = \sqrt{25 - 9} = \sqrt{16} = 4
And:
a - \sqrt{a \Delta d} = 5 - \sqrt{5 \times \frac{9}{5}} = 5 - \sqrt{9} = 5 - 3 = 2
And 4 is not 2.
Viet Dao,
 
Thanks, VietDao29.
 
Back
Top