SlideShare a Scribd company logo
1 of 14
HW 5: Math 405. Due: beginning of class – Monday, 10 Oct
2016
1. Strogatz (1988). Consider lovers, Romeo and Juliet. Let:
R(t) = Romeo’s love/hate for Juliet at time t;
J(t) = Juliet’s love/hate for Romeo at time T;
where positive values of R(t), J(t), signify love, and negative
values signify hate, at
a time t. Consider this model for a “fickle” lover, in which “the
more Romeo loves
Juliet, the more she wants to run away and hide. But when
Romeo gets discouraged
and backs off, Juliet begins to find him strangely attractive.
Romeo, on the other
hand, tends to echo Juliet: he warms up when she loves him and
grows cold when
she hates him.”
R′(t) = aJ,
J′(t) = −bR, (1)
where a,b > 0 .
(a) Rewrite (1) as a system.
(b) Find the fixed point(s).
(c) Find the eigenvalues.
(d) Find the eigenvectors.
(e) Write the general solution. Show that it can be written as a
real-valued solution
like: [
R(t)
J(t)
]
=
{
cos(
√
ab t)
[
k1
√
a/b
k2
]
+ sin(
√
ab t)
[
k2
√
a/b
−k1
]}
(f) Show that the trajectories in phase space are ellipses,
governed by the equation
R2
aC2
+
J2
bC2
= 1,
where C2 > 0 is an arbitrary constant.
(g) Classify the fixed point and its stability.
(h) In what direction do Romeo’s and Juliet’s feelings go
around the ellipse?
(i) Discuss the possible outcome for different initial conditions
of love/hate.
2. (Doug Wright, Drexel U.) Romeo’s best friend, Mercutio,
doesn’t like Juliet’s fick-
leness and thinks that Romeo is too good for her. He has
decided to try to break
them up for good. So, he has started telling Romeo how awful
Juliet is. Romeo
trusts Mercutio, and so, his ardor for Juliet wanes a bit when
Mercutio tells him
such things, though he still really likes Juliet. On the other
hand, Juliet dislikes
1
Mercutio and the more he disapproves of her relationship with
Romeo, the more
she likes Romeo. Let R and J be as before, and let M(t) be
Mercutio’s disapproval
of Romeo and Juliet’s relationship at time t, with positive
values of M signifying
disapproval. Then a model for this complicated saga is:
R′(t) = J − 2M,
J′(t) = −R + 4M,
M ′(t) = R + 4J (2)
(a) Rewrite (2) as a system.
(b) Find the fixed point(s).
(c) Find the eigenvalues.
(d) Without further calculation, describe what happens to
Romeo and Juliet’s
relationship now. Does Mercutio’s tampering have the effect he
wants? Do
Romeo and Juliet continue to oscillate between love and hate as
before?
3. (Doug Wright, Drexel U.) So, now, it turns out that Mercutio
has feelings for
Juliet. Let R(t) be Romeo’s love/hate for Juliet at time t, as
before; JR(t) be
Juliet’s love/hate for Romeo at time t; M(t) be Mercutio’s
love/hate for Juliet at
time t; and JM (t) be Juliet’s love/hate for Mercutio at time t.
The situation is that:
• Romeo still likes/dislikes Juliet more the more she
likes/dislikes him;
• Romeo doesn’t know about the Mercutio/Juliet leg of the
triangle, so his
feelings are unaffected by Mercutio’s feelings for Juliet and
Juliet’s feelings for
Mercutio.
• Juliet sill gets more interested in Romeo when he is not
interested in her and
vice versa. But, she also likes the intrigue of being in a love
triangle and so
feels more for Romeo when Mercutio likes her and more for
Mercutio when
Romeo likes her. (Weird.)
• Mercutio thinks Juliet’s distaste for him is “a major turn-on”,
so, the more
she hates him, the more he likes her. But, he is feeling guilty,
so he tries to
slow his feelings for Juliet when they are strong. Also, he’s the
jealous type,
so the more Juliet likes Romeo, the more he likes Juliet.
• Juliet pretty much just doesn’t like Mercutio, but she responds
to him the
same way she does to Romeo.
A mathematical model for this saga is:
R′(t) = JR,
J′R(t) = −R + JM,
M ′(t) = −R + JR −M −JM
J′M (t) = JR −M (3)
2
(a) Rewrite (3) as a system and state the one fixed point.
(b) Show the work to find the eigenvalues, which are {−2, i,−i,
1}.
(c) Use computer software to find the corresponding
eigenvectors and write the
solution in general form without simplifying. (So, you can leave
things with
imaginary eigenvalues.) Identify the four fundamental solutions.
(d) Discuss the role of the four fundamental solutions (two of
them can be dis-
cussed together). How do you predict the story will end as time
gets large.
4. Determine type and stability of the critical point. Find the
general solution. Sketch
the eigenvectors and some trajectories in the phase plane.
dy1
dt
= 4y1 + y2
dy2
dt
= 4y1 + 4y2
Solve the initial value problem given that y(0) =
[
1
−1
]
.
5. General relativity and planetary orbits: The relativistic
equation for the orbit
of a planet around the sun is
d2u
dθ2
+ u = α + �u2
where u = 1/r and r,θ are the polar coordinates of the planet in
its plane of motion.
The parameter α is positive and can be found explicitly from
classical Newtonian
mechanics; the term �u2 is Einstein’s correction. Here � is a
very small positive
parameter.
(a) Rewrite the equation as a system in (u,v) phase plane, where
v = du
dθ
.
(b) Find all the equilibrium points of the system.
(c) Show that one of the equilibria is a center in the (u,v) phase
plane, according
to the linearization. Do you think that allowing for nonlinearity
would cause
the center to be a spiral or a nonlinear center (all trajectories
sufficently close
to it remain closed). What does a spiral correspond to?
(d) Show that the equilibrium point found in (c) corresponds to
a elliptical plan-
etary orbit that are close to circular.
6. Rabbit versus Sheep: Consider the following “rabbits vs.
sheep” problem, with
y1, y2 ≥ 0 representing the number of rabbits and sheep at time
t. This model
allows for competition within species as well as competition
between the species:
y1
′ = r1y1(1 −
y1
K1
) − b1y1y2;
3
y2
′ = r2y2(1 −
y2
K2
) − b2y1y2.
Here the rj (j=1,2) are rates of reproduction of the rabbits and
sheep; Kj (j=1,2)
represent competition within species, and bj (j=1,2) represent
competition between
species.
(a) Nondimensionalize the model: Let
Y1 = y1/K1 ≥ 0
Y2 = y2/K2 ≥ 0
T = r1t ≥ 0
R = r2/r1 > 0
α1 = b1K2/r1 > 0
α2 = b2K1/r1 > 0,
where Y1 is a nondimensional measure of the number of rabbits,
Y2 is a nondi-
mensional measure of the number of sheep, and T is a
nondimensional measure
of time. Show that the resulting nondimensional model is:
Y1
′ = Y1(1 −Y1) −α1Y1Y2;
Y2
′ = RY2(1 −Y2) −α2Y1Y2.
(b) Find the fixed points.
(c) Show that there are four qualitatively different phase
portraits possible for
when t →∞. That is, show that, depending on the relative sizes
of α1,α2,R,
the end state can be any of: (i) either there will be all rabbits or
there will
be all sheep; (ii) only sheep will survive; (iii) only rabbits will
survive; (iv)
rabbits and sheep coexist stably together.
(d) Discuss the biological meaning of these states.
4
Change Initiative Proposal Grading Guide
MGT/330 Version 9
3
Change Initiative Proposal Grading Guide
MGT/330 Version 9
Management Theory, Practice, and Application
Copyright
Copyright © 2016 by University of Phoenix. All rights reserved.
University of Phoenix® is a registered trademark of Apollo
Group, Inc. in the United States and/or other countries.
Microsoft®, Windows®, and Windows NT® are registered
trademarks of Microsoft Corporation in the United States and/or
other countries. All other company and product names are
trademarks or registered trademarks of their respective
companies. Use of these marks is not intended to imply
endorsement, sponsorship, or affiliation.
Edited in accordance with University of Phoenix® editorial
standards and practices.
Learning Team: Change Initiative ProposalPurpose of
Assignment
This assignment provides students with an opportunity to show
their understanding of course material related to driving change
and innovation from earlier in the course (Week 2) and
application of important management tools for driving that
change from the current week’s readings on power, politics and
motivation, and effective conflict resolution.
Resources Required
Chapter 6, 10 and 11, Week 4 selected readings, University
LibraryGrading Guide
Content
Met
Partially Met
Not Met
Comments:
Explain the importance of change and innovation to the
workforce.
Explain the type of approaches that you think are best to
optimize the use of power and politics in your organization to
support the change initiative.
Analyze what sorts of approaches to conflict management will
be used as the change initiative will likely cause confusion in
roles and responsibilities during the implementation process.
Explain what sorts of motivation your team recommends for
management to help the workforce become adaptive and open to
not only this initiative but also future innovations in the
organization.
The memo is 1,575 words in length.
Total Available
Total Earned
10.5
#/10.5
Writing Guidelines
Met
Partially Met
Not Met
Comments:
The paper—including tables and graphs, headings, title page,
and reference page—is consistent with APA formatting
guidelines and meets course-level requirements.
Intellectual property is recognized with in-text citations and a
reference page.
Paragraph and sentence transitions are present, logical, and
maintain the flow throughout the paper.
Sentences are complete, clear, and concise.
Rules of grammar and usage are followed including spelling and
punctuation.
Total Available
Total Earned
4.5
#/4.5
Assignment Total
#
15
#/15
Additional comments:

