Free Essay

The K-in-a-Tree Problem for Graphs of Girth at Least K

In:

Submitted By juveyuko
Words 4554
Pages 19
Discrete Applied Mathematics 158 (2010) 1644–1649

Contents lists available at ScienceDirect

Discrete Applied Mathematics journal homepage: www.elsevier.com/locate/dam

The k-in-a-tree problem for graphs of girth at least k
W. Liu a , N. Trotignon b,∗ a Université Grenoble 1, Joseph Fourier, France

b

CNRS, LIAFA, Université Paris 7, Paris Diderot, France

article

info

Article history:
Received 10 July 2009
Received in revised form 28 May 2010
Accepted 3 June 2010
Available online 1 July 2010
Keywords:
Tree
Algorithm
Three-in-a-tree k-in-a-tree Girth
Induced subgraph

abstract
For all integers k ≥ 3, we give an O(n4 )-time algorithm for the problem whose instance is a graph G of girth at least k together with k vertices and whose question is ‘‘Does G contains an induced subgraph containing the k vertices and isomorphic to a tree?’’.
This directly follows for k = 3 from the three-in-a-tree algorithm of Chudnovsky and
Seymour and for k = 4 from a result of Derhy, Picouleau and Trotignon. Here we solve the problem for k ≥ 5. Our algorithm relies on a structural description of graphs of girth at least k that do not contain an induced tree covering k given vertices (k ≥ 5).
© 2010 Elsevier B.V. All rights reserved.

1. Introduction
Many interesting classes of graphs are defined by forbidding induced subgraphs; see [1] for a survey. This is why the detection of several kinds of induced subgraph is interesting; see [5], where many such problems are surveyed. In particular, the problem of deciding whether a graph G contains as an induced subgraph some graph obtained after possibly subdividing prescribed edges of a prescribed graph H has been studied. It turned out that this problem can be polynomial or NP-complete according to H and to the set of edges that can be subdivided. The most general tool for solving this kind of problem (when the problems are polynomial) seems to be the three-in-a-tree algorithm of Chudnovsky and Seymour:
Theorem 1.1 (See [2]). Let G be a graph and x1 , x2 , x3 be three distinct vertices of G. Deciding whether there exists an induced tree of G that contains x1 , x2 , x3 can be performed in time O(n4 ).
How to use three-in-a-tree is discussed in [2] and further evidence of its generality is given in [5]. The complexity of four-in-a-tree is not known, nor more generally of k-in-a-tree, where k ≥ 4 is a fixed integer. But these problems are more tractable when restrictions are given on the girth (length of a smallest cycle) of the graph, as suggested by Derhy, Picouleau and Trotignon who proved the following.
Theorem 1.2 (See [3]). Let G be a triangle-free graph and x1 , x2 , x3 , x4 be four distinct vertices of G. Deciding whether there exists an induced tree of G that contains x1 , x2 , x3 , x4 can be performed in time O(nm).
Here, we study k-in-a-tree for graphs of girth at least k. Note that the problem is solved by the two theorems above for k = 3 and k = 4. For k ≥ 5, we follow the method that has been already successful for Theorems 1.1 and 1.2: studying the



Corresponding author. Fax: +33 144276849.
E-mail addresses: wei@cmap.polytechnique.fr (W. Liu), nicolas.trotignon@liafa.jussieu.fr (N. Trotignon).

0166-218X/$ – see front matter © 2010 Elsevier B.V. All rights reserved. doi:10.1016/j.dam.2010.06.005 W. Liu, N. Trotignon / Discrete Applied Mathematics 158 (2010) 1644–1649

1645

Fig. 1. A k-structure (k = 7).

Fig. 2. A K4 -structure.

structure of a graph that does not contain the desired tree. It turns out that, in most cases, the structure is simple. Note that the proofs in the present work are independent from [2,3]: we do not use results from [2,3], and as far as we can see, our results do not simplify [2] or [3].
We call a k-structure any graph obtained from the cycle on k vertices by adding a pending path to each vertex of cycle; see
Section 4 for a formal definition. An example is shown in Fig. 1 which obviously does not contain an induced tree covering the k pending vertices. The main result of Section 2 states that, for k ≥ 3, a graph of girth at least k that does not contain an induced tree covering k given vertices must contain a k-structure. The main result of Section 4 states that (with one exception, see below), if the graph contains a k-structure, then the k-structure decomposes the graph, meaning that every vertex of the original cycle is a cut-vertex of the graph.
But there is a noteworthy exception that arises curiously only when k = 6. The graph G on Fig. 2 is obtained from K4 by subdividing all edges once, and by adding a pending path to each vertex of degree 2. This graph has girth 6. Let H be a connected induced subgraph of G that contains the six pending vertices. We claim that H contains at least three vertices of degree 3 in G. Otherwise, it does not contain at least two of them, so the pending vertex whose neighbor is between these is isolated; a contradiction. Hence, H contains three vertices of degree 3, and a cycle of length 6 goes through them. Hence, no induced tree of G can cover the six pending vertices. This is what we call a K4 -structure. The main result of Section 3 states roughly that if a graph of girth 6 contains a K4 -structure and if no induced tree covers the six pending vertices then the K4 -structure decomposes the graph, meaning that every pair of vertices of the original K4 and every vertex of degree 2 arising from the subdivisions is a cut-set of the graph.
Let us sum up the results. Our main result, Theorem 5.1, states that, when k ≥ 5, and G is a connected graph of girth at least k together with k vertices, then either G contains a k-structure that decomposes G, or k = 6 and G contains a K4 structure that decomposes G, or G contains an induced tree covering the k vertices. All this leads to an O(n4 )-time algorithm that decides whether a graph of girth at least k contains an induced tree that covers k prescribed vertices.

1646

W. Liu, N. Trotignon / Discrete Applied Mathematics 158 (2010) 1644–1649

