Is uniform continuity related to finding a bound on a complex function?

Click For Summary

Homework Help Overview

The discussion revolves around the relationship between uniform continuity and bounding complex functions, specifically involving square roots and differences of variables. Participants are exploring the implications of certain inequalities and conditions related to the problem statement.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants are attempting to prove inequalities involving square roots and differences of variables, questioning the validity of their steps and the conditions under which these inequalities hold.

Discussion Status

The discussion is ongoing, with participants providing insights and corrections to each other's reasoning. Some have suggested generalizing certain cases before applying specific conditions, while others are questioning the assumptions made in their attempts.

Contextual Notes

There is an emphasis on the conditions of the variables involved, particularly regarding their domains and the implications of negative values in the inequalities being discussed. Participants are also considering the need to address various scenarios that may arise in the problem.

Karol
Messages
1,380
Reaction score
22

Homework Statement


Snap2.jpg


Homework Equations


$$a^2-b^2=(a-b)(a+b)$$

The Attempt at a Solution


$$a^2=\sqrt{1-x_2^2}\,\,\, ,\ \ b^2=\sqrt{1-x_1^2}$$
$$|a^2-b^2|=\left| \sqrt{1-x_2^2}-\sqrt{1-x_1^2} \right|=\left| \sqrt[4]{1-x_2^2} - \sqrt[4]{1-x_1^2} \right|\cdot\left| \sqrt[4]{1-x_2^2} + \sqrt[4]{1-x_1^2} \right|$$
I have to reach:
$$\left| \sqrt{y_2} - \sqrt{y_1} \right| \leq \sqrt{\sqrt{1-x_2^2} - \sqrt{1-x_1^2} }$$
 
Physics news on Phys.org
What are the conditions in Problem 74?
 
FactChecker said:
What are the conditions in Problem 74?
Capture.JPG
 
Thanks. I think you are supposed to prove the hint with generic y2 > y1 > 0 before you look at the specific case involving x1, x2, and your specific equation for f(x). You made it more complicated by using the equation for f(x) immediately.
 
$$\left| \sqrt{y_2}-\sqrt{y_1} \right| \leq \frac{1}{\sqrt{y_2-y_1}}\cdot \left| \sqrt{y_2}-\sqrt{y_1} \right| = \frac{\sqrt{y_2-y_1}}{y_2-y_1}\cdot \left| \sqrt{y_2}-\sqrt{y_1} \right| = \sqrt{y_2-y_1} \cdot \frac{\left| \sqrt{y_2}-\sqrt{y_1} \right| }{y_2-y_1}=\sqrt{y_2-y_1} \cdot \frac{\left| \sqrt{y_2}-\sqrt{y_1} \right| \cdot \left| \sqrt{y_2}+\sqrt{y_1} \right| }{(y_2-y_1)\cdot \left| \sqrt{y_2}+\sqrt{y_1} \right|} \leq \sqrt{y_2-y_1} \cdot 1$$
$$\left| \sqrt{1-x_2^2}-\sqrt{1-x_1^2} \right| \leq \sqrt{1-x_2^2-1+x_1^2}=\sqrt{x_1^2-x_2^2}=\sqrt{(x_1-x_2)(x_1+x_2)} \leq \sqrt{2}\sqrt{x_1-x_2}$$
$$\rightarrow~C=\sqrt{2},~m=\frac{1}{2}$$
But in ##~\sqrt{x_1^2-x_2^2}~,~x_1^2-x_2^2 \leq 0##
 
Hi Karol, :oldsmile:
Karol said:
$$\left| \sqrt{y_2}-\sqrt{y_1} \right| \leq \frac{1}{\sqrt{y_2-y_1}}\cdot \left| \sqrt{y_2}-\sqrt{y_1} \right|$$
How did you get this?
I don't see it.
Karol said:
$$\rightarrow~C=\sqrt{2},~m=\frac{1}{2}$$
For the record, this is the correct result.
Karol said:
But in ##~\sqrt{x_1^2-x_2^2}~,~x_1^2-x_2^2 \leq 0##
Can we first generalize to ##|\sqrt y_2 - \sqrt y_1| \le \sqrt{|y_2 - y_1|}## before substituting?
 
Because the domain is [-1,1] ##~\displaystyle \frac{1}{\sqrt{y_2-y_1}} \geq 1##
 
