Maximization: To find the maximum of D=x2+y2, it is equivalent to find the maximum of D2=x2+y2.
Step-by-Step Solution
Step 1: Express the distance squared in terms of t
We want to find the maximum value of the square of the distance from the origin, D2=x2+y2. We are given x=asint−bsin(bat) and y=acost−bcos(bat). Therefore,
D2=(asint−bsin(bat))2+(acost−bcos(bat))2
Step 2: Expand the squares
Expanding the squares, we get:
D2=a2sin2t−2absintsin(bat)+b2sin2(bat)+a2cos2t−2abcostcos(bat)+b2cos2(bat)
Step 3: Simplify using trigonometric identities
We can group terms and use the identity sin2θ+cos2θ=1:
D2=a2(sin2t+cos2t)+b2(sin2(bat)+cos2(bat))−2ab(sintsin(bat)+costcos(bat))D2=a2(1)+b2(1)−2ab(costcos(bat)+sintsin(bat))
Step 4: Apply the cosine subtraction formula
Using the cosine subtraction formula, cos(A−B)=cosAcosB+sinAsinB, with A=t and B=bat, we have:
D2=a2+b2−2abcos(t−bat)D2=a2+b2−2abcos(t(1−ba))D2=a2+b2−2abcos(bb−at)
Step 5: Maximize the distance squared
To maximize D2, we need to minimize the term cos(bb−at). The minimum value of the cosine function is -1. Therefore, the maximum value of D2 is:
Dmax2=a2+b2−2ab(−1)=a2+b2+2ab=(a+b)2
Step 6: Find the maximum distance
Taking the square root to find the maximum distance Dmax, we get:
Dmax=(a+b)2=a+b
Common Mistakes & Tips
Sign Errors: Be extremely careful with signs when expanding and simplifying expressions.
Trigonometric Identities: Memorize and recognize trigonometric identities to simplify expressions effectively.
Maximization/Minimization: Remember that maximizing D is equivalent to maximizing D2 when D is non-negative. Also remember the range of cosine function [-1,1].
Summary
We found the maximum distance from the origin of a point on the given curve by first expressing the squared distance as a function of the parameter t. Then, using trigonometric identities, we simplified the expression and found the value of t that maximizes the squared distance. Finally, we took the square root to find the maximum distance, which is a+b.
Final Answer
The final answer is \boxed{a+b}, which corresponds to option (B).