Notation, convention, remarks
We use standard notation from [4]. Since we use only induced subgraphs, we say that G contains H when H is an induced subgraph of G. Also, by tree of G we mean an induced subgraph of G that is a tree. By path we mean induced path. In the complexity of the algorithms, n stands for the number of vertices of the input graph and m for the number of its edges.
We call the terminal of a graph any vertex of degree 1. Solving k-vertices-in-a-tree or k-terminals-in-a-tree is an equivalent problem, because if k vertices x1 , . . . , xk of graph G are given, we build the graph G obtained from G by adding a pending neighbor yi to xi , i = 1, . . . , k. An induced tree of G covers x1 , . . . , xk if and only an induced tree of G covers y1 , . . . , yk .
Hence, in the rest of the paper we assume for convenience that the vertices to be covered are all terminals.
2. Linking a vertex to a tree
Recall that a terminal in a graph is a vertex of degree 1. A branch-vertex is a vertex of degree at least 3. The following is a basic fact whose proof is omitted.
Lemma 2.1. A tree T with k terminals contains at most k−2 branch-vertices. Moreover, if T contains exactly k−2 branch-vertices then every branch-vertex is of degree 3.
Lemma 2.2. Let k, l be integers such that k ≥ 3 and 2 ≤ l ≤ k. Let G be a graph of girth at least k and x1 , . . . , xl be l distinct terminals of G. Let T be an induced tree of G whose terminals are x1 , . . . , xl−1 . Let Q be a path from xl to w such that w has at least one neighbor in T and no vertex of Q \ w has neighbors in T . Then one and only one of the following outcomes holds:

• T ∪ Q contains a tree of G that covers x1 , . . . , xl .
• k = l. Moreover, T and Q can be described as follows (up to a relabelling of x1 , . . . , xk−1 ):
1. T is the union of k − 1 vertex-disjoint paths s1 − · · · − x1 , s2 − · · · − x2 , . . . , sk−1 − · · · − xk−1 ;
2. the only edges between these paths are such that s1 − s2 − · · · − sk−1 is a path;
3. NT (w) = {s1 , sk−1 }.

This is algorithmic in the sense that, when T and Q are given, the tree of the first outcome or the relabelling of the second can be computed in time O(n3 ).
Proof. Clearly, at most one of the outcomes holds (because if the second holds then no tree of T ∪ Q can cover x1 , . . . , xl ).
Let us prove that at least one of the outcomes holds.
Let W = {w1 , . . . , wi } be the set of the neighbors of w in T . If i = 1 then T ∪ Q is a tree that covers x1 , . . . , xl , so let us suppose that i ≥ 2. Let us call a basic path any subpath of T linking two distinct vertices of W and with no interior vertices in W . All the basic paths are on at least k − 1 vertices because the girth of G is at least k. Now we consider two cases.

Case 1: for all basic paths R of T there exists an interior vertex vR of R that has degree 2 in T . Then, let S ← T ∪ Q . For all basic paths R, if R ⊆ S , then let vR be a vertex of degree 2 (in T ) of R, let S ← S \ {vR } and go to the next path R. At the end of this loop, one vertex of degree 2 is deleted from all basic paths. We remark that one vertex vR can be contained in several basic paths. Hence, S contains no more cycle, but is still connected because the deleted vertices have all degree 2 and exactly one is deleted in each basic path. Hence, we obtain a tree S that covers x1 , . . . , xl . This takes time O(n3 ) because we enumerate all the pairs wi , wj to find the basic paths.
Case 2: we are not in Case 1, so there exists a basic path R whose interior vertices are all of degree at least 3 in T . Then, since
T has l − 1 terminals, Lemma 2.1 says that it has at most l − 3 branch-vertices. On the other hand, since a basic path is on at least k − 1 vertices (because the girth is at least k), R contains at least k − 3 branch-vertices of T . So in fact, because l ≤ k, we have k = l, and R contains all the k − 3 branch-vertices of T . Since R has no interior vertex of degree 2, in fact R contains k − 1 vertices. We name s1 , . . . , sk−1 the vertices of R. Note that w is adjacent to s1 and sk−1 because R is a basic path. In particular, s1 and sk−1 are not terminals of G.
For all 1 ≤ i ≤ k − 1, si is a cut-vertex of T that isolates one terminal among x1 , . . . , xk−1 from all the other terminals.
Up to relabelling, we suppose that this terminal is xi . We name Pi the unique path of T between xi and si .
Note that w is not adjacent to s2 , . . . , sk−2 (because R is a basic path). So the second outcome of our lemma holds, unless w has at least one neighbor in some Pi \ si . For i = 1, . . . , k − 1, we let si be the neighbor of si along Pi , if w has a neighbor in Pi then we name wi the neighbor of w closest to xi along Pi , and if no such neighbor exists, we put wi = si .
Suppose that for all i = 1, . . . , k − 1 we have wi = si . Then, the paths xi − Pi − wi , i = 1, . . . , k − 1 together with Q and s1 , . . . , sk−1 form a graph with a unique cycle: w s1 · · · sk−1 w . By deleting a vertex sj such that wj = sj , we obtain a tree that covers x1 , . . . , xk .
Hence, we may assume that, for some i, wi = si , and up to symmetry we suppose that i ≤ k/2. Then w s1 · · · si si w is a cycle on i + 2 vertices, so i + 2 ≥ k because of the girth. Hence, k − 2 ≤ k/2, so k ≤ 4. Then the paths xj − Pj − wj , j = 1, . . . , k − 1, together with Q form a tree that covers x1 , . . . , xk .
A graph is a k-structure with respect to k distinct terminals x1 , . . . , xk if it is made of k vertex-disjoint paths of length at least one P1 = x1 − · · · − s1 , . . . , Pk = xk − · · · − sk such that the only edges between them are s1 s2 , s2 s3 , . . . , sk−1 sk , sk s1 .

W. Liu, N. Trotignon / Discrete Applied Mathematics 158 (2010) 1644–1649

1647