More Related Content

Similar to HW 5 Math 405. Due beginning of class – Monday, 10 Oct 2016.docx

Artificial intelligence ai choice mechanism hypothesis of a mathematical method
Artificial intelligence ai choice mechanism hypothesis of a mathematical methodArtificial intelligence ai choice mechanism hypothesis of a mathematical method
Artificial intelligence ai choice mechanism hypothesis of a mathematical methodAlexander Decker
 
Perspectives and application of fuzzy initial value problems
Perspectives and application of fuzzy initial value problemsPerspectives and application of fuzzy initial value problems
Perspectives and application of fuzzy initial value problemsRAJKRISHNA MONDAL
 
Perspectives and application of fuzzy initial value problems
Perspectives and application of fuzzy initial value problemsPerspectives and application of fuzzy initial value problems
Perspectives and application of fuzzy initial value problemsRAJKRISHNA MONDAL
 
Polynomial John Collins
Polynomial John CollinsPolynomial John Collins
Polynomial John CollinsMatthew Leach
 
Redundancy in robot manipulators and multi robot systems
Redundancy in robot manipulators and multi robot systemsRedundancy in robot manipulators and multi robot systems
Redundancy in robot manipulators and multi robot systemsSpringer
 
MATH 310Homework due 072620131. Show that the vectors.docx
MATH 310Homework due 072620131. Show that the vectors.docxMATH 310Homework due 072620131. Show that the vectors.docx
MATH 310Homework due 072620131. Show that the vectors.docxandreecapon
 
