Here I am again stuck with another geometry type question. Here goes:

A rectangle is inscribed between the x-axis and the parabola y=36-x^2
with one side along the x-axis.
He drew the picture with the parabola at points (-6,0) (6,0) (0,6)

the rectanle is drawn inside the parabola along the x axis.
Not sure if you can help me without seeing the picture.

a. Let x denote the x-coordinate of the point shown in the figure. Write the area A of the rectangle as a function of x.

b. What values of x are in the domain of A?

c. Determine the maximum area that the rectangle may have. (hint, use a graphing calculator).

I'm already confused just looking at a.

if you can guide me it would be great!

Have seen this type of questions many many times.

Suppose we label the point of contact P(x,y). I bet P is in the first quadrant.

but we have the equation for y, so we could call the point P(x,36-x^2)

Isn't the contact point on the x-axis (x,0) ?
And isn't the base of the rectangle 2x (The distance from the origin to the right is the same as the distance to the left)

a)
so the area is
A(x) = x(36 - x^2) or
A(x) = 36x - x^3

b) wouldn't the domain be -6 < x < +6 or else the height 36-x^2 wouln't make any sense.

c) I would now differentiate to get
dA/dx = 36 - 3x^2
set that equal to zero for a max of A
3x^2 = 36
x^2 = 12
x = ± √12

so the max area occurs when x = √12
and it is
A(√12) = 36√12 - 12√12
= 24√12 or appr. 41.57

Using a graphing calculator you are on your own, I don't have one, but 24√12 is the 'exact' answer.

"He drew the picture with the parabola at points (-6,0) (6,0) (0,36)"

The point (0,6) is not on the parabola, (0,36) is.
The parabola is given as:
y(x)=36-x²

Given the rectangle is inside the parabola and above (I think) the x-axis, we define the four corners of the rectangle as
(-x,0), (x,0), (x,y(x)), (-x, y(x))
from which the area A can be calculated as the product of the width (x-(-x) and the height (y(x)).
A(x) = 2x(y(x)
domain A(x) [-6,6]
range A(x) [0,36].

For the maximum, you can use the graphics calculator, or you can tabulate the values, refining the grid where the maximum is located. Since this is a pre-calc course, I do not assume you are allowed to find the minimum by derivatives.

All this is assuming that I interpreted the "diagram" correctly. Check my steps.

silly me, right after telling you the base is 2x, I use only 1x in my calculation.

HERE IS THE NEW VERSION :

so the area is
A(x) = 2x(36 - x^2) or
A(x) = 72x - 2x^3

b) wouldn't the domain be -6 < x < +6 or else the height 36-x^2 wouldn't make any sense.

c) I would now differentiate to get
dA/dx = 72 - 6x^2
set that equal to zero for a max of A
6x^2 = 72
x^2 = 12

so the max area occurs when x = √12
and it is
A(√12) = 72√12 - 24√12
= 48√12 or appr. 166.277

I understand how you got a and b, but I am confused with c. What is differentiate and how did you get the equation dA/dx = 72 - 6x^2

pre caculates is the ansewer to above is 25545872

Sure, I can help you with this geometry question. Let's start with part (a) and work our way through the problem.

To write the area A of the rectangle as a function of x, we need to consider the properties of the rectangle inscribed between the x-axis and the parabola y = 36 - x^2.

Given that one side of the rectangle is along the x-axis, the length of the rectangle is simply x. Since the other side of the rectangle is parallel to the x-axis, its length is determined by the value of y at that specific x-coordinate.

Since the parabola equation is y = 36 - x^2, we can substitute the x-coordinate into the equation to find the corresponding y-coordinate. Substituting x into the parabola equation, we get y = 36 - x^2.

Therefore, the width of the rectangle is 36 - x^2.

The area A of the rectangle is determined by multiplying the length (x) by the width (36 - x^2):

A(x) = x * (36 - x^2).

This is the function that represents the area of the rectangle based on the x-coordinate.

Moving on to part (b), we need to find the domain of A, i.e., the allowable values of x for which the function A(x) is defined.

In this case, since the rectangle is inscribed between the x-axis and the parabola, the domain of A(x) is determined by the x-coordinates of the points of intersection between the parabola y = 36 - x^2 and the x-axis.

To find the points of intersection, we set y = 0 in the parabola equation:

0 = 36 - x^2.

Solving this equation yields x = ±6.

Therefore, the domain of A(x) is -6 ≤ x ≤ 6, as these are the x-coordinates where the rectangle intersects the x-axis.

Finally, for part (c), to determine the maximum area that the rectangle may have, we can graph the function A(x) = x * (36 - x^2) and find the maximum value.

Using a graphing calculator, plot the graph of A(x) = x * (36 - x^2) in the given domain -6 ≤ x ≤ 6. This will help us visualize the shape of the graph and identify its maximum point.

Once we have the graph, we can use the maximum or minimum function on the calculator to identify the maximum value of A(x). This maximum value corresponds to the maximum area of the rectangle.

I hope this explanation helps you understand how to approach each part of the problem.