Query 18

#$&*

course Mth 163

12/14 11

018. `query 18

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

Question: `q Explain the general strategy used in this assignment for attempting to linearize a set of y vs. x data.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

If the equation does not yield a linear graph, then you will check it by using the y vs x data. In doing so, you would try log(y) vs. x, log(y) vs. log(x), and y vs. log(x). Plug in the numbers to see which table best resembles a linear graph.

confidence rating #$&*: 3

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

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

Given Solution:

`a** If the y vs. x table yields a decent linear graph, you'll just find the slope and vertical-axis intercept and you're pretty much done. Your equation in this case will be

y = m x + b.

If your table doesn't yield a linear graph, then you'll check the graphs of log(y) vs. x, y vs. log(x) and log(y) vs. log(x) to see if any of these tables yields a linear graph.

You won't have set the system up the same way it's presented here, but your setup should be consistent with the following:

Start with your table of y vs. x values. Your table might have headings

x y

with values listed in the columns below.

Add columns for log(x) and log(y), so your headings now read

x y log(x) log(y)

You can easily fill in the values of log(x) and log(y). Use can use the base-10 log, the natural log, or the log to any other base. Usually a special base won't be helpful to you so you will keep it simple by using base-10 or natural log.

Now you can just copy the columns to create the necessary tables. The first table might be log(y) vs. log(x), in which case it would have headings

log(x) log(y).

The second might be log(y) vs. x, with headings

x log(y).

The third might be y vs. log(x), with headings

log(x) y.

Having filled in the columns to create each table, you will want to see which table, if any, gives you a linear graph. Hopefully you are able to do some estimates using mental arithmetic to quickly eliminate one or more possibilities.

You then graph any of the possibilities you haven't eliminated. (If your mental arithmetic isn't reliable you'll probably end up having to graph all possibilities).

Any graph which can be reasonably well fit with a straight line will give you a linearization. Finding the slope m and the vertical-axis intercept b you will obtain an equation for the line.

If the log(y) vs. x graph is linear, then the corresponding equation is

log(y) = m x + b.

To express y as a function of x, this equation would then be solved for y.

If the log(y) vs. log(x) graph is linear, then the corresponding equation is

log(y) = m log(x) + b.

To express y as a function of x, this equation would then be solved for y.

If the y vs. log(x) graph is linear, then the corresponding equation is

y = m log(x) + b.

If none of these graphs is linear, then you would have to get creative and consider other possibilities. However, in this course it will be sufficient if you simply apply this method correctly.

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

Self-critique (if necessary): ok

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

Question: `q Linearizing Data and Curve Fitting Problem 1. table for y = 2 t^2 vs. t, for t = 0 to 3, linearize.

Give your table and the table for sqrt(y) vs. t.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

y = 2t^2

t y

0 0

1 2

2 8

3 18

t sqrt(y)

0 0

1 1.41

2 2.83

3 4.24

confidence rating #$&*: 3

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

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

Given Solution:

`a** The table for y vs. t is

t y

0 0

1 2

2 8

3 18

The table for sqrt(y) vs t, with sqrt(y) given to 2 significant figures, is

t sqrt(y)

0 0

1 1.4

2 2.8

3 4.2 **

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

Self-critique (if necessary):

ok

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

Self-critique rating: ok

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

Question: `q Is the first difference of the `sqrt(y) sequence constant and nonzero?

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

Self-critique (if necessary):

The difference sequence is constant and nonzero because the difference between each one in sqrt(y) is 1.4

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

Self-critique rating:ok

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

Question: `q The sqrt(y) sequence is 0, 1.4, 2.8, 4.2. The first-difference sequence is 1.4, 1.4, 1.4, which is

constant and nonzero.

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

Self-critique (if necessary):

ok

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

Self-critique rating: ok

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

Question: `q Give your values of m and b for the linear function that models your table.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

Sqrt(y) = 1.4x

confidence rating #$&*: 3

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

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

Given Solution:

`a** The points (t, sqrt(y) ) are (0,0), (1, 1.4), (2, 2.8), (3, 4.2). These points are fit by a straight line thru the origin with

slope 1.4, so the equation of the line is sqrty) = 1.4 t + 0, or just sqrt(y) = 1.4 t. **

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

Self-critique (if necessary):

ok

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

Self-critique rating:

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

