- #1
custer
- 13
- 0
I'm told that this integration can't be solved, can it ?
ʃ dx/(sin (x) . exp((csc x)^2)
ʃ dx/(sin (x) . exp((csc x)^2)
custer said:I'm told that this integration can't be solved, can it ?
ʃ dx/(sin (x) . exp((csc x)^2)
squidsoft said:Make it so. Suppose that was all you were told. What would you do? Numerically counts as "solved" in my book. How about a power series? Can I use that (in principle) and integrate over it's radius of convergence? Ain't that a "solution"? Find a way . . . try. That's what math is about. :)
f[x_] := 1/(Sin[x]*Exp[Csc[x]^2]);
tay[x_] := Normal[Series[f[x],
{x, Pi/2, 25}]]
cus[x_] = Integrate[tay[x], x]
N[cus[3*(Pi/4)] - cus[Pi/4]]
NIntegrate[f[x], {x, Pi/4, 3*(Pi/4)}]
To solve an integration, you need to follow the steps of integration by parts, substitution, or partial fractions. First, identify the integral type and then choose the appropriate method to solve it.
The purpose of solving an integration is to find the area under a curve or the inverse operation of differentiation. It is also used in many practical applications, such as calculating volumes, work done, and probability distributions.
The method used for solving an integration depends on the form of the integral. For instance, if the integral has a product of functions, integration by parts is used. If the integral has a function within a function, substitution is used. If the integral has a rational function, partial fractions is used.
Some common mistakes to avoid when solving an integration include forgetting to add the constant of integration, making algebraic errors, and not simplifying the final answer. It is also essential to double-check the limits of integration and the chosen method before solving the integration.
Yes, integrals can be solved using calculators. Many scientific calculators have built-in integration functions, and there are also online integration calculators available. However, it is crucial to understand the steps and methods used for solving integrals, as calculators can sometimes give incorrect answers.