Using Triangle Inequality

Improved Essays
Now on the other hand, using the triangle inequality and then (33) we have
∥u − uh∥
L1(Ω)
≥ ∥uI − uh∥
L1(Ω)
− ∥u − uI∥
L1(Ω)
≥ ∥uI − Tpuh∥
L1(Ω)
− ∥uh − Tpuh∥
L1(Ω)
− ∥u − uI∥
L1(Ω)
≥ ∥uI − Tpuh∥
L1(Ω)
− ∥uh − Tpuh∥
L1(Ω)
− C2hp+1|u|
Wp+1
1 (Ω);
≥ ∥uI − Tpuh∥
L1(Ω)
− C∥u − uh∥
L1(Ω)

−C3hp+1|u|
Wp+1
1 (Ω); from which we conclude that
∥u − uh∥
L1(Ω)
≥ C0∥uI − Tpuh∥
L1(Ω)
− C3hp+1|u|
Wp+1
1 (Ω)
≥ C0 vuut ΣN i=1 ∥uI − Tpuh∥2
L1(Ω∗
i )
− C3hp+1|u|
Wp+1
1 (Ω)(36) ; where Ω∗ i is as in the proof of Theorem 2.4. By a standard scaling argument, and
(30) or the argument leading to it, we have
∥uI−Tpuh∥
L1(Ω∗ i )
≥ C2hmin∥uI−Tpuh∥
L1(Ω∗
i )
≥ C2h2 minhp+1 √
Q(˜D0
i ; ˜D1 i ; · · · ; ˜Dp i ):
This completes the proof. 
Theorem 2.7. Suppose
H∞ : u ∈
…show more content…
As before, for u ∈ Wp+1
∞ (Ω), there is a uI ∈ P∗ p;h so that
∥u − uI∥
L∞(Ω)
≤ Chp+1|u|
Wp+1
∞ (Ω); where C > 0 is a constant independent of u and h.
We proceed exactly as in Theorem 2.4. Let xi be a midpoint of an edge in , and recall that Tpuh is the Taylor polynomial of degree p evaluated at xi over the triangle i. Then
(38) ∥uh − Tpuh∥
L∞(i)
≤ Chp+1
i
|uh|
Wp+1
∞ (i)
≤ Chp+1

|uh|
Wp+1
∞ ():
Applying Lemma 2.3 with m = p + 1, s = ∞ and v = uh and using the regularity condition (17) and equivalence of norms on ˆ, we have
|uh|
Wp+1
∞ ()
≤ C
−(p+1)

∥uh∥
L∞(ˆ) so that by (17) hp+1 
|uh|
Wp+1
∞ ()
≤ C∥uh∥
L∞():
Taking the maximum of (38) over , we have, using the last inequality,
(39) ∥uh − Tpuh∥
L∞(Ω)
≤ C∥uh∥
L∞(Ω):
OPTIMAL ORDER CONVERGENCE IMPLIES NUMERICAL SMOOTHNESS 11
So as before using the stability of Tp in the L∞ norm and the approximation property of Ph [5], we conclude that
∥u − uh∥
L∞(Ω)
≥ C0 max i ∥uI − Tpuh∥
L∞(Ω∗
i )
− Chp+1|u|
Wp+1
∞ (Ω); where Ω∗ i is as in the proof of Theorem 2.4. Let Ui = ∥uI − Tpuh∥
L∞(Ω∗
i ) and use
(30) to derive
U2
i =
1
|Ω∗ i |

Ω∗ i U2 i dx ≥ 1
|Ω∗
i
|