Question: `q Does the square of this linear function give you back the original function?

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

Yes. t = 1.4 and 1.4^2 (from the original function) is 1.96 which rounds to 2, which is close to the original y vs. t model of y = 2t^2.

confidence rating #$&*: 3

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

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

Given Solution:

`a** Squaring both sides of sqrt(y) = 1.4 t we get y = 1.96 t^2.

The original function was y = 2 t^2.

Our values for the sqrt(y) function were accurate to only 2 significant figures. To 2 significant figures 1.96 would round

off to 2, so the two functions are identical to 2 significant figures. *&*&

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

Self-critique (if necessary):

ok

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

Self-critique rating: ok

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

Question: `q problem 2. Linearize the exponential function y = 7 (3 ^ t). Give your solution to the problem.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

T y

0 7

1 21

2 63

3 189

T log (y)

0 .85

1 1.32

2 1.8

3 2.28

Slope = .47 for the first and .48 for the rest.

Log(y) = .47t + .85

y = 10^.47t + .85

y = 10^.47 * 10^.85

y = (10^.47)^t * 10^.85

y = 2.95^t * 7.08

not significant because 3^.47 * 7 is 11.73 does not match 7.

confidence rating #$&*: 3

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

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

Given Solution:

`a** A table for the function is

t y = 7 ( 3^t)

0 7

1 21

2 63

3 189

The table for log(y) vs. t is

t log(7 ( 3^t))

0 0..85

1 1.32

2 1.80

3 2.28/

Sequence analysis on the log(7 * 3^t) values:

sequence 0.85 1.32 1.80 2.28

1st diff .47 .48 .48

The first difference appears constant with value about .473.

log(y) is a linear function of t with slope .473 and vertical intercept .85.

We therefore have log(y) = .473 t + .85. Thus

10^(log y) = 10^(.473 t + .85) so that

y = 10^(.473 t) * 10^(.85) or

y = (10^.473)^t * (10^.85), which evaluating the power of 10 with calculator gives us

y = 2.97^t * 7.08.

To 2 significant figures this is the same as the original function y = 3 * 7^t. **

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

Self-critique (if necessary):

You are showing to 2 significant figures, but I did not, and came up with the same result, only a few decimals off. How is this significant? What am I missing??????

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

Self-critique rating: ok

@&

Your solution is fine.

*@

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

Question: `q problem 7. Hypothesized fit is `sqrt(y) = 2.27 x + .05.

Compare your result to the 'ideal' y = 5 t^2 function.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

For sqrt(y) there is .37, 2.38, 4.82, 7.21, 9.34, 11.6

Difference is differences added and divided which gives 2.246

Sqrt(y) = 2.246t + .37

y = (2.27x + .05)^2

y = 5.15x^2 + .0025

its close to the “ideal” result, but not quite.

confidence rating #$&*:

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

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

Given Solution:

`a** For the simulated data the y values are .14, 5.66, 23.2, 52, 82.2 and 135.5. The square roots of these values are

0.374; 2.38, 4.82; 7.21; 9.34, 11.64.

Plotting these square roots vs. t = 0, 1, 2, 3, 4, 5 we obtain a nearly straight-line graph.

The best-fit linear function to sqrt(y) vs. x gives us sqrt(y) = 2.27•t + 0.27. Your function should be reasonably close to

this but will probably not be identical.

Squaring both sides we get y = 5.1529•t^2 + 1.2258•t + 0.0729.

If the small term .0729 is neglected we get y = 5.15 t^2 + 1.23 t.

Because of the 1.23 t term this isn't a particularly good approximation to y = 5 t^2.**

BRIEF SUMMARY:

If `sqrt(y) = 2.27 x + .05, then squaring both sides gives us

y = (2.27 x + .05)^2,

which when expanded gives you something fairly close to y = 5 t^2, but not all that close.

STUDENT COMMENT ok i dont really understand where the 1.23 came from in the first place

INSTRUCTOR RESPONSE:

The 1.23 arises when you square the binomial.

(a + b)^2 = a^2 + 2 a b + b^2. So

(2.27 x + .05)^2 = 5.15 t^2 + 1.23 t + 0.073

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

Self-critique (if necessary):

I see that when I squared it, I did that wrong. What I still don’t understand is how you got 1.23. Even after seeing that when you square 2.27 that equals 5.15 and then when you do 2.27*.05*2, that does not equal 1.23 and when you do .05^2 that does not equal .073. Not sure where those numbers are coming from still????

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

