Group Abstract Group Abstract

Message Boards Message Boards

Step-by-step solutions of indefinite integral?

Posted 10 years ago

Hi guys, do you know how could I solve an indefinite integral with step-by-step solution and specifying the variable of integration? For example:

WolframAlpha["cos(tw+f)cos(t*w)", IncludePods -> {"Indefinite Integral"}, PodStates -> {"Step-by-step solution", "Show all steps"}]

in this case Mathematica chooses as variable of integrazion w, but I would variable of integration is t. I tried to lunch:

WolframAlpha["[cos(tw+f)cos(t*w),{t}]", IncludePods -> {"Indefinite Integral"}, PodStates -> {"Step-by-step solution", "Show all steps"}]

but doesn't work.

Thank you for your help.

POSTED BY: Gennaro Arguzzi
5 Replies
Posted 10 years ago

Thank you very very much Vitaliy!! Finally it works:)

P.s. Could you help me to write the statement to obtain step-by-step solution of x^2+x-5>=0? Thank you for everything.

POSTED BY: Gennaro Arguzzi
WolframAlpha["int cos(tw+f)cos(t*w) over t",
 PodStates -> {"IndefiniteIntegral__Step-by-step solution"}]
POSTED BY: Vitaliy Kaurov
Posted 8 years ago
POSTED BY: Jipu Wang

Not for all W|A queries there are step-by-step solutions.

POSTED BY: EDITORIAL BOARD
Posted 10 years ago

If in Mathematica I enter

=Integrate[Cos[t*w+f]Cos[t*w],t]

and after WolframAlpha returns the result I tap on the grey + to show more information and then click on the orange step-by-step- solution then it shows me the steps and seems to use the correct variable of integration

Unfortunately I don't know how to translate that into your Pods.

POSTED BY: Bill Simpson
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard