find a positive value of k such that the area of the region enclosed between y= kcosx and y=kx^2 is 2

i graphed cosx and x^2 without the k, so you know to find the integral of -a to a (its symmetric about the origin) would be the integral of kcosx - kx^2 times dx = 2
i don't know how to solve it after this though!!

Well, you have called your integral from -a to +a (I might do twice the integral from 0 to a but that is minor details).

The real question is: What is a?
Your a is where the intersection of k cos x and k x^2 occurs, in other words:
cos a = a^2
Now one way to find a is to make a table of a , cos a and a^2 and interpolate.
Another way is to define a function that is the difference between cos a and a^2 and look for where that function is 0 using calculus.
Let's say
g(a) = a^2 - cos a
then dg/da = 2a + sin a
Look for where g(a) = 0
As a first guess try a = pi/4 or .785 rad
then
g = -.09
and dg/da = 2.27
sketch a graph of that point (.785 , -.09) and the slope at that point is 2.27
well, that tangent would hit the a axis at a point:
0 = -.09 + 2.27 da
or
da = .04
so for our next try take a = .785+.04 and try again with a = .825
here with a = .825
g(a) = .0012 (notice we are very close to zero)
dg/da = 2.4
sketch that point (.825 , .0012) and slope 2.4 on your graph and look for where the tangent hits the axis
this time our 0 = .0012 + 2.4 da
da = - 5*10^-4
so our new a = .825 - 5*10^-4
a = .8245
We are so close wemight as well have stopped.
Call a = .825 and do your integral from -.825 to +.825 or twice the integral from 0 to .825.
What I am doing is called Newton's method and there are programs for it, but it is really just putting numbers on graphs.

By the way, if you look up Newton's method in wikipedia, the example they use to demonstrate it is cos x = x^3 so it is very close to what you are doing.

To find a positive value of k such that the area of the region enclosed between y = kcos(x) and y = kx^2 is 2, you need to solve the integral equation:

∫[-a,a] (kcos(x) - kx^2) dx = 2

Since the region is symmetric about the origin, we can simplify the equation to:

2∫[0,a] (kcos(x) - kx^2) dx = 2

Now, let's solve this equation step-by-step:

Step 1: Calculate the integral for each term separately:

∫[0,a] kcos(x) dx = k∫[0,a] cos(x) dx
= k[sin(x)] from 0 to a
= k(sin(a) - sin(0))
= ksin(a)

∫[0,a] kx^2 dx = k∫[0,a] x^2 dx
= k[(1/3)x^3] from 0 to a
= k[(1/3)a^3 - (1/3)(0)^3]
= k[(1/3)a^3]

Step 2: Substitute these values back into the equation and simplify:

2ksin(a) - 2k(1/3)a^3 = 2

Step 3: Further simplify the equation:

2ksin(a) - (2/3)ka^3 = 2
2ksin(a) = 2 + (2/3)ka^3
2ksin(a) = 2(1 + (1/3)ka^3)
ksin(a) = 1 + (1/3)ka^3
sin(a) = (1 + (1/3)ka^3) / k

Step 4: We need to solve this equation for a particular value of k. Let's assume k = 1 (you can verify if this assumption is valid later):

sin(a) = (1 + (1/3)a^3) / 1
sin(a) = 1 + (1/3)a^3

Step 5: We can see that a value of a = 0 satisfies this equation, but we need a positive value for a. So, let's solve the equation numerically to find a positive value for a using a graphing calculator or a computer software.

By solving numerically or approximately, we find that a ≈ 1.676.

Step 6: Substitute the value of a back into the equation in Step 4:

sin(a) = 1 + (1/3)(1.676)^3
sin(a) ≈ 1.079

Step 7: Now, solve for k using the equation sin(a) = (1 + (1/3)ka^3) / k:

1.079 = (1 + (1/3)k(1.676)^3) / k

Solve this equation for k numerically or approximately using a graphing calculator or a computer software, and you will find a positive value for k.

To find the positive value of k such that the area of the region enclosed between y = kcos(x) and y = kx^2 is 2, you can follow these steps:

1. Start by setting up the integral to find the area. Since the region is symmetric about the y-axis, you can consider the integral from x = -a to x = a, where a is a positive value:
∫[from -a to a] (kcos(x) - kx^2) dx = 2

2. Evaluate the integral:
∫[from -a to a] (kcos(x) - kx^2) dx = 2

The integral of cos(x) with respect to x is sin(x), and the integral of x^2 with respect to x is (1/3)x^3. Applying these integrals:
k[sin(x)] - k[(1/3)x^3] [from -a to a] = 2

3. Substitute the limits of integration:
k[sin(a)] - k[(1/3)a^3] - k[sin(-a)] + k[(1/3)(-a)^3] = 2

Since sin(-a) = -sin(a) and (-a)^3 = -a^3:
k[sin(a)] - k[(1/3)a^3] - k[-sin(a)] + k[(1/3)(-a)^3] = 2

4. Simplify the equation:
k[sin(a) + sin(a)] - k[(1/3)a^3 + (1/3)(-a)^3] = 2
2k[sin(a)] - 2k[(1/3)a^3] = 2

5. Divide both sides of the equation by 2:
k[sin(a)] - k[(1/3)a^3] = 1

6. Rewrite the equation in terms of a:
k[sin(a)] - k[(1/3)a^3] = 1

At this point, it becomes difficult to find an exact value of k without knowing the specific value of a. However, you can solve this equation numerically or graphically to find the value of k that satisfies the equation for a given value of a.