Last edited:
Karol said:
Because the domain is [-1,1] ##~\displaystyle \frac{1}{\sqrt{y_2-y_1}} \geq 1##
Ah yes. Good!
Can we prove ##|\sqrt y_2 - \sqrt y_1|\le \sqrt{|y_2-y_1|}## in the same way?
 
I repeat in more detail what i did in post #5:
$$\left| \sqrt{y_2}-\sqrt{y_1} \right| \leq \frac{1}{\sqrt{y_2-y_1}}\cdot \left| \sqrt{y_2}-\sqrt{y_1} \right| = \frac{\sqrt{y_2-y_1}}{y_2-y_1}\cdot \left| \sqrt{y_2}-\sqrt{y_1} \right| = \sqrt{y_2-y_1} \cdot \frac{\left| \sqrt{y_2}-\sqrt{y_1} \right| }{y_2-y_1}=$$
$$=\sqrt{y_2-y_1} \cdot \frac{\left| \sqrt{y_2}-\sqrt{y_1} \right| \cdot \left| \sqrt{y_2}+\sqrt{y_1} \right| }{(y_2-y_1)\cdot \left| \sqrt{y_2}+\sqrt{y_1} \right|} =
\sqrt{y_2-y_1} \cdot \frac{ y_2-y_1 }{(y_2-y_1)\cdot \left| \sqrt{y_2}+\sqrt{y_1} \right|} = \sqrt{y_2-y_1} \cdot \frac{1}{\left| \sqrt{y_2}+\sqrt{y_1} \right|}
\leq \sqrt{y_2-y_1} \cdot 1$$
But the last action is wrong, i have to think it over
 
  • #10
Currently the first inequality already has a problem, since ##(y_2-y_1)## can be negative.
How about replacing every occurrence of ##(y_2-y_1)## by ##|y_2-y_1|##?
 
  • #11
I like Serena said:
Currently the first inequality already has a problem, since ##(y_2-y_1)## can be negative.
How about replacing every occurrence of ##(y_2-y_1)## by ##|y_2-y_1|##?
In the original statement, y2 > y1.
 
  • #12
FactChecker said:
In the original statement, y2 > y1.

Indeed, but we also need to cover the situation that it's the other way around when addressing the actual problem.
Adding absolute value markers seems to be the simplest way to me.
 
  • Like
Likes   Reactions: FactChecker
  • #13
$$\left| \sqrt{y_2}-\sqrt{y_1} \right| \leq \frac{1}{\left| \sqrt{y_2}-\sqrt{y_1} \right|}\cdot \left| \sqrt{y_2}-\sqrt{y_1} \right| = \frac{\left| \sqrt{y_2}+\sqrt{y_1} \right|}{\left| \sqrt{y_2}+\sqrt{y_1} \right|} \frac{1}{\left| \sqrt{y_2}-\sqrt{y_1} \right|}\cdot \left| \sqrt{y_2}-\sqrt{y_1} \right| =$$
$$=\left| \sqrt{y_2}-\sqrt{y_1} \right| \cdot \frac{\left| \sqrt{y_2}+\sqrt{y_1} \right| }{\left| y_2-y_1\right|} \leq \left| \sqrt{y_2}-\sqrt{y_1} \right| \cdot \frac{\left| \sqrt{y_2}+\sqrt{y_1} \right| }{\sqrt{\left| y_2-y_1\right|}}=$$
$$=\frac{\left| y_2-y_1\right| }{\sqrt{ \left| y_2-y_1\right| }}=\sqrt{ \left| y_2-y_1\right| }$$
 
  • #14
Karol said:
$$\left| \sqrt{y_2}-\sqrt{y_1} \right| \leq \frac{1}{\left| \sqrt{y_2}-\sqrt{y_1} \right|}\cdot \left| \sqrt{y_2}-\sqrt{y_1} \right|$$
Oh, it's different now... and not correct any more... :oldeek:
This first step is actually correct, except that the right hand side evaluates to 1.
Consequently, we will not be able to get the right hand side to be less than ##\sqrt{|y_2-y_1|}## any more.

