使用Wolfram|Alpha求积分

Actually, using WolframAlpha to compute integrals is quite overkill (but it’s also a strict requirement for laziness). Recently, I’ve been studying Wolfram Language and slowly discovering new ways to play with it.

This resource is enough for me to study for a long time.

Below, I’ll write down how to use WolframAlpha to compute integrals (I rarely use the online version, mainly using the integrated WolframAlpha in Mathematica), but the usage is essentially the same.

WolframAlpha supports natural language input, but currently does not support Chinese. If you are just using Mathematica to write code calculations instead of using the built-in WolframAlpha, natural language input is not available. For example, ln cannot be written directly as ln; it must be written as Log without a base (because it’s programming, so it must be strict).

First, you can preview the syntax for computing integrals in Mathematica (integrated with WolframAlpha): Integrate — Wolfram Language Documentation

Of course, you can also use the online WolframAlpha to compute:
You can also take a look at the input format: Wolfram|Alpha Examples: Integrals

In Mathematica, you can also use WolframAlpha by just entering == at the beginning of the input, which changes the cursor to the spiky style of the equals sign (^_^)


(Actually, the integration of WolframAlpha into Mathematica is super convenient.)

Using WolframAlpha, try calculating the following integral: $\int_{0}^{1/2}arcsinx{\mathrm{d} x}$

1
2
3
4
5
6
7
8
Integrate[arcsinx,{x,0,1/2}]
```
![](https://img.imzlp.com/imgs/zlp/blog/posts/8531/d-arcsinx.webp)
Click `Step-by-step solution` to view the calculation steps:
![](https://img.imzlp.com/imgs/zlp/blog/posts/8531/Integrate-arcsinx-step-by-step-1.webp)
![](https://img.imzlp.com/imgs/zlp/blog/posts/8531/Integrate-arcsinx-step-by-step-2.webp)

Try another one: $\int x^2sin^3x{\mathrm{d} x}$

integrate x^2 sin^3 x dx

![](https://img.imzlp.com/imgs/zlp/blog/posts/8531/integrate-x-sin3-xdx.png)  
The article is finished. If you have any questions, please comment and communicate.

Scan the QR code on WeChat and follow me.

Title:使用Wolfram|Alpha求积分
Author:LIPENGZHA
Publish Date:2015/12/24 20:52
World Count:1.4k Words
Link:https://en.imzlp.com/posts/8531/
License: CC BY-NC-SA 4.0
Reprinting of the full article is prohibited.
Your donation will encourage me to keep creating!