Self-critique rating:

@&

y = (2.27x + .05)^2 is not equal to (2.27 x )^2 + .05^2.

Use the distributive law to multiply (2.27 x + .05 ) * (2.27 x + .05 ) .

*@

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

Question: `q problem 9. Assuming exponential follow the entire 7-step procedure for given data set

Give your x and y data. Show you solution. Be sure to give the average deviation of your function from the given data?

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

X y

0 .42

1 .29

2 .21

3 .15

4 .10

5 .07

T log(y)

0 -.377

1 -.538

2 -.678

3 -.824

4 -1

5 -1.155

Differences in log(y) is .161, .14, .146, .176, .155. Diff is -.1556

Log(y) = -.1556t - .377

y = 10^(-.1556t - .377)

y = (10^-.1556)^t * .10^-.377

y = .699^t * .42

y = .70^t * .42

differences

0 .42 0

1 .294 .004

2 .2058 .0042

3 .11406 .03594

4 .100842 .000842

5 .0705894 .0005894

Difference is .008858 which indicates that y = .70^t * .42 is a good equation for the data points.

confidence rating #$&*: 3

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

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

Given Solution:

`aFor (t, y) data set (0,.42), (1,.29),(2,.21),(3,.15),(4,.10),(5,.07) we get log(y) vs. t:

t log(y)

0 -.375

1 -.538

2 -.678

3 -.824

4 -1

5 -1.15

A best fit to this data gives

log(y) = - 0.155•x - 0.374.

Solving we get

10^log(y) = 10^(- 0.155•t - 0.374) or

y = 10^-.374 * (10^-.155)^t or

y = .42 * .70^t.

The columns below give t, y as in the original table, y calculated as y = .42 * .70^t and the difference between the

predicted and original values of y:

0 0.42 0.42 0

1 0.29 0.294 -0.004

2 0.21 0.2058 0.0042

3 0.15 0.14406 0.00594

4 0.1 0.100842 -0.000842

5 0.07 0.0705894 -0.0005894

The deviations in the last column have an average value of -.00078. This indicates that the model is very good. **

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

Self-critique (if necessary):

ok

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

Self-critique rating: ok

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

Question: `q problem 11. determine whether the log(y) vs. t or the log(y) vs. log(t) transformation works.

Complete the problem and give the average discrepancy between the first function and your data.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

T y

.5 .7

1 .97

1.5 1.21

2 1.43

2.5 1.56

Log(t) log(y)

-.30103 -.1549

0 -.031323

.176091 .082785

.30103 .155336

.39794 .193125

Log(y) vs. log(t) is linear. Differences in log(y) are -.186223, .05462, .072551, .037789 with median being -.0061

y = -.0061 log(t) - .1549

y = 10^-.0061 log(t) - .1549

y = (10 log(t)^-.0061 * 10^-.1549

y = t^-.0061 * 10^-.1549

y = .70 * t^-.0061

2nd problem:

T y

2 2.3

4 5.1

6 11.5

8 25

Log(t) log(y)

.30103 .36173

.60206 .70757

.77815 1.0607

.90309 1.39794

Log(y) vs. t is linear. Differences in log(y) are .34584, .35313, .33724, median is .3454

y = .3454 log(t) + .36173

y = (10 log(t))^.3454 * 10^.36173

y = t^.3454 * -.4416

y = -.4416 * t^.3454

confidence rating #$&*: 1

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

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

Given Solution:

`a** The first table gives us

x y log(x) log(y)

0.5 0.7 -0.30103 -0.1549

1 0.97 0 -0.01323

1.5 1.21 0.176091 0.082785

2 1.43 0.30103 0.155336

2.5 1.56 0.39794 0.193125

log(y) vs. x is not linear. log(y) vs. log(x) is linear with equation log(y) = 0.5074 log(x) - 0.0056.

Applying the inverse transformation we get

10^log(y) =10^( 0.5074 log(x) - 0.0056)

which we simplify to obtain

y = 0.987•x^0.507.

The second table gives us

x y log(x) log(y)

2 2.3 0.30103 0.361728

4 5 0.60206 0.69897

6 11.5 0.778151 1.060698

8 25 0.90309 1.39794

