hw asst  3

course mth 272

ƒ™ØB«Ù¼‹–‘šà­åÙÁ÷x|锕ù–µassignment #003

003. `query 3

Applied Calculus II

06-19-2008

......!!!!!!!!...................................

09:33:09

4.5.10 (was 4.4.10) find the derivative of ln(1-x)^(1/3)

......!!!!!!!!...................................

RESPONSE -->

let u = 1-x

du/dx= -1

=1/3(-1)

=-1/3

confidence assessment: 0

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

......!!!!!!!!...................................

09:40:25

The function is of the form ln(u), so the derivative is 1/u * u', or ln(u) * du/dx. The function u is (1-x)^(3/2).

The derivative of this function is u' = du/dx = -1 * 3/2 * (1-x)^(1/2) = -3/2 (1-x)^(1/2).

Thus the derivative of the original function is

1/u du/dx =

1 / [(1-x)^(3/2) ] * [-3/2 (1-x)^(1/2)] =

-3/2 (1-x)^(1/2) (1-x)^(-3/2) =

-3/2 (1-x)^-1 =

-3 / [ 2 (1-x) ]

ALTERNATIVE SOLUTION:

Note that ln(1-x)^(1/3) = 1/3 ln(1-x)

The derivative of ln(1-x) is u ' * 1/u with u = 1-x. It follows that u ' = -1 so the derivative of ln(1-x) is -1 * 1/(1-x) = -1/(1-x).

The derivative of 1/3 ln(1-x) is therefore 1/3 * -1/(1-x) = -1 / [ 3(1-x) ].**

......!!!!!!!!...................................

RESPONSE -->

ok in u'

where do you get the (3/2) from?

self critique assessment: 1

I've got an obvious editing error in that solution. The Alternative Solution addresses the problem correctly. The other solution is for the expression ln(1-x)^(3/2), which is likely a version of this problem from a previous edition of the text.

Editing that solution for the present problem:

The function is of the form ln(u), so the derivative is 1/u * u', or ln(u) * du/dx. The function u is (1-x)^(1/3).

The derivative of this function is u' = du/dx = -1 * 1/3 * (1-x)^(1/3 - 1) = -1/3 (1-x)^(-2/3).

Thus the derivative of the original function is

1/u du/dx =

1 / [(1-x)^(1/3) ] * [-1/3 (1-x)^(-2/3)] =

-1/3 (1-x)^(-1/3) (1-x)^(-2/3) =

-1/3 (1-x)^-1 =

-1 / [3 (1-x) ] .

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

......!!!!!!!!...................................

09:48:17

4.5.25 (was 4.4.24) find the derivative of ln( (e^x + e^-x) / 2)

......!!!!!!!!...................................

RESPONSE -->

i think you want to use the quotient rule.

i can't find anything to tell me how to apply this to exponential functions though.

confidence assessment: 0

The quotient rule applies to functions of the form f / g. In this case the denominator is just the constant 2, so the quotient rule is unnecessary.

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

......!!!!!!!!...................................

09:56:04

the derivative of ln(u) is 1/u du/dx; u = (e^x + e^-x)/2 so du/dx = (e^x - e^-x) / 2.

The term - e^(-x) came from applying the chain rule to e^-x.

The derivative of ln( (e^x + e^-x) / 2) is therefore

[(e^x - e^-2) / 2 ] / ] [ (e^x + e^-x) / 2 ] = (e^x - e^-x) / (e^x + e^-x).

This expression does not simplify, though it can be expressed in various forms (e.g., (1 - e^-(2x) ) / ( 1 + e^-(2x) ), obtained by dividing both numerator and denominator by e^x.).

ALTERNATIVE SOLUTION:

ln( (e^x + e^-x) / 2) = ln( (e^x + e^-x) ) - ln(2).

the derivative of e^(-x) is - e^(-x) and ln(2) is constant so its derivative is zero.

So you get

y ' = (e^x - e^-x)/(e^x + e^-x). **

......!!!!!!!!...................................

RESPONSE -->

ok so you let u = (e^x + e^-x)/2

du/dx is 1/u. the inverse. so it would be (e^x - e^-x)/2

then multiply 1/u * du/dx to get the answer.

self critique assessment: 2

Be sure you see how this is an application of the chain rule.

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

......!!!!!!!!...................................

10:00:52

4.5.30 (was 4.4.30) write log{base 3}(x) in exp form

......!!!!!!!!...................................

RESPONSE -->

using differentiation rule # 3 from the book on page 295.

log(base 3)(x) in exp form =

(1/ln3)(ln x)

confidence assessment: 2

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

......!!!!!!!!...................................

10:04:23

the exponential form of y = log{base 3}(x) is x = 3^y, which I think was the question -- you can check me on that and let me know if I'm wrong **

......!!!!!!!!...................................

RESPONSE -->

i understand this, but i think the question might have been worded a little differently than how the book does. for this question the book seems to say 'evaluate this logarithm'

i knew what to do on this problem

self critique assessment: 3

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

......!!!!!!!!...................................

10:10:10

Extra Problem (was 4.4.50) Find the equation of the line tangent to the graph of 25^(2x^2) at (-1/2,5)

......!!!!!!!!...................................

RESPONSE -->

25 is a constant

25^(2x^2)

=25(4x)

100x

100 *-.5 = -50

y=-50

i dont know

confidence assessment: 0

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

......!!!!!!!!...................................

10:20:12

Write 25^u where u = 2x^2. So du/dx = 4x.

The derivative of a^x is a^x * ln(a). So the derivative of 25^u with respect to x is

du / dx * ln(25) * 25^u = 4x ln(25) * 25^u = 4x ln(25) * 25^ (2 x^2).

Evaluating this for x = -1/2 you get

4 * (-1/2) ln(25) * 25^(2 * (-1/2)^2 ) = -2 ln(25) * 25^(1/2) = -2 ln(25) * 5 = -10 ln(25) = -20 ln(5) = -32.189 approx.

So the tangent line is a straight line thru (-1/2, 5) and having slope -20 ln(5). The equation of a straight line with slope m passing thru (x1, y1) is

(y - y1) = m ( x - x1) so the slope of the tangent line must be

y - 5 =-20 ln(5) ( x - (-1/2) ) or

y - 5 = -20 ln(5) x - 10 ln(5). Solving for y we get

y = -20 ln(5) x - 10 ln(5).

A decimal approximation is

y = -32.189x - 11.095

ALTERNATIVE SOLUTION:

A straight line has form y - y1 = m ( x - x1), where m is the slope of the graph at the point, which is the value of the derivative of the function at the point. So you have to find the derivative of 25^(2x^2) then evaluate it at x = -1/2.

The derivative of a^x is ln(a) * a^x. The derivative of 25^z would therefore be ln(25) * 25^z. The derivative of 25^(2 x^2) would be found by the chain rule with f(z) = 25^z and g(x) = 2 x^2. The result is g ' (x) * f ' (g(x)) = 4 x * ln(25) * 25^(2x^2). Evaluating at x = -1/2 we get -2 ln(25) * 25^(1/2) = -10 ln(25).

Now we use the ponit-slope form of the equation of a straight line to get (y - 5) = -10 ln(25) * (x - (-1/2) ) and simplify. **

......!!!!!!!!...................................

RESPONSE -->

ok

self critique assessment: 3

&#

Self-critique, when it is needed (as it is here), is the most important part of the Query process. It gets you to focus on important details, and it tells me what I need to know in order to help.

&#

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

......!!!!!!!!...................................

10:23:54

4.5.59 (was 4.4.59) dB = 10 log(I/10^-16); find rate of change when I=10^-4

......!!!!!!!!...................................

RESPONSE -->

using the calculator and plugging in for I

dB= 10(-4)

=-40

confidence assessment: 2

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

......!!!!!!!!...................................

10:30:29

This function is a composite; the inner function is I / 10^-16, which has derivative 1/10^-16 = 10^16. So the derivative is

dB' = dB / dI = 10 ( 10^16 * / ln(10) ) / (I / 10^-16) = 10 / [ ln(10) * I ].

Alternatively, 10 log(I / 10^-16) = 10 (log I - log(10^-16) ) = 10 log I + 160; the derivative comes out the same with no need of the chain rule.

Plugging in I = 10^-4 we get rate = 10 / [ ln(10) * 10^-4 ] = 10^5 / ln(10), which comes out around 40,000 (use your calculator to get the accurate result. **

......!!!!!!!!...................................

RESPONSE -->

self critique assessment: 3

The numerator of I / 10^-16 is the capital letter I, not 1, as is more clearly indicated in the text's statement of this problem.

&#

Self-critique should be included here.

&#

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

......!!!!!!!!...................................

10:35:02

4.5.60 (was 4.4.60) T = 87.97 + 34.96 ln p + 7.91 `sqrt(p); find rate of change

......!!!!!!!!...................................

RESPONSE -->

how can you find the rate when you are not given anything for T.

i'm thinking that if you have T then you can solve for p which is the rate

confidence assessment: 0

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

......!!!!!!!!...................................

10:39:15

The derivative with respect to p of ln p is 1 / p and the derivative with respect to p of sqrt(p) is 1 / (2 sqrt(p)). The derivative of the constant 89.97 is zero so

dT/dp = 34.96 * 1/p + 7.91 * 1 / (2 sqrt(p)) = 34.96 / p + 3.955 / sqrt(p). **

......!!!!!!!!...................................

RESPONSE -->

take the derivatives of all your unknowns.

you don't need to know what t is for this problem.

i know that the derivative of a constant is always 0.

so we solve the equation out from here like shown to the left

self critique assessment: 2

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

You're obviously capable, but I really recommend a good review. You are making mistakes related to the basic rules of differentiation, which will cause you problems on the Chapter 4 test, and will cause you additional problems when we get into integration in Chapter 5.