I'm trying to maximize the area of a triangle with the following three sides.
The first side is the y=0, the second lies on the line y = 3x, and the third passes through the point (1,1).
I want to find the slope of the third line that maximizes the area of the triangle. I used the equation A = ($ \frac{1}{2} b\cdot h $) and solving for the height in terms of the base.
I then combined those equations to get an equation for the area. When I maximize this and test my answers they don't seem to be working. Thanks for the help.
Hint: Use the two equations $$y=3x$$ and $$y=m(x-1)+1$$to compute the third point of the triangle.