answersLogoWhite

0


Best Answer

2

User Avatar

Blaze Welch

Lvl 10
3y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

15y ago

∫√(1/x-1)=? thank you

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you integrate square root of 1 over x-1 dx?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Integrate square root of 4 xdivide by x?

∫[√(4x) / x] dx = ∫(2 / √x)dx = 2∫(x-1/2) dx = 2(2x1/2 + C) = 4√x + C


Integrate x 5x dx?

integrate(x5x dx) simplifies to integrate(5x^2 dx), and using the power rule of integration, add one to the power of x and divide the term by that number. Thus, x5x dx integrated is (5/3)x^3


How do you integrate cot3x dx?

1/3ln(sin3x) + C


How do you integrate 1 over x-1?

2


How do you calculate average output voltage for a square wave?

"Average" can mean many things. If what you're meaning is the root mean square, you can calculate the same as for a sine wave: integrate the square of the waveshape from 0 to the end of the first period, divide by the length of the period, and take the square root of this value. For a 50% square wave (it's at amplitude a for 50% of the cycle, and at 0 for the other 50%, so the integral will be over only 1/2 the period): sqrt[1/P * integral (a^2) dx, from 0 to 1/2*P] = sqrt[a^2/P * (x from 0 to 1/2*P)] sqrt[a^2 / P * (P/2) = a/sqrt(2) For 33.3%, integrate over 1/3 of the period, so RMS = a / sqrt(3).


How you integrate xxxx 1 dx?

.2x^5+x+C


How do you Integrate the following S4x3-2x2 x-1dx in Calculus?

∫(4x3 - 2x2 + x - 1) dx You can integrate this by taking the antiderivative of each term. Each of these terms is in the format axn, the antiderivative of which is axn-1/n: = ∫(4x3)dx - ∫(2x2)dx + ∫(x)dx - ∫(1)dx = x4 - 2x3/3 + x2/2 - x + C


What is the derivative function for square root 1-2x?

3


How do you integrate f dx?

f dx ?? do you mean f df ? int(f df) (1/2)f2 + C --------------


What is the integration of cotx?

The integral of cot (x) dx is ln (absolute value (sin (x))) + C. Without using the absolute value, you can use the square root of the square, i.e. ln (square root (sin2x)) + C


How do you integrate cotxdx?

The integral of cot(x)dx is ln|sin(x)| + C


How do you integrate piecewise continuous functions?

Simply integrate all the pieces apart, en add them up. This is allowed, because int_a^c f(x)dx = int_a^b f(x)dx + int_b^c f(x)dx for all a,b,c in dom(f).