Calc: area of rectangle under curve

In summary, we are finding the area of a rectangle with a width of 2x and height of e^-2x^2, and then finding the average value of these rectangles on the interval 0 <= x <= 2. This can be done by using the average value theorem and calculating the area when x = 2 and dividing it by 2. The result is approximately 0.006709.
  • #1
rjs123
90
0

Homework Statement


Let A(x) be the area of the rectangle inscribed under the curve y = e^-2x^2 with vertices at (-x, 0) and (x, 0), x >= 0

a.) find A(1)
b.) what is the greatest value of A(x)? justify your answer
c.) what is the average value of A(x) on the interval 0 <= x <= 2



The Attempt at a Solution



a. Logically i can just plug 1 or -1 into the equation to find its y intercept and then find the area of the rectangle I get A(1) = e^(-2) * 2 or .27 using the first method.

...but I am pretty sure there is a calculus method...here is my attempt...not sure if I am on the right track.

y = e^-2x^2
lny = lne^-2x^2
lny = -2x^2
take derivative
1/y = -4x

b. the graph seems to extend from negative infinity to postive infinity so I'm not seeing a greatest value

c.
 
Last edited:
Physics news on Phys.org
  • #2
rjs123 said:

Homework Statement


Let A(x) be the area of the rectangle inscribed under the curve y = e^-2x^2 with vertices at (=x, 0) and (x, 0), x >= 0
The vertices are a little confusing. Did you mean (-x, 0) for the first one?
rjs123 said:
a.) find A(1)
b.) what is the greatest value of A(x)? justify your answer
c.) what is the average value of A(x) on the interval 0 <= x <= 2



The Attempt at a Solution



a. Logically i can just plug 1 or -1 into the equation to find its y intercept and then find the area of the rectangle I get A(1) = e^(-2) * 2 or .27 using the first method.
This seems fine. Finding A(1) doesn't require calculus.
rjs123 said:
...but I am pretty sure there is a calculus method...here is my attempt...not sure if I am on the right track.

y = e^-2x^2
lny = lne^-2x^2
lny = -2x^2
take derivative
1/y = -4x

b. the graph seems to extend from negative infinity to postive infinity so I'm not seeing a greatest value
The problem isn't asking about the greatest value of y = e-2x2. It's asking about the greatest value of A(x). Find a formula for A(x) and then do the usual thing with finding A'(x) and setting it to zero.
rjs123 said:
c.
 
  • #3
Mark44 said:
The vertices are a little confusing. Did you mean (-x, 0) for the first one?
This seems fine. Finding A(1) doesn't require calculus.
The problem isn't asking about the greatest value of y = e-2x2. It's asking about the greatest value of A(x). Find a formula for A(x) and then do the usual thing with finding A'(x) and setting it to zero.

ok so for b I've attempted this but I am stuck

[tex]
y = e^{-2x^2}
[/tex]

[tex]
A = x(e^-2x^2)
[/tex]

[tex]
A = xe^-2x^2
[/tex]

[tex]
A' = x * -4xe^-2x^2 + 1 * e^-2x^2
[/tex]

[tex]
A' = -4x^2*e^-2x^2 + e^-2x^2
[/tex]

[tex]
0 = -4x^2*e^-2x^2 + e^-2x^2
[/tex]
 
Last edited:
  • #5
rjs123 said:
ok so for b I've attempted this but I am stuck

[tex]
y = e^{-2x^2}
[/tex]

[tex]
A = xe^{-2x^2}
[/tex]

[tex]
A = xe^{-2x^2}
[/tex]

[tex]
A' = x * -4xe^{-2x^2} + 1 * e^{-2x^2}
[/tex]

[tex]
A' = -4x^2*e^{-2x^2} + e^{-2x^2}
[/tex]

[tex]
0 = -4x^2*e^{-2x^2} + e^{-2x^2}
[/tex]

This is a lot easier to read - thanks!

In your LaTeX, if an exponent is more than 1 character, put braces {} around it. I fixed the above to make them look better.
 
  • #6
