Simple function/variable problem

  • Thread starter Thread starter wallace13
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
wallace13
Messages
31
Reaction score
0
The base of an isosceles triange has length b and the two sides of equal length each measure 30 cm. Find the area A of the triangle as a function of b.


a squared + b squared = c squared
Area= .5bh

.5b squared + h squared = 30 squared
h= (-.5b squared + 900) ^ 1/2

Area= .5 x b x [(-.5b squared + 900)^ 1/2]

Is this correct?
 
Physics news on Phys.org
Well it is sort of ambiguous what you mean by the -.5b squared, but if you meant

[tex]A = \frac{b}{2} \cdot \sqrt{ 900 - \frac{b^2}{4} }[/tex]

as you probably did, then yes, its correct ! =]