log(y) vs. x is linear, log(y) vs. log(x) is not.

From the linear graph we get

log(y) = 0.1735x + 0.0122, which we solve for y:

10^log(y) = 10^(0.1735x + 0.0122) or

y = 10^.0122 * 10^(0.1735•x) = 1.0285 * 1.491^x. **

STUDENT QUESTION:

Im not sure how to come up with this

10^log(y) =10^( 0.5074 log(x) - 0.0056)

which we simplify to obtain

y = 0.987•x^0.507.

INSTRUCTOR RESPONSE:

I assume you understand why log(y) vs. x is linear, while log(y) vs. log(x) is not, and why log(y) = 0.1735x + 0.0122.

So solve log(y) = q we would use the fact that log(y) and 10^y are inverse functions, so that 10^(log(y)) = y. The equation

log(y) = q implies the equation 10^(log(y)) = 10^q, which becomes y = 10^q.

We apply the same strategy to the present equation.

log(y) = 0.1735x + 0.0122 becomes

10^(log(y)) = 10^(0.1735 x + 0.0122), which becomes

y = 10^(0.1735 x + 0.0122). Applying the laws of exponents this becomes

y = 10^(0.1735 x) * 10^0.0122. Since 10^(0.1735 x) = (10^0.1735) ^x = 1.491^x, and 10^0.0122 = 1.0285, we have

y = 1.0285 * 1.491^x .

10^log(y) =10^( 0.5074 log(x) - 0.0056) becomes y = 0.987•x^0.507 by a very similar series of steps:

10^log(y) = y

10^(0.5074 log(x)) = (10^(log(x)) )^ 0.5074 = x ^ 0.5074

10^-0.0122 = 0.987

so the equation

10^log(y) =10^( 0.5074 log(x) - 0.0056) becomes

10^(log y) = 10^(.5074 log(x)) * 10^-0.0056, which in turn becomes

y = 0.987•x^0.507.

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

Self-critique (if necessary):

I have no idea how you came up with log(y) = 0.5074 log(x) - 0.0056 in the first set of data and log(y) = 0.1735x + 0.0122 for the second set of data. I have reviewed the video, and thoroughly read through the information provided and the instructor responses. I am completely lost.

????????

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

Self-critique rating: ?????

@&

For example:

If you plot the data

-.30103 -.1549

0 -.031323

.176091 .082785

.30103 .155336

.39794 .193125

on a graph and draw an approximate best-fit straight line, it will have a slope of about .5 and its y intercept will be close to 0.

*@

@&

If you plot the data for the second set and sketch a reasonable straight line to fit it, your slope will be reasonably close to .17 and your y-intercept will be reasonably close to zero.

*@

@&

Once you have the linearizing transformation, you need to plot the values and determine the slope and y intercept. I believe this is the step you are missing.

*@

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

Question: `q Inverse Functions and Logarithms, Problem 7. Construct table for the squaring function f(x) = x^2,

using x values between 0 and 2 with a step of .5. Reverse the columns of this table to form a partial table for the inverse function.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

F(x) = x^2

x y

0 0

.5 .25

1 1

1.5 2.25

2 4

Inverse

X y

0 0

.25 .5

1 1

2.25 1.5

4 2

confidence rating #$&*: 3

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

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

Given Solution:

`a** The table is

x y = f(x)

0 0

0.5 0.25

1 1

1.5 2.25

2 4

Reversing columns we get the following partial table for the inverse function:

x f ^ -1 (x)

0 0

0.25 0.5

1 1

2.25 1.5

4 2

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

Self-critique (if necessary):

ok

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

Self-critique rating: ok

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

Question: `q Describe your graph consisting of the smooth curves corresponding to both functions. How are the

pairs of points positioned with respect to the y = x function?

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

The curve of the first set of data is increasing in an increasing rate. The curve of the second set is increasing at a decreasing rate. The graphs are the exact opposite of each other.

confidence rating #$&*: 3

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

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

Given Solution:

`a** The curve of the original function is increasing at an increasing rate, the curve for the inverse function is increasing at

a decreasing rate. The curves meet at (0, 0) and at (1, 1).

The line connecting the pairs of points passes through the y = x line at a right angle, and the y = x line bisects each

connecting line. So the two graphs are mirror images of one another with respect to the line y = x. **

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

Self-critique (if necessary):

