Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3 Identifying an appropriate domain some graphs and from these decide upon an appropriate domain. Example 1 : y = y 0 + v 0

3 Identifying an appropriate domain some graphs and from these decide upon an appropriate domain.
Example 1:
y=y0+v0t-12at2
Suppose a ball is thrown with an initial velocity of v0=10 meters per second upward from an initial height of y0=2 meters. On what realistic domain will y(t)0? seconds should be long enough, if the model is realistic.
>t= linspace (0,10);
> plot(t,y)
If you make this graph, you'll see that 10 seconds was too long. (Why). Let's replot using an interval of 0,2.
>t=linspace(0,2);
>plot(t,2+10**t-(12)**10**t*??2)
(We combined the definition of y directly into the plot function.)
Now our interval is too small.
Exercise 2:
Replot the ball problem until you can find a good estimate for the value of b so that y(t)0 on the interval 0,b, and is negative for t>b. What is the value of b that you found?
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Real Time Database Systems Architecture And Techniques

Authors: Kam-Yiu Lam ,Tei-Wei Kuo

1st Edition

1475784023, 978-1475784022

More Books

Students also viewed these Databases questions

Question

Prepare an electronic rsum.

Answered: 1 week ago

Question

Strengthen your personal presence.

Answered: 1 week ago

Question

Identify the steps to follow in preparing an oral presentation.

Answered: 1 week ago