
Wail S. answered 12/09/22
Experienced tutor in physics, chemistry, and biochemistry
Hi Julie,
This is an example of a minimization problem
First. Let us come up with an equation to describe the distance between the origin (0,0) and any given point on the line 3x+5y=3. Our goal is going to be to eventually minimize this equation
by the Pythagorean theorem, this distance, D, is:
D = sqrt (x2+y2) where x and y are coordinates that pass through this line
notice that the line equation can be rearranged to give:
y = (3/5) - (3x/5)
so plugging this y into our distance equation, we get:
D = sqrt (x2+((3/5)-(3x/5))2)
Now, we minimize this equation. To do this, we can start by taking the derivative with respect to x (you can work this part on your own following the rules of differentiation, let me know if you have difficulty)
d(D)/dx = (34x-9) / 25 sqrt(x2+((3/5)-(3x/25))2)
Next, we set this derivative equal to zero. This is because we are looking for a minimum point of the distance formula, where the derivative of the distance formula (d(D)/dx) will be zero due to the distance reaching its smallest value.
d(D)/dx = (34x-9) / 25 sqrt(x2+((3/5)-(3x/25))2) = 0
Then, you can solve this equation for x. This value of x will be the x coordinate that minimizes the distance formula. All that is left to do from here is to solve for what y coordinate corresponds to this x coordinate along the line, which can be solved by plugging in this x into the line equation 3x + 5y = 3 and solving for y. These x and y values will represent the point on the line that is closest to the origin point (0,0).