The Integral of 5x*csc(7x)*cot(7x)

  • Thread starter Thread starter NastyAccident
  • Start date Start date
  • Tags Tags
    Integral
Click For Summary
SUMMARY

The integral of 5x*csc(7x)*cot(7x) can be solved using integration by parts and trigonometric substitutions. The initial substitution of z = 7x simplifies the integral to 5/49 * ∫[z*csc(z)*cot(z)] dz. The integration process involves substituting csc(z) and applying integration by parts, leading to the final answer of -5/49 * [7x*csc(7x) - ln|csc(7x) - cot(7x)|] + C. Errors in previous attempts were identified, particularly in the handling of the arccsc function and its periodic nature.

PREREQUISITES
  • Integration by parts
  • Trigonometric derivatives (specifically csc(u) and cot(u))
  • Substitution methods in calculus
  • Understanding of inverse trigonometric functions
NEXT STEPS
  • Study advanced integration techniques, focusing on integration by parts.
  • Learn about the properties and applications of inverse trigonometric functions.
  • Explore the periodic nature of trigonometric functions and their implications in calculus.
  • Practice solving integrals involving products of polynomials and trigonometric functions.
USEFUL FOR

Students and educators in calculus, particularly those focused on integration techniques, as well as anyone seeking to deepen their understanding of trigonometric integrals.

NastyAccident
Messages
60
Reaction score
0

Homework Statement


Integral of 5x*csc(7x)*cot(7x)

Homework Equations


Integration by parts
Trigonometric Derivatives (csc(u) = -csc(u)cot(u))
Substitution

The Attempt at a Solution



*Note, I apologize beforehand for the lack of knowledge on how to display mathematical equations nicely on PF *

5*int[x*csc(7x)*cot(7x)]

I am preparing for the 7x substitution here:
5/7*int[7x*csc(7x)*cot(7x)]

let z = 7x
dz = 7dx

5/7 * 1/7 *int[z*csc(z)*cot(z)]
5/49 * int[z*csc(z)*cot(z)]

Preparing for the csc(z) substitution here:
-1* 5/49 * int[-1*z*csc(z)*cot(z)]

let w = csc(z)
dw = -csc(z)cot(z)

arccsc(w) = z

-1*5/49*int[arccsc(w)]

Integration by parts

u = arccsc(w) dv=dw
du = -1/|w|*sqrt(w^2-1) v = w

-1*5/49*[w*arccsc(w) - int[ -1/|w|*sqrt(w^2-1) * w ] ]

-1*5/49*[w*arccsc(w) + int[w/|w|*sqrt(w^2-1)]

In between these two steps I may have made an error since I canceled the absolute value w on the denominator with the w on the numerator.

-1*5/49*[w*arccsc(w) + int[1/sqrt(w^2-1)]

Solved for answer in two different ways (both wrong)
arccosh way -
-1*5/49*[w*arccsc(w) + arccosh(w)]
-1*5/49*[csc(z)*arccsc(csc(z)) + arccosh(csc(z))]
-1*5/49*[csc(7x)*arccsc(csc(7x)) + arccosh(csc(7x))]

trig substitution way -
-1*5/49*[w*arccsc(w) + int[1/sqrt(w^2-1)]

let w = 1*sec(theta)
dw = sec(theta)tan(theta)

-1*5/49*[w*arccsc(w) + int[sec(theta)tan(theta)/sqrt(sec(theta)^2-1)]
-1*5/49*[w*arccsc(w) + int[sec(theta)tan(theta)/tan(theta)]
-1*5/49*[w*arccsc(w) + int[sec(theta)]
-1*5/49*[w*arccsc(w) + ln|sec(theta)+tan(theta)|]

Building the right triangle

Since w/1 = sec(theta)

w is the hyp, 1 is the adj side, & sqrt(w^2-1) is then the opposite side

w -> /| <- sqrt(w^2-1)
/ |
---
^ (1)

tan(theta) = sqrt(w^2-1)
sec(theta) = w

-1*5/49*[w*arccsc(w) + ln|w+sqrt(w^2-1)|]

Final answer:
-1*5/49*[csc(7x)*arccsc(csc(7x)) + ln|csc(7x)+sqrt(csc(7x)^2-1)|]


So, I'm unsure as to why both of these answers were marked wrong (I've submitted them into webassign). Any help would be appreciated!

http://img168.imageshack.us/img168/3822/mathwoesonwebassign5xcs.th.jpg
 
Last edited by a moderator:
Physics news on Phys.org
NastyAccident said:
Preparing for the csc(z) substitution here:
-1* 5/49 * int[-1*z*csc(z)*cot(z)]

let w = csc(z)
dw = -csc(z)cot(z)

arccsc(w) = z

This looks like a problem to me; trig functions are periodic, and assign the same value to more than one input (eg. sin(0)=sin(pi)=0 ), arccsc(w) will return the so-called principle value only, and there is no guarantee that that value is equal to 'z' (it could be z+2pi or z+4pi...etc.)

Instead, try applying integration by parts directly to \int -z\csc z\cot z dz by using u=z and dv=-\csc z\cot z dz
 
Last edited:
So:

5*int[x*csc(7x)*cot(7x)]

5/7*int[7x*csc(7x)*cot(7x)]

let z = 7x
dz = 7dx

5/7 * 1/7 *int[z*csc(z)*cot(z)]
5/49 * int[z*csc(z)*cot(z)]

-5/49 * int[z*-csc(z)*cot(z)]

====== (Working the problem from your advice now) ======

u = z dv = -csc(z)cot(z)
du = dz v = csc(z)

-5/49 *(z*csc(z) - int[csc(z)])

-5/49 *(z*csc(z) - ln|csc(z) - cot(z)|)

Plugging in for z.

-5/49 *(7x*csc(7x) - ln|csc(7x)-cot(7x)|) + C

Should be my final answer... (Can anyone verify that please?)
 
Last edited:
Looks good to me!:approve:
 
Yup seems right :)

Stay Up
-1-
 

Similar threads

Replies
2
Views
1K
  • · Replies 27 ·
Replies
27
Views
4K
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
6
Views
2K