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.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top