Tagged Questions
0
votes
0answers
30 views
Mathematica will not integrate with a constant [closed]
I don't know what is wrong, Mathematica will only give me the original integral but won't evaluate it. any help?
eq1 = 0.048519*x
eq2 = -0.0134
eq3 = {sin[(n*[CapitalPi]*x)/0.586667]}
eq4 = ...
0
votes
2answers
103 views
Integrating with vector coefficients in Maple
I'm trying to use Maple to do something like this integral:
$\displaystyle\int \frac{a\mu-b}{||a\mu-b||^3} \mathrm{d}\mu$
Where $a, b$ are vectors and $\mu$ is a scalar I'm integrating by. But I ...
1
vote
1answer
61 views
can't figure out what I been doing wrong on simple integration question
$$\int_0^1 \sqrt{(\sqrt{5})^2+(2t)^2}\;dt$$
Based on the formula
$\int \sqrt{a^2+x^2}\;dx=\frac{1}{2}[x\sqrt{a^2+x^2}+a^2\log(x+\sqrt{a^2+x^2})]$
I just plug in above input into the formula above
...
2
votes
1answer
214 views
Two questions on integration of $\operatorname{sech}x$, one with Mathematica
So I have a two fold question, one I believe is simple but my algebra seems to be off, the other involves the trapezoidal rule of integration using Mathematica as an aid. Here they are:
$1.\quad ...
0
votes
1answer
138 views
Automated generation of a parametric plot?
Currently we are introducing integrals of manifolds in $3d$-Space in a course. We are given some set $E \subset \mathbb{R}^3$ and should evaluate the surface and scetch how it looks.
For example ...
-3
votes
1answer
188 views
How to solve this integral of trigonometric f in Mathematica
How to solve this integral in Mathematica
Is it possible to solve it numerically?
$$\begin{align}
\int_{-1}^1 \cos\big(&(.75-.75x^2)\cdot y_1
+ (.25 - .5x - .75x^2) \cdot y_2 \\
+ &(-.5x ...
1
vote
2answers
145 views
Taking advantage of linearity of integration in Mathematica
I want to evaluate an integral of form given below
$$\int\limits_\alpha^\beta (f(x) + g(x) + h(x) + ...) dx$$
When I give it to Mathematica it takes forever to evaluate. But if I give it in this ...