Lemma 2.3. Let k ≥ 3 be an integer. Let G be a connected graph of girth at least k and x1 , . . . , xl be l terminals, where 1 ≤ l ≤ k.
Then either G contains a tree that covers the l terminals or l = k and G contains a k-structure with respect to x1 , . . . , xk .
This is algorithmic in the sense that we provide an O(n4 ) algorithm that finds the tree or the k-structure.
Proof. We suppose that k is fixed and we prove the statement by induction on l. For l = 1 and l = 2, the lemma is clear: a tree exists (for instance, a shortest path linking the two terminals). Suppose that the lemma holds for some l − 1 < k and let us prove it for l. By the induction hypothesis, there exists an induced tree T of G that covers x1 , . . . , xl−1 . Let Q be a path from xl to some vertex w that has neighbors in T , and suppose that Q is minimal with respect to this property. Then, no vertex of Q \ w has a neighbor in T .
We apply Lemma 2.2. If the first outcome holds, we have our tree. Otherwise, T ∪ Q is a k-structure. All this can be implemented in time O(n4 ) because the terminals are taken one by one, there are at most n of them, and for each of them we rely on basic subroutines like BFS (Breadth First Search; see [4]) to find Q and on the O(n3 ) algorithm of Lemma 2.2.
3. The K4 -structure
A graph is a K4 -structure with respect to six distinct terminals xab , xac , xad , xbc , xbd , xcd if it is made of six vertex-disjoints paths of length at least one Pab = xab − · · · − sab , Pac = xac − · · · − sac , Pad = xad − · · · − sad , Pbc = xbc − · · · − sbc , Pbd = xbd − · · · − sbd , Pcd = xcd − · · · − scd and four vertices a, b, c , d such that the only edges between them are asab , asac , asad , bsab , bsbc , bsbd , csac , csbc , cscd , dsad , dsbd , dscd . (See Fig. 2.) We put X = {xab , xac , xad , xbc , xbd , xcd }.
We use the following ordering of the vertices a, b, c , d: a < b < c < d. We say that a K4 -structure K in a graph G decomposes G if the two following conditions hold:
1. for all i, j such that a ≤ i < j ≤ d, {i, j} is a cut-set of G that separates xij from X \ {xij };
2. for all i, j such that a ≤ i < j ≤ d, {sij } is a cut-set of G that separates xij from X \ {xij }.
Lemma 3.1. If a graph G of girth 6 contains a K4 -structure K with respect to six terminals xab , xac , xad , xbc , xbd , xcd , then one and only one of the following outcomes holds:

• K decomposes G;
• G contains a tree that covers xab , xac , xad , xbc , xbd , xcd .

This is algorithmic in the sense that, if K is given, testing whether K decomposes G or outputting the tree can be performed in time
O(n4 ).
Proof. Let us first check that at most one of the output holds. Suppose that the first outcome holds, and let H be a connected induced subgraph of G covering X . Then H must contain at least three vertices among a, b, c , d, because if it fails to contain two of them, say a, b, then xab is isolated from the rest of the graph because of Condition 1. Hence, we may assume that H contains a, b, c . Also, because of Condition 2, H must contain sab , sbc and sac . Hence, H contains the cycle asab bsbc csac a. Hence,
H cannot be a tree, so the second outcome fails.
Now let H be an induced subgraph of G that contains K and such that K decomposes H (H exists since K decomposes K ).
We show that, for any vertex v of G \ H , H ∪ {v } either is decomposed by K or contains a tree covering X . This will prove the theorem by induction and will be the description of an O(n4 ) algorithm since, for each v , the proof gives the way to actually build the tree when there is one by calling the algorithm of Lemma 2.2 and searching the graph (with BFS, for instance).
Note also that testing whether K decomposes some graph can be performed in linear time by 12 checks of connectivity.
Suppose that H ∪ {v } is not decomposed by K . From the definition of decomposition, there are two cases.

Case 1: Condition 1 fails. Up to symmetry, we suppose that {a, b} is a not cut-set of H ∪ {v } that separates xab from X \ {xab }.
Let Y (resp. Z ) be the connected component of H \ {a, b} that contains xab (resp. that contains K = K \ (Pab ∪ {a, b})). Hence, v has a neighbor in Y and a neighbor in Z . Let Q be a shortest path in Y ∪ Z ∪ {v } from xab to some vertex w that has a neighbor in K . Note that Q must go through v . Because K is a tree that covers X \ {xab }, we may apply Lemma 2.2 to K and Q in Q ∪ K . Hence, either we find the tree or w has exactly two neighbors in K that have degree 2 in K and that are adjacent to c or d. Since the girth is 6, we may assume up to symmetry that these two neighbors are sbc and sad . Because of the girth 6, w is not adjacent to a, b and sab .
If w has a neighbor in Pab , we let P be a shortest path from w to xab in Pab ∪ {w }. Otherwise, we let P = Pab . We observe that P ∪ {a, d, w } ∪ Pac ∪ Pad ∪ Pbc ∪ Pbd ∪ Pcd is a tree that covers X .
Case 2: Condition 1 is satisfied but Condition 2 fails. Up to symmetry, we suppose that {sab } is a not cut-set of H ∪ {v } that separates xab from X \ {xab }. Let us consider a path R in H ∪ {v } from xab to some vertex in K \ {Pab } and let us suppose that
R is minimal with respect to this property. Since Condition 1 is satisfied, R must be from xab to a or b (a say). Note that the neighbor of a along R cannot be adjacent to b (or there is a cycle on four vertices). We observe that R ∪ (K \ ({d} ∪ Pab )) is a tree that covers X .

1648

W. Liu, N. Trotignon / Discrete Applied Mathematics 158 (2010) 1644–1649

4. The k -structure
For k-structures, we assume that notation like that in the definition is used. We put X = {x1 , . . . , xk }. We say that a k-structure K in a graph G decomposes G if, for all i such that 1 ≤ i ≤ k, {si } is a cut-set of G that separates xi from X \ {xi }.
Lemma 4.1. Let k ≥ 5 be an integer. If a graph G of girth at least k contains a k-structure K with respect to k terminals x1 , . . . , xk then one of the following outcomes holds:

