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
Lubov Fominskaja [6]
3 years ago
10

(c). It is well known that the rate of flow can be found by measuring the volume of blood that flows past a point in a given tim

e period. The volume V of blood flow through the blood vessel is V = =[₁2πvr dr where v= K (R² − r²) is the velocity of the blood through a vessel. In the velocity of the blood through a vessel, K is a constant, the maximum velocity of the blood, R is a constant, the radius of the blood vessel and r is the distance of the particular corpuscle from the center of the blood vessel.
(i) If R = 0.30 cm and v= (0.30-3.33r²) cm/s, find the volume.

(ii) Construct and develop a general formula for the volume of the blood flow. [Verify your answer by MATHEMATICA and attach the printout of the commands and output

Mathematics
1 answer:
aleksklad [387]3 years ago
5 0

(i) Given that

V(R) = \displaystyle \int_0^R 2\pi K(R^2r-r^3) \, dr

when R = 0.30 cm and v = (0.30 - 3.33r²) cm/s (which additionally tells us to take K = 1), then

V(0.30) = \displaystyle \int_0^{0.30} 2\pi \left(0.30-3.33r^2\right)r \, dr \approx \boxed{0.0425}

and this is a volume so it must be reported with units of cm³.

In Mathematica, you can first define the velocity function with

v[r_] := 0.30 - 3.33r^2

and additionally define the volume function with

V[R_] := Integrate[2 Pi v[r] r, {r, 0, R}]

Then get the desired volume by running V[0.30].

(ii) In full, the volume function is

\displaystyle \int_0^R 2\pi K(R^2-r^2)r \, dr

Compute the integral:

V(R) = \displaystyle \int_0^R 2\pi K(R^2-r^2)r \, dr

V(R) = \displaystyle 2\pi K \int_0^R (R^2r-r^3) \, dr

V(R) = \displaystyle 2\pi K \left(\frac12 R^2r^2 - \frac14 r^4\right)\bigg_0^R

V(R) = \displaystyle 2\pi K \left(\frac{R^4}2- \frac{R^4}4\right)

V(R) = \displaystyle \boxed{\frac{\pi KR^4}2}

In M, redefine the velocity function as

v[r_] := k*(R^2 - r^2)

(you can't use capital K because it's reserved for a built-in function)

Then run

Integrate[2 Pi v[r] r, {r, 0, R}]

This may take a little longer to compute than expected because M tries to generate a result to cover all cases (it doesn't automatically know that R is a real number, for instance). You can make it run faster by including the Assumptions option, as with

Integrate[2 Pi v[r] r, {r, 0, R}, Assumptions -> R > 0]

which ensures that R is positive, and moreover a real number.

You might be interested in
The area, a, of a square whose side length is n
svetlana [45]

Answer:

a*n=area

Step-by-step explanation:

3 0
3 years ago
I need help on 2 3 and 4
ki77a [65]

Answer:

2. 4a^6b^2

3a. False

3b. False

3c. False

3d. True

4. C

Step-by-step explanation:

I think this is right but I'm not sure, this is some tough stuff.

Good luck!

7 0
2 years ago
Read 2 more answers
What is the value of x in the equation 40(x - 3) = 24x - 48?
pogonyaev

Answer:

x=10.5

Step-by-step explanation:

40x-120=24x-48

40x-168=24x

16x-168=0

16x=168

x=10.5

Have a great day!

6 0
2 years ago
Fiona and Camilla took a load of peaches to the farmer’s market. During the first hour, they sold ½ of the peaches plus ½ of a p
Lana71 [14]
<em>They took 101 peaches to market.</em>

<u>Check:</u>

In the 1st hour, they sold (101/2 + 1/2) = 102/2 = 51.  They had 50 left.

In the 2nd hour, they sold (50/3 + 1/3)=51/3=17.  They had (50-17)=33 left.

In the 3rd hour, they sold (33/4 + 3/4) = 36/4 = 9.  They had (33-9) = 24 left.

In the final hour, they sold (24/5 + 1/5) = 25/5 = 5.  They had (24-5) = 19 left.  yay!

Fiona and Camilla took their 19 remaining peaches and went home.  Sharing with
their parents and their brother Rowlf, each person had 3.8 peaches for dinner.
There was a lot of activity in the bathroom overnight.

================================================

The key to solving this one is to work it backwards.

-- They had 19 peaches left at the end of the day.

-- During the final hour, the 1/5 of a peach that they sold left them with 19,
so they had 19-1/5 before they sold the 1/5 of a peach.
The 19-1/5 was 4/5 of what they had at the beginning of the final hour.
So, at the beginning of the final hour, they had (5/4)x(19.2) = 24 .

-- During the 3rd hour, the 3/4 of a peach that they sold left them with 24,
so they had 24-3/4 before they sold the 3/4 of a peach.
The 24-3/4 was 3/4 of what they had at the beginning of that hour.
So, at the beginning of the 3rd hour, they had (4/3)x(24.75) = 33 .

Do the same for the 2nd hour.

Then do the same for the 1st hour.

And you'll work your way back up to 101 peaches.


4 0
3 years ago
5 (5) - -2 =<br><br> ( worth 10 points)
Irina-Kira [14]

Answer:

I think 27 is the answer

7 0
3 years ago
Read 2 more answers
Other questions:
  • Sonia has 120 blocks. She decides to stack up all the blocks so that each row
    13·1 answer
  • 1 1/2 pounds of milk is how many cups?
    9·1 answer
  • Using the counting principle to find the probability of choosing the 8 winning lottery numbers when the numbers are chosen at ra
    7·1 answer
  • Given f(x) = x cubed - 3, find f(-2)​
    14·1 answer
  • Can someone please help, ty!
    9·1 answer
  • Given the matrixes A and B shown below ,to solve for X in the equation -A+2x=3B A=[-3 12 -3 -8 ] b=[-11 0 -5 -2 ]
    9·1 answer
  • a bag has 1 red marble, 4 blue marbles, and 3 green marbles. peter draws a marble randomly from the bag, replaces it, and then d
    8·1 answer
  • Jack paid $560 in fees for a certain duration of club membership dues. The admission fee of the club was $200, and Jack has to p
    8·2 answers
  • Position vectors u and v have terminal points of (-6, 3) and (4, -2), respectively. Find the resulting terminal point of 2v - u.
    11·2 answers
  • HELP ILL GIVE BRAINLIST IF YOU HELP MEEEEEEEEEEE
    9·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!