ADVERTISEMENT

Gauff starts Australian Open with straight-sets win over Kenin

Published Jan 13, 2025 05:20 am

At A Glance

  • Coco Gauff had a little difficulty adjusting to the sun at one end of Rod Laver Arena and dropped an early service game but quickly settled into a rhythm to start her Australian Open with a 6-3, 6-3 win Monday, Jan. 13, over 2020 champion Sofia Kenin.

MELBOURNE, Australia (AP) — Coco Gauff had a little difficulty adjusting to the sun at one end of Rod Laver Arena and dropped an early service game but quickly settled into a rhythm to start her Australian Open with a 6-3, 6-3 win Monday, Jan. 13, over 2020 champion Sofia Kenin.

AP25013080114560.jpg
Coco Gauff of the U.S. plays a forehand return to compatriot Sofia Kenin during their first round match at the Australian Open tennis championship in Melbourne, Australia, Monday, Jan. 13. (AP Photo/Asanka Brendon Ratnayake)

Third-seeded Gauff won the title at the WTA Finals last November and started this season by helping the U.S. to victory at the United Cup last week, a run that gives her a chance to move atop the rankings.

One of her potential obstacles to that No. 1 ranking, No. 2 Iga Swiatek, a five-time major winner from Poland, fended off top-ranked doubles player Katerina Siniakova, 6-3, 6-4.

Swiatek, who lost to Gauff at the WTA Finals and the United Cup, served a one-month ban for a doping infringement late last year and it has been a big talking point at the Australian Open.

Gauff, the 2023 U.S. Open champion is wearing a Marvel-inspired bodysuit and skirt at Melbourne Park and she's radiating confidence and calm.

“I knew going in it was going to be difficult, but you know I’m happy with how I played,” she said of the 1-hour, 20-minute win over Kenin, who at No. 81 is a much tougher opponent than her ranking suggests.

“I mean (I) could serve better, but like on that side I was struggling to see the ball,” Guaff said, pointing to one baseline on the main show court that was bathed in sun. “So I’m just happy that I was able to manage through that.”

Another 20-year-old American, Alex Michelsen, produced the biggest win of his young career with a 7-5, 6-3, 2-6, 6-4 first-round upset of 2023 Australian runner-up Stefanos Tsitsipas.

Michelsen's three booming service returns in the ninth game of the fourth set helped him earn a vital break against the 11th-seeded Tsitsipas and, after shaking off jitters on his own serve, he closed out for his first victory over a player ranked in the top 20 at a Grand Slam. No. 17 Frances Tiafoe advanced in five sets over Arthur Rinderknech of France.

Gauff went into her opening round on a streak of winning 33 matches against players ranked outside the Top 50, dating to a loss to Kenin at Wimbledon 2023.

It was tough going early, with Gauff converting an early break before Kenin got back on serve at 2-2, hitting deep ground strokes and getting good bounce off the hard court.

But Gauff, who had five aces and four double-faults in her first two service games, lifted her tempo, started taking the ball earlier and won four of the next five games. She finished the match with 12 aces and nine double-faults, and saved seven of the eight breakpoints she faced. She also had 28 winners, including two rifling backhands on key points in the second set, and 13 unforced errors.

The draw presented another tough trip to Australia for Kenin. It was the third straight year Kenin faced a Grand Slam champion in the first round in Australia, and her fourth consecutive first-round exit here.

Guaff will next play Jodie Burrage of Britain. Also advancing from early matches were No. 12 Diana Shnaider, No. 23 Magdalena Frech, No. 25 Liudmila Samsonova and No. 28 Elina Svitolina. Lucia Bronzetti of Italy ousted No. 21 Victoria Azarenka, a two-time Australian Open champion.

After a stop-start Day 1 on Sunday, including more than six hours of rain, Monday’s packed program also includes matches for 10-time Australian Open champion Novak Djokovic, defending champion Jannik Sinner, Carlos Alcaraz.

Related Tags

Coco Gauff AUSTRALIAN OPEN
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.