Solving Integrals with Constants: Tips and Techniques for Success

  • Thread starter Thread starter LagrangeEuler
  • Start date Start date
  • Tags Tags
    Integral
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
6 replies · 2K views
LagrangeEuler
Messages
711
Reaction score
22

Homework Statement


How to solve integral
[tex]\int \frac{dy}{\sqrt{C_1-K \cos y-\frac{C_2}{\sin^2 y}}}[/tex]

Homework Equations


##C_1,C_2## and ##K## are constants.

The Attempt at a Solution


I am not sure which method I should use here or is this integral maybe eliptic? Please give me the hint. Which supstitution or method and I will solve integral to the end.[/B]
 
Physics news on Phys.org
micromass said:
Start by eliminating the fractions under the square root.
Ok
[tex]C_1-K\cos y-\frac{C_2}{\sin^2 y}=\frac{C_1 \sin^2 y-K\cos y\sin^2 y-C_2}{\sin^2 y}[/tex]
So now I have
[tex]\int \frac{\sin ydy}{\sqrt{C_1 \sin^2 y-K\cos y\sin^2 y-C_2}}[/tex]
 
Last edited:
LagrangeEuler said:
Ok
[tex]C_1-K\cos y-\frac{C_2}{\sin^2 y}=\frac{C_1 \sin^2 y-K\cos y\sin^2 y-C_2}{\sin^2 y}[/tex]
So now I have
[tex]\int \frac{\sin ydy}{\sqrt{C_1 \sin^2 y-K\cos y\sin^2 y-C_2}}[/tex]
If I take
##\cos y =t##
then
##-\sin ydy=dt##
[tex]I=-\int\frac{dt}{\sqrt{C_1(1-t^2)-Kt(1-t^2)-C_2}}[/tex]
[tex]I=-\int \frac{dt}{\sqrt{Kt^3-C_1t^2-Kt+C_1-C_2}}[/tex]
 
If your polynomial at the denominator were of degree 2, you would write it under its canonical form, and depending upon the coefficients and the discriminant, you would use a substitution of type Arcsin, Argsinh, or Argcosh to get rid of the square root. I don't know if you can do the same thing for polynomials of degree 3.
 
LagrangeEuler said:
If I take
##\cos y =t##
then
##-\sin ydy=dt##
[tex]I=-\int\frac{dt}{\sqrt{C_1(1-t^2)-Kt(1-t^2)-C_2}}[/tex]
[tex]I=-\int \frac{dt}{\sqrt{Kt^3-C_1t^2-Kt+C_1-C_2}}[/tex]

You can express the integral in terms of Elliptic functions but it is very messy.
 
Are there limits on your integration?
It looks like the function of y might be defined for y in (0,pi)+k*pi for integer values of k, and may be imaginary for certain choices of constants.