On the construction and comparison of an explicit iterative
On the construction and comparison of an explicit iterativeOn the construction and comparison of an explicit iterative
On the construction and comparison of an explicit iterativeAlexander Decker
 
On the Numerical Fixed Point Iterative Methods of Solution for the Boundary V...
On the Numerical Fixed Point Iterative Methods of Solution for the Boundary V...On the Numerical Fixed Point Iterative Methods of Solution for the Boundary V...
On the Numerical Fixed Point Iterative Methods of Solution for the Boundary V...BRNSS Publication Hub
 
Base Protocol of The Hyper
Base Protocol of The HyperBase Protocol of The Hyper
Base Protocol of The HyperFerdi Tekin
 
Mit18 330 s12_chapter5
Mit18 330 s12_chapter5Mit18 330 s12_chapter5
Mit18 330 s12_chapter5CAALAAA
 
ChemE_2200_lecture_T1.ppt weryuiutewryyuuu
ChemE_2200_lecture_T1.ppt weryuiutewryyuuuChemE_2200_lecture_T1.ppt weryuiutewryyuuu
ChemE_2200_lecture_T1.ppt weryuiutewryyuuusadafshahbaz7777
 

Similar to HW 5 Math 405. Due beginning of class – Monday, 10 Oct 2016.docx (20)

Algebreviewer
AlgebreviewerAlgebreviewer
Algebreviewer
 
Algebreviewer
AlgebreviewerAlgebreviewer
Algebreviewer
 
B02609013
B02609013B02609013
B02609013
 
Artificial intelligence ai choice mechanism hypothesis of a mathematical method
Artificial intelligence ai choice mechanism hypothesis of a mathematical methodArtificial intelligence ai choice mechanism hypothesis of a mathematical method
Artificial intelligence ai choice mechanism hypothesis of a mathematical method
 
Group theory
Group theoryGroup theory
Group theory
 
Perspectives and application of fuzzy initial value problems
Perspectives and application of fuzzy initial value problemsPerspectives and application of fuzzy initial value problems
Perspectives and application of fuzzy initial value problems
 
Perspectives and application of fuzzy initial value problems
Perspectives and application of fuzzy initial value problemsPerspectives and application of fuzzy initial value problems
Perspectives and application of fuzzy initial value problems
 
Polynomial John Collins
Polynomial John CollinsPolynomial John Collins
Polynomial John Collins
 
Redundancy in robot manipulators and multi robot systems
Redundancy in robot manipulators and multi robot systemsRedundancy in robot manipulators and multi robot systems
Redundancy in robot manipulators and multi robot systems
 
Quantum Hw 15
Quantum Hw 15Quantum Hw 15
Quantum Hw 15
 
MATH 310Homework due 072620131. Show that the vectors.docx
MATH 310Homework due 072620131. Show that the vectors.docxMATH 310Homework due 072620131. Show that the vectors.docx
MATH 310Homework due 072620131. Show that the vectors.docx
 
On the construction and comparison of an explicit iterative
On the construction and comparison of an explicit iterativeOn the construction and comparison of an explicit iterative
On the construction and comparison of an explicit iterative
 
452Paper
452Paper452Paper
452Paper
 
Signals and Systems Assignment Help
Signals and Systems Assignment HelpSignals and Systems Assignment Help
Signals and Systems Assignment Help
 
