Info

This question is closed. Reopen it to edit or answer.

I'm trying to solve this problem in MatLab

1 view (last 30 days)
Adam Vargas
Adam Vargas on 25 Nov 2020
Closed: MATLAB Answer Bot on 20 Aug 2021
See attached
  2 Comments
Walter Roberson
Walter Roberson on 25 Nov 2020
What does it mean to "solve" that? Are you trying to find the bounds such that the result has a particular value?
See int() for symbolic calculation and integral() for numeric calculation.
Adam Vargas
Adam Vargas on 25 Nov 2020
This is a direct trigonometric substitution problem. I'm trying to get the following result in MatLab (see attached).

Answers (1)

Alan Stevens
Alan Stevens on 25 Nov 2020
In terms of real numbers the integral is only defined for -1<=x<=1. By making the substitution x^2 = sin(theta) where -pi/2<=theta<=pi/2 it is easy enough to find the integral as theta/4 + sin(2*theta)/8.
  1 Comment
Adam Vargas
Adam Vargas on 25 Nov 2020
This is a direct trigonometric substitution problem. I'm trying to get the following result in MatLab (see below).

Products


Release

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!