May I know if it is possible to solve these problems using Maple? ( I've tried it by hand but I would like to know if there are alternatives)
- In triangle ABC, M is the point on BC such that the angle of BAC = 4 MAC Given that a(1,2) ,B(2,5), C(3,3).Find the coordinates of M.
- Given the equation y^2=x^3 + x^2 , Compute the length of the curve as well as find the area of surface formed by revolving the curve about the x axis.
Thank You!
Your first question is not calculus; it's analytic geometry. Maple can do the problem rather directly with its geometry package. The steps are to define the triangle and to bisect $\angle BAC$ twice. In the code below, $P$ is the point where the bisector of a $\angle BAC$ intersects $\overline{BC}$.
Maple responds:
[(3*sqrt(2)*sqrt(2+sqrt(2))+2+3*sqrt(2))/(sqrt(2)+1+sqrt(2)*sqrt(2+sqrt(2))), (3*sqrt(2)*sqrt(2+sqrt(2))+5+3*sqrt(2))/(sqrt(2)+1+sqrt(2)*sqrt(2+sqrt(2)))]
Simplify and get a decimal approximation:
[4+sqrt(2)-sqrt(2)*sqrt(2+sqrt(2)), 1-2*sqrt(2)+2*sqrt(2)*sqrt(2+sqrt(2))]
[2.801087633, 3.397824734]
Draw a diagram of the situation.
Verify that $\angle BAC$ has four times the measure of $\angle MAC$.
(1/4)*Pi/arccos((1/2)*sqrt(2+sqrt(2+sqrt(2))))
3.99999999999995