answersLogoWhite

0

Here one variable x so....

CODE:

>> syms x

>> int(sin(2*x))% here int is the command

sin(x)^2 - 1/2

Added:

---------------------------

What???????

int[sin2(x)] dx

= (1/2)X - (1/4)sin2X + C

==================

That " answer " above ' added ' is left to show what not to do when integrating this function. This is a standard integration formula of this trig function in the bold.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Cos x - cos x sin2 x equals cos3x?

cos(x)-cos(x)sin2(x)=[cos(x)][1-sin2(x)]cos(x)-cos(x)sin2(x)=[cos(x)][cos2(x)]cos(x)-cos(x)sin2(x)=cos3(x)


What is the integral of the cosine of x divided by the sine squared of x with respect to x?

∫ cos(x)/sin2(x) dx = -cosec(x) + C C is the constant of integration.


What is the integral of 1 divided by the sine squared of x with respect to x?

∫ 1/sin2(x) dx = -cot(x) + CC is the constant of integration.


What is sin squared minus 1?

-cos2(x)1 = sin2(x) +cos2(x)1 - cos2(x) = sin2(x)-cos2(x) = sin2(x) - 1


1-2sin squared x equals?

3


Find the second derivative of y equals sin sqaured x?

y = sin2(x) y' = 2sin(x)cos(x) y'' = 2 [ cos(x)cos(x) + sin(x)(-sin(x)) ] = 2 [ cos2(x) - sin2(x) ] = 2 [ 1 - sin2(x) - sin2(x) ] = 2 [ 1 - 2sin2(x) ]


What is the integral of tan squared x cosine to the 5th power x dx?

Since you did not specify any limits of integration, I assume you are looking for the indefinite integral of this expression: tan2(x)cos5(x) with respect to x (dx). Using the following identity: tan(x) = sin(x) / cos(x) The original expression can be rewritten as: (sin2(x) / cos2(x))cos5(x) Which further simplifies to: sin2(x)cos3(x) Which can be expanded to: sin2(x)cos2(x)cos(x) Using the identity: sin2(x) + cos2(x) = 1 which implies: cos2(x) = 1 - sin2(x) which makes the expression from above able to be simplified into: sin2(x)(1 - sin2(x))cos(x) From here, you can use u-substitution by using the substitution: u = sin(x) du = cos(x) dx => dx = du/cos(x) So after u substitution: int(sin2(x)(1 - sin2(x))cos(x)) dx becomes: int(u2(1-u2)) du int(u2-u4) du From here, elementary antiderivatives can be used: anti(u2) = (1/3)(u3) anti(u4) = (1/5)(u5) which yields a final indefinite integral in u of: (1/3)u3-(1/5)u5 + C where C is the constant of integration (since this is an indefinite integral). Back-substituting with the u-substitution from before (u=sin(x)), the final indefinite integral in x is: (1/3)sin3(x) - (1/5)sin5(x) + C


Can you show 1 divided by 1 plus cosx equals cscsquaredx minus cscxcotx?

2


How do you solve sin squared of x divided by cos squared of x?

Sin2(x)/Cos2(x) is an expression, not an equation. Because it is an expression, it cannot be solved. It can be transformed to other, equivalent expressions, but that is as far as you can go. So, Sin2(x)/Cos2(x) = [Sin(x)/Cos(x)]2 = Tan2x or [1/Cos2(x) - 1] or [Sec2(x) - 1]


What is 2 cos squared x - sinx - 1?

1


How can you write an expression for cos x in term of sin x using pythagorean theorem?

cos2 x + sin2 x = 1 cos2 x = 1 - sin2 x


What is the antiderivative of xex?

One can use integration by parts to solve this. The answer is (x-1)e^x.