Solved: Consider the initial-value problem for a nonlinear

Chapter 5, Problem 5.1.121

(choose chapter or problem)

Consider the initial-value problem for a nonlinear pendulum. Since we cannot solve the differential equation, we can find no explicit solution of this problem. But suppose we wish to determine the firs time t1 0 for which the pendulum in Figure 5.3.3, starting from its initial position to the right, reaches the position OPthat is, the first positive root of u(t) 0. In this problem and the next we examine several ways to proceed. (a) Approximate t1 by solving the linear problem (b) Use the method illustrated in Example 3 of Section 4.10 to find the first four nonzero terms of a Taylor series solution u(t) centered at 0 for the nonlinear initial-value problem. Give the exact values of all coefficients (c) Use the first two terms of the Taylor series in part (b) to approximate t1. (d) Use the first three terms of the Taylor series in part (b) to approximate t1. (e) Use a root-finding application of a CAS or a graphic calculator and the first four terms of the Taylor series in part (b) to approximate t1. (f) In this part of the problem you are led through the commands in Mathematica that enable you to approximate the root t1. The procedure is easily modified so that any root of u(t) 0 can be approximated. (If you do not have Mathematica, adapt the given procedure by finding the corresponding syntax for the CAS you have on hand.) Precisely reproduce and then, in turn, execute each line in the given sequence of commands. sol NDSolve[{y[t] Sin[y[t]] 0, y[0] Pi/12, y[0] 1/3}, y, {t, 0, 5}]//Flatten solution y[t]/.sol Clear[y] y[t_]: Evaluate[solution] y[t] gr1 Plot[y[t], {t, 0, 5}] root FindRoot[y[t] 0, {t, 1}] (g) Appropriately modify the syntax in part (f) and fin the next two positive roots of u(t) 0. d2 dt2

Unfortunately, we don't have that question answered yet. But you can get it answered in just 5 hours by Logging in or Becoming a subscriber.

Becoming a subscriber
Or look for another answer

×

Login

Login or Sign up for access to all of our study tools and educational content!

Forgot password?
Register Now

×

Register

Sign up for access to all content on our site!

Or login if you already have an account

×

Reset password

If you have an active account we’ll send you an e-mail for password recovery

Or login if you have your password back