Finding the Radius (word problem)

Click For Summary
The discussion revolves around solving a trigonometric problem involving a pipe positioned between two blocks of different heights. Participants suggest labeling key points and using trigonometric functions to derive three equations related to the angles and radius of the arc. It is emphasized that the solution cannot be found exactly and must be solved numerically, with suggestions to use software like Maple or calculators capable of handling nonlinear systems. The approximate radius derived from the equations is around 2.768. The conversation highlights the complexity of the problem and the need for numerical methods to arrive at a solution.
  • #31
Miike012 said:
But yes that is the answer in the back of my trig book... How did you get that?
And I have a TI-89 calc..

I used Maple. With a program like that, there is little work to do. Here's the steps you type to solve it with Maple. I simplified it slightly for clarity:

> equation1 := r*cos(alpha)+1 = r;
> equation2 := r*cos(beta)+2 = r;
> equation3 := r*(alpha+beta) = 6;

> fsolve({equation1,equation2,equation3}, {r, alpha, beta});

{r = 2.768080732, alpha = 0.8779382494, beta = 1.289628589}

> alphadegrees := evalf(180*alpha/Pi); 50.30215635

> betadegrees := evalf(180*beta/Pi); 73.89027526

Takes all the pain and suffering out of it, eh?
 
Physics news on Phys.org
  • #32
I have another problem...

Six Identical pipes, each with radius of 1 foot are ties tightly together with a metal band... Find the length of the metal band...

I posted a picture...

My strategy is dividing the figure in half
Then finding the measure of the two arcs in red ( which should be equal)
Then finding the measure of the yellow line..
Once I find that... I can multiply it by three...
I am just not sure of how to do it...
 

Attachments

  • MAATH.jpg
    MAATH.jpg
    12.9 KB · Views: 493
  • #33
erm :redface: … page 3 ? …

for a new problem, best to start a new thread :smile:
 
  • #34
okay
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
10
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
9K
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K