How can you solve a trapezoid problem without a graphing calculator?

  • Thread starter Thread starter jesuslovesu
  • Start date Start date
  • Tags Tags
    Trapezoid
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 6K views
jesuslovesu
Messages
185
Reaction score
0

Homework Statement


A gutter is to be made from a long strip of sheet metal 24 cm wide, by bending up equal amounts at each side through equal angles. Find the angle and the dimensions that will make the carrying capacity of the gutter as large as possible.

Homework Equations


The Attempt at a Solution



The equation I came up with is A = 24lsin[tex]\theta[/tex] - [tex]2l^2sin\theta[/tex] + [tex].5*l^2sin(2\theta)[/tex]

And when I take the partial derivatives I get two equations and set them to 0
24sin[tex]\theta[/tex] - 4lsin[tex]\theta[/tex] + 2lsin[tex]\theta[/tex]cos[tex]\theta[/tex] = 0

24lcos[tex]\theta[/tex] - 2l^2cos[tex]\theta[/tex] + 2l^2cos[tex](2\theta)[/tex] = 0

Substitution:
[tex]\frac{24^2*sin(\theta)}{4sin\theta-sin(\theta*2)} - \frac{2*(24sin\theta)^2}{(4sin\theta-sin(2\theta))^2}cos\theta + \frac{2(24sin(\theta))^2*cos(2\theta)}{4sin\theta - sin(2\theta)^2}[/tex]

But how would one solve that without a graphing calculator? I can put it in and get 90 degrees (which I think is the correct answer). The book I'm using was written before calculators existed... I don't see any way to simplify that.
 
Last edited:
Physics news on Phys.org
jesuslovesu said:
Substitution:
[tex]\frac{24^2*sin(\theta)}{4sin\theta-sin(\theta*2)} - \frac{2*(24sin\theta)^2}{(4sin\theta-sin(2\theta))^2}cos\theta + \frac{2(24sin(\theta))^2*cos(2\theta)}{4sin\theta - sin(2\theta)^2}[/tex]

But how would one solve that without a graphing calculator? I can put it in and get 90 degrees (which I think is the correct answer). The book I'm using was written before calculators existed... I don't see any way to simplify that.

[tex]\frac{24^2*sin(\theta)}{4sin\theta-sin(2\theta)} - \frac{2*(24sin\theta)^2}{(4sin\theta-sin(2\theta))^2}cos\theta + \frac{2(24sin(\theta))^2*cos(2\theta)}{(4sin\theta - sin(2\theta))^2}=0[/tex]

Throw out some common factors and it's a bit easier to look at:
[tex]\sin(\theta) (4 \sin\theta - \sin(2 \theta))+ 2 \sin^2 \theta \cos \theta +2 \sin^2 \cos^2\theta[/tex]
(Warning - this assumes that [itex](4sin\theta - sin(2\theta))^2 \neq 0[/itex] -- you'll have to check whether that leads to an answer.)

Now, note that
[tex]2 \sin \theta \cos \theta = \sin 2\theta[/tex]

[tex]4 \sin^2 \theta - \sin^2 \theta \cos \theta + 2 \sin^2 \theta \cos \theta + 2\sin^2 \theta \cos^2 \theta=0[/tex]

Drop the [itex]\sin^2[/itex] since it's in all terms, and the rest is pretty straightforward.

P.S. You might want to follow this process to the end, and see what answer it leads to.