Simplifying an Expression with x>>a: Step-by-Step Guide

MathewsMD
Messages
430
Reaction score
7
Hi,

I've attached a screenshot in which a solution simplifies an expression given x>>a. I have been trying to simplify and express the equation as shown, but keep failing to recognize how they reached their solution. If anyone could provide a step-by-step breakdown that would be greatly appreciated!
 

Attachments

  • Screen Shot 2014-01-20 at 11.32.45 PM.png
    Screen Shot 2014-01-20 at 11.32.45 PM.png
    10.1 KB · Views: 471
Physics news on Phys.org
When x>>a then you can assume that x\pm a\to x In other words, you just cancel the a when it's in a similar form to the above.

3x^2-a^2\approx 3x^2 for example.
 
Mentallic said:
When x>>a then you can assume that x\pm a\to x In other words, you just cancel the a when it's in a similar form to the above.

3x^2-a^2\approx 3x^2 for example.

Okay. That is what I did...I may just be simplifying incorrectly but the expression never seems to simplify to the answer stated...I've tried expanding the given equation multiple times now but to no avail and anyone's steps to simplify this would be greatly appreciated!
 
MathewsMD said:
Okay. That is what I did...I may just be simplifying incorrectly but the expression never seems to simplify to the answer stated...I've tried expanding the given equation multiple times now but to no avail and anyone's steps to simplify this would be greatly appreciated!

I think you need to show what you tried before anyone can make a comment on where you are going wrong. Put the terms over a common denominator first and then work with the numerator.
 
Last edited:
Mentallic said:
When x>>a then you can assume that x\pm a\to x In other words, you just cancel the a when it's in a similar form to the above.

3x^2-a^2\approx 3x^2 for example.
You need to be a little more careful. For example, suppose you have something like ##\frac{1}{x-a}##. You can factor the denominator and expand as a series to get
$$\frac{1}{x(1-a/x)} = \frac{1}{x}\left[1+\frac{a}{x}+\left(\frac{a}{x}\right)^2 + \left(\frac{a}{x}\right)^3 + \cdots \right].$$ If you say
$$\frac{1}{x-a} \rightarrow \frac{1}{x},$$ you're only taking the zeroth-order approximation. The first-order approximation would be
$$\frac{1}{x-a} \rightarrow \frac{1}{x}+\frac{a}{x^2}.$$ You generally want to keep enough terms to find the first non-vanishing order in some calculation.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top