Mark44 said:
This is a lot easier to read - thanks!

In your LaTeX, if an exponent is more than 1 character, put braces {} around it. I fixed the above to make them look better.

[tex]
0 = e^{-2x^2}(-4x^2 + 1)
[/tex]

[tex]
0 = e^{-2x^2}(-2x + 1)(2x + 1)
[/tex]

[tex]
x = -1/2, 1/2
[/tex]

width = 1
length =
[tex]
y = e^{-2(1/2)^2}
[/tex]
[tex]
y = e^{-2(1/4)}
[/tex]
[tex]
y = e^{-1/2}
[/tex]

length = .606

A = 1 * .606, A = .606
 
Last edited:
  • #7
OK, these are values of x for which A'(x) = 0. Do you get a maximum, minimum, or neither at each of them?
 
  • #8
Mark44 said:
OK, these are values of x for which A'(x) = 0. Do you get a maximum, minimum, or neither at each of them?

I'm still confused on the answer for b since the area for a rectangle under the graph could be infinite since the graph never touches the x-axis.
 
  • #9
For each value of x, you get a value A(x), which is the area of one rectangle. As x gets larger, the rectangles get wider, but they also get shorter, which also affects their area.
 
  • #10
Mark44 said:
For each value of x, you get a value A(x), which is the area of one rectangle. As x gets larger, the rectangles get wider, but they also get shorter, which also affects their area.

I used some numbers to justify this...and you are right...if i pick anything greater than or less than 1/2 for x...the area gets exponentially smaller.

Almost done...for c.)... what is the average value of A(x) on the interval 0 <= x <= 2...

should i just use average value theorem...basically get the area when x = 2...divide that by 2?
 
Last edited:
  • #11
Be careful when you say area, since you're not really dealing with the area under the curve, but instead the average area of the rectangles. Remember that A(x) gives you the area of a rectangle whose width is 2x and whose height is e-2x2, for x between 0 and 2.
 
  • #12
Mark44 said:
Be careful when you say area, since you're not really dealing with the area under the curve, but instead the average area of the rectangles. Remember that A(x) gives you the area of a rectangle whose width is 2x and whose height is e-2x2, for x between 0 and 2.


when 0<=x<=2

b = 2 a = 0

A(b) - A(a)/ b - a

.00134 - 0/ 2 = .006709
This is basically the average area of the rectangle when x is between 0 and 2 correct?
 
  • #13
Mark44 said:
Be careful when you say area, since you're not really dealing with the area under the curve, but instead the average area of the rectangles. Remember that A(x) gives you the area of a rectangle whose width is 2x and whose height is e-2x2, for x between 0 and 2.

any help on setting this up properly...
 

FAQ: Calc: area of rectangle under curve

What is the formula for finding the area of a rectangle under a curve?

The formula for finding the area of a rectangle under a curve is:
A = base * height, where the base is the length of the rectangle and the height is the height of the curve at that point.

How do I calculate the area of a rectangle under a curve using calculus?

To calculate the area of a rectangle under a curve using calculus, you can use the integration method. First, find the indefinite integral of the function representing the curve. Then, substitute the upper and lower limits of the rectangle into the integral and subtract the result to find the area.

Can I use the trapezoidal rule to find the area of a rectangle under a curve?

Yes, you can use the trapezoidal rule to find the area of a rectangle under a curve. This method involves dividing the rectangle into smaller trapezoids and calculating the area of each trapezoid. Then, you can add up the areas of all the trapezoids to find the total area under the curve.

Is it possible for the area of a rectangle under a curve to be negative?

No, it is not possible for the area of a rectangle under a curve to be negative. The area of a rectangle is always a positive value, and the area under a curve represents the accumulation of values above the x-axis.

Can I use the area of a rectangle under a curve to find the average value of a function?

Yes, you can use the area of a rectangle under a curve to find the average value of a function. The average value of a function is equal to the total area under the curve divided by the length of the base of the rectangle. This can be calculated using either the integration method or the trapezoidal rule.

Back
Top