Concept explainers
Exercises 33-37 deal with a variation of the Josephus problem described by Graham, Knuth, and Patashnik in [GrKnPa94). This problem is based on an account by the historian Flavius Josephus, who was part of a band of 41 Jewish rebels trapped in a cave by the Romans during the Jewish-Roman war of the first century. The rebels preferred suicide to capture; they decided to form a circle and to repeatedly count off around the circle, killing every third rebel left alive. However, Josephus and another rebel did not want to be killed this way; they determined the positions where they should stand to be the last two rebels remaining alive. The variation we consider begins with n people, numbered 1 to n, standing around a circle. In each stage, every second person still left alive is eliminated until only one survives. We denote the number of the survivor by J(n).
36. Use mathematical induction to prove the formula you conjectured in Exercise 34, making use of the recurrence relation from Exercise 35.
Want to see the full answer?
Check out a sample textbook solutionChapter 8 Solutions
DISCRETE MATHEMATICS+ITS APPL. (LL)-W/A
- No Chatgpt please will upvote Already got wrong Chatgpt answerarrow_forwardConsider the initial value problem mx" + cx' + kx = F(t), x(0) = 0, x'(0) = 0 modeling the motion of a damped mass-spring system initially at rest and subjected to an applied force F(t), where the unit of force is the Newton (N). Assume that m = = 2 kilograms, c = 8 kilograms per second, k 80 Newtons per meter, and F(t) = 20e¯* = Newtons. Solve the initial value problem. x(t) = = help (formulas) Determine the long-term behavior of the system (steady periodic solution). Is lim x(t) = 0 t→∞ ? If it is, enter zero. If not, enter a function that approximates x(t) for very large positive values of t. For very large positive values of t, x(t) ≈ x sp(t) = help (formulas) Book: Section 2.6 of Notes on Diffy Qsarrow_forwardConsider the initial value problem mx" + cx' + kx = F(t), x(0) = 0, x'(0) = 0 modeling the motion of a damped mass-spring system initially at rest and subjected to an applied force F(t), where the unit of force is the Newton (N). Assume that m = 2 kilograms, c = 8 kilograms per second, k = 80 Newtons per meter, and F(t) = 100 cos(8t) Newtons. Solve the initial value problem. x(t) = help (formulas) Determine the long-term behavior of the system (steady periodic solution). Is lim x(t) = 0 t→∞ ? If it is, enter zero. If not, enter a function that approximates x(t) for very large positive values of t. For very large positive values of t, x(t)≈ x sp(t) = help (formulas) Book: Section 2.6 of Notes on Diffy Qsarrow_forward
- Consider the initial value problem mx" cx' + kx F(t), x(0) = 0, x'(0) = 0 modeling the motion of a damped mass-spring system initially at rest and subjected to an applied force F(t), where the unit of force is the Newton (N). Assume that m = 2 80 Newtons per meter, and F(t) = 20 sin(6t) kilograms, c = 8 kilograms per second, k = Newtons. Solve the initial value problem. x(t) = help (formulas) Determine the long-term behavior of the system (steady periodic solution). Is lim x(t) = 0 0047 ? If it is, enter zero. If not, enter a function that approximates x(t) for very large positive values of t. For very large positive values of t, x(t) ≈ x sp(t) = ☐ help (formulas) Book: Section 2.6 of Notes on Diffy Qsarrow_forwardConsider the differential equation y' = - 4xy with initial condition y(0) = 1.9. Recall that Runge-Kutta method has the following formula for computing the next step, where h is the step size: f(xi, Yi) = fx i + (++) k1 = h k2 2 ¯‚ Yi + k₁ h h k3 = fxi 2 `, Yi + k₂· 2 k4 = f(xi+h, yikзh) i+1=i+h k12k22k3 + k4 Yi+1 Yi + h 6 Using Runge-Kutta step size h = 0.4: Estimate y(0.4) ≈ help (numbers) Estimate y(0.8) ≈ help (numbers) Book: Section 1.7 of Notes on Diffy Qsarrow_forwardDetermine which differential equation corresponds to each phase diagram. You should be able to state briefly how you know your choices are correct. х x 4 4 4 4 3 3 3 3 2 2 2 2 dx ? ✰ dt = 1. = x² - 3x 1 1 1 1 ? ◇ 2. dx dt = x(x − 2) - 0 0 0 0 ? ◇ 3. dx dt = x(2 − x)² -1 -1 -1 -1 Q -2 -2 -2 dx ? ◇ 4. ༤་ dt = = 3x - x² -3 -3 -3 -3 x³- 4x = x²|x − 2| ? ◇ 5. ம் dx dt བི་ dx ? ◇ 6. dt ཝེ་ dx ? 7. dt ཝེ་ dx ? ◇ 8. ཝེ་ dt -4 -4 -4 -4 A B 0 D = = 2x = x² * x * * x * K 4 4 4 4 = 4x - x³ 3 3 3 • 3 Book: Section 1.6 of Notes on Diffy Qs dit for this problem 2 2 2 2 1 1 1 1 0 0 0 8 -1 -1 -1 -1 N 心 -2 -2 -3 -3 -3 -4 -4 -4 -4 E FL G Harrow_forward
- Dear expert Chatgpt gives wrong answer Plz don't use chat gptarrow_forwardAn improved method that is similar to Euler's method is what is usually called the Improved Euler's method. It works like this: Consider an equation y' = f(x, y). From (xn, Yn), our approximation to the solution of the differential equation at the n-th stage, we find the next stage by computing the x-step Xn+1 = xn +h, and then k1, the slope at (xn, Yn). The predicted new value of the solution . İs Zn+1 = Yn + h · k₁. Then we find the slope at the predicted new point k₁ = f(xn+1, Zn+1) and get the corrected point by averaging slopes h Yn+1 = = Yn + 1½ ½ (k1 + k₂). Suppose that we use the Improved Euler's method to approximate the solution to the differential equation dy dx = x - 0.5y, y(0.5) = 9. We let xo = 0.5 and yo 9 and pick a step size h = 0.25. Complete the following table: n xn Yn k1 Zn+1 k₂ 0 0.59-48 -3.25 ♡ <+ help (numbers) The exact solution can also be found for the linear equation. Write the answer as a function of x. y(x) = = help (formulas) Thus the actual value of the…arrow_forwardAlready got wrong Chatgpt answer If ur also Chatgpt user leave itarrow_forward
- Trigonometry (MindTap Course List)TrigonometryISBN:9781305652224Author:Charles P. McKeague, Mark D. TurnerPublisher:Cengage Learning