Stuck on a question from Precalculus 2

  • Thread starter Thread starter HRubss
  • Start date Start date
  • Tags Tags
    Precalculus Stuck
Click For Summary

Homework Help Overview

The problem involves determining the duration of a drive along a straight line between two cities in relation to a radio transmitter's broadcast radius. The context is within the subject area of precalculus, specifically focusing on geometry and distance calculations involving circles and lines.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss drawing the scenario to visualize the problem. There are attempts to find the intersections of the driving route with the transmitter's circular broadcast area. Questions arise about the equations of the line and the use of triangles to simplify the calculations.

Discussion Status

The discussion is active, with various participants offering different methods and insights. Some suggest using the Law of Sines and similar triangles, while others focus on quadratic equations and discriminants. There is no explicit consensus, but several productive lines of reasoning are being explored.

Contextual Notes

Participants note potential issues with calculations, such as sign mistakes in the quadratic equation and the need for clarity on the setup of the problem. The original poster's understanding of the concept appears to evolve throughout the discussion.

HRubss
Messages
66
Reaction score
1

Homework Statement


"A small radio transmitter broadcasts in a 25 mile radius. If you drive along a straight line from a city 30 miles north of the transmitter to a second city 33 miles east of the transmitter, during how much of the drive will you pick up a signal from the transmitter?"

Homework Equations


x^2+y^2=r^2

The Attempt at a Solution


Attempted to the distance of the point that hit the circular radius but I don't know how since there is no points of the city
 
Physics news on Phys.org
Have you tried to draw it?
 
Yes I have.
5cfe1deb18a606e9514eb8ef241b420e.jpg
 
Yes, you have to determine the intersections of the route of the car with the circle. How do you do it? What is the equation of the straight line?
 
The triangle (North,East,Origin) can be fully calculated. From there on you can regard other triangles.
 
ehild said:
Yes, you have to determine the intersections of the route of the car with the circle. How do you do it? What is the equation of the straight line?

Y=mx+b? b=y-intercept so b=30, and m=slope so 30/35?
 
HRubss said:
Y=mx+b? b=y-intercept so b=30, and m=slope so 30/35?
If at all then 33, not 35, but I think it's easier with the triangles.
 
OK, OK, it will make no difference to this problem whether it's East or West. :oldtongue:
 
Okay guys, I got it. It took me a while to understand the concept because it combined both using the distance formula and the standard form with the quadratic formula!
35e5dd1dc3bed1951d65f92e655588f2.jpg
 
  • #10
It is correct. There was an other method, using the triangles in the figure below (as fresh_42 suggested) and applying the Law of Sines.
transmitter.png
 
  • Like
Likes   Reactions: HRubss
  • #11
It is correct?
You expect this to give you a quadratic equation and you have got one. But you expect this equation to have two positive roots, and the one you have given doesn't and can have only one.
Then what you have done with your square root seems wrong, I don't think there is a factor 25 there, and anyway calculation from the equation you give can't give two positive roots.
 
  • #12
epenguin said:
It is correct?
The results are correct. There is a sign mistake in the quadratic equation, -275, instead of +275, made during copying, I assume.
 
  • #13
There is a very easy solution, even without trigonometry. The length of the whole path between A and B is ##s=\sqrt{30^2+33^2}##. Using the area of the triangle AOB, 30*33=h*s. Knowing h, apply Pythagoras Theorem to get the length of the chord d: ##d=2 \sqrt {r^2-h^2}##.
transmitter2.png
 
  • Like
Likes   Reactions: NascentOxygen, HRubss and fresh_42
  • #14
Yes, using similar triangles and elementary circle geometry is the fastest way.
Absolutely whenever you can use similar triangles, use similar triangles!

I have been working on the different line, much delayed by mistakes. But it may be useful for the OP and others to realize for other cases, if he looks at his calculation it was not actually unnecessary to calculate all the x1, x2, y1, y2. It can be done just with equation coefficients and discriminants.

We are looking at the intersections between

y = x/1.1 + 30 , and x2 + y2 = 25.

Equating two expressions for y2 gives us the quadratic

x2((1 + 1/1.12) + x (2×30/1.1) +302 - 252 = 0

I rewrite to make the leading coefficient 1

x2 + (2×30×1.1/2.21) x + 52×11×1.12/2.21 = 0

I think this is the same as the OP got. (Numbers were factorised as much as possible in the hope that might simplify - but it doesn't.)

Now of greatest interest to us is not x1, x2 individually, but the difference or distance (x1 - x2) or more still its square (x1 - x2)2.

Recall writing a quadratic

x2 + b x + c = (x - x1)(x - x2) = x2 - (x1 + x2)x + x1x2

The squared length we need

(x1 - x2)2 = (x1 -x2)2 - 4x1x2

= b2 - 4c

= (2×30×1.1/2.21)2 - 4×52×11×1.12/2.21 = 289.61 (corresponding to close to 17 miles)

For the square of the vertical length between the two points of interest we can similarly eliminate x terms between

x2 + y2 = 25, and x = 1.1y - 33

And proceed similarly to before. But actually we don't strictly need to workout the discriminant again, things are related.

In fact from the circle equation

(y12 - y22) = (x12 - x22)

And from that we can get for example

(y1 - y2 = (x1 - x2)(x1 + x2)/(y1 + y2)

The numerator terms we already have, and we can get the denominator from the y coefficient of the quadratic in y not sayy Josephet written but this time is
-(2×1.1×3372.21)
 
  • #15
epenguin said:
Recall writing a quadratic

x2 + b x + c = (x - x1)(x - x2) = x2 - (x1 + x2)x + x1x2

The squared length we need

(x1 - x2)2 = (x1 -x2)2 - 4x1x2

= b2 - 4c
Note that you can get the same result from the quadratic equation:
$$\Delta x = \frac{-b+\sqrt{b^2-4c}}2 - \frac{-b-\sqrt{b^2-4c}}2 = \sqrt{b^2-4c}$$

epenguin said:
For the square of the vertical length between the two points of interest we can similarly eliminate x terms between

x2 + y2 = 25, and x = 1.1y - 33
A simpler way to find ##\Delta y## is to simply note that ##\Delta y = m\Delta x## where ##m = -\frac{30}{33}## since the two intersection points both lie on the line.
 
  • #16
The first is what the OP has done, wittingly or unwittingly, and is what I meant by "it was not actually unnecessary to calculate all the x1, x2, y1, y2. It can be done just with equation coefficients and discriminants." That is, this is equivalent to not using the full solution of the quadratic.

The second - doh! :wideeyed: I felt this had to be simpler, but first did the quadratic treatment for y, was seeing some similar numbers to before with x under square root, and then wondered how to improve it, but missed this 'obvious'. Due to fatigue in getting anything right cause mistakes.

Just goes to show 'when you have the right answer it's not necessarily finished'.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
9K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 10 ·
Replies
10
Views
7K
Replies
13
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
8
Views
3K
Replies
2
Views
4K