1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
skad [1K]
3 years ago
5

Let y(t) be the solution to y˙=3te−y satisfying y(0)=3 . (a) Use Euler's Method with time step h=0.2 to approximate y(0.2),y(0.4

),...,y(1.0) . k tk yk 0 0 3 1 0.2 equation editor Equation Editor 2 0.4 equation editor Equation Editor 3 0.6 equation editor Equation Editor 4 0.8 equation editor Equation Editor 5 1.0 equation editor Equation Editor (b) Use separation of variables to find y(t) exactly. y(t) = equation editor Equation Editor (c) Compute the error in the approximations to y(0.2),y(0.6) , and y(1). |y(0.2)−y1|=

Mathematics
1 answer:
OLEGan [10]3 years ago
3 0

Answer:

  • y(0.2)=3, y(0.4)=3.005974448, y(0.6)=3.017852169, y(0.8)=3.035458382, and y(1.0)=3.058523645
  • The general solution is y=\ln \left(\frac{3t^2}{2}+e^3\right)
  • The error in the approximations to y(0.2), y(0.6), and y(1):

|y(0.2)-y_{1}|=0.002982771

|y(0.6)-y_{3}|=0.008677796

|y(1)-y_{5}|=0.013499859

Step-by-step explanation:

<em>Point a:</em>

The Euler's method states that:

y_{n+1}=y_n+h \cdot f \left(t_n, y_n \right) where t_{n+1}=t_n + h

We have that h=0.2, t_{0}=0, y_{0} =3, f(t,y)=3te^{-y}

  • We need to find y(0.2) for y'=3te^{-y}, when y(0)=3, h=0.2 using the Euler's method.

So you need to:

t_{1}=t_{0}+h=0+0.2=0.2

y\left(t_{1}\right)=y\left(0.2)=y_{1}=y_{0}+h \cdot f \left(t_{0}, y_{0} \right)=3+h \cdot f \left(0, 3 \right)=

=3 + 0.2 \cdot \left(0 \right)= 3

y(0.2)=3

  • We need to find y(0.4) for y'=3te^{-y}, when y(0)=3, h=0.2 using the Euler's method.

So you need to:

t_{2}=t_{1}+h=0.2+0.2=0.4

y\left(t_{2}\right)=y\left(0.4)=y_{2}=y_{1}+h \cdot f \left(t_{1}, y_{1} \right)=3+h \cdot f \left(0.2, 3 \right)=

=3 + 0.2 \cdot \left(0.02987224102)= 3.005974448

y(0.4)=3.005974448

The Euler's Method is detailed in the following table.

<em>Point b:</em>

To find the general solution of y'=3te^{-y} you need to:

Rewrite in the form of a first order separable ODE:

e^yy'\:=3t\\e^y\cdot \frac{dy}{dt} =3t\\e^y \:dy\:=3t\:dt

Integrate each side:

\int \:e^ydy=e^y+C

\int \:3t\:dt=\frac{3t^2}{2}+C

e^y+C=\frac{3t^2}{2}+C\\e^y=\frac{3t^2}{2}+C_{1}

We know the initial condition y(0) = 3, we are going to use it to find the value of C_{1}

e^3=\frac{3\left(0\right)^2}{2}+C_1\\C_1=e^3

So we have:

e^y=\frac{3t^2}{2}+e^3

Solving for <em>y</em> we get:

\ln \left(e^y\right)=\ln \left(\frac{3t^2}{2}+e^3\right)\\y\ln \left(e\right)=\ln \left(\frac{3t^2}{2}+e^3\right)\\y=\ln \left(\frac{3t^2}{2}+e^3\right)

<em>Point c:</em>

To compute the error in the approximations y(0.2), y(0.6), and y(1) you need to:

Find the values y(0.2), y(0.6), and y(1) using y=\ln \left(\frac{3t^2}{2}+e^3\right)