On the Numerical Fixed Point Iterative Methods of Solution for the Boundary V...
On the Numerical Fixed Point Iterative Methods of Solution for the Boundary V...On the Numerical Fixed Point Iterative Methods of Solution for the Boundary V...
On the Numerical Fixed Point Iterative Methods of Solution for the Boundary V...
 
03. AJMS_02_18[Research].pdf
03. AJMS_02_18[Research].pdf03. AJMS_02_18[Research].pdf
03. AJMS_02_18[Research].pdf
 
03. AJMS_02_18[Research].pdf
03. AJMS_02_18[Research].pdf03. AJMS_02_18[Research].pdf
03. AJMS_02_18[Research].pdf
 
Base Protocol of The Hyper
Base Protocol of The HyperBase Protocol of The Hyper
Base Protocol of The Hyper
 
Mit18 330 s12_chapter5
Mit18 330 s12_chapter5Mit18 330 s12_chapter5
Mit18 330 s12_chapter5
 
ChemE_2200_lecture_T1.ppt weryuiutewryyuuu
ChemE_2200_lecture_T1.ppt weryuiutewryyuuuChemE_2200_lecture_T1.ppt weryuiutewryyuuu
ChemE_2200_lecture_T1.ppt weryuiutewryyuuu
 

More from wellesleyterresa

Hw059f6dbf-250a-4d74-8f5e-f28f14227edc.jpg__MACOSXHw._059.docx
Hw059f6dbf-250a-4d74-8f5e-f28f14227edc.jpg__MACOSXHw._059.docxHw059f6dbf-250a-4d74-8f5e-f28f14227edc.jpg__MACOSXHw._059.docx
Hw059f6dbf-250a-4d74-8f5e-f28f14227edc.jpg__MACOSXHw._059.docxwellesleyterresa
 
HW in teams of 3 studentsAn oil remanufacturing company uses c.docx
HW in teams of 3 studentsAn oil remanufacturing company uses c.docxHW in teams of 3 studentsAn oil remanufacturing company uses c.docx
HW in teams of 3 studentsAn oil remanufacturing company uses c.docxwellesleyterresa
 
HW 5.docxAssignment 5 – Currency riskYou may do this assig.docx
HW 5.docxAssignment 5 – Currency riskYou may do this assig.docxHW 5.docxAssignment 5 – Currency riskYou may do this assig.docx
HW 5.docxAssignment 5 – Currency riskYou may do this assig.docxwellesleyterresa
 
HW#3 – Spring 20181. Giulia is traveling from Italy to China. .docx
HW#3 – Spring 20181. Giulia is traveling from Italy to China. .docxHW#3 – Spring 20181. Giulia is traveling from Italy to China. .docx
HW#3 – Spring 20181. Giulia is traveling from Italy to China. .docxwellesleyterresa
 
HW 2Due July 1 by 500 PM.docx
HW 2Due July 1 by 500 PM.docxHW 2Due July 1 by 500 PM.docx
HW 2Due July 1 by 500 PM.docxwellesleyterresa
 
HW 4 Gung Ho Commentary DUE Thursday, April 20 at 505 PM on.docx
HW 4 Gung Ho Commentary DUE Thursday, April 20 at 505 PM on.docxHW 4 Gung Ho Commentary DUE Thursday, April 20 at 505 PM on.docx
HW 4 Gung Ho Commentary DUE Thursday, April 20 at 505 PM on.docxwellesleyterresa
 
HW 5-RSAascii2str.mfunction str = ascii2str(ascii) .docx
HW 5-RSAascii2str.mfunction str = ascii2str(ascii)        .docxHW 5-RSAascii2str.mfunction str = ascii2str(ascii)        .docx
HW 5-RSAascii2str.mfunction str = ascii2str(ascii) .docxwellesleyterresa
 
HW 3 Project Control• Status meeting agenda – shows time, date .docx
HW 3 Project Control• Status meeting agenda – shows time, date .docxHW 3 Project Control• Status meeting agenda – shows time, date .docx
HW 3 Project Control• Status meeting agenda – shows time, date .docxwellesleyterresa
 