Karol said:
$$\left| \sqrt{y_2}-\sqrt{y_1} \right| \cdot \frac{\left| \sqrt{y_2}+\sqrt{y_1} \right| }{\left| y_2-y_1\right|} \leq \left| \sqrt{y_2}-\sqrt{y_1} \right| \cdot \frac{\left| \sqrt{y_2}+\sqrt{y_1} \right| }{\sqrt{\left| y_2-y_1\right|}}$$
This step is incorrect.
Consider for instance ##y_2-y_1=\frac 14##.
Then:
$$\frac{1}{|y_2-y_1|} = 4 \not\le 2 = \frac{1}{\sqrt{|y_2-y1|}}$$
 
  • #15
I got:
$$\left| \sqrt{y_2}-\sqrt{y_1} \right| \leq \frac{1}{\sqrt{\left| y_2-y_1 \right| }}\cdot \left| \sqrt{y_2}-\sqrt{y_1} \right| = ... = \sqrt{ \left| y_2-y_1 \right| } \cdot \frac{1}{\left| \sqrt{y_2}+\sqrt{y_1} \right|}$$
I have to prove ##~\displaystyle \frac{1}{\left| \sqrt{y_2}+\sqrt{y_1} \right|} \leq 1##
But it can have any value. i can write any y<1 as ##~\frac{1}{a}~,~a>1## so:
$$\frac{1}{\left| \sqrt{y_2}+\sqrt{y_1} \right|}=\frac{1}{\frac{1}{\sqrt{a}}+\frac{1}{\sqrt{b}}}=\frac{\sqrt{ab}}{\sqrt{a}+\sqrt{b}}$$
$$\frac{\sqrt{9\cdot 4 }}{\sqrt{9}+\sqrt{4}}=\frac{6}{5}=1.2$$
$$\frac{\sqrt{2\cdot 5 }}{\sqrt{2}+\sqrt{5}}=\frac{3.16}{3.64}=0.9$$
 
  • #16
Something is indeed still wrong. The last step in your original proof was not valid after all.
How about we go about it differently.
We want to prove that:
$$|\sqrt y_2 - \sqrt y_1| \overset ?\le \sqrt{y_2-y_1}$$
Suppose we square both sides and see where that leads us?
 
  • #17
$$|\sqrt y_2 - \sqrt y_1| \overset ?\le \sqrt{y_2-y_1}~\rightarrow~y^2-2\sqrt{y_2}\sqrt{y_1}+y_1 \overset ?\le y_2-y_1$$
$$\rightarrow~y_1-2\sqrt{y_2}\sqrt{y_1} \overset ?\le -y_1$$
$$y_1-2\sqrt{y_2}\sqrt{y_1} \le y_1-2\sqrt{y_1}\sqrt{y_1} = y_1-2y_1=-y_1$$
 
  • #18
That last line does not seem to lead anywhere does it?
How about we make it:
Karol said:
$$\rightarrow~y_1-2\sqrt{y_2}\sqrt{y_1} \overset ?\le -y_1$$
$$\rightarrow~2y_1 \overset ?\le 2\sqrt{y_2}\sqrt{y_1} \le 2\sqrt{y_2}\sqrt{y_2} = 2y_2$$
This is always true isn't it (with ##y_2 > y_1 \ge 0##)?
 
  • #19
yes it's true, but my post i think it's also good. I had to prove ##~\displaystyle y_1-2\sqrt{y_2}\sqrt{y_1} \le -y_1~## and i did in:
$$y_1-2\sqrt{y_2}\sqrt{y_1} \le y_1-2\sqrt{y_1}\sqrt{y_1} = y_1-2y_1=-y_1$$
$$\rightarrow y_1-2\sqrt{y_2}\sqrt{y_1} \le...= -y_1$$
 
  • #20
Karol said:
yes it's true, but my post i think it's also good. I had to prove ##~\displaystyle y_1-2\sqrt{y_2}\sqrt{y_1} \le -y_1~## and i did in:
$$y_1-2\sqrt{y_2}\sqrt{y_1} \le y_1-2\sqrt{y_1}\sqrt{y_1} = y_1-2y_1=-y_1$$
$$\rightarrow y_1-2\sqrt{y_2}\sqrt{y_1} \le...= -y_1$$
Ah okay.

Anyway, we now have a chain of logic full with question marks, and implications that are going in the wrong direction.
So we have to start with the last step, and redo the reasoning in reverse, to prove the hint.
 
  • #21
I will settle with that. we proved the hint and found C and m.
Thank you FactChecker and Serena
 

Similar threads

Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
4
Views
2K
  • · Replies 105 ·
4
Replies
105
Views
10K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
Replies
7
Views
4K