How to Derive 1/sqrt(1+2t)?

  • Context: Undergrad 
  • Thread starter Thread starter ofiveo
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
ofiveo
Messages
1
Reaction score
0
Practice problems for exam, sort of stuck
Question:

I can't seem to format it correctly so I'll write it by text

1/sqrt(1+2t)

The final answer is

1+t/sqrt(1+2t)^3Thank you
 
Last edited:
Physics news on Phys.org


Since you titled this "differentiation", I will guess that you are asking about the derivative of
[tex]f(x)= \frac{1}{\sqrt{1+2t}}[/tex]

Write it as [itex]f(x)= (1+ 2t)^{-1/2}[/itex] and use the "power rule" and the "chain rule":
[tex]f'(x)= -\frac{1}{2}(1+ 2t)^{-3/2}(2)= -\frac{1}{(\sqrt{1+ 2t})^3}[/tex]
That is neither
[tex]1+ \frac{t}{(\sqrt{1+ 2t})^3}[/tex]
nor
[tex]\frac{1+ t}{(\sqrt{1+ 2t})^3}[/tex]