• K decomposes G;
• k = 6 and there exists a vertex v of G \ K such that K ∪ {v } is a K4 -structure with respect to x1 , . . . , x6 ;
• G contains a tree that covers X .

This is algorithmic in the sense that testing whether K decomposes G or outputting the tree or outputting a relabelling showing that K ∪ {v } is a K4 -structure can be performed in time O(n4 ).

Proof. Let H be an induced subgraph of G that contains K and such that K decomposes H (H exists since K decomposes
K ). We show that, for any vertex v of G \ H , H ∪ {v } either satisfies the first outcome or is a K4 -structure or contains a tree covering X . This will prove the theorem by induction and be the description of an O(n4 ) algorithm since, for each v , the proof gives the way to actually build the tree or the relabelling by calling the algorithm of Lemma 2.2 and searching the graph
(with BFS for instance). Note also that testing whether K decomposes some graph can be performed in time O(km), or O(nm) since k ≤ n, by k checks of connectivity.
Suppose that H ∪ {v } is not decomposed by K . Let Y (resp. Z ) be the connected component of H \ {s1 } that contains x1
(resp. that contains K = K \ P1 ). Up to symmetry, we may assume that v has a neighbor in Y and a neighbor in Z . Let Q be a shortest path in Y ∪ Z ∪ {v } from x1 to some vertex w that has a neighbor in K . Note that Q must go through v . Because
K is a tree that covers X \ {x1 }, we may apply Lemma 2.2 to K and Q in Q ∪ K . Hence, either we find the tree or w has exactly two neighbors in K and NK (w) must be one of the following: {s2 , sk }, {s2 , sk−1 }, {s3 , sk }, {s3 , sk−1 }, where si denotes the neighbor of si along Pi .
When NK (w) = {s2 , sk }, we observe that s2 s1 sk w is a square, i.e., a cycle on four vertices, contradicting our assumption on the girth.
When NK (w) = {s2 , sk−1 } (or symmetrically {s3 , sk }), then w is not adjacent to s1 (otherwise s1 s1 s2 w is a square). If w has a neighbor in P1 , we let P be a shortest path from w to x1 in P1 ∪ {w}. Otherwise, we let P = P1 . We observe that
{w } ∪ P ∪ (K \ {sk−1 }) is a tree that covers X .
We are left with the case when NK (w) = {s3 , sk−1 }. Suppose first that w has no neighbor in P1 . Then {w } ∪ K \ {s3 } is a tree that covers X . Suppose now that w has a neighbor in P1 \ {s1 , s1 }. We let P be a shortest path from w to x1 in
{w } ∪ (P1 \ {s1 , s1 }). If w s1 ∈ E (G), then P ∪ {s1 } ∪ (K \ (P1 ∪ {s3 })) induces a tree that covers X . If w s1 ∈ E (G), then we observe that P ∪ {s1 } ∪ (K \ (P1 ∪ {s3 , sk−1 })) induces a tree that covers X .
So we may assume that NP1 (w) is one of {s1 }, {s1 }. If NP1 (w) = {s1 } then s1 w s3 s3 s2 is a C5 , so k = 5 because of the girth assumption. Hence {w } ∪ K \{s3 , s4 } is a tree that covers X . So we are left with the case when NP1 (w) = {s1 }. Then w s1 s1 s2 s3 s3 is a C6 , so k = 5 or 6 because of the girth. If k = 5 then {w } ∪ K \ {s3 , s4 } is a tree that covers X . If k = 6 then K ∪ {w } is a K4 -structure, as shown by the following relabelling: xab ← x1 , xac ← x3 , xad ← x5 , xbc ← x2 , xbd ← x6 , xcd ← x4 , a ← w, b ← s1 , c ← s3 , d ← s5 , sab ← s1 , sac ← s3 , sad ← s5 , sbc ← s2 , sbd ← s6 , scd ← s4 .
5. The main result
Theorem 5.1. Let k ≥ 5 be an integer. Let G be a connected graph of girth at least k and x1 , . . . , xk be terminals of G. Then one and only one of the following holds:

• G contains a k-structure K with respect to x1 , . . . , xk and K decomposes G;
• k = 6, G contains a K4 -structure K with respect to x1 , . . . , x6 and K decomposes G;
• G contains a tree covering x1 , . . . , xk .

This is algorithmic in the sense that we provide an algorithm that outputs the tree or the structure certifying that no such tree exists in time O(n4 ).
Proof. By Lemma 2.3, we can output a tree covering X or a k-structure of G in time O(n4 ). If a k-structure K is output, then, by Lemma 4.1, we can check whether K decomposes G (in which case no tree exists), or find a tree, or find a K4 -structure K .
In this last case, by Lemma 3.1, we can check whether K decomposes G or find a tree.
Theorem 5.2. Let k ≥ 3 be an integer. Let G be a connected graph of girth at least k and x1 , . . . , xk be vertices of G. Deciding whether G contains an induced tree covering x1 , . . . , xk can be performed in time O(n4 ).
Proof. This follows from Theorem 1.1 for k = 3, from Theorem 1.2 for k = 4 and from Theorem 5.1 for k ≥ 5.
Remark. In all the proofs above for k ≥ 5, we use very often that the input graph contains no triangle and no square.
Forbidding longer cycles is used less often. This suggests that the k-in-a-tree problem might be polynomial for graphs with no triangle and no square. We leave this as an open question.

W. Liu, N. Trotignon / Discrete Applied Mathematics 158 (2010) 1644–1649

1649

