Querry 10

course Mth 272

2/28 around 12:15

If your solution to a stated problem does not match the given solution, you should self-critique per instructions at

http://vhcc2.vhcc.edu/dsmith/geninfo/labrynth_created_fall_05/levl1_22/levl2_81/file3_259.htm.

Your solution, attempt at solution: If you are unable to attempt a solution, give a phrase-by-phrase interpretation of the problem along with a statement of what you do or do not understand about it. This response should be given, based on the work you did in completing the assignment, before you look at the given solution.

010. `query 10

*********************************************

Question: `q5.5.1 (previously 5.5.23 (was 5.5.28)) area in region defined by y=8/x, y = x^2, x = 1, x = 4

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

f(x) = 8 / x and g(x) = x^2

area = intg 1 to 4 [ f(x) – g(x)]dx

= [8 / x - x^2] 1 to 4

= 8 ln x – x^3 / 3

= (8 ln 4 – 4^3 / 3) – (8 ln 1 – 1^3 / 3)

= (11.090 – 21.333) – (0 – 0.333)

= (10.243 – (-0.333)

= - 9.91

confidence rating #$&*:1

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.............................................

Given Solution:

`a These graphs intersect when 8/x = x^2, which we solve to obtain x = 2.

For x < 2 we have 8/x > x^2; for x > 2 the inequality is the reverse.

So we integrate 8/x - x^2 from x = 1 to x = 2, and x^2 - 8 / x from x = 2 to x = 4.

Antiderivative are 8 ln x - x^3 / 3 and x^3 / 3 - 8 ln x. We obtain

8 ln 2 - 8/3 - (8 ln 1 - 1/3) = 8 ln 2 - 7/3 and

64/3 - 8 ln 4 - (8 ln 2 - 8/3) = 56/3 - 8 ln 2.

Adding the two results we obtain 49/3. **

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary):

?????????????/I see what is going on, but how do I know when to use this exam and not what I used.

Consider the following, which I've just appended to the original query document:

You should

begin by constructing graphs of y = 1/x and y = x^2 on the interval 1 < x < 4. 

You should refer to these graphs as you work through the following:

 

To find the

area between the graphs of two functions you always have to integrate the

quantity (greater function - lesser function).

As you see it

is important to construct the graphs of the two functions to get an idea which

is greater where.

The key idea

is as follows:


Assuming that f(x) and g(x) are continuous functions, then f(x) - g(x) is a

continuous function. 

If the

functions are reasonably well behaved (as they will be in this course), then f(x)

- g(x) could be positive on some intervals and negative on others.

So if we can

find the intervals where f(x) - g(x) is positive, and the intervals where

negative, we can easily set up our integrals.

To find the

intervals, we observe that a continuous function can go from positive to

negative or from negative to positive only by taking the value 0
at the

point where it makes the change.


So if we can find the x values where f(x) - g(x) = 0, we are just about home

free.

In the

present case, we can let f(x) = 8/x and g(x) = x^2.

Thus f(x)

- g(x) = 8 / x - x^2 and our equation f(x) - g(x) = 0 becomes


8/x - x^2 = 0.

We easily

solve this equation (multiply both sides by x to get 8 - x^3 = 0 so x^3 = 8

and therefore x = 2).

For 1 < x

< 2 the function 8/x - x^2 has just one sign, and for 2 < x < 4 it just one

sign. We can easily determine the signs on these intervals by substitution:

x =

3/2 lies in the interval 1 < x < 2, and when x = 3/2 our function 8/x -

x^2 takes value 8/(3/2) - (3/2)^2 = 16/3 - 9/4 = (64 - 27) / 12, which

is clearly positive.

x = 3

lies in the interval 2 < x < 4, and when x = 3 our function 8/x - x^2

takes value 8/3 - 3^2 = 8/3 - 9 = (8 - 27) / 3, which is clearly

negative.

Our total

area is therefore

total

area = integral ( (9/x - x^2) , x from 1 to 2) + integral ( (x^2 - 8/x),

x from 2 to 4).

You should

of course write out these integrals in standard form.

 

Notes:

At x = 2

our function 8/x - x^2 takes value 0. This means that the graphs of 8/x and

x^2 must intersect at x = 2.

A simple

graph of the functions won't necessarily show that the intersection point

occurs when x = 2, but it will clearly show that 8/x is greater to the left

of the intersection point, and x^2 is greater to the right.


This would tell you which function to subtract from which on which interval.

------------------------------------------------

Self-critique rating #$&*: 2

*********************************************

Question: `q5.5.4 (previously 5.5.44 (was 5.5.40) ) demand p1 = 1000-.4x^2, supply p2=42x

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

42x = 1000 - .4x^2 - we add .4x^2 to both sides and subtract 1000

.4x^2 + 42x – 1000 we use the quadratic equation –b + sqrt(b^2 – 4ac) / 2a

x = -42 + sqrt(42^2 – 4 * .4 * -1000) / 2 * .4 = .42 + 58 / 0.8

x = 20 and x = -125 we will use x = 20 due to the other answer negative

42 (20) = $840

consumer = intg 0 to 20 [(1000 - .4x^2) – 840] dx

= 160x - .4x^3 / 3

= (160 (20) - .4 (20)^3 / 3) – 160 (0) - .4(0)^3 / 3

= 3200 – 1066 - 0

= 2133.3

producer = intg 0 to 20 [840 – 42x)dx

= [ 840x – 42x^2 / 2]

= [840(20) – 42(20)^2 / 2] – [ 840(0) – 42(0)^2 / 2

= 16800 – 8400

= 8400

confidence rating #$&*:2

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.............................................

Given Solution:

`a 1000-.4x^2 = 42x is a quadratic equation. Rearrange to form

-.4 x^2 - 42 x + 1000 = 0 and use the quadratic formula.

You get x = 20

At x = 20 demand is 1000 - .4 * 20^2 = 840, supply is 42 * 20 = 840.

The demand and supply curves meet at (20, 840).

The area of the demand function above the equilibrium line y = 840 is the integral of 1000 - .4 x^2 - 840 = 160 - .4 x^2, from x = 0 to the equlibrium point at x = 20. This is the consumer surplus.

The area of the supply function below the equilibrium line is the integral from x = 0 to x = 20 of the function 840 - 42 x. This is the producer surplus.

The consumer surplus is therefore integral ( 160 - .4 x^2 , x from 0 to 20) = 2133.33 (antiderivative is 160 x - .4 / 3 * x^3). *&*&

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary):

------------------------------------------------

Self-critique rating #$&*:

&#Good responses. See my notes and let me know if you have questions. &#