Ω∗
i
(uI − Tpuh)2dx
≥ Ch
−2∥uI − Tpuh∥2
L2(Ω∗
i )
…show more content…
Suppose ∥u − uh∥
Ls(Ω)
≤ Chp+1+;  ≥ 0. Applying this to inequality (40) deduces the result. Other assertions follow in a similar way. 
Note that all D i need to be bounded for convergence as a consequence of this theorem. Theorem 3.2. Suppose that u ∈ Cp+1(Ω); s = 1; 2;∞;Ω ⊂ R2 and that uh ∈
Wh on a quasi-uniform family {Qh} of meshes on Ω into quadrilaterals. Then a necessary condition for
∥u − uh∥
Ls(Ω) = O(hp+1) is for uh to be Wp+1 s smooth. In particular, for
∥u − uh∥
L∞(Ω) = O(hp+1) a necessary condition is that all the kth partial derivatives at xi ∈ T satisfy
(41) @ (u − uh)(xi) = O(hp+1−k); | | = k; 0 ≤ k ≤ p:
In other words, we have a simultaneous approximation result. Here all smoothness refers to interior smoothness and {xi} is any collection of points, one from each element. Proof. Let Qh be a quasi-uniform subdivision on Ω in R2, and let u ∈ Wp+1
∞ (Ω) and uI ∈ Php be such that
∥u − uI∥
L∞(Ω)
≤ Chp+1|u|
Wp+1
∞ (Ω):
Let uh ∈ Qhp be given and to simplify the presentation, we will use shorthand notations: let | | = k and since we will treat one kth derivative at a time, there is no ambiguity in setting u(k) h = @ uh, u(k)
I = @ uI , and u(k) = @ u. At a typical point xm ∈  ∈ Qh, we denote by Tpuh the Taylor polynomial of degree p