ok

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

Self-critique rating: ok

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

Question: `q 8. If we reversed the columns of the 'complete' table of the squaring function from 0 to 12,

precisely what table would we get?

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

You would get y = sqrt(x). They would be inverse.

confidence rating #$&*: 3

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

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

Given Solution:

`a** Our reversed table would give us the table for the square root function y = sqrt(x). The y = x^2 and y = sqrt(x)

functions are inverse functions for x >= 0. **

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

Self-critique (if necessary):

ok

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

Self-critique rating: ok

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

Question: `q 9. If we could construct the 'complete' table of the squaring function from 0 to infinity, listing all

possible positive numbers in the x column, then why would we be certain that every possible positive number would

appear exactly one time in the second column?

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

Every possible number would be in the second column once because when every number is in the first column, then the second would be the squares of those numbers.

confidence rating #$&*: 3

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

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

Given Solution:

`a** The second column consists of all the squares. In order for a number to appear in the second column the square

root of that number would have to appear in the first. Since every possible number appears in the first column, then no

matter what number we select it will appear in the second column. So every possible positive number appears in the

second column.

If a number appears twice in the second column then its square root would appear twice in the first column. But no

number can appear more than once in the first column. **

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

Self-critique (if necessary):

ok

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

Self-critique rating: ok

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

Question: `q What number would appear in the second column next to the number 4.31 in the first column?

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

4.31^2 = 18.5761

confidence rating #$&*: 3

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

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

Given Solution:

`a** The table is the squaring function so next to 4.31 in the first column, 4.31^2 = 18.5761 would appear in the second.

**

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

Self-critique (if necessary):

ok

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

Self-critique rating:

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

Question: `q What number would appear in the second column next to the number `sqrt(18) in the first column?

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

Sqrt(18) = 4.24^2 = 17.9776 or 18

confidence rating #$&*: 3

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

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

Given Solution:

`a** The square of sqrt(18) is 18, so 18 would appear in the second column. **

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

Self-critique (if necessary):

ok

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

Self-critique rating: ok

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

Question: `q What number would appear in the second column next to the number `pi in the first column?

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

Sqrt(pi)^2

confidence rating #$&*: 3

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

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

Given Solution:

`a** pi^2 would appear in the second column. **

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

Self-critique (if necessary):

ok

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

Self-critique rating: ok

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

Question: `q What would we obtain if we reversed the columns of this table?

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

They would be switched. The sqrt^2 in the first column and the second column would be just sqrt.

confidence rating #$&*: 3

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

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

Given Solution:

`aOur table would have the square of the second-column value in the first column, so the second column would be the

square root of the first column. Our function would now be the square-root function.

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

Self-critique (if necessary):

ok

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

Self-critique rating: ok

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

Question: `q What number would appear in the second column next to the number 4.31 in the first column of this table?

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

Sqrt(4.31) = 2.076

confidence rating #$&*: 3

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

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

Given Solution:

`a** you would have sqrt(4.31) = 2.076 **

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

Self-critique (if necessary):

ok

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

Self-critique rating: ok

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

Question: `q What number would appear in the second column next to the number `pi^2 in the first column of this table?

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

pi

confidence rating #$&*: 3

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

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

Given Solution:

`a** The number in the second column would be pi, since the first-column value is the square of the second-column

value. **

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

Self-critique (if necessary):

ok

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

Self-critique rating: ok

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

Question: `q What number would appear in the second column next to the number -3 in the first column of this table?

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

1.73

confidence rating #$&*: 3

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

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

Given Solution:

`a** -3 would not appear in the first column of the reversed table of the squaring function, since it wouldn't appear in the

second column of that table. **

STUDENT COMMENT: (student gave the answer 1.73 i)

oh wow that was really tricky

INSTRUCTOR RESPONSE: sqrt(-3) = 1.73 i is a very good answer; if the domain and range of the function include the complex numbers, this would in fact be a 3-significant-figure approximation of the number corresponding to -3.

Since we're dealing here with the real numbers, though, -3 never appears in the second column of the x^2 function, so it won't appear in the first column of the inverse function.

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

Self-critique (if necessary):

Real numbers would not include negative numbers. It would not appear in the columns.

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

Self-critique rating: ok

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

Question: `q 13. Translate each of the following exponential equations into equations involving logarithms, and solve where possible:

