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

  • Thread starter NastyAccident
  • Start date
  • Tags
    Integral
In summary, the integral of 5x*csc(7x)*cot(7x) can be solved using integration by parts and trigonometric derivatives, with the final answer being -5/49 *(7x*csc(7x) - ln|csc(7x)-cot(7x)|) + C.
  • #1
NastyAccident
61
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
  • #2
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 [itex]\int -z\csc z\cot z dz[/itex] by using [itex]u=z[/itex] and [itex]dv=-\csc z\cot z dz[/itex]
 
Last edited:
  • #3
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:
  • #4
Looks good to me!:approve:
 
  • #5
Yup seems right :)

Stay Up
-1-
 

1. What is the formula for the integral of 5x*csc(7x)*cot(7x)?

The integral of 5x*csc(7x)*cot(7x) is given by ∫(5x*csc(7x)*cot(7x))dx = -(5/49)*cot(7x) + C, where C is the constant of integration.

2. How do you solve the integral of 5x*csc(7x)*cot(7x)?

To solve the integral of 5x*csc(7x)*cot(7x), first use the identity csc(7x) = 1/sin(7x) to rewrite the integral as ∫5x*(1/sin(7x))*cot(7x)dx. Then, use the substitution u = 7x and du = 7dx to rewrite the integral as ∫(5/7)*(u/sin(u))*cot(u)du. Finally, use the identity cot(u) = cos(u)/sin(u) to simplify the integral to ∫(5/49)*cos(u)du, which can be easily integrated to get -(5/49)*sin(u) + C. Substituting back for u and simplifying gives the final solution -(5/49)*cot(7x) + C.

3. Can we use integration by parts to solve the integral of 5x*csc(7x)*cot(7x)?

No, integration by parts cannot be used to solve the integral of 5x*csc(7x)*cot(7x) because the integral does not contain two functions that can be differentiated and integrated.

4. Is there a special technique to solve the integral of 5x*csc(7x)*cot(7x)?

Yes, there is a special technique called trigonometric substitution that can be used to solve the integral of 5x*csc(7x)*cot(7x). By substituting u = 7x, the integral can be rewritten in terms of trigonometric functions, which can then be integrated using the appropriate trigonometric identities.

5. Can the integral of 5x*csc(7x)*cot(7x) be evaluated using a calculator?

Yes, the integral of 5x*csc(7x)*cot(7x) can be evaluated using a calculator that has a built-in integration function. However, it is important to note that the calculator may not show the steps of the solution, so it is still important to understand the process of solving the integral.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
872
  • Calculus and Beyond Homework Help
Replies
3
Views
343
  • Calculus and Beyond Homework Help
Replies
27
Views
3K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
663
  • Calculus and Beyond Homework Help
Replies
6
Views
757
  • Calculus and Beyond Homework Help
Replies
22
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
Replies
14
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
Back
Top