Trig functions within Trig functions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Cajstyle
Messages
2
Reaction score
0

Homework Statement



I'm given the problem: [tex]\int[/tex][tex]\frac{\sqrt{y^{2}-25}}{y}[/tex] dy


Homework Equations



I set y = 5sec(u), and solve for the subsitution.


The Attempt at a Solution



At the culmination of my solution, I achieve: 5tan(u) - 5u + C

Here is my dilemma, u stands for arcsec([tex]\frac{y}{5}[/tex]) -- How do I deal with tan(arcsec(..)), or any "trig within trig" setup? I've gone all this time without actually ever figuring out how to solve for these.
 
on Phys.org
You can use a right-angled triangle to aid you in visualizing what is going on. For instance, arcsec(y/5) returns an angle in a right-angled triangle where the adjacent side is of length 5 and the hypotenuse is of length y. Then, you can easily calculate the tangent of that angle.
 
I was previously using this as a method to solve them but I ran into a few instances of having different answers than the book. I'll look further into it, thank you for the response.