References
[1] M. Chudnovsky, P. Seymour, Excluding induced subgraphs, in: Surveys in Combinatorics, in: London Mathematical Society Lecture Notes Series, vol.
346, 2007, pp. 99–119.
[2] M. Chudnovsky, P. Seymour, The three-in-a-tree problem, Combinatorica (in press).
[3] N. Dehry, C. Picouleau, N. Trotignon, The four-in-a-tree problem in triangle-free graphs, Graphs Combin. 25 (2009) 489–502.
[4] A. Gibbons, Algorithmic Graph Theory, Cambridge University Press, 1985.
[5] B. Lévêque, D. Lin, F. Maffray, N. Trotignon, Detecting induced subgraphs, Discrete Appl. Math. 157 (2009) 3540–3551.

Similar Documents

Free Essay

Calculus

...TLFeBOOK WHAT READERS ARE SAYIN6 "I wish I had had this book when I needed it most, which was during my pre-med classes. I t could have also been a great tool for me in a few medical school courses." Or. Kellie Aosley8 Recent Hedical school &a&ate "CALCULUS FOR THE UTTERLY CONFUSED has proven to be a wonderful review enabling me t o move forward in application of calculus and advanced topics in mathematics. I found it easy t o use and great as a reference for those darker aspects of calculus. I' Aaron Ladeville, Ekyiheeriky Student 'I1am so thankful for CALCULUS FOR THE UTTERLY CONFUSED! I started out Clueless but ended with an All' Erika Dickstein8 0usihess school Student "As a non-traditional student one thing I have learned is the Especially in importance of material supplementary t o texts. calculus it helps to have a second source, especially one as lucid and fun t o read as CALCULUS FOR THE UTTERtY CONFUSED. Anyone, whether you are a math weenie or not, will get something out of this book. With this book, your chances of survival in the calculus jungle are greatly increased.'I Brad &3~ker, Physics Student Other books i the Utterly Conhrsed Series include: n Financial Planning for the Utterly Confrcsed, Fifth Edition Job Hunting for the Utterly Confrcred Physics for the Utterly Confrred CALCULUS FOR THE UTTERLY CONFUSED Robert M. Oman Daniel M. Oman McGraw-Hill New York San Francisco Washington, D.C. Auckland Bogoth Caracas Lisbon...

Words: 53219 - Pages: 213

Free Essay

Made to Stick

...This book has been optimized for viewing at a monitor setting of 1024 x 768 pixels. MADE TO STICK random house a new york MADE TO STICK Why Some Ideas Survive and Others Die • • • C H I P H E AT H & D A N H E AT H Copyright © 2007 by Chip Heath and Dan Heath All rights reserved. Published in the United States by Random House, an imprint of The Random House Publishing Group, a division of Random House, Inc., New York. Random House and colophon are registered trademarks of Random House, Inc. Library of Congress Cataloging-in-Publication Data Heath, Chip. Made to stick : why some ideas survive and others die / Chip Heath & Dan Heath p. cm. Includes index. eISBN: 978-1-58836-596-5 1. Social psychology. 2. Contagion (Social psychology). 3. Context effects (Psychology). I. Heath, Dan. II. Title. HM1033.H43 2007 302'.13—dc22 2006046467 www.atrandom.com Designed by Stephanie Huntwork v1.0 To Dad, for driving an old tan Chevette while putting us through college. To Mom, for making us breakfast every day for eighteen years. Each. C O N T E N T S INTRODUCTION WHAT STICKS? 3 Kidney heist. Movie popcorn. Sticky = understandable, memorable, and effective in changing thought or behavior. Halloween candy. Six principles: SUCCESs. The villain: Curse of Knowledge. It’s hard to be a tapper. Creativity starts with templates. CHAPTER 1 SIMPLE 25 Commander’s Intent. THE low-fare airline. Burying the lead and the inverted pyramid. It’s the...

Words: 91454 - Pages: 366

Premium Essay

Rs Aggarwal Reasoning

...ANALOGY EXERCISE A Directions: In each of the following questions,there is a certain relationship between two given words on one side of : : and one word is given on another side of : :while another word is to be found from the given alternatives,having the same relation with this word as the words of the given pair bear. Choose the correct alternative. 1 . Moon : Satellite : : Earth :? (A) Sun (B) Planet (C)Solar System (D) Asteroid Ans: (B) Explanation: Moon is a satellite and Earth is a Planet . 2 . Forecast : Future : : Regret :? (A) Present (B) Atone (C)Past (D)Sins Ans: (C) Explanation: Forecast is for Future happenings and Regret is for past actions . 3. Influenza : Virus : : Typhoid : ? (A) Bacillus (B)Parasite (C)Protozoa (D) Bacteria Ans: (D) Explanation: First is the disease caused by the second . 4. Fear : Threat : : Anger : ? (A)Compulsion (B)Panic (C)Provocation (D)Force Ans: (C) Explanation: First arises from the second . 5. Melt : Liquid : : Freeze : ? (A)Ice (B)Condense (C)Solid (D)Crystal Ans: (C) Explanation: First is the process of formation of the second . 6. Clock : Time : : Thermometer : ? (A)Heat (B)Radiation (C)Energy (D)Temperature Ans: (D) Explanation: First is an instrument used to measure the second . 7. Muslim : Mosque : : Sikhs : ? (A)Golden Temple (B)Medina (C)Fire Temple (D)Gurudwara Ans: (D) Explanation: Second is the pace of worship for the first . 8. Paw : Cat : : Hoof : ? (A)Horse (B)Lion (C)Lamb (D)Elephant Ans: (A) Explanation: First...

Words: 44982 - Pages: 180

Free Essay

Dubai

