How do I solve an indefinite integral with a trigonometric substitution?

  • Thread starter Thread starter mat331760298
  • Start date Start date
  • Tags Tags
    Integral
mat331760298
Messages
13
Reaction score
0
1. indefinite integral of 1/[(x^4)(sqrt(9x^2 -1))]

I'm looking for step by step help here. I use x=3secy and dx=3secytanydy to convert the top function to integral of: [3secytanydy]/[(tany)(3secy)^4]

I am not sure if this is right/how to get further
 
Physics news on Phys.org


mat331760298 said:
1. indefinite integral of 1/[(x^4)(sqrt(9x^2 -1))]

I'm looking for step by step help here. I use x=3secy and dx=3secytanydy to convert the top function to integral of: [3secytanydy]/[(tany)(3secy)^4]

I am not sure if this is right/how to get further

I labelled by triangle with hypotenuse = 3x, adjacent side = 1, opp. side = sqrt(9x^2 - 1), with angle t.

So sec t = 3x ==> x = 1/3 sec t
dx = 1/3 sec t * tan t * dt
sqrt(9x^2 -1) = tan t

Then,
\int \frac{dx}{x^4 \sqrt{9x^2 - 1}} = \int \frac{1/3 sec(t)tan(t)dt}{(1/3)^4 sec^4(t)~tan(t)}
Can you continue from there?
 


do you get integral of:27*(cost)^3 dt ?
 


then you integrate to get 27(sint-(1/3)(sint)^3) and use opp side over hypotenuse to replace with sint?
 


Yes. After you get the antiderivative, undo your substitution, and you'll be done.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top