y(0.2)=\ln \left(\frac{3(0.2)^2}{2}+e^3\right)=3.002982771

y(0.6)=\ln \left(\frac{3(0.6)^2}{2}+e^3\right)=3.026529965

y(1)=\ln \left(\frac{3(1)^2}{2}+e^3\right)=3.072023504

Next, where y_{1}, y_{3}, \:and \:y_{5} are from the table.

|y(0.2)-y_{1}|=|3.002982771-3|=0.002982771

|y(0.6)-y_{3}|=|3.026529965-3.017852169|=0.008677796

|y(1)-y_{5}|=|3.072023504-3.058523645|=0.013499859

You might be interested in
A certain city covers an area of 42.5 mi? How many square kilometers is this?
klasskru [66]

Answer:

go in creative and count how many blocks there are

One of the many points of contention between Federalists, who advocated a strong national government, and Anti-Federalists, who wanted power to remain with state and local governments, was the Constitution’s lack of a bill of rights that would place specific limits on government power. Federalists argued that the Constitution did not need a bill of rights, because the people and the states kept any powers not given to the federal government. Anti-Federalists held that a bill of rights was necessary to safeguard individual liberty.

Madison, then a member of the U.S. House of Representatives, altered the Constitution’s text where he thought appropriate. However, several representatives, led by Roger Sherman, objected, saying that Congress had no authority to change the wording of the Constitution. Therefore, Madison’s changes were presented as a list of amendments that would follow Article VII.

The House approved 17 amendments. Of these, the Senate approved 12, which were sent

Step-by-step explanation:

6 0
3 years ago
Read 2 more answers
13. The altitude of an equilateral triangle is 6 in. long. Find the length of a side of the triangle. (Hint: what triangles are
JulijaS [17]
Yeah the answer is in that file
6 0
3 years ago
BRAINLIESTTT ASAP!!! PLEASE HELP ME :)
loris [4]

Answer:

○ ³\⁷

Step-by-step explanation:

Since you are multiplying ⁷√x three times, you write it like this first, ⁷√x³, then according to one of the Six Exponential Rules, ⁿ√aᵐ = aᵐ\ⁿ, ⁷√x³ gets rewritten as x³\⁷.

If you are ever in need of assistance, do not hesitate to let me know by subscribing to my You-Tube channel [USERNAME: MATHEMATICS WIZARD], and as always, I am joyous to assist anyone at any time.

**In one of my You-Tube videos, it talks about all six exponential rules. The video is titled "Six Exponential Rules". Go check it out and get as much assistance as you can from the tutorial.

4 0
3 years ago
What is the ratio of females who prefer strawberry ice cream? ( DO NOT SIMPLIFY)
Vaselesa [24]

Answer:

The answer is 15/37.

Step-by-step explanation:

There are 15 girls who like starwberry icecream, and the total of girls is 37.

So, the ratio of girls who prefer strawberry icream to the whole group of girls, 15 out of 37 (15/37 or 15:37) like strawberry icecream.

5 0
2 years ago
How can i find the área of a triangle? please help.​
Anni [7]

This is the area of a triangle

7 0
3 years ago
Read 2 more answers
Other questions:
  • What is the abbreviation for SI unit of mass
    14·2 answers
  • 18k+26-8k=86 <br><br> I’m confused
    9·2 answers
  • Write the expression (4X -2)•6(2X +7)in the standard form of a quadratic expression
    15·1 answer
  • If a pizza delivery driver only carries change for $20 and your order total was $86.99, would the driver have change for a $100
    7·1 answer
  • |a|=6 solve please I need help
    8·1 answer
  • . 35 is 70% of what number?<br> 16 is 40% of what number
    6·1 answer
  • Is the term (X + 2) a factor of the polynomial shown below?
    11·1 answer
  • What is the distance between the points (4,5) and (10, 13) on a coordinate
    14·1 answer
  • 2.
    5·1 answer
  • Help me with this please
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!