subject
Computers and Technology, 16.10.2020 03:01 Thahani

You must use Python to solve all of the following problems, except the first one, for which you may use dfield. You will need to run the codes and print both the codes and the output (solution). 1) Draw a direction field for the equation y'=y+x-y^2 for -5 < x, y <5, and include the integral curves passing through (x_0,y_0)=(0,0), (2,3), and (-2,-3).
2) Solve the initial value problem (x^2-1)y' + 2xy^2 = 0, y(sqrt(2)) = 1. Give an explicit solution.
3) Solve the ODE xy' + 2y = sin(x), x > 0. Give an explicit solution.
4) Solve the IVP (1/x + 2y^2x)dx + (2yx^2 - cos(y))dy = 0, y(1) = pi. Give an implicit solution.
5) A tank contains 25 lb of salt dissolved in 50 gal of water. Brine containing 4 lb/gal enters the tank at a rate of 2 gal/min and leaves the tank at the same rate.
6) An object cools in 10 min from 100C to 60C. The surroundings are at a temperature of 20C. When will the object have cooled to 25C?7) Solve the differential equation y'' + 4y = sin(2t) - cos(2t).
(a) Determine the amount y of salt in the tank at time t
(b) When is there 150 lb of salt in the tank?

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 00:30
Use the keyword strategy to remember the meaning of the following word. the meaning for the word has been provided. write your keyword and describe the picture you would create in your mind. obfuscate: to make something so confusing that it is difficult to understand.
Answers: 2
question
Computers and Technology, 24.06.2019 12:50
When is it most apprpriate for a development team to change the definition of done
Answers: 1
question
Computers and Technology, 24.06.2019 13:30
Which type of excel chart should be used to track students’ progress on test grades? line column bar pie
Answers: 2
question
Computers and Technology, 24.06.2019 21:40
Assume you need to test a function named inorder. the function inorder receives three int arguments and returns true if and only if the arguments are in non-decreasing order: that is, the second argument is not < the first and the third is not < the second. write the definition of driver function testinorder whose job it is to determine whether inorder is correct. so testinorder returns true if inorder is correct and returns false otherwise. for the purposes of this exercise, assume inorder is an expensive function call, so call it as few times as possible!
Answers: 1
You know the right answer?
You must use Python to solve all of the following problems, except the first one, for which you may...
Questions
Questions on the website: 13722367