Related Documents

  • Decent Essays

    Nt1310 Unit 1 Test Paper

    • 695 Words
    • 3 Pages

    #Write a program that implements the Bubblesort algorithm #Registers used: # $a0 : For loading Syscall parameters like loading integer, string # address # $V0 : For intiating particular syscall and return values # $a1 : used as a argument to quicksort subroutine # $a2 : used as a argument to quicksort subroutine # $s1 : End address of iput array also as pointer # $s4,$t2 : Base Address of input array acts as pointer # $s3 : used to restore the address back to $s2 .text la $a0,String1 # enter address into a0 register to print String1 string li $v0,4 # printing msg syscall li $v0,5 #loading constant 5 into $v0 to read integer syscall move $a0,$v0 #scanned integer moving to $a0 sll $a0,$a0,2 #shifting bits left…

    • 695 Words
    • 3 Pages
    Decent Essays
  • Improved Essays

    Nt1330 Unit 9 Final Report

    • 1448 Words
    • 6 Pages

    To develop this application I have choose ASP.NET MVC 5.0 as a Front End and SQL SERVER 2012 Express edition as a Backend. To work on this technologies we are using Visual studio 2013 web Express and SQL SERVER Management Studio 2012. 1.1 SELECTION CRITERIA There are various reason for choosing this  Responsive design possible  SEO optimization is easy  Easy to implement …

    • 1448 Words
    • 6 Pages
    Improved Essays
  • Decent Essays

    Misti Streit 721 Maple St, Columbus, IN 47201 October 26, 2015 To whom it may concern: I hereby certify that Vance Sanders, Natalie Richards, and Vanessa Sanders presently reside at 1960 Lakecrest Drive, Columbus, IN 47201. I, Misti Streit, further certify that the above information is true and accurate. Please do not hesitate to call me with additional questions at 812-314-9821.…

    • 64 Words
    • 1 Pages
    Decent Essays
  • Improved Essays

    Ap Case 16.1

    • 414 Words
    • 2 Pages

    To understand this discussion board post, I ask classmates to review Box 16.1 on page 387 (Clinton & Ohlschlager, 2002) in their textbooks. As I feel it will be instrumental in understanding the context of my discussion board post. The scenario is about Tom and Amy, with a confrontation about household finances. Tom, is in control of the household finances.…

    • 414 Words
    • 2 Pages
    Improved Essays
  • Improved Essays

    The troubles of modern men Morales opens a discussion of “what it means to be a man” (108) and gives an essay “The Problem with Boys” by Tom Chiarella, as a view from both a father and educator. Mr. Chiarella is an established sports and fiction writer as well as a professor at DePauw University (108). Tom Chiarella addresses the basic differences of boys and girls in contrast and how this differences for boys can carry into adulthood as men. His initial comparison is with his own boys and how they’re different yet the same “One likes shooting baskets; the other likes watching anime.…

    • 1264 Words
    • 6 Pages
    Improved Essays
  • Improved Essays

    the archaeological record to provide the answers regarding the past. He highly relies on the archaeological record (ceramic styles, design) to determine information on identity, politics and interrelationships between the St. Lawrence Iroquoians and Huron-Wendat people. Opinions in Place of Conclusions: These are unsupported assertions which Gibbon (2014) suggests are opinions. Therefore, the following are opinions asserted in place of conclusions: ¬ Ramsden (2016:6) suggests that his interpretations of the group of 7 houses outside the Kirche site that were never enclosed represents a group of people that moved from outside the area looking to join the Kirche village.…

    • 1245 Words
    • 5 Pages
    Improved Essays
  • Improved Essays

    Relayed Throw Equation

    • 1635 Words
    • 7 Pages

    Baseball is a game of speed, despite not having a game clock, play clock, or any other sort of time constraints. The difference between being called out and safe can be determined by a fraction of a second. That call could be the difference between winning and losing a game. If you spend twenty minutes at any high school, collegiate, semi-pro, or professional baseball team’s facility, you will see coaches with stop watches timing players running, throwing, and transferring the ball. Coaches and players are constantly working on improving their times in order to execute defensive plays more efficiently, which will result in more put outs.…

    • 1635 Words
    • 7 Pages
    Improved Essays
  • Improved Essays

    Following the Civil War and the era of Reconstruction the United States witnessed many movements that were created to address some facet of the sociological make up of the American people. One of the concepts that citizens were seeking to change was the various inequalities that existed following the Civil War and Reconstruction. The Civil War and the era of Reconstruction brought the top of equality to the forefront for many citizens. Those most affected by the Civil War and Reconstruct were African Americans, Native Americans, and Women. Throughout American history, these groups were among the many that faced oppression.…

    • 1005 Words
    • 5 Pages
    Improved Essays
  • Improved Essays

    Unconsciously Slavery Slavery, which was based on racial discrimination and racial prejudice, has been rooted out from the United States of America in the early years of the nineteenth century. However, it seems that this racial discrimination, prejudice and the element of slavery has been entrenched into the minds of the general public. The general public still reminds the black people that they are from the inferior race and they are less beautiful and stunning than the other race of the society at every perspectives. The unconscious idea of racial discrimination and stereotyping against blacks upon their freedom, self-respect, social identity and family relationships. These discrimination not only had affected the black population socially, but on psychologically and emotionally as well, due to which some people has become over-sensitive and some others have turned over-protective as well as abusive towards their own families and children.…

    • 1121 Words
    • 4 Pages
    Improved Essays
  • Improved Essays

    Disability and the justification of inequality in American History by Douglas C. Baynton The main idea addressed by Douglas C. Baynton is that disability has never been a focused upon and its is often overlooked and used as a justification for inequality in American History. Disability is ignored and not questioned or treated as a cultural construct. It is viewed as personal tragedy, instead of something that produces social hierarchies. The author goes on to describe how disability functions to justify inequality for disabled persons, as well as for women and other minority groups.…

    • 894 Words
    • 4 Pages
    Improved Essays
  • Decent Essays

    I didn't expect to see a response that contradicted my own, due to the information the textbook gave on pages 289 and 294. Still, I understand your reasoning and offer the following factor to consider. Certain people decide to become members of law enforcement.…

    • 153 Words
    • 1 Pages
    Decent Essays
  • Brilliant Essays

    Proceedings of the annual conference of the Mathematical Association of Victoria. Melbourne:…

    • 1323 Words
    • 6 Pages
    Brilliant Essays
  • Superior Essays

    The movie that I have chosen to write about is called Inequality for All. It is about a former labor secretary Robert Reich. What he talks about is how economic and social consequences that may have played a part of the widening gap of the rich and the poor. I will be doing an editorial or review of this movie. In his wealth and poverty class at Berkley he talks about how the rich is getting richer and the poor is getting poor.…

    • 1032 Words
    • 5 Pages
    Superior Essays
  • Great Essays

    Throughout the chapters, the author has taken ample care to maintain adequate…

    • 1181 Words
    • 5 Pages
    Great Essays
  • Improved Essays

    Axiom of choice was formulated by Zermelo in 1904 and is known as Zermelo’s axiom of choice. This axiom stated that we can choose a member from each set in a collection of nonempty disjoint sets, C (Schechter, 2009). Additionally, according to Janes (2008), there exists a set X which consisting of one element taken from each set belonging to Y given that any nonempty set Y members are pairwise disjoint sets. Taking a role as a basic assumption used in many parts of mathematics as stated by Schechter (2009), there are numbers of theorems which must use the application of axiom of choice in order for them to work smoothly To illustrate the concept, we can use a physical analogy as follows which was mentioned by Kelly et al.…

    • 956 Words
    • 4 Pages
    Improved Essays