Integrate Tan/Sin Without Special Methods

  • Thread starter Thread starter tandoorichicken
  • Start date Start date
  • Tags Tags
    Integration
AI Thread Summary
The integral ∫(tan x/sin x) dx can be simplified by recognizing that tan x = sin x/cos x, leading to the expression ∫(sec x) dx. Although this integral is complex, it can be approached through substitution. By letting u = sin x, the integral transforms into ∫(1/(u√(1-u²))) du, which can be solved with further substitutions. Ultimately, the integration yields the result -1/2 sin x + C, demonstrating that it is possible to integrate without special methods.
tandoorichicken
Messages
245
Reaction score
0
How do you do the following integral without using any special methods, i.e., integration by parts, etc.

\int \frac{\tan x}{\sin x} \,dx

?
 
Physics news on Phys.org
What does \tan x equal? Hint: \tan x = \frac{\sin x}{?} You should remember what the "?" is! :-p

Anyway, after you make that simplification you will have \int \sec x \ dx

Unfortunately this integral is tricky to evaluate and DOES require some special tricks to solve (not integration by parts though). Check out this website to see how: integral of secant
 
Last edited:


To integrate this integral without using any special methods, we can use the substitution method. Let u = sin x, then du = cos x dx. We can rewrite the integral as:

\int \frac{\tan x}{\sin x} \,dx = \int \frac{\tan x}{u} \,du

Next, we can use the trigonometric identity tan x = sin x / cos x to simplify the integrand:

\int \frac{\tan x}{u} \,du = \int \frac{\sin x}{u \cos x} \,du

Using the substitution u = sin x, we can also rewrite cos x as \sqrt{1-u^2}:

\int \frac{\sin x}{u \cos x} \,du = \int \frac{1}{u \sqrt{1-u^2}} \,du

Now, we can use the substitution v = 1-u^2, then dv = -2u du:

\int \frac{1}{u \sqrt{1-u^2}} \,du = -\frac{1}{2} \int \frac{1}{\sqrt{v}} \,dv

Solving this integral, we get:

-\frac{1}{2} \int \frac{1}{\sqrt{v}} \,dv = -\frac{1}{2} \sqrt{v} + C = -\frac{1}{2} \sqrt{1-u^2} + C

Substituting back u = sin x, we get the final answer of:

\int \frac{\tan x}{\sin x} \,dx = -\frac{1}{2} \sqrt{1-\sin^2 x} + C = -\frac{1}{2} \sqrt{1-\frac{\sin^2 x}{1}} + C = -\frac{1}{2} \sqrt{1-\cos^2 x} + C = -\frac{1}{2} \sin x + C

Therefore, we have successfully integrated \int \frac{\tan x}{\sin x} \,dx without using any special methods. This approach may require some extra steps and algebraic manipulation, but it is a useful method to integrate trigonometric functions without relying on integration by parts or other special methods.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top