HW 1January 19 2017Due back Jan 26, in class.1. (T.docx
HW 1January 19 2017Due back Jan 26, in class.1. (T.docxHW 1January 19 2017Due back Jan 26, in class.1. (T.docx
HW 1January 19 2017Due back Jan 26, in class.1. (T.docxwellesleyterresa
 
Hussam Malibari Heckman MAT 242 Spring 2017Assignment Chapte.docx
Hussam Malibari Heckman MAT 242 Spring 2017Assignment Chapte.docxHussam Malibari Heckman MAT 242 Spring 2017Assignment Chapte.docx
Hussam Malibari Heckman MAT 242 Spring 2017Assignment Chapte.docxwellesleyterresa
 
hw1.docxCS 211 Homework #1Please complete the homework problem.docx
hw1.docxCS 211 Homework #1Please complete the homework problem.docxhw1.docxCS 211 Homework #1Please complete the homework problem.docx
hw1.docxCS 211 Homework #1Please complete the homework problem.docxwellesleyterresa
 
HUS 335 Interpersonal Helping SkillsCase Assessment FormatT.docx
HUS 335 Interpersonal Helping SkillsCase Assessment FormatT.docxHUS 335 Interpersonal Helping SkillsCase Assessment FormatT.docx
HUS 335 Interpersonal Helping SkillsCase Assessment FormatT.docxwellesleyterresa
 
HW #1Tech Alert on IT & Strategy (Ch 3-5Ch 3 -5 IT Strategy opt.docx
HW #1Tech Alert on IT & Strategy (Ch 3-5Ch 3 -5 IT Strategy opt.docxHW #1Tech Alert on IT & Strategy (Ch 3-5Ch 3 -5 IT Strategy opt.docx
HW #1Tech Alert on IT & Strategy (Ch 3-5Ch 3 -5 IT Strategy opt.docxwellesleyterresa
 
HW 2 (1) Visit Monsanto (httpwww.monsanto.com) again and Goog.docx
HW 2 (1) Visit Monsanto (httpwww.monsanto.com) again and Goog.docxHW 2 (1) Visit Monsanto (httpwww.monsanto.com) again and Goog.docx
HW 2 (1) Visit Monsanto (httpwww.monsanto.com) again and Goog.docxwellesleyterresa
 
Hunters Son Dialogue Activity1. Please write 1-2 sentences for e.docx
Hunters Son Dialogue Activity1. Please write 1-2 sentences for e.docxHunters Son Dialogue Activity1. Please write 1-2 sentences for e.docx
Hunters Son Dialogue Activity1. Please write 1-2 sentences for e.docxwellesleyterresa
 
HW 2 - SQL The database you will use for this assignme.docx
HW 2 - SQL   The database you will use for this assignme.docxHW 2 - SQL   The database you will use for this assignme.docx
HW 2 - SQL The database you will use for this assignme.docxwellesleyterresa
 
Humanities Commons Learning Goals1. Write about primary and seco.docx
Humanities Commons Learning Goals1. Write about primary and seco.docxHumanities Commons Learning Goals1. Write about primary and seco.docx
Humanities Commons Learning Goals1. Write about primary and seco.docxwellesleyterresa
 
HURRICANE KATRINA A NATION STILL UNPREPARED .docx
HURRICANE KATRINA  A NATION STILL UNPREPARED   .docxHURRICANE KATRINA  A NATION STILL UNPREPARED   .docx
HURRICANE KATRINA A NATION STILL UNPREPARED .docxwellesleyterresa
 
Humanities 115Short Essay Grading CriteriaExcellentPassing.docx
Humanities 115Short Essay Grading CriteriaExcellentPassing.docxHumanities 115Short Essay Grading CriteriaExcellentPassing.docx
Humanities 115Short Essay Grading CriteriaExcellentPassing.docxwellesleyterresa
 
HUMAN RESOURCES’ ROLE IN SUCCESSION PLANNING Succession planni.docx
HUMAN RESOURCES’ ROLE IN SUCCESSION PLANNING Succession planni.docxHUMAN RESOURCES’ ROLE IN SUCCESSION PLANNING Succession planni.docx
HUMAN RESOURCES’ ROLE IN SUCCESSION PLANNING Succession planni.docxwellesleyterresa
 

More from wellesleyterresa (20)

Hw059f6dbf-250a-4d74-8f5e-f28f14227edc.jpg__MACOSXHw._059.docx
Hw059f6dbf-250a-4d74-8f5e-f28f14227edc.jpg__MACOSXHw._059.docxHw059f6dbf-250a-4d74-8f5e-f28f14227edc.jpg__MACOSXHw._059.docx
Hw059f6dbf-250a-4d74-8f5e-f28f14227edc.jpg__MACOSXHw._059.docx
 
HW in teams of 3 studentsAn oil remanufacturing company uses c.docx
HW in teams of 3 studentsAn oil remanufacturing company uses c.docxHW in teams of 3 studentsAn oil remanufacturing company uses c.docx
HW in teams of 3 studentsAn oil remanufacturing company uses c.docx
 
HW 5.docxAssignment 5 – Currency riskYou may do this assig.docx
HW 5.docxAssignment 5 – Currency riskYou may do this assig.docxHW 5.docxAssignment 5 – Currency riskYou may do this assig.docx
HW 5.docxAssignment 5 – Currency riskYou may do this assig.docx
 
HW#3 – Spring 20181. Giulia is traveling from Italy to China. .docx
HW#3 – Spring 20181. Giulia is traveling from Italy to China. .docxHW#3 – Spring 20181. Giulia is traveling from Italy to China. .docx
HW#3 – Spring 20181. Giulia is traveling from Italy to China. .docx
 
HW 2Due July 1 by 500 PM.docx
HW 2Due July 1 by 500 PM.docxHW 2Due July 1 by 500 PM.docx
HW 2Due July 1 by 500 PM.docx
 
HW 4 Gung Ho Commentary DUE Thursday, April 20 at 505 PM on.docx
HW 4 Gung Ho Commentary DUE Thursday, April 20 at 505 PM on.docxHW 4 Gung Ho Commentary DUE Thursday, April 20 at 505 PM on.docx
HW 4 Gung Ho Commentary DUE Thursday, April 20 at 505 PM on.docx
 
HW 5-RSAascii2str.mfunction str = ascii2str(ascii) .docx
HW 5-RSAascii2str.mfunction str = ascii2str(ascii)        .docxHW 5-RSAascii2str.mfunction str = ascii2str(ascii)        .docx
HW 5-RSAascii2str.mfunction str = ascii2str(ascii) .docx
 
HW 3 Project Control• Status meeting agenda – shows time, date .docx
HW 3 Project Control• Status meeting agenda – shows time, date .docxHW 3 Project Control• Status meeting agenda – shows time, date .docx
HW 3 Project Control• Status meeting agenda – shows time, date .docx
 
HW 1January 19 2017Due back Jan 26, in class.1. (T.docx
HW 1January 19 2017Due back Jan 26, in class.1. (T.docxHW 1January 19 2017Due back Jan 26, in class.1. (T.docx
HW 1January 19 2017Due back Jan 26, in class.1. (T.docx
 
Hussam Malibari Heckman MAT 242 Spring 2017Assignment Chapte.docx
Hussam Malibari Heckman MAT 242 Spring 2017Assignment Chapte.docxHussam Malibari Heckman MAT 242 Spring 2017Assignment Chapte.docx
Hussam Malibari Heckman MAT 242 Spring 2017Assignment Chapte.docx
 
hw1.docxCS 211 Homework #1Please complete the homework problem.docx
hw1.docxCS 211 Homework #1Please complete the homework problem.docxhw1.docxCS 211 Homework #1Please complete the homework problem.docx
hw1.docxCS 211 Homework #1Please complete the homework problem.docx
 
HUS 335 Interpersonal Helping SkillsCase Assessment FormatT.docx
HUS 335 Interpersonal Helping SkillsCase Assessment FormatT.docxHUS 335 Interpersonal Helping SkillsCase Assessment FormatT.docx
HUS 335 Interpersonal Helping SkillsCase Assessment FormatT.docx
 
HW #1Tech Alert on IT & Strategy (Ch 3-5Ch 3 -5 IT Strategy opt.docx
HW #1Tech Alert on IT & Strategy (Ch 3-5Ch 3 -5 IT Strategy opt.docxHW #1Tech Alert on IT & Strategy (Ch 3-5Ch 3 -5 IT Strategy opt.docx
HW #1Tech Alert on IT & Strategy (Ch 3-5Ch 3 -5 IT Strategy opt.docx
 
HW 2 (1) Visit Monsanto (httpwww.monsanto.com) again and Goog.docx
HW 2 (1) Visit Monsanto (httpwww.monsanto.com) again and Goog.docxHW 2 (1) Visit Monsanto (httpwww.monsanto.com) again and Goog.docx
HW 2 (1) Visit Monsanto (httpwww.monsanto.com) again and Goog.docx
 
Hunters Son Dialogue Activity1. Please write 1-2 sentences for e.docx
Hunters Son Dialogue Activity1. Please write 1-2 sentences for e.docxHunters Son Dialogue Activity1. Please write 1-2 sentences for e.docx
Hunters Son Dialogue Activity1. Please write 1-2 sentences for e.docx
 
HW 2 - SQL The database you will use for this assignme.docx
HW 2 - SQL   The database you will use for this assignme.docxHW 2 - SQL   The database you will use for this assignme.docx
HW 2 - SQL The database you will use for this assignme.docx
 
Humanities Commons Learning Goals1. Write about primary and seco.docx
Humanities Commons Learning Goals1. Write about primary and seco.docxHumanities Commons Learning Goals1. Write about primary and seco.docx
Humanities Commons Learning Goals1. Write about primary and seco.docx
 
HURRICANE KATRINA A NATION STILL UNPREPARED .docx
HURRICANE KATRINA  A NATION STILL UNPREPARED   .docxHURRICANE KATRINA  A NATION STILL UNPREPARED   .docx
HURRICANE KATRINA A NATION STILL UNPREPARED .docx
 
Humanities 115Short Essay Grading CriteriaExcellentPassing.docx
Humanities 115Short Essay Grading CriteriaExcellentPassing.docxHumanities 115Short Essay Grading CriteriaExcellentPassing.docx
Humanities 115Short Essay Grading CriteriaExcellentPassing.docx
 
HUMAN RESOURCES’ ROLE IN SUCCESSION PLANNING Succession planni.docx
HUMAN RESOURCES’ ROLE IN SUCCESSION PLANNING Succession planni.docxHUMAN RESOURCES’ ROLE IN SUCCESSION PLANNING Succession planni.docx
HUMAN RESOURCES’ ROLE IN SUCCESSION PLANNING Succession planni.docx
 

Recently uploaded

“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 

Recently uploaded (20)

ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 

HW 5 Math 405. Due beginning of class – Monday, 10 Oct 2016.docx

  • 1. HW 5: Math 405. Due: beginning of class – Monday, 10 Oct 2016 1. Strogatz (1988). Consider lovers, Romeo and Juliet. Let: R(t) = Romeo’s love/hate for Juliet at time t; J(t) = Juliet’s love/hate for Romeo at time T; where positive values of R(t), J(t), signify love, and negative values signify hate, at a time t. Consider this model for a “fickle” lover, in which “the more Romeo loves Juliet, the more she wants to run away and hide. But when Romeo gets discouraged and backs off, Juliet begins to find him strangely attractive. Romeo, on the other hand, tends to echo Juliet: he warms up when she loves him and grows cold when she hates him.” R′(t) = aJ, J′(t) = −bR, (1) where a,b > 0 . (a) Rewrite (1) as a system. (b) Find the fixed point(s). (c) Find the eigenvalues.
  • 2. (d) Find the eigenvectors. (e) Write the general solution. Show that it can be written as a real-valued solution like: [ R(t) J(t) ] = { cos( √ ab t) [ k1 √ a/b k2 ] + sin( √ ab t) [ k2 √ a/b
  • 3. −k1 ]} (f) Show that the trajectories in phase space are ellipses, governed by the equation R2 aC2 + J2 bC2 = 1, where C2 > 0 is an arbitrary constant. (g) Classify the fixed point and its stability. (h) In what direction do Romeo’s and Juliet’s feelings go around the ellipse? (i) Discuss the possible outcome for different initial conditions of love/hate. 2. (Doug Wright, Drexel U.) Romeo’s best friend, Mercutio, doesn’t like Juliet’s fick- leness and thinks that Romeo is too good for her. He has decided to try to break them up for good. So, he has started telling Romeo how awful Juliet is. Romeo trusts Mercutio, and so, his ardor for Juliet wanes a bit when Mercutio tells him such things, though he still really likes Juliet. On the other hand, Juliet dislikes
  • 4. 1 Mercutio and the more he disapproves of her relationship with Romeo, the more she likes Romeo. Let R and J be as before, and let M(t) be Mercutio’s disapproval of Romeo and Juliet’s relationship at time t, with positive values of M signifying disapproval. Then a model for this complicated saga is: R′(t) = J − 2M, J′(t) = −R + 4M, M ′(t) = R + 4J (2) (a) Rewrite (2) as a system. (b) Find the fixed point(s). (c) Find the eigenvalues. (d) Without further calculation, describe what happens to Romeo and Juliet’s relationship now. Does Mercutio’s tampering have the effect he wants? Do Romeo and Juliet continue to oscillate between love and hate as before? 3. (Doug Wright, Drexel U.) So, now, it turns out that Mercutio has feelings for Juliet. Let R(t) be Romeo’s love/hate for Juliet at time t, as before; JR(t) be Juliet’s love/hate for Romeo at time t; M(t) be Mercutio’s love/hate for Juliet at
  • 5. time t; and JM (t) be Juliet’s love/hate for Mercutio at time t. The situation is that: • Romeo still likes/dislikes Juliet more the more she likes/dislikes him; • Romeo doesn’t know about the Mercutio/Juliet leg of the triangle, so his feelings are unaffected by Mercutio’s feelings for Juliet and Juliet’s feelings for Mercutio. • Juliet sill gets more interested in Romeo when he is not interested in her and vice versa. But, she also likes the intrigue of being in a love triangle and so feels more for Romeo when Mercutio likes her and more for Mercutio when Romeo likes her. (Weird.) • Mercutio thinks Juliet’s distaste for him is “a major turn-on”, so, the more she hates him, the more he likes her. But, he is feeling guilty, so he tries to slow his feelings for Juliet when they are strong. Also, he’s the jealous type, so the more Juliet likes Romeo, the more he likes Juliet. • Juliet pretty much just doesn’t like Mercutio, but she responds to him the same way she does to Romeo. A mathematical model for this saga is: R′(t) = JR,
  • 6. J′R(t) = −R + JM, M ′(t) = −R + JR −M −JM J′M (t) = JR −M (3) 2 (a) Rewrite (3) as a system and state the one fixed point. (b) Show the work to find the eigenvalues, which are {−2, i,−i, 1}. (c) Use computer software to find the corresponding eigenvectors and write the solution in general form without simplifying. (So, you can leave things with imaginary eigenvalues.) Identify the four fundamental solutions. (d) Discuss the role of the four fundamental solutions (two of them can be dis- cussed together). How do you predict the story will end as time gets large. 4. Determine type and stability of the critical point. Find the general solution. Sketch the eigenvectors and some trajectories in the phase plane. dy1 dt = 4y1 + y2 dy2 dt
  • 7. = 4y1 + 4y2 Solve the initial value problem given that y(0) = [ 1 −1 ] . 5. General relativity and planetary orbits: The relativistic equation for the orbit of a planet around the sun is d2u dθ2 + u = α + �u2 where u = 1/r and r,θ are the polar coordinates of the planet in its plane of motion. The parameter α is positive and can be found explicitly from classical Newtonian mechanics; the term �u2 is Einstein’s correction. Here � is a very small positive parameter. (a) Rewrite the equation as a system in (u,v) phase plane, where v = du dθ . (b) Find all the equilibrium points of the system.
  • 8. (c) Show that one of the equilibria is a center in the (u,v) phase plane, according to the linearization. Do you think that allowing for nonlinearity would cause the center to be a spiral or a nonlinear center (all trajectories sufficently close to it remain closed). What does a spiral correspond to? (d) Show that the equilibrium point found in (c) corresponds to a elliptical plan- etary orbit that are close to circular. 6. Rabbit versus Sheep: Consider the following “rabbits vs. sheep” problem, with y1, y2 ≥ 0 representing the number of rabbits and sheep at time t. This model allows for competition within species as well as competition between the species: y1 ′ = r1y1(1 − y1 K1 ) − b1y1y2; 3 y2 ′ = r2y2(1 − y2
  • 9. K2 ) − b2y1y2. Here the rj (j=1,2) are rates of reproduction of the rabbits and sheep; Kj (j=1,2) represent competition within species, and bj (j=1,2) represent competition between species. (a) Nondimensionalize the model: Let Y1 = y1/K1 ≥ 0 Y2 = y2/K2 ≥ 0 T = r1t ≥ 0 R = r2/r1 > 0 α1 = b1K2/r1 > 0 α2 = b2K1/r1 > 0, where Y1 is a nondimensional measure of the number of rabbits, Y2 is a nondi- mensional measure of the number of sheep, and T is a nondimensional measure of time. Show that the resulting nondimensional model is: Y1 ′ = Y1(1 −Y1) −α1Y1Y2; Y2 ′ = RY2(1 −Y2) −α2Y1Y2. (b) Find the fixed points. (c) Show that there are four qualitatively different phase
  • 10. portraits possible for when t →∞. That is, show that, depending on the relative sizes of α1,α2,R, the end state can be any of: (i) either there will be all rabbits or there will be all sheep; (ii) only sheep will survive; (iii) only rabbits will survive; (iv) rabbits and sheep coexist stably together. (d) Discuss the biological meaning of these states. 4 Change Initiative Proposal Grading Guide MGT/330 Version 9 3 Change Initiative Proposal Grading Guide MGT/330 Version 9 Management Theory, Practice, and Application Copyright Copyright © 2016 by University of Phoenix. All rights reserved. University of Phoenix® is a registered trademark of Apollo Group, Inc. in the United States and/or other countries. Microsoft®, Windows®, and Windows NT® are registered trademarks of Microsoft Corporation in the United States and/or other countries. All other company and product names are trademarks or registered trademarks of their respective companies. Use of these marks is not intended to imply
  • 11. endorsement, sponsorship, or affiliation. Edited in accordance with University of Phoenix® editorial standards and practices. Learning Team: Change Initiative ProposalPurpose of Assignment This assignment provides students with an opportunity to show their understanding of course material related to driving change and innovation from earlier in the course (Week 2) and application of important management tools for driving that change from the current week’s readings on power, politics and motivation, and effective conflict resolution. Resources Required Chapter 6, 10 and 11, Week 4 selected readings, University LibraryGrading Guide Content Met Partially Met Not Met Comments: Explain the importance of change and innovation to the workforce. Explain the type of approaches that you think are best to optimize the use of power and politics in your organization to support the change initiative.
  • 12. Analyze what sorts of approaches to conflict management will be used as the change initiative will likely cause confusion in roles and responsibilities during the implementation process. Explain what sorts of motivation your team recommends for management to help the workforce become adaptive and open to not only this initiative but also future innovations in the organization. The memo is 1,575 words in length. Total Available Total Earned 10.5 #/10.5 Writing Guidelines Met Partially Met
  • 13. Not Met Comments: The paper—including tables and graphs, headings, title page, and reference page—is consistent with APA formatting guidelines and meets course-level requirements. Intellectual property is recognized with in-text citations and a reference page. Paragraph and sentence transitions are present, logical, and maintain the flow throughout the paper. Sentences are complete, clear, and concise. Rules of grammar and usage are followed including spelling and punctuation. Total Available Total Earned