@what pt. does y=e^(32x) have max curvature?

  • Context: Graduate 
  • Thread starter Thread starter nobelsmoke
  • Start date Start date
  • Tags Tags
    Curvature Max
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
11 replies · 3K views
nobelsmoke
Messages
6
Reaction score
0
Here is the question:

At what point does the curve y=e^(32x) have maximum curvature?


I have tried this method: http://www.math.washington.edu/~conroy/m126-general/exams/mt2SolMath126Win2006.pdf

Problem 4. Adapting for 32x rather than x

it seems to get a bit lengthier with 32x than with x

i got ( -log(2048)/64, 1/32sqrt(2) )

but this was incorrect .

It seems finding the critical number takes some manipulations.
 
Physics news on Phys.org
Okay, the formula you quote is
[tex]\kappa(x)= \frac{|f''(x)|}{1+ (f'(x))^2)^{3/2}}[/tex]

You have [itex]f(x)= e^{32x}[/itex] so that [itex]f'(x)= 32e^{32x}[/itex] and [itex]f''= 1024e^{32x}[/itex] so
[tex]\kappa(x)= \frac{32e^{32x}}{(1+ 1048576e^{32x})^{3/2}}[/tex].

To find a maximum (or minimum) for that function, differentiate and set the derivative to 0:
[tex]\frac{1024e^{32x}(1+ 1048576e^{32x})^{3/2}- 50331648e^{32x}(1+ 1048576e^{32x}(33554432e^{32x})}{(1+ 1048576e^{32x})^3}= 0[/tex]

A fraction is 0 if and only if the numerator is equal to 0 so set the numerator equal to 0 and solve.
 
Firstly, HallsofIvy Thank you for responding.

The formula for k(x) you have written is different than the one I quoted. In mine, 1 is inside the parenthesis in the denominator, also raised to the power of (3/2).

Anyway, we know that abs(f''(x)) belongs in the numerator.
And,

abs(f''(x)) = 1024e^(32x)

So, how do we end up with simply 32e^(32x) in the numerator for k(x) ?
 
Thank you for responding RedBelly98
Here's my work:

f'(x) = 32e^(32x)
f''(x) = 1024e^(32x)

k(x) = (1024e^(32x)) / [1+1024e^(64x)]^3/2

k'(x) =
(32768e^(32x) / (1024e^(64x)+1)^(3/2) - (100663296e^(96x)) / (1+1024e^(64x))^(5/2)

when k'(x) = 0 , x = - log(2048)/64

y = e^(32x)
y = e^ (-32log(2048)/64 )
y = e^ (-log(2048)/2)
y = 1 / (32sqrt(2))

The point is at ( -log(2048)/64, 1/32sqrt(2) ).

Somewhere I went wrong.
 
Redbelly98 said:
Wait, never mind. I find that I agree with your 2nd answer given in Post #5. So the grading program may expect you to write it in a different (but equivalent) form.

Ok, thank you. I will keep that in mind.
 
Great Idea,
I'll post here after I submit my final attempt.