...Unlock your verbal edge for success Dr. J. Michael Bennett with Paul R. Scheele Million Dollar Vocabulary Million Dollar Vocabulary Playbook The course manual is for your personal use only and is to be used with the six audio recordings from the Million Dollar Vocabulary Personal Learning Course. All worldwide rights are reserved and exclusively owned by Learning Strategies Corporation. No part of this publication may be reproduced or distributed in part or in whole in any form or by any means, or stored in a database or retrieval system, without the prior written permission of Learning Strategies Corporation. Copyright 1999 by Learning Strategies Corporation “Paraliminal,” “Natural Brilliance,” “PhotoReading,” “EasyLearn,” “Personal Celebration,” and “Accelements” are exclusive trademarks of Learning Strategies Corporation worldwide. “Spring Forest Qigong” is a registered trademark of Chunyi Lin. “Diamond Feng Shui” and the Diamond Feng Shui Diamond are trademarks of Marie Vyncke-Diamond. ISBN 13: 978-0-925480-64-4 ISBN 10: 0-925480-64-9 FIRST EDITION June 1999 Printed in the United States of America For coaching and additional support, visit our online Discussion Forum at www.LearningStrategies.com Learning Strategies Corporation Innovating ways for you to experience your potential 2000 Plymouth Road Minnetonka, Minnesota 55305-2335 USA Toll-Free 1-888-800-2688 • 1-952-767-9800 Fax 1-952-475-2373 Mail@LearningStrategies.com www.LearningStrategies.com v042507 ...

Words: 32269 - Pages: 130

Free Essay

General

...2.EbnA aAj^ nA nOkrF CoXnA, apn kodrAcAr aAEd mCoX  nA,   d ,   nA d d abandoned A 1.CoXA h,aA, Enjn-TAn, 2.EbgXA h,aA, iEdy lolp, lMpV, drAcArF, aAvArA , , abandonment N 1.pZ yAg, sMpZ aAmosg,   EbSkl CoX  nA d , abate VI 1.km honA, GVnA, DFmA honA abate VT 1.km krnA, GVAnA, DFmA krnA, m@ym krnA, rok  nA, smA krnA d 1 1.IsAiyo kA mW, gz\ArA, kVF, mW, , , 2.mht  aADFn sADao kF mXlF k , abbot N 1.mht, mWDArF, mWAEDkArF abbreviate VT 1.km krnA, s" krnA, CoVA krnA, p sAr EnkAlnA abbreviation N 1.s" , GVAv, sAr, lG,!p, skt, p  2.sE" pd yAf, fNd yA pd kA lG!p ^ , abdicate VTI 1.-vQCA s CoXnA, yAg krnA, tjnA,   pd yAg krnA abdication N 1.pd yAg abdomen N 1.X, V, k"F, udr p p , abdominal A 1.udr sMbDF, V kA p abduct VI 1.BgA l jAnA, EnkAl l jAnA, bhkA l jAnA    abduction N 1.EksF ko PslA yA DmkA kr BgA l jAnA,  , DokA  kr EnkAl, l jAnA, blAkAr hrZ, aphrZ d  abed Adv 1.EbCOn pr, fyA pr, EbCOn m    aberrant A 1.DAEmk mAg s EvcElt, pT B , BVkA h,aA  aberration N 1.Bm, Ev" , Bl, Qy,Et, pT B tA p abet VT 1.b kAm  Ely uskAnA, bhkAnA, k  ,r shAyk honAaprAD aAEd mnA  abeyance N 1."EZk EvrAm, Evlb, WhrAv, zkAv, ToX...

Words: 164153 - Pages: 657

Premium Essay

In Cold Blood Pdf

...In Cold Blood Truman Capote I. The Last to See Them Alive The village of Holcomb stands on the high wheat plains of western Kansas, a lonesome area that other Kansans call "out there." Some seventy miles east of the Colorado border, the countryside, with its hard blue skies and desert-clear air, has an atmosphere that is rather more Far West than Middle West. The local accent is barbed with a prairie twang, a ranch-hand nasalness, and the men, many of them, wear narrow frontier trousers, Stetsons, and high-heeled boots with pointed toes. The land is flat, and the views are awesomely extensive; horses, herds of cattle, a white cluster of grain elevators rising as gracefully as Greek temples are visible long before a traveler reaches them. Holcomb, too, can be seen from great distances. Not that there's much to see simply an aimless congregation of buildings divided in the center by the main-line tracks of the Santa Fe Rail-road, a haphazard hamlet bounded on the south by a brown stretch of the Arkansas (pronounced "Ar-kan-sas") River, on the north by a highway, Route 50, and on the east and west by prairie lands and wheat fields. After rain, or when snowfalls thaw, the streets, unnamed, unshaded, unpaved, turn from the thickest dust into the direst mud. At one end of the town stands a stark old stucco structure, the roof of which supports an electric sign - dance - but the dancing has ceased and the advertisement has been dark for several years. Nearby is another building...

Words: 124288 - Pages: 498

Premium Essay

In Cold Blood

...In Cold Blood Truman Capote I. The Last to See Them Alive The village of Holcomb stands on the high wheat plains of western Kansas, a lonesome area that other Kansans call "out there." Some seventy miles east of the Colorado border, the countryside, with its hard blue skies and desert-clear air, has an atmosphere that is rather more Far West than Middle West. The local accent is barbed with a prairie twang, a ranch-hand nasalness, and the men, many of them, wear narrow frontier trousers, Stetsons, and high-heeled boots with pointed toes. The land is flat, and the views are awesomely extensive; horses, herds of cattle, a white cluster of grain elevators rising as gracefully as Greek temples are visible long before a traveler reaches them. Holcomb, too, can be seen from great distances. Not that there's much to see simply an aimless congregation of buildings divided in the center by the main-line tracks of the Santa Fe Rail-road, a haphazard hamlet bounded on the south by a brown stretch of the Arkansas (pronounced "Ar-kan-sas") River, on the north by a highway, Route 50, and on the east and west by prairie lands and wheat fields. After rain, or when snowfalls thaw, the streets, unnamed, unshaded, unpaved, turn from the thickest dust into the direst mud. At one end of the town stands a stark old stucco structure, the roof of which supports an electric sign - dance - but the dancing has ceased and the advertisement has been dark for several years. Nearby is another building...

Words: 124288 - Pages: 498

Premium Essay

Gre Wordlist

