Phil S.
asked 10/18/16find the derivative of 5 sinh(ln t). For this I tried so many different ways and I continually get it wrong.
The function is 5 sinh(ln t). In all my methods I assumed 5 to be a constant, and pulled it out.
for the first try I said
5 cosh (ln(t))*1/t
then I tried using and replacing the e's in the hyperbolic function (my teacher doesn't recommend this for this problem) but I got
5((t-1/t)/2) and I got it wrong.
Then I tried rephrasing my first attempt because my teacher said parenthesis placement is super important. I got 5(cosh(ln(t)*1/t) and I still got it wrong.
On my last try I played with the e's again and I got 5/2 (1+ 1/t^2) and I also got it wrong.
I abandoned the e's however I am still not understanding how to take this derivative. I know the constant rule applies, but I just don't know how to find this correctly. Please help me.
More
2 Answers By Expert Tutors
Sinhx = (1/2)(ex - e-x)
So, sinh(lnt) = (1/2)(elnt - e-lnt)
= (1/2)(t - eln(t^-1))
= (1/2)(t - t-1)
If f(t) = 5sinh(lnt) = (5/2)(t - t-1), then f'(t) = (5/2)(1 + 1/t2)
= (5(t2 + 1))/(2t2)
Arturo O. answered 10/18/16
Tutor
5.0
(66)
Experienced Physics Teacher for Physics Tutoring
Phil,
Let us take this step by step. We need to apply the chain rule. Your function is of the form
f(t) = 5 sinh(u(t))
u(t) = ln t
Then by the chain rule,
df/dt = df/du * du/dt
d/du (sinh u) = cosh u
d/dt (ln t) = 1/t
Then
d/dt (sinh (ln t)) = [cosh(ln t)] * 1/t
With the 5 in front,
f'(t) = 5 [cosh(ln t)] * 1/t
It looks like your first answer is correct.
If we put ln t inside the cosh, we get
cosh(ln t) = (1/2) * (eln t + e-ln t) = (1/2) * (t + 1/t)
Then
f'(t) = 5 [(1/2) * (t + 1/t)] * 1/t = (5/2) * (1 + 1/t2)
It looks like your last answer is correct. Did you enter the answer on-line? Is there a strict parenthesis format that you might have missed? Could the computer have interpreted your answer as 5 / [2(1 + 1/t2)] ?
Phil S.
Well I tried reformatting the parenthesis so that 5/2 is also enclosed in a set but I still got it wrong. Thank you for your help any way. Usually, this online homework website follows basic format rules, but I don't know on this one.
Report
10/18/16
Arturo O.
Note that Mark's answer, (5(t2 + 1))/(2t2), is the same as my answer, (5/2) * (1 + 1/t2), since
(t2 + 1)/t2 = 1 + 1/t2
I cannot see why you were marked wrong on this. Please take it up with the instructor.
Report
10/18/16
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Mark M.
10/18/16