Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

I'm trying to solve this problem in MatLab

1 visualización (últimos 30 días)
Adam Vargas
Adam Vargas el 25 de Nov. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
See attached
  2 comentarios
Walter Roberson
Walter Roberson el 25 de Nov. de 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 el 25 de Nov. de 2020
This is a direct trigonometric substitution problem. I'm trying to get the following result in MatLab (see attached).

Respuestas (1)

Alan Stevens
Alan Stevens el 25 de Nov. de 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 comentario
Adam Vargas
Adam Vargas el 25 de Nov. de 2020
This is a direct trigonometric substitution problem. I'm trying to get the following result in MatLab (see below).

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by