...Barron GRE word list - A abase abash abate abbreviate abdicate aberrant aberration abet abeyance abhor abide abject abjure ablution abnegation abode abolish abominable abominate aboriginal abortive abrasive abridge abrogate abscission abscond absolute absolve abstain lower; degrade; humiliate; make humble; make (oneself) lose self-respect embarrass subside or moderate shorten renounce; give up (position, right, or responsibility) abnormal or deviant deviation from the normal; mental disorder assist usually in doing something wrong; encourage suspended action detest; hate Dwell; abide by: comply with; put up with; tolerate; Ex. abide by the rules; Ex. I can't abide rude people. (of a condition) wretched; as low as possible; lacking pride; very humble; showing lack of self-respect; Ex. abject apology renounce upon oath washing renunciation; self-sacrifice; self-abnegation dwelling place; home cancel; put an end to detestable; extremely unpleasant loathe; hate being the first of its kind in a region; primitive; native; indigenous; N. aborigine unsuccessful; fruitless rubbing away; tending to grind down condense or shorten abolish cutting off; separation depart secretly and hide complete; totally unlimited; having complete power; certain; not relative; Ex. absolute honesty/ruler; CF. absolutism pardon (an offense) refrain; withhold from participation; intentionally not use one's vote; abstemious abstinence abstract abstruse abusive abut abysmal abyss academic accede accelerate...

Words: 52370 - Pages: 210

Free Essay

Calculus for Everyone