2 ^ x = 18

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

Log {base 2} (18)

Log(18) / log (2)

confidence rating #$&*: 3

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

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

Given Solution:

`a** b^x = a is expressed in logarithmic form as x = log{base b}(a) so this equation would be translated as x = log{base

2}(18) = log(18) / log(2). **

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

Self-critique (if necessary):

ok

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

Self-critique rating: ok

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

Question: `q 2 ^ (4x) = 12

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

4x = log{base 2} (12)

confidence rating #$&*: 3

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

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

Given Solution:

`a** b^x = a is expressed in logarithmic form as x = log{base b}(a) so this equation would be translated as 4 x =

log{base 2}(12) = log(12) / log(2). **

STUDENT QUESTION:

Mr.Smith, I don’t understand how you have this laid out. Could give more of a step by step detail so that I might

understand it

INSTRUCTOR RESPONSE:

Sure. Step-by-step:

• b^x = a is expressed in logarithmic form as x = log{base b}(a)

2 ^ (4x) = 12 is of the form b^x = a, but with b = 2, x replace by 4x and a = 12.

Thus the form

x = log{base b}(a)

becomes

4x = log{base 2}(12).

log{base 2}(12) = log(12) / log(2).

Thus

4x = log(12) / log(2).

You weren't asked to solve this for x, but had you been asked the solution would be found by dividing both sides by 4, which gives us

x = log(12) / (4 log(2) ).

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

Self-critique (if necessary):

ok

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

Self-critique rating: ok

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

Question: `q 5 * 2^x = 52

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

2^x = log{base 5} (52)

x = (log 52/5) / log (2)

confidence rating #$&*: 3

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

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

Given Solution:

`a** You get 2^x = 52/5 so that

x = log{base 2}(52/5) = log(52/5) / log(2). **

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

Self-critique (if necessary):

ok

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

Self-critique rating: 3

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

Question: `q 2^(3x - 4) = 9.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

3x - 4 = log {base 2} (9)

3x-4 = log(9) / log(2)

3x = log 9 / log(2) + 4

x = (log(9) / log 2 + 4) / 3

confidence rating #$&*: 3

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

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

Given Solution:

`a** You get

3x - 4 = log 9 / log 2 so that

3x = log 9 / log 2 + 4 and

x = ( log 9 / log 2 + 4 ) / 3. **

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

Self-critique (if necessary):

ok

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

Self-critique rating: ok

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

Question: `q 14. Solve each of the following equations:

2^(3x-5) + 4 = 0

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

3x - 5 = log {base 2} (-4)

Cannot be completed because of -4

confidence rating #$&*: 3

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

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

Given Solution:

`a** You get

log(-4)/log(2)=3x - 5.

However log(-4) is not a real number so there is no solution.

Note that 2^(3x-5) cannot be negative so the equation is impossible. **

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

Self-critique (if necessary):

ok

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

Self-critique rating: ok

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

Question: `q 2^(1/x) - 3 = 0

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

1/x = log{base2} log(3)

1/x = log(3) / log(2)

x = log(2) / log (3)

confidence rating #$&*: 3

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

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

Given Solution:

`a** You get

2^(1/x) = 3 so that

1/x = log(3) / log(2) and

x = log(2) / log(3) = .63 approx. **

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

Self-critique (if necessary):

ok

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

Self-critique rating: ok

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

Question: `q 2^x * 2^(1/x) = 15

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

2^(x + 1/x)

X + 1/x = log {base2} (15)

Not sure how to do this after this step….the x + 1/x is confusing me a bit.

confidence rating #$&*: 0

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

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

Given Solution:

`a** 2^x * 2^(1/x) is the same as 2^(x + 1/x) so you get

x + 1/x = log{base 2}(15).

Multiplying both sides by x we get

x^2 + 1 = log{base 2}(15).

This is quadratic. We rearrange to get

x^2 - log{base 2}(15) x + 1 = 0

then use quadratic formula with a=1, b=-log{base 2}(15) and c=1.

Our solutions are

x = 0.2753664762 OR x = 3.631524119. **

STUDENT COMMENT

I don't think I would've made the correlation with a quadratic after working with exponential

functions for so long.. I wasn't sure how to combine 1/x + x, either, which I'm guessing should be simple but it's eluding

me at the moment.

INSTRUCTOR RESPONSE

You want to solve the equation, and the most efficient method is to multiply both sides by x.

However to add 1/x + x you put both terms over the common denominator x. You do this by multiplying the second term, which has no denominator, by x / x. We get

(1/x) + x * (x / x) = (1/x) + (x^2 / x) = (1 + x^2) / x.

Again we wouldn't do that here, but that's how it would be done if we wanted to add the two terms.

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

Self-critique (if necessary):

I didn’t think about it being quadratic, and also had a blank on the step after 1/x + x. I understand this now.

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

Self-critique rating: ok

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

Question: `q (2^x)^4 = 5

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

