Solveeit Logo

Question

Question: The vertices of a triangle $OBC$ are $0(0, 0), B(-3, -1), C(-1, -3)$. Equation of line parallel to $...

The vertices of a triangle OBCOBC are 0(0,0),B(3,1),C(1,3)0(0, 0), B(-3, -1), C(-1, -3). Equation of line parallel to BCBC & intersecting the sides OBOB & OCOC whose perpendicular distance from the point (0,0)(0,0) is 12\frac{1}{\sqrt{2}}, is ax+by+2=0ax + by + 2 = 0, then the value of a4+b44\frac{a^4+b^4}{4} is

Answer

8

Explanation

Solution

The vertices of the triangle OBCOBC are O(0,0)O(0, 0), B(3,1)B(-3, -1), and C(1,3)C(-1, -3).

First, find the equation of the line BCBC. The slope of BCBC is mBC=3(1)1(3)=22=1m_{BC} = \frac{-3 - (-1)}{-1 - (-3)} = \frac{-2}{2} = -1.

Using the point-slope form with point B(3,1)B(-3, -1): y(1)=1(x(3))y - (-1) = -1(x - (-3)) y+1=x3y + 1 = -x - 3 x+y+4=0x + y + 4 = 0.

A line parallel to BCBC has the same slope, 1-1. Its equation is of the form x+y+k=0x + y + k = 0 for some constant kk.

The perpendicular distance from the origin (0,0)(0,0) to the line x+y+k=0x + y + k = 0 is given by the formula Ax0+By0+CA2+B2\frac{|Ax_0 + By_0 + C|}{\sqrt{A^2 + B^2}}. Here (x0,y0)=(0,0)(x_0, y_0) = (0,0), A=1A=1, B=1B=1, C=kC=k. The distance is 1(0)+1(0)+k12+12=k2\frac{|1(0) + 1(0) + k|}{\sqrt{1^2 + 1^2}} = \frac{|k|}{\sqrt{2}}.

We are given that this distance is 12\frac{1}{\sqrt{2}}. So, k2=12\frac{|k|}{\sqrt{2}} = \frac{1}{\sqrt{2}}, which implies k=1|k| = 1. Thus, k=1k = 1 or k=1k = -1. The possible equations for the line are x+y+1=0x + y + 1 = 0 and x+y1=0x + y - 1 = 0.

The problem states that the line intersects the sides OBOB and OCOC. This means the line must pass "between" the origin and the points BB and CC. The line segment OBOB connects O(0,0)O(0,0) and B(3,1)B(-3,-1). Points on this segment have x-coordinates between 3-3 and 00 and y-coordinates between 1-1 and 00. The line segment OCOC connects O(0,0)O(0,0) and C(1,3)C(-1,-3). Points on this segment have x-coordinates between 1-1 and 00 and y-coordinates between 3-3 and 00.

Let's test the line x+y+1=0x + y + 1 = 0. Intersection with line OBOB: The equation of line OBOB is y=1030x=13xy = \frac{-1-0}{-3-0}x = \frac{1}{3}x. Substitute y=x/3y = x/3 into x+y+1=0x + y + 1 = 0: x+x3+1=0x + \frac{x}{3} + 1 = 0 4x3=1    x=34\frac{4x}{3} = -1 \implies x = -\frac{3}{4}. Then y=13x=13(34)=14y = \frac{1}{3}x = \frac{1}{3}(-\frac{3}{4}) = -\frac{1}{4}. The intersection point is (34,14)(-\frac{3}{4}, -\frac{1}{4}). Check if this point lies on the segment OBOB: 3<34<0-3 < -\frac{3}{4} < 0 and 1<14<0-1 < -\frac{1}{4} < 0. Yes, it does.

Intersection with line OCOC: The equation of line OCOC is y=3010x=3xy = \frac{-3-0}{-1-0}x = 3x. Substitute y=3xy = 3x into x+y+1=0x + y + 1 = 0: x+3x+1=0x + 3x + 1 = 0 4x=1    x=144x = -1 \implies x = -\frac{1}{4}. Then y=3x=3(14)=34y = 3x = 3(-\frac{1}{4}) = -\frac{3}{4}. The intersection point is (14,34)(-\frac{1}{4}, -\frac{3}{4}). Check if this point lies on the segment OCOC: 1<14<0-1 < -\frac{1}{4} < 0 and 3<34<0-3 < -\frac{3}{4} < 0. Yes, it does. Since the line x+y+1=0x + y + 1 = 0 intersects both segments OBOB and OCOC, this is the required line.

Now let's test the line x+y1=0x + y - 1 = 0. Intersection with line OBOB (y=x/3y = x/3): x+x31=0x + \frac{x}{3} - 1 = 0 4x3=1    x=34\frac{4x}{3} = 1 \implies x = \frac{3}{4}. Then y=13x=13(34)=14y = \frac{1}{3}x = \frac{1}{3}(\frac{3}{4}) = \frac{1}{4}. The intersection point is (34,14)(\frac{3}{4}, \frac{1}{4}). Check if this point lies on the segment OBOB: Is 34\frac{3}{4} between 3-3 and 00? No. Is 14\frac{1}{4} between 1-1 and 00? No. This point is outside the segment OBOB. Thus, x+y1=0x + y - 1 = 0 is not the required line.

The equation of the line is x+y+1=0x + y + 1 = 0. The problem states the equation is ax+by+2=0ax + by + 2 = 0. To match the constant term, multiply the equation x+y+1=0x + y + 1 = 0 by 2: 2(x+y+1)=2(0)2(x + y + 1) = 2(0) 2x+2y+2=02x + 2y + 2 = 0. Comparing this with ax+by+2=0ax + by + 2 = 0, we get a=2a = 2 and b=2b = 2.

We need to find the value of a4+b44\frac{a^4+b^4}{4}. Substitute a=2a=2 and b=2b=2: a4+b44=24+244=16+164=324=8\frac{a^4+b^4}{4} = \frac{2^4 + 2^4}{4} = \frac{16 + 16}{4} = \frac{32}{4} = 8.

The final answer is 8\boxed{8}.

Explanation of the solution:

  1. Find the equation of line BCBC.
  2. A line parallel to BCBC has the form x+y+k=0x+y+k=0.
  3. Use the given perpendicular distance from the origin to find the possible values of kk. The distance is k2=12\frac{|k|}{\sqrt{2}} = \frac{1}{\sqrt{2}}, so k=1|k|=1, meaning k=1k=1 or k=1k=-1.
  4. Determine which value of kk corresponds to the line intersecting the sides OBOB and OCOC. This requires checking if the intersection points with lines OBOB and OCOC lie on the segments OBOB and OCOC.
  5. The line x+y+1=0x+y+1=0 intersects segments OBOB and OCOC. The line x+y1=0x+y-1=0 does not.
  6. The equation of the line is x+y+1=0x+y+1=0.
  7. Compare this equation with the given form ax+by+2=0ax+by+2=0 by scaling the equation. Multiplying by 2 gives 2x+2y+2=02x+2y+2=0.
  8. This gives a=2a=2 and b=2b=2.
  9. Calculate the required expression a4+b44=24+244=16+164=324=8\frac{a^4+b^4}{4} = \frac{2^4+2^4}{4} = \frac{16+16}{4} = \frac{32}{4} = 8.

The final answer is 8\boxed{8}.