...The Project Gutenberg EBook of Calculus Made Easy, by Silvanus Thompson This eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever. You may copy it, give it away or re-use it under the terms of the Project Gutenberg License included with this eBook or online at www.gutenberg.org Title: Calculus Made Easy Being a very-simplest introduction to those beautiful methods which are generally called by the terrifying names of the Differentia Author: Silvanus Thompson Release Date: October 9, 2012 [EBook #33283] Language: English Character set encoding: ISO-8859-1 *** START OF THIS PROJECT GUTENBERG EBOOK CALCULUS MADE EASY *** Produced by Andrew D. Hwang, Brenda Lewis and the Online Distributed Proofreading Team at http://www.pgdp.net (This file was produced from images generously made available by The Internet Archive/American Libraries.) transcriber’s note Minor presentational changes, and minor typographical and numerical corrections, have been made without comment. All A textual changes are detailed in the L TEX source file. This PDF file is optimized for screen viewing, but may easily be A recompiled for printing. Please see the preamble of the L TEX source file for instructions. CALCULUS MADE EASY MACMILLAN AND CO., Limited LONDON : BOMBAY : CALCUTTA MELBOURNE THE MACMILLAN COMPANY NEW YORK : BOSTON : CHICAGO DALLAS : SAN FRANCISCO THE MACMILLAN CO. OF CANADA, Ltd. TORONTO CALCULUS MADE EASY: BEING A VERY-SIMPLEST...

Words: 55659 - Pages: 223

Premium Essay

Business

...C h a p t e r 1 Prewriting GETTING STARTED (OR SOUP-CAN LABELS CAN BE FASCINATING) For many writers, getting started is the hardest part. You may have noticed that when it is time to begin a writing assignment, you suddenly develop an enormous desire to straighten your books, water your plants, or sharpen your pencils for the fifth time. If this situation sounds familiar, you may find it reassuring to know that many professionals undergo these same strange compulsions before they begin writing. Jean Kerr, author of Please Don’t Eat the Daisies, admits that she often finds herself in the kitchen reading soup-can labels—or anything—in order to prolong the moments before taking pen in hand. John C. Calhoun, vice president under Andrew Jackson, insisted he had to plow his fields before he could write, and Joseph Conrad, author of Lord Jim and other novels, is said to have cried on occasion from the sheer dread of sitting down to compose his stories. To spare you as much hand-wringing as possible, this chapter presents some practical suggestions on how to begin writing your short essay. Although all writers must find the methods that work best for them, you may find some of the following ideas helpful. But no matter how you actually begin putting words on paper, it is absolutely essential to maintain two basic ideas concerning your writing task. Before you write a single sentence, you should always remind yourself that 1. You have some valuable ideas to tell your reader,...

Words: 234754 - Pages: 940

Free Essay

Medical Surgical Nursing

...00_078973706x_fm.qxd 1/14/08 2:42 PM Page i NCLEX-PN ® SECOND EDITION Wilda Rinehart Diann Sloan Clara Hurd 00_078973706x_fm.qxd 1/14/08 2:42 PM Page ii NCLEX-PN® Exam Cram, Second Edition Copyright © 2008 by Pearson Education All rights reserved. No part of this book shall be reproduced, stored in a retrieval system, or transmitted by any means, electronic, mechanical, photocopying, recording, or otherwise, without written permission from the publisher. No patent liability is assumed with respect to the use of the information contained herein. Although every precaution has been taken in the preparation of this book, the publisher and author assume no responsibility for errors or omissions. Nor is any liability assumed for damages resulting from the use of the information contained herein. ISBN-13:978-0-7897-2706-9 ISBN-10: 0-7897-3706-x Library of Congress Cataloging-in-Publication Data Rinehart, Wilda. NCLEX-PN exam cram / Wilda Rinehart, Diann Sloan, Clara Hurd. -- 2nd ed. p. cm. ISBN 978-0-7897-3706-9 (pbk. w/cd) 1. Practical nursing--Examinations, questions, etc. 2. Nursing--Examinations, questions, etc. 3. National Council Licensure Examination for Practical/Vocational Nurses--Study guides. I. Sloan, Diann. II. Hurd, Clara. III. Title. RT62.R55 2008 610.73'076--dc22 2008000133 Printed in the United States of America First Printing: February 2008 Trademarks All terms mentioned in this book that are known to be trademarks or service marks have been appropriately...

Words: 177674 - Pages: 711

Premium Essay

Your Research Project

...Copyright Licensing Agency. Inquiries concerning reproduction outside those terms should be sent to the publishers. SAGE Publications Ltd 6 Bonhill Street London EC2A 4PU SAGE Publications Inc 2455 Teller Road Thousand Oaks, California 91320 SAGE Publications India Pvt Ltd 32, M-Block Market Greater Kailash – I New Delhi 110 048 British Library Cataloguing in Publication data A catalogue record for this book is available from the British Library ISBN 0 7619 6538 6 ISBN 0 7619 6539 4 (pbk) Library of Congress catalog record available Typeset by Keystroke, Jacaranda Lodge, Wolverhampton. Printed in Great Britain by The Cromwell Press Ltd, Trowbridge, Wiltshire CONTENTS Acknowledgements Introduction 1 2 3 4 5 6 7 8 Research and the Research Problem Information, and How to Deal with It Types of Research Nature and Use of Argument More about the Nature of Research Research Quality and Planning Research Methods Preparing the Research Proposal and Starting to Write References Index vi 1 5 39 69 117 151 189 225 276 314 318 ACKNOWLEDGEMENTS My grateful thanks go to Dr Roland Newman and Professor Mike Jenks, who gave me inspiration to write...

Words: 136496 - Pages: 546

Premium Essay

Critical Thinking

...fourth EDItION fourth EDItION This clear, learner-friendly text helps today’s students bridge the gap between Its comprehensiveness allows instructors to tailor the material to their individual teaching styles, resulting in an exceptionally versatile text. Highlights of the Fourth Edition: Additional readings and essays in a new Appendix as well as in Chapters 7 and 8 nearly double the number of readings available for critical analysis and classroom discussion. An online chapter, available on the instructor portion of the book’s Web site, addresses critical reading, a vital skill for success in college and beyond. Visit www.mhhe.com/bassham4e for a wealth of additional student and instructor resources. Bassham I Irwin Nardone I Wallace New and updated exercises and examples throughout the text allow students to practice and apply what they learn. MD DALIM #1062017 12/13/09 CYAN MAG YELO BLK Chapter 12 features an expanded and reorganized discussion of evaluating Internet sources. Critical Thinking thinking, using real-world examples and a proven step-by-step approach. A student ' s Introduction A student's Introduction everyday culture and critical thinking. It covers all the basics of critical Critical Thinking Ba ssha m I Irwin I Nardone I Wall ace CRITICAL THINKING A STUDENT’S INTRODUCTION FOURTH EDITION Gregory Bassham William Irwin Henry Nardone James M. Wallace King’s College TM bas07437_fm_i-xvi.indd i 11/24/09 9:53:56 AM TM Published by McGraw-Hill...

Words: 246535 - Pages: 987

Premium Essay

Marketing

...fourth EDItION Critical Thinking A student ' s Introduction Ba ssha m I I rwi n I N ardon e I Wal l ac e CRITICAL THINKING A STUDENT’S INTRODUCTION FOURTH EDITION Gregory Bassham William Irwin Henry Nardone James M. Wallace King’s College TM TM Published by McGraw-Hill, an imprint of The McGraw-Hill Companies, Inc., 1221 Avenue of the Americas, New York, NY 10020. Copyright © 2011, 2008, 2005, 2002. All rights reserved. No part of this publication may be reproduced or distributed in any form or by any means, or stored in a database or retrieval system, without the prior written consent of The McGraw-Hill Companies, Inc., including, but not limited to, in any network or other electronic storage or transmission, or broadcast for distance learning. This book is printed on acid-free paper. 1 2 3 4 5 6 7 8 9 0 DOC/DOC 0 ISBN: 978-0-07-340743-2 MHID: 0-07-340743-7 Vice President, Editorial: Michael Ryan Director, Editorial: Beth Mejia Sponsoring Editor: Mark Georgiev Marketing Manager: Pam Cooper Managing Editor: Nicole Bridge Developmental Editor: Phil Butcher Project Manager: Lindsay Burt Manuscript Editor: Maura P. Brown Design Manager: Margarite Reynolds Cover Designer: Laurie Entringer Production Supervisor: Louis Swaim Composition: 11/12.5 Bembo by MPS Limited, A Macmillan Company Printing: 45# New Era Matte, R. R. Donnelley & Sons Cover Image: © Brand X/JupiterImages Credits: The credits section for this book begins on page C-1 and is considered...

Words: 240232 - Pages: 961

Free Essay

Maglev Trains

...www.GetPedia.com * More than 500,000 Interesting Articles waiting for you . * The Ebook starts from the next page : Enjoy ! * Say hello to my cat "Meme" Easy PDF Copyright © 1998,2003 Visage Software This document was created with FREE version of Easy PDF.Please visit http://www.visagesoft.com for more details The Oxford Guide to English Usage CONTENTS Table of Contents =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Title Page TITLE EDITION Edition Notice Notices NOTICES CONTENTS Table of Contents Introduction FRONT_1 FRONT_2 Grammatical Terms Used in This Book Abbreviations FRONT_3 Word Formation 1.0 abbreviations 1.1 -ability and -ibility 1.2 -able and -ible 1.3 ae and oe 1.4 American spelling 1.5 ante- and anti- 1.6 -ant or ant 1.7 a or an 1.8 -ative or -ive 1.9 by- prefix 1.10 c and ck 1.11 capital or small initials 1.12 -cede or -ceed 1.13 -ce or -se 1.14 co- prefix 1.15 doubling of final consonant 1.16 dropping of silent -e 1.17 -efy or -ify 1.18 -ei or -ie- 1.19 en- or in- 1.20 -er and -est 1.21 -erous or -rous 1.22 final vowels before suffixes 1.23 for- and fore- 1.24 f to v 1.25 -ful suffix 1.26 hyphens 1.27 -ified or -yfied 1.28 in- or un- 1.29 i to y 1.30 -ize and -ise 1.31 l and ll 1.32 -ly 1.33 -ness 1.34 -or and -er 1.35 -oul- 1.36 -our or -or 1.37 Easy PDF Copyright © 1998,2003 Visage Software This document was created with FREE version of Easy PDF.Please visit http://www.visagesoft.com for more...

Words: 73381 - Pages: 294