Understanding Simplification Operations for Inverse Trigonometric Functions

  • Thread starter Thread starter mathor345
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
mathor345
Messages
16
Reaction score
0
This is a question on the simplification operations. I can't for the life of me figure out how:

[tex]\frac{1}{\frac{1}{2t^3}\sqrt{(\frac{1}{2t^3})^2 -1}}*(-\frac{3}{2t^4})= -\frac{3}{t\sqrt{\frac{1}{4t^6}(1 - 4t^6)}}[/tex]

Really, I can't figure out where [tex](1-4t^6)[/tex] is coming from!

It's involved in finding the derivative of inverse trigonometric function and I'm getting stuck right in the middle with the easy stuff.
 
Physics news on Phys.org
[tex]\left( \frac{1}{2t^3} \right)^2 -1 = \frac{1-4t^6}{4t^6}[/tex] just by pulling a factor of [itex]\frac{1}{4t^6}[/itex] out to the front.
 
Well, note that
[tex]\left(\frac{1}{2t^3} \right)^2 = \frac{1}{4t^6}[/tex]

So, looking inside that square root in the denominator...
[tex]\begin{aligned}<br /> \left(\frac{1}{2t^3} \right)^2 - 1 &= \frac{1}{4t^6} - 1 \\<br /> &= \frac{1}{4t^6} - \frac{4t^6}{4t^6} \\<br /> &= \frac{1}{4t^6}(1) - \frac{1}{4t^6}(4t^6) \\<br /> &= \frac{1}{4t^6}(1 - 4t^6)<br /> \end{aligned}[/tex]

EDIT: Beaten to it. :wink:
 
Doh! Thanks guys :P