Solve for 0<b<a: Proving Inequality & Approximation Error

AI Thread Summary
The discussion revolves around proving the inequality (1 - (1/2)x²)² < 1 - x < (1 - (1/2)x)² for 0 < x < 1, and demonstrating that the error in approximating √(a² - b²) with a - (b² / (2a)) is positive and less than (b⁴ / (2a³)) when 0 < b < a. The user successfully expands the inequalities and identifies that the terms involving x can be manipulated to show the desired relationships. However, they struggle to connect the variables a and b to the inequalities derived. A hint is provided to let x = (b/a)² to facilitate further progress in the proof.
Alephu5
Messages
11
Reaction score
0

Homework Statement



Firstly, I'd just like to point out that this is not actually a course related question. I have been trying to teach myself mathematics, and have been grappling with this for a couple of days. The book has no answer at the back for this particular question.

Variables:
0&lt;x&lt;1
0&lt;b&lt;a

Show that (1-\frac{1}{2}x^{2})^{2} &lt; 1-x &lt; (1-\frac{1}{2}x)^{2}. Hence show that if 0&lt;b&lt;a, the error in taking a-\frac{b^{2}}{2a} as an approximation to \sqrt{a^{2}-b^{2}} is positive and less than \frac{b^{4}}{2a^{3}}.

Homework Equations



N/A

The Attempt at a Solution


The first part is relatively easy:

Expansion of the inequality involving x gives:

1-x-\frac{3}{4}x^{2}+\frac{1}{2}x^{3}+\frac{1}{4}x^{4}&lt;1-x&lt;1-x+\frac{1}{4}x^{2}​

Due to the fact fact that

0&lt;x&lt;1​

The following is true:

x^{n}&gt;x^{n+1}​

This concept can be used to prove that

\frac{3}{4}x^{2}&gt;\frac{1}{2}x^{3}+\frac{1}{4}x^{4}​

The last part is more straightforward, it is simply due to the fact that:

\frac{1}{4}x^{2}&gt;0​

I have no idea how to connect the statement involving a and b to this set of inequalities, however from what I understand the initial statement is:

0&lt;a-\frac{b^{2}}{2a}-\sqrt{a^{2}-b^{2}}&lt;\frac{b^4}{2a^3}​

I have attempted a bit of algebra jiggling, which gives:

2a^{2}+b^{2}&lt;3a^{4}​

Evidently, this is only true when a&gt;1

Any help would be much appreciated! I would really love to put this to rest, so that I can move beyond page 34... there are about 450 more to go.
 
Last edited:
Physics news on Phys.org


Hint: Let x = \left( \frac{b}{a} \right) ^2
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top