(2^x)^4 = 5

2^x = 5^1/4

x = log(5^1/4) / log(2)

x = ¼ log(5) / log(2)

confidence rating #$&*: 3

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

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

Given Solution:

`a** You take the 1/4 power of both sides to get

2^x = 5^(1/4) so that

x = log(5^(1/4) ) / log(2) = 1/4 log(5) / log(2). **

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

Self-critique (if necessary):

ok

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

Self-critique rating: ok

If you understand the assignment and were able to solve the previously given problems from your worksheets, you should be able to complete most of the following problems quickly and easily. If you experience difficulty with some of these problems, you will be given notes and we will work to resolve difficulties.

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

Question: Show the tables you would get when attempting to linearize the data set

x y

10 3

20 10

30 29

and indicate which is most likely linear. You may use the following approximations: ln(1) = 0, ln(20) = 3.0, ln(10) = 2.3, ln(29) = 3.4 (you haven't been given the value of ln(30) but it should be easy to make a sufficiently accurate commonsense estimate of its value, to within +-0.1 of its actual value, given the information provided).

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

X y

10 3

20 10

30 29

Ln(y)

1.1

2.3

3.4

Ln(y) vs. x would be more linear.

confidence rating #$&*: 2

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

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

Question: If the log(y) vs. log(x) table for a function is as follows

log(x) log(y)

1.1 5.0

2.3 9.0

3.9 14.0

what are your estimates of the slope and vertical-axis intercept of the best-fit straight line for the log(y) vs. log(x) graph?

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

Slope would be 4.5 and vertical intercept would be about 3.9

confidence rating #$&*: 1

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

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

Question: If for a certain data set we get ln(y) = 0.31 x + 3, what is resulting y vs. x function, obtained by solving the equation for y?

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

Ln(y) = .31x + 3

y = ln(x^.31) + ln3

@&

@&

If you take the natural log of both sides you would get

ln(ln(y)) = ln(.31 x + 3).

However ln(ln(y)) is not y, and ln(.31x + 3) is not ln(.31 x) + ln(3) (note the laws of exponents).

*@

*@

@&

You need to apply the inverse function e^x:

e^(ln(y)) = e^(.31 x + 3)

which gives you

y = e^(.31 x + 3)

*@

y = .31 + ln3

y = 4.2

4.2 = .031x + 3

Not sure if I even came close to doing this right.

confidence rating #$&*: 0

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

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

Question: The table

x y

10 3

20 10

30 29

describes the graph of a certain function y of x. Sketch a quick

What corresponding table describes the y vs. x graph of the inverse function?

Give a brief description of the graph of each function.

Describe in at least two different ways, without reference to the tables, how the graphs of these two functions are related.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

X y

3 10

10 20

29 30

The graph is a mirrored image of each other. The first graph is decreasing at an increasing rate and the second graph is increasing at an increasing rate.

They are related by the inverse function???

@&

The graphs are mirror images through a 'mirror' along the y = x line.

And these would be inverse functions.

*@

confidence rating #$&*: 2

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

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

Question: For the function of the previous problem, according to your graph, what would be the approximate y value corresponding to x = 15?

For the inverse function, what approximate y value would correspond to x = 15?

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

It would be approximately 22

confidence rating #$&*: 3

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

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

Question: What is the exact solution to the equation 3^(5 x + 1) = 20? (For reference on the possible form of an exact solution, the exact solution to the equation 2 * 5^x = 9 is x = (log(9) - log(2)) / log(5) ).

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

5x + 1 = log{base3} (20)

5x = log(20) / log(3) - 1

x = (log(20) / log(3)) - 1 / 5

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

Self-critique rating: 3

&#Your work looks good. See my notes. Let me know if you have any questions. &#